html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, 
address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i,
 center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
 margin:  0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 }
 body {line-height: 1;} 
 ol, ul {list-style: none;}
 blockquote, q {quotes: none;}



/*----------------------------------------------------------------
 * 
 ************************ style ogolne ***************************
 *  
 ---------------------------------------------------------------*/
html, body {
	text-align:center;
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	background:#fff ;
    font-family: 'Exo 2', arial, Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    font-smoothing: antialiased;
    text-transform: none;
    color: #292323;
    line-height: 1.5em;
} 

/*------------------Zaznaczanie itp----------------------*/

::-moz-selection {
       background-color: #000;
       color: #fff;
}
::selection {
  background: #ccc;
  color: black;
}

/*------------------Dopasowanie obrazka----------------------*/
 
div#pojemnik-logowanie {
	position:absolute;
	top:50%;
	left:0%;
	margin:-62px 0px 0px 0px;
	width:100%;
	
	text-align:center;

}

p { 
	margin: 0px 0px 10px 0px; 
	font-style: normal; 
	line-height: 1.8em;
	color:#333;
}

/* #Komunikaty
================================================== */

.komunikat {
	line-height:1.7em;
	padding:8px 20px 8px 35px;
	margin:0px 0px 2px 0px; 
	text-align:left;
	color:#000;
	background:#b1dad5 url(../images/info.gif) 10px 50%  no-repeat;
	border: 1px solid #97bbb6; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}

.info-box {
	line-height:1.7em;
	padding:8px 20px 8px 35px;
	margin:0px 0px 2px 0px; 
	text-align:left;
	color:#000;
	background:#f5f5f5 url(../images/info.gif) 10px 15px  no-repeat;
	border: 1px solid #f0f0f0; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}

.info-box p { 
	margin: 5px 0px 5px 0px; 
	font-style: normal; 
	line-height: 1.5em;
	color:#333;
}

form .komunikat {
	line-height:1.3em;
	padding:4px 20px 4px 35px;
	margin:3px 0px 3px 0px; 
	color:#000;
}

table.poziom tbody td p.komunikat {
	line-height:1.3em;
	padding:4px 20px 4px 35px;
	margin:3px 0px 3px 0px; 
	color:#000;
}

.ok {
	color:#000;
	background:#b9f1ca url(../images/ok.gif) 10px 50%  no-repeat;
	border: 1px solid #94bfa0;
}

.blad {
	color:#000;
	background:#efb0b0 url(../images/blad.gif) 10px 50%  no-repeat;
	border: 1px solid #c09393;
}


/* #Przyciski
================================================== */
.przycisk,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #1f1e1e;
    color: #fcfcfc !important;
    border: 0;
    padding: 12px 20px;
    text-align: center;
    cursor: pointer; 
    font-weight: normal;      
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.szeroki-100, 
button.szeroki-100,
input[type="submit"].szeroki-100,
input[type="reset"].szeroki-100,
input[type="button"].szeroki-100 {
    width:100%;
    padding-left:0;
    padding-right:0;
}

.bez-tla, 
button.bez-tla,
input[type="submit"].bez-tla,
input[type="reset"].bez-tla,
input[type="button"].bez-tla {
    background: transparent;
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #1f1e1e !important;
}

.przycisk-niebieski, 
button.przycisk-niebieski,
input[type="submit"].przycisk-niebieski,
input[type="reset"].przycisk-niebieski,
input[type="button"].przycisk-niebieski {
    background: #bef2ff;
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333 !important;
}

.przycisk-czerwony, 
button.przycisk-czerwony,
input[type="submit"].przycisk-czerwony,
input[type="reset"].przycisk-czerwony,
input[type="button"].przycisk-czerwony {
    background: #900;
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
}


.przycisk:hover, 
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #3b9ab2;
    color: #fcfcfc  !important;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

.przycisk-niebieski:hover, 
button.przycisk-niebieski:hover,
input[type="submit"].przycisk-niebieski:hover,
input[type="reset"].przycisk-niebieski:hover,
input[type="button"].przycisk-niebieski:hover {
    background: #3b9ab2;
}

.przycisk:active, 
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
color: #fcfcfc;

}


button.ajax-waiting,
input[type="submit"].ajax-waiting,
input[type="reset"].ajax-waiting,
input[type="button"].ajax-waiting {
    padding-left:35px !important;
    background: #1f1e1e url(../images/ajax-waiting-przycisk.gif) 10px 50% no-repeat !important;
    color: #777 !important;
}

button.in-line, a.in-line, button.send-file,
input[type="submit"].in-line,
input[type="reset"].in-line,
input[type="button"].in-line {
    padding: 5px 10px 6px 10px;
}


button.in-line .typcn, a.in-line .typcn, button.send-file .typcn,
input[type="submit"].in-line .typcn,
input[type="reset"].in-line .typcn,
input[type="button"].in-line .typcn { 
	font-size:18px;
	position:relative;
	top:0px;
	display:block;
	margin:0;
	padding:0;
}


.przycisk-waski {
	padding: 6px 20px;
	font-size:0.9em;
}


/*----------------------------------------------------------*/
/*------------------------Formularz---------------------------*/

form { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto 10px auto;
	padding:0;
	max-width:340px;
	width:90%;
}

form * { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}


input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
    border: 1px solid #ccc;
    padding: 8px 6px 8px 6px;
    outline: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 13px "Exo 2", Helvetica, Arial, sans-serif;
    color: #555;
    width: 100%;
    margin: 0;
	text-align:center;
    display: block;
    margin-bottom: 5px;
    background: #fff; 
    transition: border-color 0.2s linear, box-shadow 0.2s ease;
    -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none; 
    appearance: none;
}


input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
	outline: 0;
	border-color: #4697e4;
}



select {
    border: 1px solid #ccc;
    padding: 8px 6px 8px 6px;
    outline: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 13px "Exo 2", Helvetica, Arial, sans-serif;
    color: #555;
    width: auto;
    margin: 0;
    max-width: 80% !important;
    display: inline-block;
    margin-bottom: 0px;
    background: #fff; 
    transition: border-color 0.2s linear, box-shadow 0.2s ease;
    -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none; 
    appearance: none;
}
    
    
select {  
    background: #fff url(../images/select.png) no-repeat right center;
    cursor: pointer;
    -webkit-padding-end: 30px; 
    background-size: 17px 5px; 
}

input.tekst:hover,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus, 
textarea:focus,
select:focus {
	border-color: rgb(138, 137, 138);
	color: #333;
}





