@font-face {
    font-family: 'RobotoRegular';
    src: url('../font/Roboto-Regular-webfont.eot');
    src: url('../font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Regular-webfont.woff') format('woff'),
         url('../font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../font/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoItalic';
    src: url('../font/Roboto-Italic-webfont.eot');
    src: url('../font/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Italic-webfont.woff') format('woff'),
         url('../font/Roboto-Italic-webfont.ttf') format('truetype'),
         url('../font/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBold';
    src: url('../font/Roboto-Bold-webfont.eot');
    src: url('../font/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Bold-webfont.woff') format('woff'),
         url('../font/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../font/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBoldItalic';
    src: url('../font/Roboto-BoldItalic-webfont.eot');
    src: url('../font/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('../font/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('../font/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	margin: 0px;
	padding: 0px;
}

html {

}

body {
	font-family: 'RobotoRegular', Tahoma;
	font-size: 13px;
	color: #666;
	cursor: default;
	line-height: 15px;
	vertical-align: middle;
}

body.popup #wrapper {
	width: 800px;
	
}

a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #999;
}

p {
	margin-bottom: 15px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

h1 {
	border-bottom: 1px solid #cecece;
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: 4px;
	padding-bottom: 5px;
}

nav {
	margin-bottom: 20px;
	width: 150px;
	float: left;
}

#leftMenu ul {
	list-style-type: none;
	padding-left: 5px;
	margin-bottom: 20px;
	
}

#leftMenu ul li {
	margin-bottom: 5px;
	letter-spacing: 1px;
}

#content {
	margin-left: 30px;
	width: 800px;
	float: left;
}

h2 {
	font-size: 1.2em;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	margin-bottom: 20px;
}

table
{
	width: 100%;
	margin-bottom: 15px;
}

th {
	border-bottom: 1px solid;
	text-align: left;
	padding-left: 6px;
}

tr:nth-child(1) {
	background: none !important;
}

tr:nth-child(odd) {
	background: #ccdbed;
}

tr:nth-child(even) {
	background: #f0f4fa;
}

tr:hover {
	background: #fff0bf;
}

td {
	padding: 3px;
	padding-left: 6px;
}

th.id {
	width: 50px;
}

th.func {
	width: 60px;
}

nav h1 {
	font-size: 1em;
	border-bottom: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	margin-top: 3px;
	margin-bottom: 6px;
}

input {
	padding-left: 8px;
	padding-right: 8px;	
	padding-top: 2px;
	padding-bottom: 2px;
}

input[type=text], input[type=password], select {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 300px;
}

#message {
	padding: 10px;
	padding-bottom: 2px;
	margin: 10px;
	border: 1px solid #ccdbed;
	font-style: italic;
	margin-bottom: 20px;
}

#error {
	padding: 10px;
	padding-bottom: 2px;
	margin: 10px;
	border: 1px solid #ffaaaa;
	font-style: italic;
	margin-bottom: 20px;
}

#message p, #error p {
	margin-bottom: 10px;
}

.ico {
	margin-left: 5px;
	margin-right: 5px;
}

label {
	width: 140px;
	display: block;
	float: left;
}

#pytania p {
	clear: both;
}

td input {
	width: 95% !important;
	margin: 0px !important;
}

td.valid {
	width: 20px;
	text-align: center;
}

.delRow {
	cursor: pointer;
}

input.short , select.short {
	width: 100px;
}

textarea {
	font-family: inherit;
	padding-left: 2px;
	padding-right: 2px;
}

input, select {
	font-family: inherit;
}

.help {
	position: absolute;
	right: 10px;
	top: -2px;
}

#resetFileForm {
	
}

.extended {
	width: 250px;
}

.limitedArea {
	max-height: 300px;
	overflow: auto;
}

#type_comment {
	margin-left: 10px;
	font-style: italic;
}

ul {
	list-style-type: none;
}

.list_app {
	margin: 10px;
	margin-bottom: 5px;
}

.list_package {
	margin-left: 30px;
}

.list_package:hover label {
	color: #82A0C4;
}

.sortable li {
	padding: 5px;
	background: #fafafa;
	border: 1px solid #333;
	margin-bottom: 5px;
}