body {
	color:#000;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size:13px;	
	display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
	flex: 1 0 auto;
	min-height:600px;
}
fieldset {
	background-color: #f5f5f5;
    border:1px #CBCBCB solid;
    border-radius:10px;
    margin-top:5px;
    margin-bottom:5px;
}
legend {
	background-color:#fafafa;
	border-radius:10px;
	color: #3f51b5;
	font-size:1.2em;
    margin-bottom:5px;
    padding: 0 12px 0 10px;
}
table a {
	color:#000;
	text-decoration:none;
}
/* Klasy wlasne: */
input[type=number] {
    -moz-appearance: textfield; 
}
input[readonly] {
	pointer-events: none;
}
input::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    display: inline-block;
    cursor: default;
    flex: 0 0 auto;
    align-self: stretch;
    -webkit-user-select: none;
    opacity: 0;
    pointer-events: none;
    -webkit-user-modify: read-only;
}
input:-moz-autofill {
    -moz-text-fill-color: transparent !important;
}
/* ===============================================
   Rozszerzenie siatki MaterializeCSS o klasy połówkowe
   np. .col.l0-5, .col.l1-5, ..., .col.l11-5
   (tylko dla widoku large ≥ 993px)
   =============================================== */
@media only screen and (min-width: 993px) {
  .row .col.l0-5  { flex: 0 0 calc(100% * 0.5 / 12);  max-width: calc(100% * 0.5 / 12);  width: calc(100% * 0.5 / 12); }
  .row .col.l1-5  { flex: 0 0 calc(100% * 1.5 / 12);  max-width: calc(100% * 1.5 / 12);  width: calc(100% * 1.5 / 12); }
  .row .col.l2-5  { flex: 0 0 calc(100% * 2.5 / 12);  max-width: calc(100% * 2.5 / 12);  width: calc(100% * 2.5 / 12); }
  .row .col.l3-5  { flex: 0 0 calc(100% * 3.5 / 12);  max-width: calc(100% * 3.5 / 12);  width: calc(100% * 3.5 / 12); }
  .row .col.l4-5  { flex: 0 0 calc(100% * 4.5 / 12);  max-width: calc(100% * 4.5 / 12);  width: calc(100% * 4.5 / 12); }
  .row .col.l5-5  { flex: 0 0 calc(100% * 5.5 / 12);  max-width: calc(100% * 5.5 / 12);  width: calc(100% * 5.5 / 12); }
  .row .col.l6-5  { flex: 0 0 calc(100% * 6.5 / 12);  max-width: calc(100% * 6.5 / 12);  width: calc(100% * 6.5 / 12); }
  .row .col.l7-5  { flex: 0 0 calc(100% * 7.5 / 12);  max-width: calc(100% * 7.5 / 12);  width: calc(100% * 7.5 / 12); }
  .row .col.l8-5  { flex: 0 0 calc(100% * 8.5 / 12);  max-width: calc(100% * 8.5 / 12);  width: calc(100% * 8.5 / 12); }
  .row .col.l9-5  { flex: 0 0 calc(100% * 9.5 / 12);  max-width: calc(100% * 9.5 / 12);  width: calc(100% * 9.5 / 12); }
  .row .col.l10-5 { flex: 0 0 calc(100% * 10.5 / 12); max-width: calc(100% * 10.5 / 12); width: calc(100% * 10.5 / 12); }
  .row .col.l11-5 { flex: 0 0 calc(100% * 11.5 / 12); max-width: calc(100% * 11.5 / 12); width: calc(100% * 11.5 / 12); }
}
/* Naprawa autofill dla Chrome/Edge */
input:-webkit-autofill {
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: transparent !important;
}
.input-field input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
}
h4 i {
	margin-right:5px;
}
h4 a {
	margin-left:10px;
	margin-right:5px;
}
h6 {
	color: #3F51B5;
}
.bd-container {
	margin:10px;
}
@media (max-width: 600px) {
	.bd-container {
		margin:1px;
	}
}
.bd-main {
	background-image: url('/img/tlo.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bd-checkbox {
	margin-left:15px;
}
[type="checkbox"] + span, [type="radio"] + span {
    color: #424242;
}
[type="checkbox"] + span:not(.lever)::before {
	border: 2px solid #3f51b5;
	border-radius: 3px;
}
[type="checkbox"]:not(:checked):disabled + span:not(.lever)::before {
	background:transparent;
	border: 2px solid #959595;
}
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after {
    background-color: #3f51b5 !important;
}
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after {
    border: 2px #3f51b5 !important;
}
.bd-input-field {
	margin-top:3px;
}
.bd-div {
	background-color:#fff;
	min-height:600px;
}
.bd-link {
	font-size:16px;
}
.bd-link:hover {
	text-decoration:underline;
}
.bd-table-link {
	text-decoration:none;
	overflow-wrap: anywhere;
  	word-break: break-word;
}
.bd-table-link:hover {
	color:#3f51b5;
	text-decoration:underline;
}
.bd-toast {
	font-size: 14px;
	font-weight:600;
}
.bd-tinylink {
	color:#54545b;
	text-decoration:none;
}
.bd-tinylink:hover {
	color:#3f51b5;
	text-decoration:underline;
}
.bd-warning, .bd-required {
	color: #F44336;
	position:absolute;
}
.bd-warnings {
	color: #F44336;
	border: 1px solid #ef9a9a;
	border-radius: 10px;
	font-weight:bold;
	padding: 4px;
	margin-bottom:3px;
	width: 100%;
}
.bd-warnings:empty {
	display: none;
}
.bd-comments {
	color: #3d5afe;
	border: 1px solid #9fa8da;
	border-radius: 10px;
	font-weight:bold;
	padding: 4px;
	width: 100%;
}
.bd-comments:empty {
	display: none;
}
.bd-info {
	color:#54545b;
	font-size:10px;
	line-height: 1rem;
	padding-left:10px;
}
.bd-bold {
	font-weight:bold;
}
.bd-underlined {
	border-bottom: 1px solid #c5cae9;
	min-height:75px;
}
.bd-highlight:hover {
	background-color: #e8eaf6;
}
.bd-clickable {
	cursor:pointer !important;
}
.bd-unread {
	background-color: #ffecb3 !important;
}
.bd-unread td.sorting_1,
.bd-unread td.sorting_2,
.bd-unread td.sorting_3 {
    background-color: #ffe082 !important;
}
.bd-etap {
	border-radius:6px;
	color:#01579b;
	display: inline-block;
    float: right;
	font-size:0.8em;
	margin-left:5px;
	margin-top:2px;
	padding:1px 6px 3px 6px;
	text-align:center;
	width:auto;
}
.bd-etap1 {
	background-color:#b3e5fc;
	border: 1px #4fc3f7 solid;	
}
.bd-etap2 {
	background-color:#ffccbc;
	border: 1px #ff8a65 solid;	
}
.bd-etap3 {
	background-color:#b2dfdb;
	border: 1px #4db6ac solid;	
}
.bd-etap4 {
	background-color:#dcedc8;
	border: 1px #aed581 solid;	
}
.bd-etap5 {
	background-color:#e1bee7;
	border: 1px #ba68c8 solid;	
}
.bd-etap6 {
	background-color:#e8f5e9;
	border: 1px #a5d6a7 solid;
}
.bd-status {
	color:#304ffe;
	display: inline-block;
	font-size:1.3em;
	font-weight:bold;
	padding:3px 0px 3px 0px;
}
.bd-etykieta0 {
	background-color:#fff;
	color: #000;
	cursor:pointer;
	border: 1px #000 solid;
}
.bd-etykieta2 {
	background-color:#d81b60;
	color: #fff;
	cursor:pointer;
	border: 1px #d81b60 solid;
}
.bd-etykieta3 {
	background-color:#1e88e5;
	color: #fff;
	cursor:pointer;
	border: 1px #1e88e5 solid;
}
.bd-etykieta4 {
	background-color:#5e35b1;
	color: #fff;
	cursor:pointer;
	border: 1px #5e35b1 solid;
}
.bd-etykieta5 {
	background-color: #b71c1c;
	color: #fff;
	cursor:pointer;
	border: 1px #b71c1c solid;
}
.bd-etykieta6 {
	background-color:#6d4c41;
	color: #fff;
	cursor:pointer;
	border: 1px #6d4c41 solid;
}
.bd-etykieta7 {
	background-color:#558b2f;
	color: #fff;
	cursor:pointer;
	border: 1px #558b2f solid;
}
.bd-etykieta8 {
	background-color:#00897b;
	color: #fff;
	cursor:pointer;
	border: 1px #00897b solid;
}
.bd-etykieta9 {
	background-color:#00acc1;
	color: #fff;
	cursor:pointer;
	border: 1px #00acc1 solid;
}
.bd-etykieta10 {
	background-color:#f57c00;
	color: #fff;
	cursor:pointer;
	border: 1px #f57c00 solid;
}
.bd-etykieta11 {
	background-color:#f4511e;
	color: #fff;
	cursor:pointer;
	border: 1px #f4511e solid;
}
.bd-etykieta12 {
	background-color:#9e9d24;
	color: #fff;
	cursor:pointer;
	border: 1px #9e9d24 solid;
}
.bd-etykieta13 {
	background-color:#000;
	color: #fff;
	cursor:pointer;
	border: 1px #000 solid;
}
.bd-wymagany {
	background-color:#b3e5fc;
	border: 1px #4fc3f7 solid;
	border-radius:6px;
	color:#01579b;
	display: inline-block;
    float: right;
	font-size:0.8em;
	margin-left:5px;
	margin-top:2px;
	padding:1px 6px 3px 6px;
	text-align:center;
	width:auto;
}
.bd-opcjonalny {
	background-color:#e8f5e9;
	border: 1px #a5d6a7 solid;
	border-radius:6px;
	color:#2e7d32;
	display: inline-block;
    float: right;
	font-size:0.8em;
	margin-left:5px;
	margin-top:2px;
	padding:1px 6px 3px 6px;
	text-align:center;
	width:auto;
}
.fixed-bd-btn {
	position: fixed;
	left: 23px;
	bottom: 23px;
	padding-top: 15px;
	margin-bottom: 0;
	z-index: 997;
}
.bd-transparent {
	background: transparent !important;
	cursor:pointer;
}
.bd-transparent:hover {
	background-color: #eeeeee !important;
}
.bd-standard {
	background-color: white !important;
}
tr.bd-child-row > td {
    padding: 2px 0 2px 0 !important;
}
.bd-details {
	margin-bottom: 20px;
}
.bd-details label, .card-content label {
	transform: translateY(-14px) scale(0.8);
	transform-origin: 0 0;
	font-size: 1rem;
	color: #424242;
}
.bd-details-header {
	padding-bottom:10px !important;
	padding-top:10px !important;
}
.bd-subtabs-close {
	position: absolute;
	right: 12px;
	top: 40%;
	transform: translateY(-50%);
	z-index: 10;
}
.bd-row-content {
	border-radius:5px;
	margin-bottom:10px;
	padding:6px;	
}
.bd-row-small-table, 
.bd-row-small-table th,
.bd-row-small-table td,
.bd-row-small-table label,
.bd-row-small-table span {
	font-size: 0.95em !important;
}
.bd-row-small-table span {
	color: #424242 !important;
}
.bd-kwadrat {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
}
.card th {
	font-weight:normal;
}
.card th, .card td {
	font-size:1rem;
	width:25%;
}
.card .result {
	color:#009688;
	font-weight:bold;
}
.c {
	margin-top:5px !important;
}
.bd-u-collection .collection-item {
	min-height:40px;
}
.bd-u-collection .collection-item .katalog {
	padding-right:0;
}
.bd-u-collection .collection-item .dokument {
	padding-right:5px;
}
.bd-u-collection .collection-item:not(.katalog):hover {
	background-color:#e8eaf6;
}
.katalog-dokumenty:not(:empty) {
    margin-top:10px;
}
.bd-no-files {
	color: #5c6bc0;
	font-size: 11px;
	line-height: 1 rem;
	width: 25px;
}
.bd-no-folders {
	background-color: #9fa8da;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
	line-height: 1 rem;
	text-align: center;
	width: 25px;
}
.collapsible-header .badge {
	color: #5c6bc0;
	font-size: 11px;
}
.collapsible-header .bd-no-files,
.collapsible-header .bd-no-folders {
	padding-top:3px;
}
.collection-item-info .bd-no-folders {
	margin-left:10px;
}
.collection label {
	color: #3f51b5;
	display: inline-block;
	font-size: 13px;
	min-width: 180px;
}
.collection span {
	color: #3f51b5;
  	display: inline-block;
	min-width: 100px;	
}
.bd-no-files:empty,
.bd-no-folders:empty {
	display:none;
}
.bd-oferta-info {
	color: #3f51b5;
	padding-top:20px;
}
@-webkit-keyframes myfirst {
    0%   {background: #FFFFFF;}
    25%  {background: #FFFFB0;}
    50%  {background: #FFFF2C;}
}
@keyframes myfirst {
    0%   {background: #FFFFFF;}
    25%  {background: #FFFFB0;}
    50%  {background: #FFFF2C;}
}
.bd-fileInfo {
	color:green;
	font-size:10px;
	padding-left:80px;
}
.bd-info label {
	color:#54545b;
	font-size:10px;
	padding-right:10px;
	width:150px;
}
.bd-folder {
	border:1px solid blue;
	border-radius:4px;
	color:blue;
	line-height:25px;
	margin-top:6px;
	padding:5px;
}
.bd-folder:empty {
	display:none;
}
.bd-folder-info {
	color:green;
	font-weight:bold;
	padding:0px 5px 5px 5px;
	text-align:right;
}
.bd-nazwa {
	background-color:#4CAF50;
	border:1px solid #4CAF50;
	border-radius:4px;
	color:#fff;
	font-size:10px;	
	line-height:25px;
	margin-left:10px;
	margin-top:6px;
	padding:2px 8px;
}
.bd-nazwa:empty {
	display:none;
}
.bd-moderate {
	color:#00d500;
	font-size:14px;
	margin-left:5px;
}
.bd-zaplacona {
	background: transparent;
	border:1px solid #00bd00;
	border-radius:4px;
	color:#00bd00;
	font-size:9px;
	font-weight:bold;
	margin-top:6px;
	padding:2px;
	text-align:center;
	text-transform:uppercase;
	width:60px;
}
.bd-proforma {
	background: transparent;
	border:1px solid orange;
	border-radius:4px;
	color:orange;
	font-size:9px;
	font-weight:bold;
	margin-top:6px;
	padding:2px;
	text-align:center;
	text-transform:uppercase;
	width:60px;
}
.bd-archiwalny {
	background:transparent;
	border:1px solid #ff4848;
	border-radius:4px;
	color:#ff4848;
	display: inline-block;
    float: right;
	font-size:9px;
	font-weight:bold;
	margin-top:6px;
	padding:2px;
	text-align:center;
	text-transform:uppercase;
	width:auto;
}
.bd-nie-obowiazuje {
	background-color:#ffa244;
	border:1px solid #ff8000;
	border-radius:4px;
	color:white;
	font-size:9px;
	margin-top:6px;
	padding:2px;
}
.bd-blue {
	color:#3f51b5;
}
.bd-green {
	color:green;
}
.bd-center {
	text-align:center;
}
.bd-right {
	text-align:right;
}
.bd-top {
	vertical-align:top;
}
@media only screen and (min-width: 601px) {
    .bd-top-padding {
    	padding-left: 1px !important;
    	padding-right: 4px !important;
        padding-top: 20px !important;
    }
}
.bd-bottom {
	vertical-align:bottom;
}
.bd-col-30 {
	max-width: 30px;
    min-width: 30px;
    width: 30px;
    word-wrap:'break-word';
}
.bd-col-60 {
	max-width: 60px;
    min-width: 60px;
    width: 60px;
    word-wrap:'break-word';
}
.bd-row {
	min-height:30px;
	vertical-align:top;
}
.bd-row-tool{
	text-align:center;
	width:100%;
}
.bd-row-tool i{
	padding:4px;
}
.bd-row-tool i:hover{
	background-color:#e0e0e0;
	border-radius:50%;
}
.bd-row-tools-container {
	text-align:right;
	width:70px;
}
.bd-row-tools-container-small {
	text-align:right;
	width:40px;
}
.bd-row-tools-container-tiny {
	min-height:35px;
	text-align:center;
	min-width:100px;
}
.bd-row-tools-container-45 {
	min-height:35px;
	text-align:center;
	min-width:45px;
}
.bd-row-tools {
	text-align:center;
	white-space: nowrap;
	width:100%;
}
.bd-row-tools a {
	margin-left:3px;
	margin-right:3px;
}
.bd-row-tools i{
	padding:4px;
}
.bd-row-tools i:hover {
	background-color:#e0e0e0;
	border-radius:50%;
}
.bd-modal {
	border-radius:15px;
}
@media (max-width: 600px) {
	/* mobile */
	.bd-standard-modal {
		width:90%;
	}	
}
@media (min-width: 601px) and (max-width: 992px) { 
	/* tablet */
	.bd-standard-modal {
		width:80%;
	}	
}
@media (min-width: 993px) { 
	/* desktop */
	.bd-standard-modal {
		width:1050px;
	}	
}
.bd-modal-header {
	text-align:right;
	width:100%;
}
.bd-modal-header i {
	background-color:#F6F6F6;
	cursor:pointer;
	margin:2px 2px 0px 0px;
	padding:2px;
}
.bd-modal-header i:hover {
	background-color:#e0e0e0;
	border-radius:50%;
}
.bd-caps {
	color:red;
	font-size:16px;
	font-weight:bold;
	margin-right:25px;
}
.bd-ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.bd-img-circle {
  	border-radius: 50%;
}
.bd-img-responsive {
	display: block;
    height: auto;
    max-width: 100%;
}
#bd-top-header {
	background-size: contain;
	color:white;
	font-size:14px;
	height:85px;
	padding:20px 0px 0px 10px;
}
#bd-app-name {
	cursor:pointer;
	margin-right:10px;
}
#div_logged_as_login {
	font-size:16px;
	font-weight:500;
	padding-bottom:5px;
}
#ustaw_haslo_progress, #zmien_haslo_progress, #zmiana_hasla_progress {
	height:10px;
	width:100%;
	margin-top: 0;
}
#ustaw_haslo_progress-bar, #zmien_haslo_progress-bar, #zmiana_hasla_progress-bar {
	width:0%;
	height:100%;
	transition: width 500ms linear;
}
#sp_folder_Tytul {
	color:#3f51b5;
	font-weight:bold;
	padding-left:5px;
}
#sp_folder_path {
	margin-top:4px;
}
#tbl_folder_dziennik_zmian td, #tbl_folder_powiadomienia td {
	font-size:11px;
}
.progress-bar-danger {
	background: #d00;
}
.progress-bar-warning {
	background: #f50;
}
.progress-bar-success {
	background: #080;
}
.bd-double {
	text-align:right;
	width:100px !important;
}
.bd-int {
	text-align:right;
	width:40px !important;
}
.bd-small.bd-double {
	box-sizing: border-box !important;
	padding-right: 10px !important;
}
.bd-small, .bd-small span {
	color: #3f51b5;
	font-size:13px !important;
}
.bd-big {
	font-size:36px;
}
.bd-pozycje-faktury div {
	color: #3f51b5;
}
.bd-pozycje-faktury .select2-container .select2-selection--single .select2-selection__rendered {
	color: #3f51b5;
    font-size: 13px;
}
#div_oferta_obliczenia_alerty,
#div_oferta_pv_obliczenia_alerty,
#div_oferta_pc_obliczenia_alerty {
	border:1px solid red;
	border-radius:6px;
	color:red;
	margin-bottom:4px;
	padding:5px;
}
#div_oferta_obliczenia_alerty:empty,
#div_oferta_pv_obliczenia_alerty:empty,
#div_oferta_pc_obliczenia_alerty:empty {
	display:none;
}
#ul_grupy .collection-item,
#ul_bp .collection-item  {
	color:#000;
	padding:12px;
}
#ul_grupy .collection-item span.badge {
	font-size:12px;
	margin-left:5px;
	min-width:0;
	padding:0 4px;
}
#ul_grupy .collection-item.active,
#ul_bp .collection-item.active {
	background-color: #3f51b5;
	color:#fff;
	font-weight:bold;
}
#ul_grupy .collection-item.active span.badge {
	color:#fff;
	font-weight:normal;
}

