input[type="radio"] {
	margin-right: 5px;
}

li.none {
	list-style-type: none;
}

ul.square {
	list-style-type: square;
}

ul.disc {
	list-style-type: disc;
}

ul.lower-alpha {
	list-style-type: lower-alpha;
}

.u {
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

.fTabulka {
	width: 100%;
	border-collapse: collapse;
}

.fTabulka th, .fTabulka td {
	border: 1px solid black;
	padding: 10px;
	text-align: left;
}

.fTabulka tr td:nth-child(1) {
	width: 40%;
}

.fTBorderRightTrans {
	border-right: solid 1px transparent !important;
}

.fTBorderTopTrans {
	border-top: solid 2px transparent !important;
}

.zarovnatPodSebe div {
	display: table-row;
}

.zarovnatPodSebe div div {
	display: table-cell;
}

.inputCheckboxVlevo {
	float: left;
	padding-top: 10px;
	clear: both;
	padding-left: 5px;
}

.textCheckboxVpravo {
	float: left;
    width: 90%;	
}

.textCheckboxVpravoUzsi {
	float: left;
    width: 90%;
}

@media print {
	
.formularTlacitkaPanel, .formularTlacitkaPanelLighter {
    display: none !important;
}

body {
    background-color: white !important;
}

h1 {
    color: black !important;
    background-color: white !important;
}
  
img {
    display: none !important;
}

* {
    background-image: none !important;
}

.formular .header {
    background: white !important;
    color: black !important;
}

.veraUploadFileButton {
    display: none !important;
}

.veraUploadFileItemRemove{
    display: none !important;
}

a[href]:after {
      display: none;
      visibility: hidden;
}

table td, table th {
  background: white !important;
  color: black !important;
	background-color: white !important;
}

.tableBgColorDefault td {
    background-color: white !important;
}

button {
    display: none !important;
}


.hrLine {
	border-top: 1px solid black;
}

}

.autoGenerated {
	clear: both;
}

.veraItemCheckboxRevertLabelClass label, .veraItemRadioRevertLabelClass label {
	display: inline-flex !important;
	float: unset !important;
	text-align: unset !important;
}

.label400 label{
	width: 400px !important;
}

.label600 label{
	width: 600px !important;
}

form[name="formularForm"] hr {
  border-top: 1px solid black;
}

.readOnlySection {
	clear: both;
	text-align: justify;
}
.readOnlyOdstavec {
  padding-bottom: 40px;
}  

.readOnlyPodpis {
  padding-top: 80px;
  display: inline-block; 
  width: 100%;
  text-align: center;
}

.readOnlyPodpisVpravo {
	float: right;
}

.readOnlyPodpisVlevo{
 	float: left;
}