/* ----------- zmodyfikowany normalize.css ----------- */

/* html 5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; visibility: hidden; }

/* base */
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; }
body, button, input, select, textarea { font-family: sans-serif; }
a { color: #00e; cursor: pointer; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* typography */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* lists */
ul, ol { margin: 0; padding: 0; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; }

/* embedded content */
img { border: 0; max-width: 100%; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* figures */
figure { margin: 0; }

/* forms */
form { margin: 0; }
fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }


/* ----------- BASE ----------- */
h1, h2, h3, h4 { margin: 30px 0 10px; padding: 0; font-weight: bold; }
h1 { font-size: 20px; margin-top: 0; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
p { margin-top: 0; }

/* klasy */
.b { font-weight: bold !important; }
.n { font-weight: normal !important; }
.i { font-style: italic !important; }
.tdu { text-decoration: underline !important; }
.tdn { text-decoration: none !important; }

.usn { user-select: none; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; }

.g  { color: #999 !important; }
.d  { color: #333 !important; }
.bl { color: #000 !important; }
.gr { color: #2A2 !important; }
.r  { color: #E00 !important; }
.w  { color: #fff !important; }

.hl { background-color: #ff8; }
.cp { cursor: pointer; }
.cd { cursor: default; }

.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }

.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.taj { text-align: justify !important; }

.vam { vertical-align: middle; } 
.vab { vertical-align: baseline; } 

.abs { position: absolute; }
.rel { position: relative; }

.m0 { margin: 0 !important; }
.mt0 { margin-top: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.ml0 { margin-left: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mr30 { margin-right: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mr40 { margin-right: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mr50 { margin-right: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }

.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }
.pl5 { padding-left: 5px; }
.p10 { padding: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }


.dn { display: none; }
.db { display: block; }
.di { display: inline; }
.vv { visibility: visible; }
.vh { visibility: hidden; }

.wf { width: 100%; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }
.w550 { width: 550px; }
.w600 { width: 600px; }
.w650 { width: 650px; }
.w700 { width: 700px; }
.w750 { width: 750px; }
.w800 { width: 800px; }

.fl { float: left; }
.fr { float: right; }
.fn { float: none !important; }
.fc { clear: both !important; display: block; height: 1; font-size: 1px; }
.fcl { clear: left; }
.fcr { clear: right; }

.cf:after { content: " "; display: block; height: 0; clear: both; }
.cf { display: inline-block; }
.cf { display: block; }
* html .cf { height: 1%; }

.fullwidth { padding-left: 2000px; margin-left: -2000px; padding-right: 2000px; margin-right: -2000px; }

/* msgs */
.msg { font-size: 12px; padding: 8px 10px; margin: 0 0 15px; }
.msg_info    { color: #085AAF; background-color: #DFEFF7; }
.msg_ok      { color: #2A2;    background-color: #E4F5E7; }
.msg_warning { color: #000;    background-color: #FFEF00; }
.msg_error   { color: #fff;    background-color: #FF2323; }

/* forms */
dl, dt, dd { display: block; }
dl { margin-bottom: 3px; clear: left; }
dt { float: left; width: 150px; line-height: 23px; color: #333; font-size: 12px; margin-right: 20px; /*background: #5CC3F2;*/ }
dd { float: left; margin-left: 0; max-width: 630px; }

.block dt, .block dd { float: none; }
     
input, textarea, select, button { width: 400px; padding: 3px; font-size: 12px; border: 1px solid; border-color: #ddd #bbb #bbb #ddd; vertical-align: top; }
input[type="checkbox"], input[type="radio"] { width: auto; margin-top: 5px; }
textarea { height: 60px; width: 622px; overflow: auto; }       
select { width: 408px; padding: 2px; }
option { padding: 0 5px; }

input.button, button.button { width: auto; padding: 3px 10px; background: #fff url(/res/lay/bg_btn.gif) repeat-x 0 bottom; color: #227BDA; font-weight: bold; }
.dd { margin-left: 170px; }
                         
/* tables */
table { width: 100%; font-size: 12px; border-collapse: collapse; border-spacing: 0; }
table tr { vertical-align: top; }
table th, table td { border-bottom: 1px solid #f6f6f6; padding: 0 2px; text-align: left; line-height: 30px; }
table th { font-weight: bold; font-size: 12px; border-bottom: 2px solid #000; }
table th a { color: #000; }
table td img { margin: 4px 0 -4px; }
table tbody tr:hover { background: #ffc; }
table tbody a { text-decoration: none; }
table tbody a:hover { text-decoration: underline; }
table tfoot { border-top: 2px solid #cc3366; }

/* pagination */
.pagination { font-size: 12px; text-align: left; margin: 15px 0; }
.pagination a, .pagination strong, .pagination span { color: #222; background: #fafafa; border: 1px solid #ddd; padding: 3px 8px; text-decoration: none; margin-right: 5px; }
.pagination a:hover { color: #000; border-color: #005B90; text-decoration: none; }
.pagination strong, .pagination a.act  { color: #fff; background: #005B90; border-color: #005B90; font-weight: normal; }
.pagination span { color: #ccc; }  
