div#windek-main {
	height: 100%;
	width: 746px;
	float: left;
}

div#windek-navigace h2 {
	margin-bottom: 30px;
}

div#windek-navigace div {
	float: left;
	/*padding: 10px 20px;*/
	margin-right: 10px;
	/*background-color: #efefef;*/
	font-size: 16px;
}

div#windek-navigace div.last {
	margin-right: 0px;
}

div#windek-navigace div a {
	color: #000;
	text-decoration: none;
}

div#windek-navigace div a:hover {
	text-decoration: underline;
}

div#windek-navigace div.done {
	/*background-color: #333333;*/
}

div#windek-navigace div.done a {
	/*color: #fff;*/
}

div#windek-navigace div.current {
	/*background-color: #df1e26;*/
	color: #df1e26;
	font-weight: 600;
}

div#windek-navigace div.separator {
	background: url('https://cdn1.idek.cz/img/c843c2d24e6fa21ce2644e4bf91d2f0b.png');
	width: 9px;
	height: 18px;
	padding: 0;
}

form[id^='frmOkna-windek-krok'] {
	/*position: relative;*/
}

form[id^='frmOkna-windek-krok'] div.form-data {
	width: 100%;
	float: left;
}

form[id^='frmOkna-windek-krok'] label {
	margin: 10px;
	display: block;
}

form[id^='frmOkna-windek-krok'] label.img-only {
	float: left;
	position: relative;
}

form[id^='frmOkna-windek-krok'] label.full {
	width: 221px;
	cursor: pointer;
	cursor: hand;
}

form[id^='frmOkna-windek-krok'] input[type=radio] {
	display: inline-block;
}

form[id^='frmOkna-windek-krok'] input[type=radio].invisible {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	-moz-opacity: 0;
	filter: alpha(opacity:0);
	opacity: 0;
	cursor: pointer;
}

form[id^='frmOkna-windek-krok'] h3 {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 300;
	color: #464646;
}

form[id^='frmOkna-windek-krok'] fieldset {
	position: relative;
}

form[id^='frmOkna-windek-krok'] fieldset.hidden {
	display: none;
}

form[id^='frmOkna-windek-krok'] fieldset legend.toggle {
	cursor: hand;
	cursor: pointer;
}

form[id^='frmOkna-windek-krok'] fieldset legend span[id^='krok'] {
	font-size: 13px;
	font-weight: 300;
}

form[id^='frmOkna-windek-krok'] fieldset legend span.krok.empty {
	width: 0;
	margin-right: 0;
}

form[id^='frmOkna-windek-krok'] fieldset div.legend {
	width: 24px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 15px;
	#top: 20px; // IE7 hack
	cursor: hand;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('https://cdn1.idek.cz/img/65967a0ea39c87b71a8169244c0c2cb0.png');
	background-color: #fff;
}
@-moz-document url-prefix() {
	form[id^='frmOkna-windek-krok'] fieldset div.legend {
		top: -25px;
	}
}
form[id^='frmOkna-windek-krok'] fieldset div.legend.expanded {
	background-image: url('https://cdn1.idek.cz/img/6acb29d8d59ec42d8ad458db401f4df2.png');
}

form[id^='frmOkna-windek-krok'] fieldset div.toggle {
	display: none;
}

form[id^='frmOkna-windek-krok'] label span.caption {
	display: inline-block;
	width: 150px
}

form[id^='frmOkna-windek-krok'] label span.caption span.required {
	color: red;
}

form[id^='frmOkna-windek-krok'] label span.msg-container {
	display: inline-block;
	width: 16px;
	height: 16px;
}

form[id^='frmOkna-windek-krok'] label span.msg-container.ok {
	background-image: url('https://cdn1.idek.cz/img/7b984e9709c4477b5f74f495fb154258.png');
}

form[id^='frmOkna-windek-krok'] label span.msg-container.error {
	background-image: url('https://cdn1.idek.cz/img/f497f60b5108f563b58510227d42fd0e.png');
}

form[id^='frmOkna-windek-krok'] div.form-data input[type=submit][name^='krok'] {
	background: url('https://cdn1.idek.cz/img/b01a4099bfc0d088997cd2ecbe0bf0b6.jpg');
	width: 102px;
	height: 30px;
	border: none;
	margin-left: 30px;
	margin-top: 20px;
	cursor: pointer;
	cursor: hand;
}

form[id^='frmOkna-windek-krok'] table td {
	padding: 20px 10px;
	vertical-align: top;
}

div#windek-prehled {
	float: right;
	width: 210px;
	border:solid 1px #D7D7D7;
	border-radius:5px;
	padding: 15px;
	margin-left: 20px;
	margin-top: 30px;
	position: relative;
}

div#windek-prehled h4 {
	margin-top: 5px;
}

div#windek-prehled textarea {
	width: 176px;
	height: 150px;
	border: 1px solid;
	background-color: #dcdcdc;
}

div#windek-prehled button[type=submit] {
	position: relative;
	width: 182px;
	height: 30px;
	border: none;
	cursor: pointer;
	padding: 0;
	margin-top: 15px;
}

div#windek-prehled button[type=submit]:disabled {
	cursor: not-allowed;
}

div#windek-prehled button[type=submit] div.overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #ccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

div[class$='Skupina'] {
	display: none;
}

div[class$='Skupina'].shown {
	display: block;
}

div#vzornikBarev div.polozka {
	float: left;
	padding: 10px;
	width: 100px;
	height: 120px;

    &.selected img {
        outline: 2px solid var(--red);
    }
}

#vyberProvedeni img.selected,
a[name="krok1_zakladniVyber"] + fieldset img.selected,
a[name="krok2_vyberKategorie"] + fieldset img.selected {
    outline: 4px solid var(--red);
    outline-offset: -8px;
}

a[name="krok3_prislusenstvi"] + fieldset .toggle:has(label:nth-child(1):last-child) > label {
    display: none;
}

img#barevneProvedeniImg {
	height: 40px;
	width: 40px;
}

a.tlacitko, div#windek-prehled button[type=submit] {
	display: block;
	cursor: pointer;
	cursor: hand;
	border: none;
	height: 30px;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	background: -moz-linear-gradient(top, #656565 0%, #343434 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#343434)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #656565 0%, #343434 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #656565 0%, #343434 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #656565 0%, #343434 100%); /* IE10+ */
	background: linear-gradient(to bottom, #656565 0%, #343434 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
}

a.tlacitko i {
	font-size: 15px;
	margin-right: 10px;
}

a.tisk-pdf {
	float: right;
	width: 125px;
	margin-right: 20px;
}

a.nove-zadani {
	float: left;
	width: 130px;
	margin-left: 10px;
}

a.do-kosiku {
	float: right;
	width: 225px;
	margin-right: 10px;
}
a.upravit {
	width: 160px;
	float: left;
}

a.smazat {
	width: 180px;
	float: left;
	margin-left: 20px;
}

#pdf-dialog a.use {
	background: -moz-linear-gradient(top, #656565 0%, #343434 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#343434)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #656565 0%, #343434 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #656565 0%, #343434 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #656565 0%, #343434 100%); /* IE10+ */
	background: linear-gradient(to bottom, #656565 0%, #343434 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
	width: 70px;
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	display: block;
	float: right;
}
