﻿<!--

.gi-2x{font-size: 20px;}


@media screen {
.info_pracownik {display:inline-block; width:40%;}
.info_egzemplarz {display:inline-block; width:40%;}
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 0.5em;
    margin-left: 1px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #333;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
	border: 1px solid #979797;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

div.dataTables_wrapper div.dataTables_info {

    padding-top: 8px;
    white-space: nowrap;
	font-size:80%;
}

div.dataTables_wrapper div.dataTables_filter label {

    font-weight: bold;
	font-size:90%;
    white-space: nowrap;
    text-align: left;

}


#komunikat {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #d6d6d6;
	filter: alpha(opacity=45);
	opacity: 0.45;
	z-index: 998;
}

#text{
	width: 600px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	text-align:justify;
	margin: -300px 0 0 -300px; 
	z-index: 999; 
	padding:10px;
}

#text2{

	height:360px; 
	width:580px; 
	overflow:auto; 
	font-size:90%; 
	padding:10px;
}

.form_uwaga{

	position:absolute; 
	height:250px; 
	width: 380px; 
	color:#000;
	margin: 0 auto; 
	opacity: 0.95; 
	filter: alpha(opacity = 95); 
	border: 1px solid #ccc; 
	font-size:90%; 
	font-family: Helvetica; 
	background: #fff; 
	z-index: 999; 
	display:none;

}

.form_uwaga_bg{

	width:360px; 
	height:230px; 
	background:#ccc; 
	margin:0 auto; 
	margin:10px;
}

.form_uwaga12z{

	position:fixed; 
	height:260px; 
	width: 380px; 
	color:#000;
	margin-left: -190px;
	margin-top: -125px;
	opacity: 0.95; 
	filter: alpha(opacity = 95); 
	border: 1px solid #ccc; 
	font-size:90%; 
	font-family: Helvetica; 
	background: #fff; 
	top:50%;
	left:50%;
	display:none;
	z-index:999;
}


.form_uwaga_bg12z{

	width:360px; 
	height:240px; 
	background:#ccc; 
	margin:0 auto; 
	margin:10px;
}

-->
