body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: small;
	background: #f3f5f9;
}

.window-titleBar {
	height: 42px;
	font-weight: bold;
	color: #2f3334;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e3e2 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #e1e3e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e1e3e2 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e1e3e2 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e1e3e2 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e1e3e2 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#e1e3e2', GradientType=0); /* IE6-9 */
	border: 1px;
	border-color: #d4d4d4;
	border-style: solid;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.14);
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.14);
}

.window-content {
	height: 100%;
	background-color: #FFFFFF;
	font-size: 13px;
	font-family: verdana;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	overflow: auto;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
}

.window-statusBar {
	
}

tr {
	border-color: #d3d6db !important;
}

td,th {
	display: table-cell;
	vertical-align: middle;
	border-color: #d3d6db !important;
	color: #676b72;
}

th {
	background: #f6f7f8;
}

tr:nth-child(odd) {
	background: #f6f7f8;
}

tr:nth-child(even) {
	background: #e9f3fd;
}

.offers_table th {
	color: #676b72;
}

.realised_table {
	width: 100%;
	border: 1px solid;
	text-align: center;
	border-color: #aeaeae;
	height: 25px;
}

.realised_table th,.realised_table td {
	border: 1px solid;
	border-color: #aeaeae;
	text-align: center;
	height: 25px;
}

ul.tabs li {
	height: 40px;
	float: left;
	text-align: center;
	background: #f4f4f4;
	color: #0e6fb3;
	/*	min-width: 120px;*/
	cursor: pointer;
	border-top: 2px solid;
	border-top-color: #f4f4f4;
	padding-right: 20px;
}

ul.tabs a {
	display: block;
	height: 30px;
	padding-top: 6px;
	color: #0e6fb3;
}

ul.tabs li:hover a {
	color: #0e6fb3;
}

ul.tabs li.active {
	cursor: default;
	background: #ffffff;
	border-top: 2px solid;
	border-top-color: #0e6fb3;
}

ul.tabs li.active a {
	cursor: default;
	color: #0e6fb3;
}

.ask_form_table tr:nth-child(odd) {
	background: #ffffff;
}

.ask_form_table tr:nth-child(even) {
	background: #ffffff;
}

.window-closeButton {
	width: 22px;
	height: 22px;
	background: transparent url(../images/close.png) no-repeat 0 0;
	position: absolute;
	right: 10px;
	top: 11px;
	cursor: pointer;
}

.window-minimizeButton {
	width: 22px;
	height: 22px;
	background: transparent url(../images/minus.png) no-repeat 0 0;
	position: absolute;
	right: 35px;
	top: 11px;
	cursor: pointer;
}

input {
	border: 1px solid #c2c2c4;
	background: #e6e6e6;
	height: 20px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #636363;
}

textarea {
	border: 1px solid #cecece;
	background: #e6e6e6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-right: 2px;
	padding-left: 2px;
	color: #636363;
}

.select-wrapper {
	display: inline-block;
	border: 1px solid #c2c2c4;
	background: #e6e6e6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-right: 2px;
	padding-left: 2px;
	position: relative;
}

.select-wrapper-2 {
	overflow: hidden;
}

select {
	background: #e6e6e6;
	border: 0;
	width: 90px;
	margin-right: -19px;
	height: 22px;
}

select:focus {
	outline: none; /* removing default browsers outline on focus */
}

.search-select-arrow-down {
	position: absolute;
	height: 10px;
	width: 12px;
	background: url(../images/strzalkab.png) no-repeat;
	right: 1px;
	top: 7px;
	pointer-events: none;
}

.normal {
	color: #444444 !important;
}

.kreska {
	background: none repeat scroll 0 0 #eaedf0;
}

.kreska span {
	background: none repeat scroll 0 0 #0997cc;
}

.log {
	border: 1px solid #bbbbbb;
	background: #e6e6e6;
	height: 30px;
	padding-left: 10px;
	padding-top: 6px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #636363;
	width: 245px;
}

