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 {
	background-attachment: fixed;
	background-image: url('/css/indigo/logo.png');
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
	flex: 1 0 auto;
	min-height:600px;
}
fieldset {
	background-color: #fafafa;
    border:1px #CBCBCB solid;
    border-radius:10px;
    margin-top:5px;
    margin-bottom:5px;
}
h6 {
	color: #3f51b5;
	font-size:16px;
}
.bd-row-content {
	border-radius:5px;
	margin-bottom:10px;
	padding:6px;	
}
.bd-row-content table tfoot th {
	border-top:1px solid #3f51b5;
	color:rgba(0,0,0,0.6);
	font-size:0.9em;
	padding-right:1px;
	text-align:right;
}
.bd-row-content table thead tr:hover,
.bd-row-content table tbody tr:hover, 
.bd-row-content table tfoot tr:hover {
  	background-color: transparent !important;
}
.bd-standard {
	background-color: white !important;
}
.bd-tab-content fieldset {
  	background-color: #f5f5f5;
  	padding-bottom:0;
  	padding-top:0;
}

.bd-subtabs-container {
	position:relative;
}
.bd-subtabs-close {
	position: absolute;
	right: 12px;
	top: 40%;
	transform: translateY(-50%);
	z-index: 10;
}
.bd-subtabs {
	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 #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:8px 20px;	
}
.bd-subtabs-content table thead tr,
.bd-subtabs-content table tbody tr,
.bd-subtabs-content table tfoot tr,
.bd-subtabs-content table tbody tr > td,
.bd-subtabs-content table tbody tr > th,
.bd-subtabs-content table tbody tr:hover,
.bd-subtabs-content table tbody tr:hover > td,
.bd-subtabs-content table tbody tr:hover > th, 
.bd-subtabs-content table.dataTable thead tr, 
.bd-subtabs-content table.dataTable tbody tr {
  	background-color: transparent !important;
}
.bd-subtabs-content table.dataTable a {
	font-size:0.8em;
	font-weight:normal;
}
.bd-divider {
	color:#eef7fe;
	margin-bottom:10px;
	margin-top:10px;
}

.bd-podzakladki {
	background: rgb(250, 250, 250) !important;
	height:34px !important;
}
.bd-podzakladki .tab {
	line-height:30px !important;
}
.bd-podzakladki .tab a {
	background: transparent !important;
	font-size:12px !important;
}
.bd-podzakladki .tab a.active {
	background-color:#e8f5e9;
}
.bd-podzakladki .tab a:hover {
	background-color:#eeeeee !important;
}
.bd-status-11 {
	/*w przygotowaniu*/
	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-status-12 {
	/*aktualny*/
	background-color:#388e3c;
	border: 1px #a5d6a7 solid;
	border-radius:6px;
	color:#fff;
	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-status-13 {
	/*archiwalny*/
	background-color:#fff3e0;
	border: 1px #ffcc80 solid;
	border-radius:6px;
	color:#ef6c00;
	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;
}
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;
}
#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ć */
}
/* Klasy wlasne: */
input[type=number] {
    -moz-appearance: textfield; 
}
input[readonly] {
	pointer-events: none;
}
input[type="text"]:not(.browser-default)[readonly="readonly"],
input[type="number"]:not(.browser-default)[readonly="readonly"]{
	border-bottom:1px solid #9e9e9e;
	color:rgb(0,0,0);	
}
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;
}
@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:5px 15px 0 10px;
	vertical-align:top !important;
}
.bd-user {
	cursor:pointer;
}
.bd-user:hover {
	color:green;
	text-decoration:underline;
}
.bd-checkbox {
	margin-left:15px;
}
.bd-checkbox span {
	color: #424242;
}

table.dataTable td label span {
  	margin-left: 0;
}
table.dataTable td label.bd-checkbox {
  	display: flex;
  	align-items: center;
  	gap: 15px;
}

.bd-dodaj-kontrahenta {
	margin-bottom:7px;
	margin-top:7px;
}
[type="checkbox"]:not(:checked):disabled + span:not(.lever)::before {
	background:transparent;
	border:1px solid #9e9e9e;
}
[type="radio"]:checked + span::after, 
[type="radio"].with-gap:checked + span::after {
    background-color: #3f51b5 !important;
}
[type="radio"]:not(:checked) + span.bd-glowny::before {
    border: 2px solid #3f51b5;
}

[type="radio"]:checked + span.bd-wiodaca::after, 
[type="radio"].with-gap:checked + span.bd-wiodaca::after {
    background-color: #2E7D32 !important;
}
[type="radio"]:not(:checked) + span.bd-wiodaca::before {
    border: 2px solid #2E7D32;
}

.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;
}
.bd-table-link:hover {
	color:#3f51b5;
	text-decoration:underline;
}
.bd-wrap-text {
    white-space: normal !important;
    word-break: break-word;
}

