/* @import url(https://fonts.googleapis.com/css?family=Roboto:400&subset=latin-ext); */
/* roboto-regular - latin-ext_latin */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v16-latin-ext_latin-regular.eot');
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v16-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/roboto-v16-latin-ext_latin-regular.woff2') format('woff2'),
       url('fonts/roboto-v16-latin-ext_latin-regular.woff') format('woff'),
       url('fonts/roboto-v16-latin-ext_latin-regular.ttf') format('truetype'),
       url('fonts/roboto-v16-latin-ext_latin-regular.svg#Roboto') format('svg');
}

html {
    font-family: 'Roboto'
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 1em;
}

abbr, acronym { 
    cursor:help;
    border-bottom: dotted 1px;
    text-decoration: none;
}

img { border: none }

div.left { text-align:left }
div.center { text-align:center }
div.right { text-align:right }

hr.hr2 { color: #eee; background-color: #eee; height: 2px; border: none; }

div.page_menu {
    margin: 0px auto;
    display: block;
    /*font-size: 24px;*/
    text-align: center;
    font-weight: normal;
}

div.page_menu ul.kl {
    padding: 0;
    margin-bottom: 20px;
}

div.page_menu ul.kl li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0px dotted blue;
    text-align: left;
}

div.page_menu ul.kl li .page_link {
    color: black;
    padding: 0px;
    display: block;
    text-decoration: none;
    border: none;
}
div.page_menu ul.kl li .page_link img {
    border: 0;
    padding: 0 20px 20px 100px;
    vertical-align: middle;
}
div.page_menu ul.kl li .page_link:hover {
    background-image: url(../resources/menubar.png);
    background-repeat: no-repeat;
    background-position: 0% 48%;
}

ul.mess {
    background-color: #eee;
    margin: 1px;
    padding: 0px;
}

ul.mess li {
    vertical-align: middle;
    list-style: none;
    text-align: left;
}
ul.mess li img {
    width: 20px;
    height: 20px;
    padding: 6px;
    vertical-align: middle;
}


div.listaPoz {
    display: block;
    margin: 0px auto;
    background-color: #eee;
    padding: 1em;
    /*font-size: 14px;*/
    text-align: center;
}
div.listaPoz ul.kl {
    margin: 0;
    padding: 0;
}
div.listaPoz ul.kl li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0px dotted blue;
    text-align: left;
}
div.listaPoz ul.kl li .tytul {
    color: black;
    padding: 0px;
    display: block;
    text-decoration: none;
    border: none;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: large;
}
.listaSelectAll {
    text-align: left;
    font-weight: normal;
    font-size: smaller;
}
.wiadchbox {float: left; margin-top: 14px;}
div.opisPr { margin: 2px; padding: 2px }
div.opisPr:hover { background-color: #e0e0e0; }
div.opisPr div.ikona { float: left; width: 32px; margin: 5px }
div.opisPr div.ikona img { border: none }
div.opisPr div.info { text-align: left; margin-left: 40px; border: none; overflow: hidden; padding: 4px; }
/*font-size: smaller;*/
div.opisPr div.info a { text-decoration:none; }
.zalTak {
    color: #000000;
}
.zalNie {
    color: #ff0033;
}
.tytul {
    font-weight: bolder;
}
.autor {
    font-weight: normal;
}
div.title {    
    background-image: url(../resources/menubar.png);
    background-repeat: no-repeat;
    background-position: -40% 90%;
    height: 35px;
}
div.title img{
    margin: 0 20px -25px 10px;
}
.list-header {
    background-color: #eeeeee;
    font-size: larger;
    font-weight: bold;
}
.listaEgz {
    font-weight: normal;
    margin-top: 5px;
}
.list-paging-header {
    background-color: white;
}

.list-paging-footer {
    background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
    background-color: #eeeeee;
}
.pfield {
    background-color: #f2d3c3;
    border: 1px solid #e0b452;
}

.infoMessage {
    color: black;
}

.warnMessage {
    color: orange;
    font-weight: bold;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

.fatalMessage {
    color: red;
    font-style: italic;
    font-weight: bold;
}

#container {
    margin:auto;
    width: 1016px;
    background: none;
    border: none; /* 1px solid; */
    margin-top: 10px;
}

#topheader {
    background-image: url(../resources/logo2.png);
    background-repeat: no-repeat;
    height: 105px;
    display: block;
}
#footer {
    color: gray;
    clear:both;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border-top: 2px solid;
    border-color: #EEEEEE;
    line-height: 15px;
    font-weight: normal;
    /*font-size: 10px;*/
}
#footer a{
    color: gray;
    text-decoration: none;
}

