/* --- FORMULAR FORMID - formulaře z makra v un_vypispevku.css ------------ */

.formid {
	font-size: 100%;
}

.formid textarea, .formid input, .formid button, .formid select {
	font-family: inherit; 
	font-size: inherit;
}

.formid textarea {
	width: 100%;	
}

.formid .hodnota input, .formid .hodnota select, .formid .hodnota textarea, .formid button {
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 5px;
	outline: none;
	border: 1px solid #B0B0B0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	margin-bottom: 3px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	font-size: 110%;

}

.formid .hodnota label input  {
	width: auto;
}


.formid .dblok .hodnota input {
  margin-bottom: 0px;
}

.formid .dblok {
 padding: 10px;
}

.formid .hodnota input[type="text"]  {
	width: 40%;
}

.formid .hodnota.medium input[type="text"]  {
	width: 70%;
}

.formid .hodnota.short input[type="text"]  {
	width: 25%;
}

.formid .hodnota.long input[type="text"]  {
	width: 90%;
}

.formid .hodnota input[required] {
 
  border: solid black 1px;
}

/*
.formid .hodnota input[required]::after {
 content: " - Remember this";
} */

.formid .hodnota input[type="radio"] {
margin-right: 10px;
}

.formid .hodnota input[type="checkbox"] {
margin-right: 10px;
}

.formid  .hodnota label {
	margin-right: 20px;
}



.formid .popisek.zvyraz {
	font-weight: bold;
	color: brown;

}

.formid .zvyraz label {
	font-weight: bold;
	font-size: 120%;
	color: brown;
display: inline-block;
}

.formid .zvyraz {
	padding: 3px;
}


.formid .hodnota:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}

.formid .form-buttons {
	padding-top: 1em;	
	padding-bottom: 1em;	
}

.formid button {
	cursor: pointer;
	font-size: 140%;
	font-weight: bold;
	padding-left: 2em;
	padding-right: 2em;
}

.formid button:hover {
	 background-color: #cccccc;
}

.formid .dradek {
	padding-bottom: 4px;
}

.formid .popisek {	
	display: block;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
}

.formid .note {	
	display: block;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 3px;
	font-style: italic;
}

.formid .note .note1 {	
	padding-left: 1em;
}

.formid .note .note2 {	
	padding-left: 3em;
}


.formid .dblok .popisek {   
    padding-top: 0px;
    padding-bottom: 0px;
}

.formid .dblok .popisek {   
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
}

.formid .dblok {
	margin-top: 2px;
	margin-bottom: 2px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;		
}

.formid .dblok h4, #port-middle .formid .dblok h4 {
	margin-top: 3px;
}

.formid .dblok:nth-child(odd) {
	background: #d9d9d9;
}

.formid .dblok:nth-child(even) {
    background:#b2c6b842;
}


.formid select {
	margin-top: 5px;
	/* font-size: 90%; */
	border: 1px solid silver;
}