/*materializecss - fixy:*/
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default) {
	height: 44px;
	margin: 0 !important;
}
input[type="text"]:not(.browser-default)[readonly], 
input[type="text"]:not(.browser-default)[disabled], 
input[type="email"]:not(.browser-default)[readonly], 
input[type="email"]:not(.browser-default)[disabled], 
textarea:not(.browser-default)[readonly],
textarea:not(.browser-default)[disabled] {
    color: rgba(0, 0, 0, 0.70);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
blockquote {
	border-left: 5px solid #7986cb;
}
blockquote.header-like {
	color: #3f51b5;
	margin-bottom: 0;
	min-height: 40px;
}
.input-field .sufix {
	color: #757575;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 55%;
	transform: translateY(-50%);
}
.input-field .prefixedsufix {
	 position: absolute;
	 right: 60px;
	 top: 52%;
	 transform: translateY(-50%);
	 color: #757575;
	 pointer-events: none;
}
input[type="text"].sufixed {
	padding-right: 30px;
  	box-sizing: border-box;
}
.pagination a {
    font-size: 14px !important;
}
.pagination .active a {
    background-color: #3f51b5;
    color: white;
}
.pagination .all a {
    background-color: #e8eaf6;
}
.pagination .all.active a {
    background-color: #3f51b5;
    color: white;
}
.pagination li {
	border: 1px solid #c5cae9;
}
nav .nav-wrapper {
	background-color:white;
}
nav .nav-wrapper ul a {
	color:indigo;
	font-size:13px;
}
nav .nav-wrapper ul li {
	border-left:1px solid #ccc;	
}
nav i.right {
	margin-left:0px;
	margin-right:-8px;
}
.sidenav li > a {
	padding: 0 10px;
	color:indigo;
}
.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons{
	margin: 0 10px 0 0;
	color:indigo;
}
.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
	padding: 0 5px 0 50px;
}
.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
	padding: 0 10px;
}
.dropdown-content li > a, .dropdown-content li > span {
	color:indigo;
} 
.page-footer {
	background-color:#fff;
	/* background-image: linear-gradient(to top, #c8e6ff, #dbebff, #eaf1ff, #f6f7ff, #ffffff); */
	border-top:1px solid #C8E6FF;
	color:#616161;
	padding-top:10px;
}
.page-footer a {
	color:#616161;
	font-style:italic;
}
.container {
	width:99%;
}
.user-view {
	height:100px;
}
.user-view .background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    background-size: cover; 
    background-position: center;
}
.page-footer .container {
	padding-bottom:8px;
}
.row {
	margin-bottom:2px;
}
.input-field .helper-text {
	min-height:0;
}
/*Przycisk odswiezajacy tabele: */
.btn-floating.transparent i {
	color: #9e9e9e;
  	transition: color 0.3s ease;
}
.btn-floating.transparent {
	border: 2px solid transparent;
	transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
.btn-floating.transparent i:hover {
	color: #3F51B5 !important;
}
.bd-table-refresh {
	margin-bottom:-50px;
}

/*Card - fixy: */
.card-content {
	padding: 8px !important;
}
.card-title {
	color: #3f51b5;
}
.card.medium {
	height: 300px;
}
.card.auto-height {
	height:auto;
}
.card.auto-height .card-title {
	font-size:20px;
}
#li_pv:hover {
	background-color: #e8eaf6; 
}
#li_pc:hover {
	background-color: #e0f2f1; 
}