#footer a:hover {
    /*background-color:#d9d9d9;*/
    text-decoration: underline;
}
#container2 {    
    width:100%;
    overflow:hidden;
    position:relative;
    /*background-image: url(../resources/bgimg.jpg);*/
    /*background-attachment:scroll;*/
}
#container1 {
    float:left;
    width:100%;
    position:relative;
    right:80%;
}
#leftBar {
    float: left;
    width: 20%; /* 17 */
    padding-left: 0px;
    padding-top: 5px;
    position:relative;
    left:80%; /* 80 */
    overflow:hidden;
}
#leftBar div {
    margin-bottom: 7px;
}
#leftBar div img {
    margin-left: 0px;
}
.leftMenuLink,
div#leftBar .leftMenuDivBG a
{
    color: #000000;
    text-decoration:none;
    /*font-size: 13px;*/
    padding-left: 5px;
}
/* .leftMenuLink a:visited {  */
div#leftBar .leftMenuDiv { padding-left: 2px }
div#leftBar .leftMenuDiv:hover { background-image: url('../resources/leftMenuBGHover.png'); background-repeat: repeat-y;}
div#leftBar .leftMenuDivBG { height:20px; background-image: url('../resources/leftMenuBG.png'); background-repeat: no-repeat;
                             line-height: 20px;
                             vertical-align: middle;
}

.leftMenuLink2,
div#leftBar .leftMenuDiv a {
    color: black;
    text-decoration:none;
    /*font-weight: normal;*/
    margin-left: 10px;
}

.leftMenuLink2Sel {
    color: black;
    text-decoration:none;
    font-weight: bolder;
    margin-left: 10px;
}

#leftMenuKasWiad{
    display: none;
}

#content {
    float:left;
    width:72%; /* 80 */
    padding: 2px 0 0 5px;
    position:relative;
    left:80%; /* 80 */
    overflow:hidden;
    /*    font-size: smaller;*/
    margin-bottom: 15px;
    text-align: center;
	min-height: 500px;
}
.butt {
    background-color: #ffffff;
    background-image: url(bgbutton3.png);
    height: 24px;
    width: 95px;
    font-size: 16px;
}
#rightBar {
    float:right;
    width: 20%;
    background: #EBEBEB;
    color: #ff3333;
}
#menu {
    /*width: 100%;*/
    height: 30px;
    vertical-align: middle;
    text-align: left;
    font-size: larger;
    font-weight: bold;
    border-bottom: 1px solid;
    line-height: 25px;
    color: #ffffff;
    margin-left: 190px;
    position: relative;
    top: 42px;
    white-space: nowrap;
}
#menu table { border:0px; vertical-align: top; line-height: 25px; }

/*
#menu td:hover { 
    background-image: url(../resources/bgbutton4h.png);
    background-position:center;
    background-repeat: no-repeat; 
}
*/
.menuLink,
#menu table a {
    /*font-size: 14px;*/
    color: black;
    text-decoration:none;
    margin-left: 8px;
    margin-right: 8px;
    /*font-weight: bolder;*/
    padding: 3px 5px 3px 5px;
    border: none;
}
#menu table a:hover {
    border-color: black;
    color: #555;
}
#topFlag {
    float: right;
    margin-top: 5px;
}
#topMenu {
    text-align: right;
    width: 89%;
    /*font-size: 12px;*/
    position: relative;
    top: 5px;
}
#topMenu a:hover {
    text-decoration: underline;
}
#logoMenu {
    position: relative;
    top: -45px;
    left: 912px;
    width: 100px;
}
.pomoc {
    text-align: justify;
    font-weight: normal;
    margin-right: 25px;
}
.topMenuLink {
    text-decoration:none;
    /*font-size: 12px;*/
    margin-right: 10px;
    color: #000000;
}
/*
.opButton {
    height: 25px;
    background: url(../resources/bgbutton4.png) center;
    border: solid 1px #666666;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold; 
}
*/
.opButton {
    height: 25px;
    background: #eee;
    border: solid 1px gray;
    cursor: pointer;
    color: black;
    font-weight: bolder;
	
	/*Zmiany*/
	height: 35px;
	font-weight: normal;
	padding: 0px 12px 0px 12px;
	background-color: lightslategray;
	color: white;
	
	letter-spacing: 1px;
	text-shadow: 0.4px 0.4px white;
}



/*.opButton:hover { background: url(../resources/bgbutton4h.png) center; }*/
.opButton:hover { 
   border: solid 1px black;
   background-color: #3d454e;
}

div.listaWyp ul li{
	padding-bottom:5px;
}

table.dane-czyt-zmien{
	width:90%;
	margin-top: 12px;
    border-spacing: 8px;
}

table.dane-czyt-zmien td {
	text-align:left;		
}
table.dane-czyt-zmien td:first-child{
	width:40%;
	text-align:right;
}
table.dane-czyt-zmien td input{
	width:300px;
}

