@CHARSET "UTF-8";

.title input.field {
	width: 250px;
}

div.order-overview-link {
	position: absolute;
	right: 8px;
}

/* Tabulka objednavky
***********************/
table.order {
	width: 100%;
	border: 1px solid #cccccc;
}

table.order tr {
	/*height: 24px;*/
}
table.order td,
table.order th {
	padding: 5px 4px;
	vertical-align: middle;
	/*line-height: 22px;*/
	text-align: left;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

table.order th {
	background-color: #bbbbbb;
	/*line-height: 20px;*/
}

/* Radky tabulky
*****************/
table.order tr.group {
	background-color: #dadada;
}
table.order tr.group td {
	border-top: 1px solid #aaaaaa;
}

table.order .item   { background-color: #ffffff; }

table.order .it-addx { background-color: #ccffcc; }
table.order .it-modx { background-color: #ffffff; }
table.order .it-remx { background-color: #ffcccc; }

table.order .it-add {
	color: #aa0000;
}

table.order .rem,
table.order .gr-rem span,
table.order .it-rem td {
	text-decoration: line-through;
	color: #aa0000;
}

table.order tr.gr-win {
	background-color: #e6e6b2;
}
table.order tr.it-win {
	background-color: #f0f0d1;
}

table.order tr.gr-sel th {
	background-color: #7794d0;
}
table.order tr.gr-sel {
	background-color: #87a4f0;
}
table.order tr.it-sel {
	background-color: #e4eaf9;
}

table.order tr.it-edit {
	background-color: #e4f9ea;
}

table.order tr.mark {
	background-color: #ee9c9c;
}

table.order tr.drag {
	background-color: #f8f8a0;
}

/* Bunky tabulky
******************/
table.order .move {
	width: 16px;
	text-align: center;
}
table.order .dnd .move {
	cursor: move;
}
table.order .group-name {
	font-weight: bold;
}
table.order .group-name input.field {
	width: 300px;
}
table.order .item-desc {
	width: 400px;
}
table.order .count {
	width: 90px;
	text-align: center;
}
table.order .count input.field {
	width: 22px;
	text-align: center;
}
table.order .discount {
	width: 70px;
	text-align: center;
}
table.order .discount input.field {
	width: 22px;
	text-align: center;
}
table.order th.price {
	text-align: center;
	width: 80px;
}
table.order td.price {
	text-align: right;
	width: 80px;
}
table.order .delivery {
	text-align: center;
	width: 50px;
}
table.order .action {
	width: 16px;
	text-align: center;
}
table.order .hint {
	font-style: italic;
}


/* Pod tabulkou
*****************/
.order-new-group {
	margin: 5px 5px 0px 0px;
	vertical-align: middle;
	width: 100%;
}
.order-new-group form {
	display: inline;
}

div.order #actAddIncomingOrder {
	float: right;
	margin: 5px;
}


/* Souhrn objednavky
**********************/
.summary table.address {
	width: 100%;
}
.summary table.address td {
	padding: 2px 0px;
}
.summary table.address td.label {
	width: 65px;
}
.summary table.address td.value input {
	width: 180px;
}
.summary table.address td.buttons input {
	width: 65px;
}

.summary table.price {
	width: 100%; /*248px;*/
	margin-bottom: 16px;
	/*line-height: 22px;*/
}
.summary table.price td {
	/*height: 20px;*/
	padding: 4px 0px;
}
.summary table.price tr.underline td {
	border-bottom: 1px solid #777777;
}
.summary table.price td.label {
	width: 150px;
}
.summary table.price td.value {
	/*font-weight: bold;*/
	text-align: right;
}
.summary table.price .field {
	width: 50px;
}

.summary .note {
	margin-bottom: 16px;
}

.summary .params {
	margin-bottom: 16px;
	line-height: 22px;
}
.summary .params .field {
	width: 60px;
}

.summary .actions {
	padding-right: 4px;
	text-align: right;
}
.summary .actions textarea {
	width: 242px;
	height: 60px;
}

.summary .actions .checkbox {
	text-align: left;
}
.summary .actions .checkbox input {
	width: auto;
	margin-right: 0px;
}

.summary .actions input {
	width: 170px;
	margin-top: 4px;
	left: 0px;
	position: relative;
	/*display: block;*/
}

.summary a{
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
}


/* Zadavani kontaktnich udaju
*******************************/
.contact form {
	position: relative;
	/*height: 118px;*/
}
.contact table {
	line-height: 23px;
}
.contact td.label {
	width: 65px;
}
.contact td.required {
	font-weight: bold;
}
.contact td.input input {
	width: 180px;
}
.contact .first {
	float: left;
}
.contact .second {
	float: left;
}
.contact .actions,
.emails .actions {
	position: absolute;
	right: 6px;
	bottom: 6px;
}
.contact .actions input,
.emails .actions input {
	width: 170px;
	display: block;
	margin-top: 4px;
}

.emails fieldset {
	width: 400px;
}
.emails legend {
	font-weight: bold;
}
.emails label {
	line-height: 22px;
}
.emails fieldset input {
	top: -1px;
	position: relative;
}
.emails .err {
	color: red;
	margin-top: 6px;
	font-size: 11px;
}

/* Poptavka montaze
*********************/

.install-request .msg {
	float: right;
	width: 250px;
	color: #ff0000;
	font-weight: bold;
}

.install-request #name {
	width: 300px;
}

.install-request div.params {
	line-height: 16px;
	margin: 18px 0px;
	width: 550px;
}
.install-request div.params input {
	width: 24px;
}
.install-request textarea {
	width: 545px;
	height: 54px;
}
.install-request div.actions {
	/*margin-top: 6px;
	text-align: right;
	width: 550px;*/
	position: absolute;
	right: 6px;
	bottom: 6px;
}
.install-request div.actions input {
	width: 200px;
	display: block;
	margin-top: 4px;
}