/*Zakladki - fixy:*/
.tabs .tab {
	text-transform:none;
}
.tabs .tab a {
	color: #3f51b5;
	padding: 0 10px;
}
.tabs .tab a:hover {
	background-color:#F6F6F6;
	color: #3f51b5;
}
.tabs .tab a.active {
	background-color:#e8eaf6;
	color:#3f51b5;
	font-weight:bold;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
	background-color:#e8eaf6;
}
.tabs .indicator {
	background-color:#3f51b5;
}
.bd-tab-content {
	background-color:rgb(250, 250, 250);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 1px solid #3f51b5;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .26);
	padding:5px;
}
@media (max-width: 600px) {
	.tabs .tab a {
    	font-size: 11px;
    	padding: 0 6px;
  	}
  	.bd-tab-content {
  		padding:0;
  	}
}
.bd-subtabs {
	background-color: #fafafa !important;
	height:40px !important;
}
.bd-subtabs .tab {
	line-height:36px !important;
}
.bd-subtabs .tab a {
	background: transparent !important;
	font-size:12px !important;
}
.bd-subtabs .tab a.active {
	background-color:#eef7fe !important;
}
.bd-subtabs .tab a:hover {
	background-color:#e3effb !important;
}
.bd-subtabs-content {
	background-color: #f7fbff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 1px solid #bdbdbd; 
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .26);
	padding:8px 20px;	
}
.bd-subtabs-content h6 {
	color: #5c6bc0;
	font-size:1em;
	margin-top: 2px;
}