#ramka{
    text-align: left;
    border: 1px #666666;
    margin-top: 5px;
    width: 97%;
    padding: 10px;
    font-weight: normal;
    background-color: #eee;
}
#ramka a{
    text-decoration: none;
    color: #000000;
    font-weight: bolder;
}

.wiadLink{text-decoration: none; color: #000000;}

.htytul {
    text-decoration: none;
    font-style: inherit;
}
.htytul:hover {background-color:#d9d9d9; text-decoration: none }
#window {
    text-align: center;
    border: 0px solid #666666;
    margin: 15px 15px;
    padding-bottom: 15px;
    width: 99%;
    background-color: #f2f2f2;
    font-weight: normal;
}
#window table {
    /* Zmiana
    width: 100%;
    vertical-align: top; */
	
	width: 99%;
    vertical-align: top;
	border-spacing: 8px;
	border-collapse: separate;
}
#window table div.tytul {
    font-size: 12pt;
}
#window table div.autor {
    font-size: 10pt;
    color: #999999;
    font-weight: normal;
}
.txt {
    background-image: url('../resources/bgbutton3.png');
    margin: 0 5px;
    width: 180px;
    padding: 2px;
    border: 1px solid silver;
}

.txt:focus {
    background-image: url('../resources/bgitem.png');
    padding: 3px 3px 2px 3px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid black;
}
#window_top {
    /*background-image: url(../resources/bgbutton3.png);*/
    height: 40px;
    text-align: left;
    vertical-align: middle;
    line-height: 40px;
    border-bottom: 1px solid #666666;
    margin-bottom: 15px;
    font-weight: bold;
	padding-left:10px;
	background-color: lightslategray;
	color: white;	
	letter-spacing: 1px;
	text-shadow: 0.5px 0.5px black;
}

div.window_panel{
	background-color:#dfdfdf;
	border-bottom: 1px solid silver;
	text-align: left;
}

.panel_pad10{
	padding: 10px 5px 10px 10px;	
}
.panel_pad0{
	padding: 10px 5px 0px 10px;	
}

div.window_panel input.txt{
	width: 300px;
}

table.message {

}

table.message td.title {
  text-align: right;
  padding-right:5px;
}
table.message td.title2 {
  text-align: right;
  vertical-align: top;
  padding-right:5px;
}

table.message td.data {
  text-align: left;
}

table.message td.data  input {
   max-wdith: 592px;
   width:592px;
}

table.message td.data select{
   height:27px;
   min-width: 594px;   
}
table.message td.data textarea {
	min-width: 589px;
	font-family: 'Roboto';	
}

li.mess_type_0 {
	margin-bottom: 5px;
	border: 3px solid lightsteelblue;
}
li.mess_type_1 {
	margin-bottom: 5px;
	border: 3px solid red;
}
li.mess_type_2 {
	margin-bottom: 5px;
	border: 3px solid silver;
}

div.panelAction2 {	
    display: block;
    height: 35px;
    padding: 5px;
	background-color: #e1e1e1;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #a4a4a4;
}
div.panelAction2 > div.opButton {
	height: 29px;
	color: white;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
div.panelAction2 > div.opButton a {
   color: white;
   line-height:26px;
}

span.profil-plac{
	font-weight: bold;	
	color:#3d454e;
}

span.dane-czyt{
	line-height: 28px;
}

.table1 {
    border: 1px solid black;
    border-collapse: collapse;
    background-color: #ffffff;
}
.table1 td {
    border: 1px solid black;
    padding: 5px;
}
.table1 tr:hover {
    background-color: #99ccff;
}

div.pliki {
    border: 0px solid black;
}

div.pliki a {
    display: block;
}

div.pliki ul {
    list-style: none;
    border: 0px dotted silver;
    margin-left: 0;
    padding: 0;
}

div.pliki ul li {
    border: 0px dotted maroon;
    padding: 5px;
}

div.pliki ul li:hover {
    background-repeat: repeat;
    background-color: #f4f4f4;
}

div.pliki img {
    vertical-align: middle;
    border: 1px solid black;
}

div.pliki img.mini {
    vertical-align: middle;
    border: 1px solid blue;
    width: 50px;
}

div.plik_lstmin {
    border: 0px solid black;
    margin: 0;
    padding: 0 5px 5px 5px;
    text-align:center
}

div.plik_content {
    border: 0px solid black;
    margin: 5px;
    padding: 5px;
    width: 98%;
    text-align:center
}

div.plik_content a img {
    border: 1px solid black;
    margin: 0;
    padding: 0;
}

div.diagmsg {
    color: yellow;
    background-color: red;
    padding: 8px;
    text-align: center;
}

div.diagmsg pre {
    white-space: pre-wrap;
}

div.prezinfo {
    color: white;
    background-color: silver;
    /*font-size: 13px;*/
    font-weight: bold;
    padding: 4px;
    text-align: center;
	margin-bottom: 10px;
}

div.pytanie {
    /*    border: 1px solid red; */
    padding: 6px;
    margin: 2px;
    text-align: center;
}

div.pytanie a {
    color: black;
    margin: 4px;
    padding: 4px 8px;
    border: 1px solid silver;
    text-align: center;
    text-decoration: none;
}

div.pytanie a:hover {
    color: white;
    background: green;
    border: 1px solid green;
}

.ico_ocena {
    width: 21px;
    height: 21px;
}

.ico_ocena_s {
    width: 16px;
    height: 16px;
}

#liczba_rec_img {
    position: relative;
    left: 15px;
    top: 0px;
    margin-bottom: -12px;
    z-index: 1;
}

