
	span.warning img{
		cursor: pointer;
	}

	span.warning img.onOpen{
		display:none;
	}
	
	/*wspolne*/
	table tr td{
		border-top-width:1px;
		border-bottom-width:1px;
		border-top-style:solid;
		border-bottom-style:solid;
		border-color: transparent;
	}
	/* hover */
	table tr:hover td{
		cursor: pointer;
		border-top: 1px dotted orange;
		border-bottom: 1px dotted orange;
	}
	table tr:hover td:first-child{
		border-left: 1px dotted orange;
	}
	table tr:hover td:last-child{
		border-right: 1px dotted orange;
	}
	/* selected */
	tr.row_selected td{
		border-top: 1px solid blue;
		border-bottom: 1px solid blue;	
	}
	tr.row_selected td:first-child{
		border-left: 1px solid blue;
	}
	tr.row_selected td:last-child{
		border-right: 1px solid blue;
	}
	/* selected and hover */
	table tr.row_selected:hover td{
		cursor: pointer;
		border-top: 1px solid orange;
		border-bottom: 1px solid orange;
	}
	table tr.row_selected:hover td:first-child{
		border-left: 1px solid orange;
	}
	table tr.row_selected:hover td:last-child{
		border-right: 1px solid orange;
	}
	// ikonki prawa strona
	ul.top-right-toolbar > li > a > i {
		margin-top: 3px;
	}
	// pasek ikonek
	div#table-header{
		min-height: 40px;
	}
	ul.top-right-toolbar{
		right:5px;
		top: 5px;
	}
	
	
	form#filterForm div.control-group{
		display: inline-block;
		margin-bottom: 0px;
		margin: 2px;
	}
	td div.center{
		text-align: center;
		cursor: auto;
	}
	td div i{
		font-size: 13px;
	}
	td div.true{
		color: #19C617;
	}
	td div.false{
		color: red;
	}
	table#DataTables_Table_0 tbody tr td{
		padding:2px 3px 2px 3px;
	}
	form#filterForm label{
		margin-left: 10px;
		padding-top: 10px;
	}
	form#filterForm label.first{
		margin-left: 3px;
	}
	a#focus-visible {
    outline: 2px solid;
    border-radius: 3px;
	}
    input#focus-visible {
    outline: 4px solid;
    border-radius: 5px;
	}
	select:focus-visible {
    border: 2px;
    border-radius: 3px;
    outline: none;
}

ul.breadcrumb li a{
	color: #082567;
  text-decoration: none;
}

body.hight_contrast_on ul li{
	color: #000000;
  text-decoration: none;
}