/*Tabele - fixy:*/
table.dataTable thead th {
	border-bottom: 1px solid #3f51b5;
	color: rgba(0,0,0,0.6);
	text-align:center;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #3f51b5;
}
.dataTables_length {
	display:none;
}
.bd-no-header, .bd-0-header {
	border-top: 1px solid #ddd;
}
.bd-no-header thead, .bd-0-header thead {
	display:none;
}
.bd-no-header tbody td:nth-child(1) {
	width: 35%;
}
#div_sschedule table {
	margin-top:5px;
}
#div_sschedule table th {
	text-align:center;
}
#div_sschedule table td, #div_sschedule table th {
	padding:5px;
}
#div_sschedule table tbody tr:last-child {
  	background-color: #e8eaf6;
}
/*Kalendarze - fixy:*/
.datepicker-modal {
	border-radius: 15px;
}
.datepicker-date-display,.datepicker-table td.is-selected {
    background-color:#3f51b5;
}
.datepicker-controls .select-month input {
	width: 80px;
}
.timepicker-modal {
	border-radius: 15px;
}
.timepicker-digital-display {
	background-color:#3f51b5;
}
.timepicker-close {
	padding: 0 10px;	
}
/*Collaps - fixy: */
.collapsible {
	margin:0;
}
.collapsible li.disabled .collapsible-body {
    display: none !important;
}