#liczba_rec_lab {
    position: relative;
    left: -40px;
    top: 1px;
    margin-bottom: -12px;
    z-index: 2;
}

.lista_top {
    font-size: small;
    float: left;
    width: 33%;
    text-align: left;
    padding: 0 30px 0 0;

}


.lista_top_title {
    background-image: url('../resources/leftTopMenuBG.png');
    background-repeat: repeat-y;
    vertical-align: middle;
    padding-left: 5px;
    margin-bottom: 15px;
    color: #575757;
    cursor: default;
    font-weight: bolder;
}

#ltoptitle {
    z-index:0;
}

#ltoptitlebgT {
    left: -5px;
    top: -1px;
    position: relative;
}

#ltoptitlebgB {
    left: -5px;
    top: 1px;
    position: relative;
}


.lista_top_link {
    /*font-size: smaller;*/
    padding-left: 5px;
}

.lista_top_link_a {
    display: block;
}

.lista_top_link_r {
    /*font-size: smaller;*/
    padding-left: 5px;
    text-align: right;
    cursor: default;
}

.clearit {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: px; /*for IE*/
}

#zakRec {
    cursor: pointer;
}
.rej_td_right {
    text-align:left;
}

.rej_td_right input.txt{
	width: 300px;
}

.rej_td_left {
    text-align:right;
    width: 250px; /*zmiana*/
	vertical-align: text-top;
}
.rej_td_right div.dane {
	display:block; 
	line-height:25px;
}
.rej_td_right div.dane_err {
	padding-top:2px; 
	padding-left:5px;
	color:red;
}

.rej_td_th {
    text-align:left;
    font-weight:bold;
    
	text-align: left;
	font-weight: bold;
    border-top: 1px;
    border-top-style: none;
    border-top-color: currentcolor;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	background-color: white;
	padding-left: 10px;
	border-bottom: 1px solid #c0c0c0;
	height: 30px;
	color: #444;
}

.regUdsName {
    display:none;
    /*width: 525px;*/
    text-align:left;
    font-size:small;
    padding: 5px 5px 5px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(252, 252, 252);
}

.regUdsHistory {
    display:none;
    /*width: 525px;*/
    text-align:left;
    font-size:small;
    padding: 5px 5px 5px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(252, 252, 252);
}

.prolongKom {
    display:none;
    width: 525px;
    text-align:left;
    font-size:small;
    padding: 5px 5px 5px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(252, 252, 252);
}

.prolongLiczba{
    float: left;
    font-size: small;
    font-weight: normal;
    margin: 2px 5px;
}

.lbutton {
    border: 1px solid #A4A4A4;
    color: #333333;
    padding: 4px 7px;
    text-decoration: none;
}

.regZgodne {
    font-weight:bold;
    color:green;
}

.regNieZgodne {
    font-weight:bold;
}

.regIco {
    margin:2px;
    /*margin-bottom: -10px;*/
}

.captchaMain {
    background-color: #f2f2f2;
    border: 1px solid #A4A4A4;
    display: table;
    width: 450px;
    font-weight: bold;
    margin: 0 auto;
}

.captchaCellL {
    background-color: rgb(255, 255, 255);
    border: 0px;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

.captchaCellR {
    border: 0px;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: left;
}

.captchaImage {

}

.captchaTitle {
    left: 15px;
    top: -4px;
    position: relative;
}

.captchaField {
    left: 10px;
    top: 1px;
    position: relative;
}

.rej_regulamin{
	height: 200px; 
	background-color: white; 
	overflow: scroll; 
	border: 1px solid silver; 
	font-size: 10pt; 
	margin:5px; 
	width:97%;
	padding-bottom: 5px;
	margin-bottom: 10px;	
}

.rej_regulamin_chk {		
	padding-left: 5px;
	padding-right:8px;
	text-align: left;	
}
.rej_regulamin_chk input {
	float: left;
    margin: 3px 5px;    
}

.rej_regulamin_err {
	padding-left: 35px;
	padding-right:8px;
	text-align: left;	
	color: red;
}