@charset "utf-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp, small, strike, stron,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, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, p, input, textarea, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
	background: url('../img/header_bg.png') #f6f6f6 no-repeat center top;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #494949;
	height: 100%;
	overflow-x: hidden;
}
a {
	color: #494949;
	font-weight:600;
	text-decoration: none;
}
a:hover {
	color: #156dc5;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
header {
	text-indent:-9999px;
	height: 338px;
}
#bottom {
	position: relative;
	top: -180px;
	z-index: -999;
	margin: 0 0 -180px 0;
	width: 100%;
	height: 185px;
	background: url('../img/bottom_bg.png') repeat-x;
}
footer {
	width: 1000px;
	height: 20px;
	background: url('../img/footer_bg.png') repeat-x;
	padding: 4px 0 0 0;
	margin: 30px 0 30px 0;
}
footer span {
	background: #f3f3f3;
	padding: 0 10px 0 0;
}
#navigation {
	position: relative;
	top: -35px;
	width: 980px;
	margin: 0 0 -20px 20px;
	height: 115px;
	background: #fff;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	border: 1px solid #d3d3d3;
}
#mainMenu {
	width: 976px;
	height: 65px;
	margin: 2px 0 0 2px;
	background: url('../img/nav_bg.png') no-repeat;
}
#mainMenu ul li{
	display: inline;
}
#mainMenu ul li a{
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding: 24px 20px 0 20px;
}
#mainMenu ul li a:hover{
	color: #acd3f4;
}
#mainMenu img {
	float: left;
}
.submenu ul li a{
	font-weight: 300;
}
.submenu ul {
	padding: 11px 0 0 40px;
	list-style-image: url('../img/li.png');
}
.submenu li {
	float: left;
	padding: 0 30px 0 0;
}
#welcome {
	margin: 0 0 20px 50px;
	clear: both;
}
#page {
	width:910px;
	margin-left: 20px;
	background: #fff;
	-webkit-border-radius: 35px;
	padding: 35px;
	border-radius: 35px;
	border: 1px solid #d3d3d3;
}
.green, .success { color: #71ba1b }
.red, .error { color: #c90000 }

.msg {
	margin-bottom: 10px;
	padding: 25px 35px;
	width: 910px;
	margin-left: 20px;
	//position: fixed;
	z-index: 999;
	//left: 50%;
	//margin: 50px 0 0 -430px;
	//width: 800px;
	text-align: center;
	background: #f6f6f6;
	//padding: 25px 30px 25px 30px;
	border-radius: 20px;
	border: 1px solid #d3d3d3;
	font-weight:600;
}
.close {
	position: relative;
	float: right;
	display: block;
	text-indent: -9999px;
	width: 26px;
	height: 26px;
	background: url('../img/close.png') no-repeat;
}
#data_subject {
	width: 909px;
	height: 27px;
	text-indent:-9999px;
	background: url('../img/dane_przedmiotu.png') no-repeat;
	margin: 0 0 20px 0;
}
#media {
	width: 909px;
	height: 27px;
	text-indent:-9999px;
	background: url('../img/materialy_edukacyjne.png') no-repeat;
	margin: 0 0 20px 0;
}
.info {
	width: 930px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #d3d3d3;
}
#materials {
	width:930px;
	background: url('../img/materialy_bg.png') #fff no-repeat right top;
	margin: 15px 0 0 0;
	-webkit-border-radius: 35px;
	padding: 35px;
	border-radius: 35px;
	border: 1px solid #d3d3d3;
}
#materials ul li a {
	position: relative;
	top: 15px;
	display: block;
	float: right;
	width:110px;
	height:30px;
	background: url('../img/otworz.png') no-repeat;
	text-indent: -9999px;
}
#materials ul {
	list-style: none;
}
#materials ul li img {
	position: relative;
	top: 12px;
	margin: 0 10px 0 0;
}
#materials ul li {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d3d3d3;
}
.field {
	outline: none;
	-webkit-box-shadow: inset 0px 2px 3px 0px #d3d3d3;
    box-shadow: inset 0px 2px 3px 0px #d3d3d3;
	-webkit-border-radius: 35px;
	padding: 5px;
	border-radius: 35px;
	border: 1px solid #d3d3d3;
}
.signature {
	position: relative;
	top: -7px;
	font-size: 11px;
	color: #999;
	margin: -5px 0 -5px 0;
}
.field_big {
	width: 280px;
}
.field_middle {
	width: 180px;
}
.field_small {
	width: 70px;
}

#page.forgot {
	background-color: #F6F6F6;
	width: 1100px;
	margin-left:0;
}

#forgot_password form {
	display: block;
	width: 370px;
	float: left;
}

#forgot_password input[type="text"] {
	border: none;
	background: url('../img/input.png');
	width: 302px;
	height: 29px;
	outline: none;
	padding: 0 0 0 10px;
}
#forgot_password label {
	margin: 0 10px 0 0;
	font-size: 16px;
	font-weight: 700;
}
#forgot_password p {
	margin: 0 0 20px 0;
}
#forgot_password input[type="submit"] {
	width: 165px;
	height: 36px;
	background: url('../img/przypomnij.png');
	border: none;
	margin: 0 0 0 15px;
	cursor: pointer;
}

#reset_password form {
	display: block;
	width: 370px;
	float: left;
}

#reset_password input[type="password"] {
	border: none;
	background: url('../img/input.png');
	width: 302px;
	height: 29px;
	outline: none;
	padding: 0 0 0 10px;
}
#reset_password label {
	margin: 0 10px 0 0;
	font-size: 16px;
	font-weight: 700;
}
#reset_password p {
	margin: 0 0 20px 0;
}
#reset_password input[type="submit"] {
	width: 134px;
	height: 36px;
	background: url('../img/zapisz.png');
	border: none;
	margin: 0 0 0 15px;
	cursor: pointer;
}

.pagination {
	text-align: center;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}

.button {
	font-weight: bold;
	font-size: 15px;
	background-color: #3d85d0;
	padding: 10px;
	border-radius: 10px;
	color: white;
	cursor: pointer;
}
.button:hover { color: #eee; }