.collapsible li.disabled .collapsible-header {
    background: #FAFAFA;
    color: rgb(221,221,221);
}
@media only screen and (max-width: 600px) {
	.collapsible-body.bd-narrow {
		padding: 10px;
	}
}
/*fix modala:*/
.modal {
	overflow-y: auto;
	left: 50% !important;
 	right: auto !important;
  	margin: 0 !important;
  	transform: translateX(-50%) !important;
}
@media (max-width: 600px) {
	.modal .modal-content {
		padding:5px;
	}	
}
.modal-header {
	padding-bottom:2px;
	padding-top:5px;
    position: sticky;
    top: 0;
    left: 0;
    right: 17px;
    z-index: 10;
    background: #fafafa;
}
.bd-modal-content {
	max-height: 80vh;
	padding:2px 2px 10px 2px !important;
}
.bd-modal-content-padding {
	max-height: 80vh;
	padding: 25px !important;
}
#div_working {
	padding:25px;
	text-align:center;
	top:45% !important;
	width:300px;
}
#obiekt_Foldery ul, #kopiuj_Foldery ul {
	background:transparent;
	border:0px;
}
#div_dokument_Plik a {
	color: black;
	font-size:16px;
	margin-left:10px;
	margin-right:5px;
	text-decoration:none;	
}
#div_dokument_Plik a:hover {
	color:#3f51b5;
	text-decoration:underine;
}
/*fix karuzeli */
.carousel-item {
	background-repeat: no-repeat;
	background-size: contain;
	width:100%;
}
.carousel-item p {
	position:relative;
	top:20px;
}
.carousel .indicators {
	height:20px;
	top:0;
}
.carousel .indicators .indicator-item {
	height:12px;
	width:12px;
}
/*smart-wizard - fixy:*/
#smartwizard {
	margin-top:10px;
}
.sw-theme-arrows > .nav .nav-link.done {
	background: #3F51B5 !important;
	border-color: #3F51B5 !important;
}
.sw-theme-arrows > .nav .nav-link.done::after {
	border-left-color: #3F51B5 !important;
}
.sw > .nav .nav-link.disabled {
	color: #9e9e9e !important;
}
.sw-theme-arrows > .nav .nav-link.active {
	border-color: #8c9eff;
	background: #8c9eff;
}
.sw-theme-arrows > .nav .nav-link.active::after {
	border-left-color: #8c9eff;
}
.sw-theme-arrows {
	border:none;
}
#smartwizard .nav-link {
	padding-bottom:12px;
	padding-top:12px;
}
@media only screen and (min-width: 601px) {
    #smartwizard {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 640px) {
  	.sw > .nav {
  		margin-top:0;
		width:100%; 
  	}
  	#smartwizard .nav-link {
  		text-align:left;
  	}
  	#smartwizard .bd-nav-link {
  		display:inline-block;
  		margin-right:10px;
  	}
  	.sw-theme-arrows > .tab-content > .tab-pane {
  		padding:0;
  	}
}
/*kalendarz - fixy:*/
.fc-more-popover {
  	max-height: 80vh; 
  	overflow-y: auto;
}
.fc .fc-button {
	font-size: 14px;
	line-height: 36px;
	padding: 0 16px;
}
.fc .fc-button-primary {
	background-color:#E8EAF6;
	border: 1px solid #ccc;
	color:#3F51B5;
}
.fc .fc-button-primary:hover {
	background-color:#3F51B5;
	color:white;
}
.fc .fc-button-primary:not(:disabled):active, 
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-today-button:disabled {
	background-color:#3F51B5;
	border: 1px solid #ccc;
	color:white;
}
.fc-event-title {
	cursor:pointer;
}
.fc-daygrid-event {
	border-radius:8px;
	cursor:pointer;
  	height: auto !important;
  	overflow: visible;
  	padding:5px;
  	white-space: normal;
}
.fc-timegrid-event {
	border-radius:8px;
	cursor:pointer;
  	height: auto !important;
  	overflow: visible;
  	padding:0 1px 1px 1px;
  	white-space: normal;
}
.fc-timeGridWeek-view .fc-event,
.fc-timeGridDay-view .fc-event {
    max-height: 80px;
    overflow: hidden;
}

