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;
}
/* 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-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: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-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-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;
	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-unread {
	-webkit-animation: myfirst 5s linear 2s infinite alternate;
    animation: myfirst 5s linear 2s infinite alternate;
	border:1px solid #FFFF2C;
	border-radius:5px;
	color:#000;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	margin-top:5px;
	padding:3px 10px;
}
.fixed-bd-btn {
	position: fixed;
	left: 23px;
	bottom: 23px;
	padding-top: 15px;
	margin-bottom: 0;
	z-index: 997;
}
.bd-standard {
	background-color: white !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-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;
}
.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;
	font-size:9px;
	font-weight:bold;
	margin-top:6px;
	padding:2px;
	text-align:center;
	text-transform:uppercase;
	width:60px;
}
.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;
}
.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-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;
}
.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-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) {
	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 {
	 position: absolute;
	 right: 10px;
	 top: 52%;
	 transform: translateY(-50%);
	 color: #757575;
	 pointer-events: none;
}
.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:#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;
}

/*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;
}
/*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;
}
/*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: #444;
    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-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: 45px;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    border-bottom: 1px dotted rgba(0, 0 ,0 ,0.42);
    background-color: transparent;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection__rendered {
    color: rgba(0, 0, 0, 0.70) !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 35px;
}
.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;
}
.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:*/
.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;
}
/*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;
}
/* fix toasta */
@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;
}