a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.line230 {                  /*řádkování při výpisu diktátu*/
  line-height: 230%;
}

.line150 {                  /*řádkování při výpisu výsledků diktátu*/
  line-height: 150%;
}

.text80i {                 /*výpis výsledků diktátu*/
    font-size: 80%;
    font-style: italic;
}

.text90i {                 /*drobečková navigace*/
    font-size: 90%;
    font-style: italic;
}												
.text70 {                 /*počet úloh v nadpisu cvičení*/
    font-size: 70%;

}

.text-result-true {
    font-size:120%;
    font-weight: bold;
    color:#006600;
}
.text-result-false {
    font-size:120%;
    font-weight: bold;
    color:#cc0000;
}

.gray-background {
 background-color:#f1f1f1;
 border-bottom:1px solid #ddd;
}



.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: white;
   color: gray;
   text-align: center;
}

/*pro iframe - h5p content */
.container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio - pro iframe s úlohou */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 20px;
}

/**puvodni styly**/


.nowrapdikt { /** pro úlohy (select) v diktátu **/
	white-space: nowrap;
	hyphens: none;
}

/*--styly pro pole select */
select.selnorm {
	background-color: #EEF2FD;
	color:#3333cc;
	margin-left:1px;
	margin-right:1px;
	font-size:90%;
	border: solid 1px #3399cc;
	border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
select.selchyba {
	background-color: #ff6633;
	color:#3333cc;
	margin-left:1px;
	margin-right:1px;
	font-size:90%;
	border: solid 1px #3399cc;
	border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
select.seldobre {
	background-color: #6c6;
	color:#3333cc;
	margin-left:1px;
	margin-right:1px;
	font-size:90%;
	border: solid 1px #3399cc;
	border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