@media (max-width: 600px) {
	.fc .fc-toolbar.fc-header-toolbar {
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	gap: 6px;
  	}
  	.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	margin: 0; 
  	}
  	.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child {
    	flex: 0 0 100%;
    	justify-content: center;
  	}
  	.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2),
  	.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
    	flex: 1 1 auto;
    	justify-content: center;
  	}
  	.fc .fc-button {
    	padding: 0.2rem 0.5rem;
    	font-size: 0.85rem;
  	}
  	.fc .fc-toolbar-title {
    	font-size: 1.05rem;
    	line-height: 1.2;
  	}
}

/* fix toasta */
#toast-container {
    position: fixed !important;
    top: 20px !important;       /* odległość od góry */
    left: 50% !important;       /* środek ekranu */
    right: auto !important;     /* wyłącz prawe kotwiczenie */
    transform: translateX(-50%);/* przesunięcie, żeby faktycznie wyśrodkować */
}
@media only screen and (min-width: 993px) {
    #toast-container {
		top: 1px;
    }
}
/* Wlasna tabela: */
.bd-grid {
	border:1px solid indigo;
	border-collapse:collapse;
	width:100%;
}
.bd-grid th {
	border:1px solid indigo;
	color:#183871;
	min-width:25px;
	padding:2px;
	text-align:center;
}
.bd-grid td {
	border:1px solid indigo;
	color:#183871; 
	padding:2px;
	vertical-align:top;
}
.bd-grid .bd-holiday {
	background-color: #e8eaf6; 
}
.bd-grid .bd-smaller {
	font-size:11px;
	font-weight:normal;
}
.bd-static {
	border-collapse:collapse;
	width:100%;
}
@media (min-width: 768px) {
	.bd-static {
		border: 1px solid #e0e0e0;
  	}
}
.bd-static th {
	min-height:18px;
	padding:6px;
	text-align:center;
}
@media (min-width: 768px) {
	.bd-static th {
		border: 1px solid #e0e0e0;
  	}
}
.bd-static td {
	min-height:18px;
	padding:6px;
}
@media (min-width: 768px) {
	.bd-static td {
		border: 1px solid #e0e0e0;
  	}
}
@media (min-width: 768px) {
	#tbl_proces_procesy thead th:nth-child(1) {
    	width: 50%;
  	}
  	#tbl_proces_procesy thead th:nth-child(2),
  	#tbl_proces_procesy thead th:nth-child(3) {
    	width: 15%;
  	}
  	#tbl_proces_procesy thead th:nth-child(4) {
    	width: 20%;
  	}
}
.bd-static .result {
	cursor:pointer;
	text-align:right;
}