.bd-icon-text {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
}
.bd-icon-text i.material-icons {
    flex: 0 0 auto; /* ikona ma stałą szerokość */
}
.bd-icon-text span {
    text-align: center;
}

.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;
	font-weight:bold;
	padding: 4px;
	width: 100%;
}
.bd-warnings:empty {
	display: none;
}
.bd-info {
	color:#54545b;
	font-size:10px;
	padding-left:10px;
}
.bd-fileInfo {
	color:green;
	font-size:10px;
	padding-left:80px;
}
.bd-info label {
	color:#54545b;
	display: inline-block;
	font-size:10px;
	padding-right:10px;
	min-width:150px;
}
.bd-popup {
	background: #e3f2fd;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	display: none;
	padding: 1px 10px 10px;
	position: absolute;
	width: 500px;
	z-index: 9999;
}
.bd-popup-close {
	cursor:pointer;
	font-size:1.5em;
	padding:0;
	text-align:right;
	width:100%;
}
.bd-popup-content {
	max-height:200px;
	overflow-y:auto;
}
.bd-popup-content ul {
	margin-top:2px;	
}
.bd-popup-content li {
	list-style-type: square !important;
	margin-bottom:10px;
	margin-left:15px;
}
.bd-separator {
	background-color:#ccc;
	border:none;
	height:1px;
	margin-bottom:10px;
}
.bd-rok {
	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	height: 2em !important;
	margin: 2px 2px 0 2px !important;
	width: 40px !important; 
	padding: 4px !important;
}
.bd-cell-int {
	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	flex: 1;
	height: 2em !important;
	margin: 2px 2px 0 2px !important;
	padding: 4px !important;
	text-align:right;
	min-width: 65px !important;	
}
.bd-cell-decimal {
	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	flex: 1;
	height: 2em !important;
	margin: 2px 2px 0 2px !important;
	padding: 4px !important;
	text-align:right;
	min-width: 65px !important;	
}
.bd-cell-date {
	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	flex: 1;
	height: 2em !important;
	margin: 2px 2px 0 2px !important;
	padding: 4px !important;
	text-align:center;
	min-width: 60px !important;	
}
.bd-search, .bd-cell-pesel {
	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	flex: 1;
	height: 2em !important;
	margin: 2px 2px 0 2px !important;
	min-width: 0; 
	padding: 4px !important;
}
input.bd-cell-int[readonly],
input.bd-cell-decimal[readonly],
input.bd-cell-date[readonly],
input.bd-cell-pesel[readonly], 
input.bd-search[readonly] {
  background-color: #fafafa;
  color: #777;
  cursor: not-allowed;
}
.input-field .materialize-textarea[readonly] {
    border-bottom: 1px solid #9e9e9e !important;
    color: #000;
    -webkit-text-fill-color: #000;
}

