/* XPages Application CSS */
.logo {
 	margin-top:2em;
 	margin-bottom:1em;
}


.form-control, .btn {
	margin-top:0.5em;
	margin-bottom:0.5em;
	
}

.form-group {
	background-color: #EBD21E;
	border:1px solid;
	border-top:0;
	margin-bottom:0;	
}


.form-group div{
	background-color:white;
	border-left:1px solid;
	
}


	
@media all and (max-width: 600px) {
	.xspmodal {
	    left: 10%;
	    top: 10%;
	    width: 80%;
	}
}

@media print { 
  a[href]:after {
    content: none;
  } 
}

.hideFirstRow > tbody > tr:first-child, .hideFirstRow thead{
	display:none;
}

.lang {
	width:15px;
}
.langSelected {
	width:20px;
}

.dotaznik img {
	max-width:100%;
}

.logout {
	font-size: small;
	text-decoration: none;
	color:gray;
}

.bold-checkbox label{
	font-weight:bold;
	
}.nadpis {
    background-color: #EBD21E;
    font-size: large;
    font-weight: bold;
    padding-top:25px;
    padding-bottom:25px;
}

.hlavni td{
    background-color: #3238AA;;
    padding-top:8px;
    padding-bottom:8px;
    
    text-align:center;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width:25%;
    
}

.hlavni tr :FIRST-CHILD{
    background-color: inherit;
}

.dispozice td {
	text-align:center;
}

.hlavni td a {
	 color:#FFFFFF;
	 text-decoration: underline;
	 
	 
}










.dispozice {
	margin-top:3em;
}
.dispozice a {
	
	color:black;
	 text-decoration: underline;
}

.dispozice img {
	heigth:30px;
	width:50px;
	border:1px solid;
	
}

.dispozice div {
	text-align:center;
}