.login-input {
	width: 120px;
	margin-left: 20px;
	border: 0;
}

input[type="submit"] {
	color: #ffffff;
	border: 1px solid;
	border-color: #0e171e;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	height: 42px;
	min-width: 80px;
	background: #6f9dbe; /* Old browsers */
	background: -moz-linear-gradient(top, #6f9dbe 0%, #427091 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f9dbe),
		color-stop(100%, #427091)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6f9dbe 0%, #427091 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6f9dbe 0%, #427091 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6f9dbe 0%, #427091 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #6f9dbe 0%, #427091 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9dbe',
		endColorstr='#427091', GradientType=0); /* IE6-9 */
}

input[type="submit"].login-button {
	min-width: 255px;
}

input[type="submit"].login-button2 {
	min-width: 320px;
	margin-bottom: 15px;
}

input[type="submit"]:hover {
	color: rgba(255, 255, 255, 0.65);
}

.statusError {
	color: #e94b4c;
	font-weight: bold;
	text-align: center;
	height: 25px;
}

.check {
	color: #7a8088;
	margin-top: 10px;
	height: 35px;
}

.dbelka {
	width: 100%;
	height: 38px;
	background: #e6e7e9;
	padding-top: 20px;
	cursor: pointer;
}

.leftbelka {
	display: inline-block;
	width: 50%;
	color: #1f3763;
	text-align: center;
	font-weight: bold;
}

.cbelka {
	display: inline-block;
	width: 100%;
	color: #1f3763;
	text-align: center;
	font-weight: bold;
}

.rightbelka {
	display: inline-block;
	width: 50%;
	color: #606771;
	text-align: center;
}

.margin2 {
	margin-left: 28px;
	margin-right: 28px;
	margin-top: 15px;
}

.margin3 {
	margin-left: 40px;
	margin-right: 28px;
	margin-top: 15px;
}

.passstr {
	height: 35px;
	padding-top: 8x;
	text-align: center;
	color: #3177b8;
	font-weight: bold;
}

.log2 {
	display: inline-block;
	text-align: right;
	width: 100px;
}

input.login-input2 {
	border: 1px solid #c2c2c4;
	background: #e6e6e6;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #636363;
	height: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 186px;
}

input.input {
	width: 100px;
}

.inputerr {
	border: 1px #6d4044 solid !important;
	-moz-box-shadow: inset 0px 0px 5px 0px #6d4044;
	-webkit-box-shadow: inset 0px 0px 5px 0px #6d4044;
	box-shadow: inset 0px 0px 5px 0px #6d4044;
}

#recaptcha_response_field {
	color: #636363;
}

select.wider {
	width: 130px !important;
}

.sett {
	padding-top: 5px;
	padding-bottom: 5px;
}

.button {
	color: #ffffff;
	border: 1px solid;
	border-color: #0e171e;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	height: 42px;
	min-width: 80px;
	background: #6f9dbe; /* Old browsers */
	background: -moz-linear-gradient(top, #6f9dbe 0%, #427091 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f9dbe),
		color-stop(100%, #427091)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6f9dbe 0%, #427091 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6f9dbe 0%, #427091 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6f9dbe 0%, #427091 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #6f9dbe 0%, #427091 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9dbe',
		endColorstr='#427091', GradientType=0); /* IE6-9 */
}

.komunikaterr {
	background: #f2dedf;
	border: 1px solid;
	border-color: #efc9c8;
	border-radius: 5px;
	color: #87494c;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#hasborder {
	padding-top: 8px;
}

.aster {
	color: #e94b4c;
	font-weight: bold;
}

#kom {
	position: relative;
	bottom: 6px;
}

.oddziel {
	background-color: #d3d6db;
}

.marlp {
	color: #636363;
	background: #f6f7f8;
}

.codruga {
	background: #e9f3fd !important;
}
