/* normalize.css v2.1.2 | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h1 { font-size: 2em; margin: 0.67em 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button, input, select,textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
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-cancel-button, 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; }
table { border-collapse: collapse; border-spacing: 0; }


/* ----------- 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; }
a { cursor: pointer; }

/* 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; }

.lsn { list-style: none; padding-left: 0; margin-left: 0 !important; }

.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%; }

/* 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; } */
/* 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"] { margin-right: 5px; vertical-align: text-bottom; width: auto; }
textarea { height: 60px; width: 622px; overflow: auto; }       
select { width: 408px; padding: 2px; }
option { padding: 0 5px; }

input.button, button.button { width: auto; padding: 8px; background: #fff url(/media/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; }  
