@charset "utf-8";

.poptTooltip {
	float:right;
	position: relative;
	display: inline-block;
	}
.poptTooltip img {
	width:25px;
	}
.poptTooltip .mytext {
	visibility: hidden;
	width: 250px;
	background-color:#3f5c63;
	color: #fff;
	z-index: 1;
	top: 5px;
	left: 30px;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	opacity: 0;
	transition: opacity 1s;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.poptTooltip .mytext:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 100%;
	margin-top: -5px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #3f5c63 transparent transparent;
}
.poptTooltip:hover .mytext {
	visibility: visible;
	opacity: 1;
}
/*------------------------------------------------*/
#leftpoptavka {
	margin-bottom:200px;
	margin-left:10px;
	}
#mainpoptavka .ikona,
#leftpoptavka .ikona {
	display:inline-block;
	margin:0 0 10px 10px;
	opacity:0.7;
	}
#mainpoptavka .ikona:hover,
#leftpoptavka .ikona:hover,
#leftpoptavka .ikona.select {
	opacity:1;
	}
#leftpoptavka img {
	width:75px;
	}
#leftpoptavka .ikona .mytext {
	width:auto;
	min-height:20px;
	padding:10px;
	top: 25px;
	left: 80px;
	pointer-events: none;
	}
#leftpoptavka .ikona .mytext:after {
	top: 15px;
	}
/*------------------------------------------------*/
#mainpoptavka img {
	width:130px;
	}
#mainpoptavka .ikona {
	margin:10px;
	}
#mainpoptavka .poptTooltip:hover .mytext {
	visibility: hidden;
	opacity: 0;
}
/*------------------------------------------------*/	
.poptTbl input,
.poptTbl select,
.poptKonTbl input,
.poptResult input {
	border-radius:8px;
	padding:5px;
	font-size:1em;
	}
.poptTbl select {
	min-width:220px;
	}
.poptTbl input[type='checkbox'],
.poptTbl input[type='radio'],
.poptKonTbl input[type='checkbox'] {
	transform: scale(1.5);
	}
/*------------------------------------------------*/
.poptTbl {
	border-spacing:0;
		width:100%;
	}
.poptTbl th {
	background-color:#3f5c63;
	color:white;
	}
.poptTbl tr.sub th {
	background-color:#56757c;
	padding:5px;
	}
.poptTbl tr.lr th {
	background-color:#777;	
	padding:3px;
	}

.poptTbl tr.last td {
	border-bottom:solid 1px #628289;
	}
.poptTbl tr:nth-child(even) {
	background-color:#EEE;
	}
.poptTbl tr.white {
	background-color:transparent;
	}
.poptTbl th,.poptTbl td {
	text-align:center;
	padding:8px 15px;
	border-right:solid 1px #DDD;
	}
.poptTbl td > span {
	line-height:1.6em;
	}
.poptTbl th:first-child,
.poptTbl td:first-child {
	text-align:left;
	min-width:120px;
	}

.poptTbl th:last-child,
.poptTbl td:last-child {
	border-right:none;
	}
.poptTbl .naklad {
	margin:0 15px;
	}
.poptTbl input.num {
	width:50px;
	text-align:right;
	}
.poptTbl textarea {
	width:100%;
	}
.poptTbl a {
	display:inline-block;
	color:#3f5c63;
	font-weight:bold;
	text-decoration:none;
	}
/*---- vyjímka vnořené tabulky v poptávce --------*/	
.poptTbl .PKlisty td {
	width:auto;
	min-width:inherit;
	text-align:center;
	padding:0;
	width:25%;
	}
.poptTbl .PKlisty select {
	min-width:inherit;
	}	
/*------------------------------------------------*/	
	
.poptKonTbl {
	margin:5px auto;
	border-spacing:10px;
	width:80%;
	}
.poptKonTbl td:first-child {
	width:150px;
	}
.poptKonTbl .souhlas a {
	text-decoration:none;
	color:#b1115e;
	font-weight:bold;
	}

/*-------- záložky -------------------------------*/	
.zalBlok {
	text-align:left;
	}
.zalCover {
	display:inline-block;
	margin-left:28px;
	}
.zalozka {
	display:inline-block;
	width:150px;
	padding:8px;
	margin-right:10px;
	background-color:#a4c4cc;
	text-align:center;
	color:#666;
	font-size:1.2em;
	font-weight:bold;
	border-radius: 10px 10px 0 0;
	cursor:pointer;
	}
.zalozka:hover {
	color:black;
	background-color:#89a9b1;
	}
.zalozka.sel {
	background-color:#3f5c63;
	color:white;
	}