body {
    margin: 0;
    padding: 0 0 15px 0;
    background: transparent url(../images/bg2.gif) repeat-x left top;
}

.content {
    text-align: left;
    margin: 0 auto;
    margin-top: 5px;
    position: relative;
    max-width: 1300px;    
    background: url(../images/bg_celek.gif) no-repeat left top, url(../images/bg_celek2.gif) no-repeat right top;
    background-color: white;
    padding: 0 10px;	    
}

.linka {
    border-left: 245px #6AC817 solid;
    background: #180072;
    height: 6px;
    position: relative;
    top: 5px;
    margin-bottom: 15px;
}

#header {
    width: 100%;
    height: 85px;    
    text-align: left;
	border-top: 1px #a0a0a0 solid;    
}

#header > div.left {
    width: 245px;      
    float: left;
}

#header > div.right {      
}
#header > div.right > h1 {
    color: #180072;
    font-family: Arial, 'Arial CE', Helvetica, 'Helvetica CE', sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 65px;
}

#logo-kru {
    margin: 22px 0 0 28px;
}

#footer {
	border-bottom: 1px #d0d0d0 solid;
}


#banner > h3 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 12px;
}

.flash.danger {
	font-weight: bold;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;    
}

.flash.success {
    font-weight: bold;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.container th {
    text-align: left;
}

.container h3 {
    font-size: 20px;
    background-color: #E1E1E1;
    margin-top: 1em;
    padding: 2px 0 2px 16px;    
    border-left: 4px solid #6AC817;
}

.container label {
    /* font-style: italic; */
    cursor: pointer;
}
.container label.required {
    font-weight: bold;
}

.pure-form input[type=text], .pure-form input[type=password], .pure-form select, .pure-form textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 18em;
}


.pure-form-aligned .pure-control-group label {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 12em;
    margin: 0 1em 0 0;
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 13em;
}

.pure-form-aligned .pure-control-group.small input {
    width: 5em;
}
    
.pure-form-aligned .pure-control-group label.checklist-item {
    display: block;
    cursor: pointer;
}

.pure-form-aligned .pure-control-group .checklist-block {
    margin-left: 13em;
    padding-left: 4px;
}

.pure-form-aligned .pure-control-group .checklist-block label.font-normal {
    font-weight: normal;
    font-style: normal;
}


table.rekapitulace {
    border: 1px solid #f8f8f8;
}
table.rekapitulace tr:nth-child(odd) {
    background-color: #f8f8f8;
}
table.rekapitulace th {
    padding: 6px 1em 4px 6px;
    background-color: #f0f0f0;
}
table.rekapitulace td {
    padding: 4px 6px;
}

.pure-control-group .souhlas label {
	width: 90%;
    font-weight: bold;
    font-style: normal;
}

ul.error {
    padding: 15px;
    margin: 20px 0;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

ul.error li {
    list-style-type: none;
}

.flash.danger {
    font-weight: bold;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;    
}

.flash.success {
    font-weight: bold;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

span.error {
    padding: 2px 6px;
    color: #C21300;
    border-color: #ebccd1;
    font-weight: bold;
}

table input[type="checkbox"], input[type="radio"] {
    margin-top: 10px;
}

table.tabulka-hlasu td {
    vertical-align: middle;
    padding: 0 6px 6px 6px;
}

table.tabulka-hlasu td.bunka-radio {
    padding-top: 1px;
	vertical-align: top;
}

.zvyraznit {
	font-weight: bold;
	color: #AD0000;
}
