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

.window-titleBar {
	height: 42px;
	font-weight: bold;
	color: #ffffff;
	background: #5e6263; /* Old browsers */
	background: -moz-linear-gradient(top, #5e6263 0%, #2c3032 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e6263), color-stop(100%,#2c3032)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5e6263 0%,#2c3032 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5e6263 0%,#2c3032 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5e6263 0%,#2c3032 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5e6263 0%,#2c3032 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6263', endColorstr='#2c3032',GradientType=0 ); /* IE6-9 */
	border: 1px;
	border-color: #222e37;
	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: #31383d;
	color: #ffffff;
	font-size: 13px;
	font-family: verdana;
	border-left: 1px solid #1c2227;
	border-right: 1px solid #1c2227;
	border-bottom: 1px solid #1c2227;
	overflow: auto;
	-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-statusBar {
}

tr {
	border-color: #1f2427;
}

td,th {
	display: table-cell;
	vertical-align: middle;
	border-color: #1f2427;
	color: #ffffff;
}

th {
	background: #262c30;
}

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

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

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

.konkurs tr:nth-child(odd) {
	background: #31383d;
}

.offers_table th,.offers_table td {
	border-right: 1px solid;
	border-color: #1f2427;
	color: #ffffff;
}

.stantable th,.stantable td {
	border-color: #1f2427;
	color: #ffffff;
}

.offers_table th,.offers_table tr {
	border-color: #1f2427;
	color: #ffffff;
}

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

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

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

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

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

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

select {
	color: #ffffff;
	margin-right: -19px;
	width: 90px;
	background: #2e363f;
	border: 0;
	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/strzalka.png) no-repeat;
    right: 1px;
    top: 7px;
    pointer-events:none;
}

input {
	border: 1px solid #1e2225;
	background: #2e363f;
	height: 20px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #e9e9e9;
}

/*
input {
	background: #2e363f;
	border: 0;
	color: #ffffff;
}
*/
textarea {
    border: 1px solid #1e2225;
	background: #2e363f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-right: 2px;
	padding-left: 2px;
	color: #ffffff;
}

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

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

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

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

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

.normal {
}

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

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

.log {
	border: 1px solid #1e2225;
	background: #2e363f;
	height: 30px;
	padding-left: 10px;
	padding-top: 6px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #e9e9e9;
	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: #23282c;
	padding-top: 20px;
	cursor: pointer;
}

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

.cbelka {
	display: inline-block;
	width: 100%;
	color: #7d8da0;
	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 #1e2225;
	background: #2e363f;
	height: 36px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #e9e9e9;
	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: #ffffff;
}

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

#hasborder {
	padding-top: 8px;
}

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

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

.oddziel {
	background-color: #1f2427;
}

.marlp {
	background: #262c30;
}

.codruga {
	background: #31383d !important;
}

