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

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

.tlo_logowania{
	color: white;
    background: #7e0000;
    background: -webkit-linear-gradient(left, #fc0000, #7e0000);
    background: -o-linear-gradient(left, #fc0000, #7e0000);
    background: -moz-linear-gradient(left, #fc0000, #7e0000);
    background: linear-gradient(left, #fc0000, #7e0000);
}

body,html{
	height: 100%;	
}
	
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: 100%!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);}
}

/*
.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;
}
*/