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

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

body,html{
	height: 100%;	
}

.input_daty{
	text-align: center;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
}

.zakres_dat{
	width: 65px!important;
}
	
body {
    background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
}

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

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

.popover{
    max-width: 500px!important;
    /*max-height: 500px!important;*/
	overflow: hidden!important;
}

.popover-body{
	/*max-height: 500px!important;
    overflow-y: scroll!important;*/
	overflow: hidden!important;
}

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

.tr_linkowany{
	cursor: pointer;
}

.bg-jasny-secondary{
	background-color: #b5b5b5;
}

#sortable_row {
	text-align:left;
	padding:2px;
	min-height:39px;
	font-size:11px;
	cursor:crosshair;
	border:0px solid #555;
	border-width:0px 0px 1px 0px;
	background: rgb(238,238,238);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );	
	position:relative;
}

.kontenerek_w_kalendarzu ul{
	list-style:none;
	padding: 0;
	margin: 0;
}
	
.kontenerek_w_kalendarzu{
	min-height: 30vh;
	overflow-x: hidden;
	overflow-y: scroll;
}

.navbar{
	font-size: 14px;
}

.tryb_animacja {
    -webkit-animation: infinite rotate-block 3s;
    -moz-animation: infinite rotate-block 3s;
    -o-animation: infinite rotate-block 3s;
    animation: infinite rotate-block 3s;
}
@-webkit-keyframes rotate-block {
  0%   {-webkit-transform: rotate(0deg) scale(1);}
  80% {transform:rotate(360deg) scale(1.1);}
  100% {-webkit-transform: rotate(360deg) scale(1);}
}
@-moz-keyframes rotate-block {
  0%   {-moz-transform: rotate(0deg) scale(1);}
  80% {transform:rotate(360deg) scale(1.1);}
  100% {-moz-transform: rotate(360deg) scale(1);}
}
@-o-keyframes rotate-block {
  0%   {-o-transform: rotate(0deg) scale(1);}
  80% {transform:rotate(360deg) scale(1.1);}
  100% {-o-transform: rotate(360deg) scale(1);}
}
@keyframes rotate-block {
	0%   {transform: rotate(0deg) scale(1);}
	80% {transform: rotate(360deg) scale(1.1);}
	100% {transform: rotate(360deg) scale(1);}
}

.close{
	font-weight: unset!important;
	opacity: 1!important;
}

body{
  overflow: hidden;
}

.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #2b2b2b;
  z-index: 100;
  transition: all 0.5s ease;
  z-index: 99999;
}
.sidebar.zamknij{
  width: 78px;
}
.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.zamknij .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links{
  height: 100%;
  padding: 0 0 150px 0;
  overflow-y: scroll;
}
.sidebar.zamknij .nav-links{
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 140px);
}

.nav-links {
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #77b220 #616161;

  /* Chrome, Edge and Safari */
  &::-webkit-scrollbar {
    width: 3px;
  }
  &::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #616161;
  }
  &::-webkit-scrollbar-track:hover {
    background-color: #616161;
  }
  &::-webkit-scrollbar-track:active {
    background-color: #616161;
  }
  &::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #77b220;
  }
  &::-webkit-scrollbar-thumb:hover {
    background-color: #77b220;
  }
  &::-webkit-scrollbar-thumb:active {
    background-color: #77b220;
  }
}

.sidebar .nav-links li{
  /*position: relative;*/
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li:hover{
  /*background: #3d3d3d;*/
}
.sidebar .nav-links li .iocn-link.active{
	background-color: #77b220;
}
	
.sidebar .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
	margin-bottom: 10px;
}
.sidebar.zamknij .nav-links li .iocn-link{
  display: block
}
.sidebar .nav-links li i{
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.zamknij .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}
.sidebar.zamknij .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #3d3d3d;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block!important;
}
.sidebar .nav-links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  /*white-space: nowrap;*/
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.sidebar.zamknij .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
  min-width: 200px;
}
.sidebar.zamknij .nav-links li:hover .sub-menu{
  top: 0;
  /*opacity: 1;*/
  pointer-events: auto;
  /*transition: all 0.4s ease;*/
}
.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.zamknij .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3d3d3d;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.zamknij .profile-details{
  background: none;
}
.sidebar.zamknij .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #3d3d3d;
  transition: all 0.5s ease;
}
.sidebar.zamknij .profile-details img{
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.zamknij .profile-details i,
.sidebar.zamknij .profile-details .profile_name,
.sidebar.zamknij .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 17px;
}
.home-section{
  position: relative;
  background: #f2f2f2;
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
  padding: 10px 0px 10px 0px;
}
.sidebar.zamknij ~ .home-section{
  left: 78px;
  width: calc(100% - 78px);
}
.home-content{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: auto;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .bx-menu{
  cursor: pointer;
  margin-right: 10px;
}
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 400px){
  .sidebar{
    width: 240px;
  }
  .sidebar.zamknij{
    width: 78px;
  }
  .sidebar .profile-details{
    width: 240px;
  }
  .sidebar.zamknij .profile-details{
    background: none;
  }
  .sidebar.zamknij .profile-details{
    width: 78px;
  }
  .home-section{
    left: 240px;
    width: calc(100% - 240px);
  }
  .sidebar.zamknij ~ .home-section{
    left: 78px;
    width: calc(100% - 78px);
  }
}