@font-face{
	font-family:DINPro;
	src:url(/css/fonts/DINWebPro.woff) format("woff");
	font-weight:400
}

@font-face{
	font-family:DINPro;
	src:url(/css/fonts/DINWebPro-Medium.woff) format("woff");
	font-weight:500
}

@font-face{
	font-family:DINPro;
	src:url(/css/fonts/DINWebPro-Bold.woff) format("woff");
	font-weight:700
}


body {

	background-color:#ffffff;
	margin: auto;
	width: 100%;
	
	color: #000000;
	font-family: DINPro;
	text-align: left;
}

.okno {
	margin: auto;
  height: 100%; 
	max-width: 1100px;	
	border-radius: 6px;
	font-size: 14px;
	font-family: DINPro;
}



.zahlavi {
	border-top: 3px #cccc double;
	border-bottom: 3px #cccc double;
}

.radek_podkategorie {
	min-height: 3rem;
	border-bottom: 1px #cccccc solid;
	padding-top: 0.2rem;
	padding-bottom: 0.5rem;	
}
.nazev_kategorie {
	font-size: 1.5rem;
	font-weight: bold;
}

.nazev_podkategorie {
	font-weight: bold;
}

.nazev_souboru {
	padding-left: 1rem;
}

.revit {
	height: 2.5rem;
}

.archicad {
	height: 2.5rem;
}

.allplan {
	height: 2.5rem;
}

.width20 {
	width: 20%;
}


.width40 {
	width: 40%;
}

a.odkaz:link,
a.odkaz:visited {
	text-decoration: underline;
	color: #000000;		
}

a.odkaz:hover,
a.odkaz:active {
	color: #fb0;
}

.red { color: #ff0000;}

.form-label {
	font-size: 1rem;
	font-family: DINPro;
	line-height: 1.5;
	margin-bottom: .3125rem;
	cursor: pointer;
}

.form-control {
	border-radius: 0px;
}

.btn-odeslat {
	border-radius: 0px;
	background-color: #012970;
}

.bg-xella {
	background-color: #012970;
}

.border-xella {
	border-color: #012970;
}