.bd-clickable {
	cursor:pointer !important;
}
input[type="text"].sufixed {
	padding-right:25px;
  	box-sizing: border-box;
}
.input-field .material-icons.bd-clickable {
    color: #7986cb !important;
    cursor: pointer !important;
    position: absolute;
    right: 10px;
    top: 30%; 
    z-index: 10;
}
.bd-row-tools .bd-row-input {
	margin-bottom:0;
	margin-top:0;
}
.bd-row-tools .bd-row-input:nth-of-type(1){
	width:50px;
}
.bd-row-tools .bd-row-input:nth-of-type(2){
	width:75px;
}
.bd-row-tools .bd-row-input:nth-of-type(3){
	width:50px;
}
.bd-top {
	vertical-align:top;
}
.bd-no-padding {
	padding-left:0 !important;
	padding-right:0 !important;
}
.bd-tiny-padding {
	padding-left:2px !important;
	padding-right:2px !important;
}
.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:50px;
}
.bd-row-tools-container-small {
	text-align:right;
	width:35px;
}
.bd-row-tools-container-tiny {
	min-height:35px;
	text-align:center;
	min-width:60px;
}
.bd-row-tools-container-inputs {
	min-height:35px !important;
	text-align:right;
}
.bd-row-tools-container-inputs input[type="text"], 
.bd-row-tools-container-inputs input[type="number"] {
	color: #3f51b5;
	font-size:12px;
	font-weight:bold;
	height:2rem;
	margin:0;
}
.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-caps {
	color:red;
	font-size:16px;
	font-weight:bold;
	margin-right:25px;
}
.bd-collection {
	font-size:1.1em;
	padding-top:5px !important;
}
.bd-u-collection {
	margin-top:5px !important;
}
.collection-item:hover {
	background-color:#e8eaf6;
}
#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;
}
/*materializecss - fixy:*/
.modal-content ul {
	background: transparent;
}
.flex-row {
	display: flex;
  	flex-wrap: wrap;
}
.flex-row .col {
	display: flex;
	flex-direction: column;
}
.flex-row .col fieldset {
	flex: 1;
	display: flex;	
	flex-direction: column;
	padding-left: 2px;
	padding-right: 2px;
}
.flex-row table.dataTable thead th {
	border-bottom: 1px solid #CBCBCB;
}
.flex-row table.dataTable.no-footer {
	border-bottom: 1px solid #CBCBCB;
}
.dropdown-content li > a, .dropdown-content li > span {
	color:#0d47a1;
} 
.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:220px;
}
.user-view div {
	line-height:30px;
}
.page-footer .container {
	padding-bottom:8px;
}
.row {
	margin-bottom:2px;
}
.input-field .helper-text {
	min-height:0;
}
.input-field .bd-helper-container {
	display: flex;
	gap: 1rem;
}
/*Zakladki - fixy:*/
.tabs .tab {
	text-transform:none;
}
.tabs .tab a {
	color: #3f51b5;
}
.tabs .tab a:hover {
	background-color:#F6F6F6;
	color: #3f51b5;
}
.tabs .tab a.active {
	background-color:#e3f2fd;
	color:#3f51b5;
	font-weight:bold;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
	background-color:#e3f2fd;
}
.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:8px 20px;
}
/*Moj wlasny select: */
select.bd-cell-select {
    display: block !important;
    background-color:transparent !important;
	border: 1px solid #CBCBCB !important;
	border-radius: 4px !important;
	cursor:pointer;
	display: block !important;
	font-size: 12px !important;
	flex: 1;
	height: 2em !important;
	margin: 2px 2px 0 2px !important;
	min-width: 0; 
	padding: 4px !important;
}
select.bd-cell-select[disabled] {
  	background-color: #fafafa !important;
  	color: #000;
  	cursor: not-allowed;
}
/*Tabele - fixy:*/
table.dataTable thead th {
	border-bottom: 1px solid #3f51b5;
	color: rgba(0,0,0,0.6);
	text-align:center;
}
table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 5px;
}
table.dataTable th.bd-last-col,
table.dataTable td.bd-last-col {
    padding: 10px 1px;
}
table.dataTable th.bd-last-col span,
table.dataTable td.bd-last-col span {
    padding: 1px;
}
.bd-last-col [type="radio"] + span::before,
.bd-last-col [type="radio"] + span::after {
  	margin: 4px 0 0 0;
}
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%;
}
/*Kalendarze - fixy:*/
.datepicker-modal {
	border-radius: 15px;
}
.datepicker-controls .select-month input {
	width: 80px;
}
.datepicker-date-display,.datepicker-table td.is-selected {
    background-color:#3f51b5;
}
.datepicker-modal .select-wrapper input.select-dropdown,
.datepicker-container .select-wrapper input.select-dropdown {
  	pointer-events: auto !important;
  	cursor: pointer !important;
}

/*kalendarz - fixy:*/
.fc-event-title {
	cursor:pointer;
}
.fc .fc-button-primary {
	background-color:white;
	border: 1px solid #ccc;
	color:teal;
}
.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 {
	background-color:#75818c;
	border: 1px solid #ccc;
	color:white;
}
.fc-daygrid-event {
	border-radius:6px;
	cursor:pointer;
  	height: auto !important;
  	overflow: visible;
  	padding:5px;
  	white-space: normal;
}
/*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);
}
/*Select2 - fixy:*/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2 {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size:16px;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    /* background-color: white;*/
    background: transparent;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-selection--multiple {
	padding-top:5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 46px;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
}
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
	background:transparent !important;
    height: auto;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 30px;
}
.select2-container--default .select2-selection--multiple input {
    margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    margin-top: 8px;
    padding: 3px 10px;
    background-color: #42A5F5;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    margin-right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgb(0, 0, 0) transparent transparent;
    border-width: 9px 4px 0 4px;
    margin-left: 2px;
}
.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26);
}
.select2-results__option {
    padding: 1rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: none;
    border-right: none;
    border-left: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], div.tagsinput span.tag {
    background-color: #42A5F5;
}
.select2  + label {
    position: absolute;
    top: -26px;
    font-size: 0.8rem;
}
/*fix modala:*/
.modal {
	overflow-y: auto;
}
.bd-modal {
	border-radius: 15px;
}
.modal-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 17px;
    z-index: 10;
    background: #e8eaf6;
}
.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%;
}
#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;
}
/* Fixy sidenav: */
.sidenav li > a {
	padding: 0 15px;
}
.sidenav li > ul {
	padding: 0px;
}

.bd-bold {
	font-weight:bold;	
}
.bd-baza {
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size:9px;
	font-weight:bold;
	min-width:25px;
	padding: 3px;
	text-align: center;
}
.bd-sewum {
	color: #fff;
	font-weight:bold;
	padding: 3px 5px 5px 5px;
	border-radius: 5px;
}