#customers_filtry th {
	border-bottom: 0px;
	padding:4px 6px;
	vertical-align:top;
}
#customers_filtry .select2-container {
	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle;
}
#customers_filtry .select2-search__field {
	height: 1.5em !important;
	padding: 4px 0 0 0 !important;
}
#customers_filtry .select2-search__field:Focus {
	border-bottom: none !important;
	box-shadow: none !important;
}
#customers_filtry .select2-search__field::placeholder {
	color: #9e9e9e !important;
}
#customers_filtry .select2-selection {
  	border: none;
  	border-bottom: 1px solid transparent;
}
.bd-count {
	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	flex: 1;
	height: 1.8em !important;
	margin: 0 0 0 4px !important; 
	padding: 2px 4px !important;
	width: 20px !important;
}
.bd-count-unit {
	margin-left:5px;
}
.bd-search {
	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	flex: 1;
	height: 2em !important;
	margin: 0 !important;
	min-width: 0; 
	padding: 4px !important;
}
.bd-search-10 {
	flex: 1;
	min-width: 0; 
  	box-sizing: border-box; 
  	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	height: 2em !important;
	margin: 0 !important;
	padding: 4px !important;
}
.bd-search-4 {
	flex: 1;
	min-width: 0;
	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	height: 2em !important;
	margin: 0 !important;
	padding: 4px !important;
	text-align: right !important;
}
.bd-search::placeholder, .bd-search-10::placeholder, .bd-search-4::placeholder {
	color: #9e9e9e;
}
.bd-break {
	color:#9e9e9e;
	padding-top:25px !important;
	text-align:center;
}