/* Default settings */
#ajax-spinner {
	margin: 15px 0 0 15px; 
	padding: 13px; 
	background: white url('../images/spinner.gif') no-repeat 50% 50%; 
	font-size: 0; 
	z-index: 123456; 
	display: none;
}
html.js .jshidden {
	display: none;
}

/* Flash messages */
div.flash {color: black; background: #FFF9D7; border: 1px solid #E2C822; padding: 1em; margin: 1em 0;}

/* Links */
a[href^="#error:"] {background: red; color: white;}

div.logo {
    padding-top: 15px;
}
div.logo img {
    height: 73px;
}
div.logo h1 {
    text-transform: uppercase;
}

/* Form tables */
form th, form td {vertical-align: top; font-weight: normal;}
form th {text-align: right;}
form .required label {font-weight: bold;}
form .error {color: #D00; font-weight: bold;}

.new-item-button{
    margin-top: 20px;
}

.clickable-row{
    cursor: pointer;
}

.no-wrap{
    white-space: nowrap;
}

#snippet--zmenaObjektuContainer{
    text-align: center;
}

tr.pozarni-ochrana{
    background-color: #f5abab;
}
tr.chlazeni-a-vzduchotechnika{
    background-color: #b1e7b2;
}
tr.vytapeni{
    background-color: #f5f0a1;
}
tr.silnoproud-vn, tr.silnoproud-nn, tr.slaboproud{
    background-color: #a8c1ee;
}
tr.nahradni-zdroje{
    background-color: #deb0df;
}