:root {
    --kolor-tekstu: #121212;        /* Ciemny tekst */
    --kolor-tla: #FFFFFF;           /* Jasne tło */
    --kolor-akcentu: #007bff;       /* Niebieski akcent */
    --kolor-granicy: #CCCCCC;       /* Jasnoszara granica */
	--ciemny-szary:#636363;
	--bialy:#fff;
}

[data-theme="dark"] {
    --kolor-tekstu: #F0F0F0;         /* Jasny tekst */
    --kolor-tla: #1a1a1a;            /* Bardzo ciemne tło */
    --kolor-akcentu: #90CAF9;        /* Jaśniejszy niebieski akcent */
    --kolor-granicy: #444444;        /* Ciemnoszara granica */
}



.bd_funt{
background: url(../grafika/pound.svg) no-repeat scroll 7px 7px !important;
  padding-left: 30px !important;
  background-size: 11px !important;
  padding-top: 6px !important;
}
.bd_nagl p{
	font-weight: bold;
  font-size: 25px;
}

#wszystkie1 .row table tbody tr td button{
	    background: transparent;
    box-shadow: none;
    border-radius: 2px;
    margin: 2px 5px 2px 5px;
    border: 1px solid #428bca;
    color: #428bca;
}
.add_new{
	display:block !important;
	margin-right: 15px !important;
	height: 60px;
}
.add_new .btn_new{
	background-color:#428bca !important;
	float:right;
	font-weight:bold !important;
	margin-bottom: 30px;
}

.form-control:focus{
border:1px solid #428bca !important;
}
.bd_pn{
	display: block;
  padding: 15px;
  text-align:center;
}

.bd_pn button{
	border: 1px solid #888;
  background-color: #fff;
  color: #888;
  float:none !important;
  background-color:#e31e24 !important;
  color:#fff !important;
  border: none !important;
  font-weight: bold;
}
form .row .col-md-3 label{

}

#example1 tbody tr td p{
	margin-bottom:0;
	font-size: 12px;
}
#example1_wrapper{
	width:100%;
}
#example2_wrapper{
	width:100%;
}
#example3_wrapper{
	width:100%;
}
.table-striped tbody tr td button
{
	margin-top: 3px;
  margin-bottom: 0;
	padding: 10px;
  margin-left: 10px;
  background-color:#e31e24;
  color:#fff;
}

div.dt-container .dt-paging .dt-paging-button.current{
	background: #e31e24 !important;
  color: #fff !important;
  border-radius: 3px;
  border: none !important;
}
.dt-paging-button.current{
	background: #e31e24 !important;
  color: #fff !important;
  border-radius: 3px;
  border: none !important;
}
.table-striped tbody tr:nth-of-type(2n+1){
	background-color:#f6f6f6;
}
.form-control{
	border: 1px solid #eee !important;
  border-radius: 3px !important;
}

.bd_date{
	padding-left:20px !important;
}