p {margin:0px}
img {user-select: none; }
img, input {vertical-align: middle;}
body { cursor: url('../images/nt_cursor_default.png'), default; }
a, label, input, select, option { cursor: url('../images/nt_cursor_pointer.png'), pointer; }


.pObramowanie { text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000; }
.tytulPodstrony {font-size:40px; font-weight:bold; margin-bottom:20px; text-align:center; text-shadow:1px 1px 2px #000;}

.obrazkowyPrzycisk {
	cursor: url('../images/nt_cursor_pointer.png'), pointer; 
	text-align:center; 
	display:table-cell;
	vertical-align:middle;
	font-size:20px; 
	font-weight:bold; 
	color:#FFF; 
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000, 1px 1px #000;
	border:0px solid rgba(0,0,0,0);
	outline:none;
	background:url('../images/button1.png');
	background-repeat: no-repeat;
    background-size: 100% 100%;
	filter: grayscale(0%) brightness(100%);
	user-select: none;
	}	
.obrazkowyPrzycisk:hover { filter: brightness(110%); }	
.obrazkowyPrzycisk:active { filter: brightness(85%); }
.obrazkowyPrzycisk:disabled { filter: grayscale(100%); cursor: url('../images/nt_cursor_default.png'), default; }

.obrazkowyPrzyciskPomarancz {
	cursor: url('../images/nt_cursor_pointer.png'), pointer;  
	text-align:center; 
	display:table-cell;
	vertical-align:middle; 
	font-size:20px; 
	font-weight:bold; 
	color:#FFF; 
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000, 1px 1px #000; 
	border:0px solid rgba(0,0,0,0);
	outline:none;
	background:url('../images/button1.png');
	background-repeat: no-repeat;
    background-size: 100% 100%;
	filter: hue-rotate(180deg) brightness(100%);
	user-select: none;
	}	
.obrazkowyPrzyciskPomarancz:hover { filter: hue-rotate(180deg) brightness(110%); }	
.obrazkowyPrzyciskPomarancz:active { filter: hue-rotate(180deg) brightness(85%); }
.obrazkowyPrzyciskPomarancz:disabled { filter: grayscale(100%); cursor: url('../images/nt_cursor_default.png'), default; }


.obrazkowyPrzyciskRozowy {
	cursor: url('../images/nt_cursor_pointer.png'), pointer; 
	text-align:center; 
	display:table-cell;
	vertical-align:middle;
	font-size:20px; 
	font-weight:bold; 
	color:#FFF; 
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000, 1px 1px #000;
	border:0px solid rgba(0,0,0,0);
	outline:none;
	background:url('../images/button1.png');
	background-repeat: no-repeat;
    background-size: 100% 100%;
	filter: hue-rotate(90deg) brightness(100%);
	user-select: none;
	}	
.obrazkowyPrzyciskRozowy:hover { filter: hue-rotate(90deg) brightness(110%); }	
.obrazkowyPrzyciskRozowy:active { filter: hue-rotate(90deg) brightness(85%); }
.obrazkowyPrzyciskRozowy:disabled { filter: grayscale(100%); cursor: url('../images/nt_cursor_default.png'), default; }


.tabelaLista {width: 100%; border-spacing: 0px 2px;}
.tabelaLista .bonus {color:#FFBB88; text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000; }
.tabelaLista tr {background-color: rgba(0,0,0,0.1);}
.tabelaLista tr:nth-child(even) {background-color: rgba(0,0,0,0.2);}
.tabelaLista .coDrugi {background-color: rgba(0,0,0,0.2);}
.tabelaLista tr td:last-child {border-bottom-right-radius: 10px; border-top-right-radius: 10px;}
.tabelaLista tr td:first-child {border-bottom-left-radius: 10px; border-top-left-radius: 10px;}


.tabelaLista .tytuly, .tabelaListaMisje .tytuly {background-color: rgba(0,0,0,0.8); color: #FFF; font-weight:bold; text-align: center;}

.tabelaLista td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: middle;
	text-align:center;
}

.tabelaListaMisje {width: 100%; border-spacing: 0px 2px;}
.tabelaListaMisje tr {background-color: rgba(0,0,0,0.07);}
.tabelaListaMisje .linia2 {background-color: rgba(0,0,0,0.15);}
.tabelaListaMisje .zaznaczone {background-color: rgba(255,255,0,0.35);}
.tabelaListaMisje tr td:last-child {border-bottom-right-radius: 10px; border-top-right-radius: 10px;}
.tabelaListaMisje tr td:first-child {border-bottom-left-radius: 10px; border-top-left-radius: 10px;}

.tabelaListaMisje .tytuly {background-color: rgba(0,0,0,0.8); color: #FFF; font-weight:bold; text-align: center;}
.tabelaListaMisje .tytuly td { height:auto; }
.tabelaListaMisje .bezTla {background-color: rgba(0,0,0,0); text-align: center;}
.tabelaListaMisje td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: middle;
	text-align:center;
	height:42px;
}

.lokalizacjaNPC { width:163px; height:183px; position:relative; display:inline-block; margin:auto; margin-left:10px; background-image:url('../images/mapy/tlomapy.png'); }
.lokalizacjaNPC p {color:#FFF; font-family:Tahoma; font-weight:bold; position:absolute; text-align:center; width:157px; white-space: nowrap;  text-overflow: clip; font-size:11px; margin-top:5px; margin-left:3px}
.lokalizacjaNPC .mapa {position:absolute; left:9px; top:32px; width:146px; height:146px}
.lokalizacjaNPC .npc {position:absolute; right:-20px; bottom:-5px; max-width:65px; max-height:135px; filter: drop-shadow(3px 3px 2px #222)}
.lokalizacjaNPC .kropka {width:8px; height:8px; background:rgba(255,0,0,1); position:absolute; border-radius:5px; border:1px solid #A00; box-shadow:1px 1px 1px #000;}
.lokalizacjaNPC .nazwaNPC {color:#FFF; text-align:center; position:absolute; top:185px; width:100%; text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000;}


.descr {position:relative;}
.descr span {
	display:none;
	background-color: rgba(0,0,0,0.75);
	padding: 5px;
	text-align: center;
	left: 0px;
	min-width:100px;
	max-width:350px;
	z-index:19;
	position: absolute;
	transform: translateX(0%);
	color:#FFF;
}
.descr span:hover {
	display:none;
}

.wskazowkaMisja {position:absolute; cursor: url('../images/nt_cursor_pointer.png'), pointer; left:5px; top:50%; transform:translateY(-50%); z-index:19; font-size:11px;}
.wskazowkaMisja img {height:20px; width:20px}
.wskazowkaMisja .szczegoly {
	cursor: url('../images/nt_cursor_default.png'), default;
	display:none;
	background-color: rgba(0,0,0,0.75);
	padding: 5px;
	text-align: center;
	left: 100%;
	top: 0px;
	min-width:100px;
	max-width:650px;
	position: absolute;
	color:#FFF;
}

.nazwyQuestow {cursor: url('../images/nt_cursor_pointer.png'), pointer;}

.polePrzedmiot {
	position: relative;
    display: inline-block;
	background-image:url(../images/pusty.png); 
	width:42px; height:42px; 
	color:#FFF;
}

.polePrzedmiot img {
	width:32px; height:32px; position:absolute; top:5px; left:5px; user-select: none;
}

.polePrzedmiot p {
	position:absolute; 
	width:auto; 
	height:9px; 
	bottom:2px; 
	right:2px; 
	font-size:10px; 
	color:#fff; 
	border-top:1px #656564 solid; 
	text-shadow: #000 1px 1px 0px;
	border-top-left-radius:2px; 
	border-left:1px #656564 solid; 
	font-weight:normal; 
	background:rgba(0,0,0,0.5);
	text-align: right;
	padding-right:1px; padding-bottom:2px;
}

.polePrzedmiot .lvl {
	position:absolute; 
	height:9px; 
	top:1px; 
	left:1px; 
	font-size:10px; 
	background:#000;
	border:1px #656564 solid;
	border-radius:2px; 
	color:#fff; 
	font-weight:normal; 
	text-align: left;
	padding-top:0px;
	padding-bottom:3px;
}

.polePrzedmiot .procent {
	position:absolute;  
	height:9px; 
	bottom:1px; 
	left:1px; 
	font-size:10px; 
	color:#fff; 
	background:#000;
	border:1px #656564 solid;
	border-radius:2px; 
	font-weight:normal; 
	text-align:left;
	padding-top:0px;
	padding-bottom:3px;
}

.przedmiotTekst {
	display:inline-block;
	font-weight:bold;
}

.przedmiotTekst img {
	width:20px; height:20px; vertical-align:middle;
}

.przedmiotTekst span {
	width:18px; height:18px; 
	color:#FFF;
}

.buffTekst {
	width: 15px; height: 15px; 
	box-shadow: 1px 1px 1px #000; 
	cursor: url('../images/nt_cursor_pointer.png'), pointer;
	vertical-align:middle;
}


.MAPAMapa {
	position:absolute; 
	left:2px; 
	top:4px;
	width:146px;
	height:146px;	
}

.MAPApozycjaNaMapie {
	width:8px; 
	height:8px; 
	background:rgba(255,0,0,1); 
	position:absolute; 
	border-radius:5px; 
	border:1px solid #A00; 
	box-shadow:1px 1px 1px #000;
}

.MAPApozycjaNaMapieNIEZNANA {
	width:146px; 
	height:146px; 
	background:rgba(255,0,0,0.25); 
	position:absolute;  
	left:2px; 
	top:4px;
}

.infoSkad:hover {
	cursor: url('../images/nt_cursor_pointer.png'), pointer;
}

#mapaNostale{
	display:none;
	position:absolute;
	top:10px;
	height:768px; width:1024px;
	left:50%;
	transform:translateX(-50%);
	z-index:10000;
}
#mapaNostale img {width:100%; height:100%; }
.mapDot {
	width:8px; height:8px; 
	border-radius:10px; 
	border: 1px solid #640; 
	background:#CA5; 
	position:absolute;
	box-shadow: inset 0 0 1px 1px #640;
	z-index:10001;
	cursor: url('../images/nt_cursor_pointer.png'), pointer;
}
.mapDotIcon {
	width:25px; height:25px; 
	border-radius:0px; 
	border: 0px solid #640; 
	background: #0000; 
	background-size: 100% 100%;
	box-shadow: none;
}
.mapTitle {
	visibility:hidden;
	position:absolute;
	padding:3px;
	box-shadow: 0 0 1px 1px #000;
	background:#000;
	color:#FF0;
	border:1px solid #aaa;
	font-size:13px;
	z-index:10002;
}
.mapArrow {
	position:absolute;
	top:440px; right:10px;
	width:46px; height:48px; 
	cursor: url('../images/nt_cursor_pointer.png'), pointer;
	background-image:url('../images/strzalka1.png');
	z-index:10001;
}

.dojscieMapy { 
	text-align:center; 
	width:155px; 
	margin-left:3px; 
	font-weight:bold; 
	color:#AFA; 
	font-size:11px; 
	margin-bottom:3px; 
}

input[type=text] {
	color:inherit;
    border:1px solid #888;
	border-radius:3px;
	height:18px;
	background-color:#222;
}

input[type="text"]:disabled {
  background-color: #666;
  color:#AAA;
  cursor: url('../images/nt_cursor_default.png'), default;
}

.deleteItem {font-weight:bold; font-size:14px; color:#F00; cursor: url('../images/nt_cursor_pointer.png'), pointer;}