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: 20px;
    font-weight: bold;
    position: relative;
    top: 58px;
}

#header > div.right a {
	text-decoration: none;
}

#header > div.right a:hover, #header > div.right a:focus {
	text-decoration: underline;
}

#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: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;    
}

.flash.success {
    font-weight: bold;
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.flash.info {
    font-weight: bold;
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.container th {
    text-align: left;
}

table.rekapitulace {
    border: 1px solid #f8f8f8;
}
table.rekapitulace tr:nth-child(odd) {
    background-color: #f8f8f8;
}
table.rekapitulace th {
    padding: 4px 1em 4px 6px;
}
table.rekapitulace td {
    padding: 4px 6px;
}

label {
	font-weight: normal;
}

label.required {
	font-weight: bold;
}

label span.required {
	color: red;
	font-weight: bold;
}

form span.error {
	color: red;
}

ul.error {
    padding: 10px 10px 7px 10px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

input.error {
    color: #622;
    background-color: #ffeeee;
    border-color: #ebccd1;
}

#login-form {
	display: table;
	margin: 0 auto;
	border: 1px solid #f0f0f0;
	padding: 2em 4em 1em 4em;
	background-color: #fafafa;
}

#login-form input[type="text"], #login-form input[type="password"] {
	width: 20em;
}

.title-testing {
	color: #fff;
	background-color: #d00;
	padding: 0.4em 3em;
	margin: 0 0.5em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	-webkit-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.8);
	box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.8);
}

.fixed-container {
    position: fixed;
    right: 0.3em;
    top: 0.3em;
	z-index: 999;
}


a.button, input.button {
    font-size: 15px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857143;    

    background-color: #fff;
    border-color: #e5e5e5;
    color: #848484;
}

a.button:hover, a.button:focus, input.button:hover {
	text-decoration: none;
    background-color: #ededed;
    border-color: #d6dae2;
    color: #5c5c5c;
}

a.button.primary, input.button.primary {
    background-color: #38ae67;
    border-color: #2faa60;
    color: #fff;
}

a.button.primary:hover, input.button.primary:hover {
    background-color: #2faa60;
    border-color: #2ca05b;
    color: #fff;
}

a.button.danger, input.button.danger {
    background-color: #b00;
    border-color: #a00;
    color: #fff;
}

a.button.danger:hover, input.button.danger:hover {
    background-color: #d00;
    border-color: #c00;
    color: #fff;
}

ul.nav {
    margin: 1em 0;
    padding: 0.2em;
    list-style: none;
    text-align: left;
    font-size: 15px;
}

ul.nav li {
        display: inline;
        color: #337ab7;
        padding: 0.5em 0;
        border: 1px solid #f5f5f5;
}   

ul.nav li a {
        text-decoration: none;
        color: #337ab7;
        padding: 0.5em;
        border-color: #f5f5f5;
}
ul.nav li a:hover, ul.nav li a:focus {
    color: #23527c;
    background-color: #f5f5f5;
    border-radius: 3px;
}

ul.nav li.active a {
    color: #fff;
    background-color: #337ab7;
    border-radius: 3px;
}
ul.nav li.active a:hover, ul.nav li.active a:focus {
    color: #fff;
    background-color: #337ab7;
    border-radius: 3px;
}

.komentar {
    background-color: rgba(187, 222, 251, .7);
    padding: 10px;
}

#header a i {
	color: #0FA9DC;
}


.text-center {
    text-align: center;
}

:root {
    --gov-color-blue: #2362a2;
    --gov-color-grey-dark: #3b3b3b;
    --gov-color-white: #ffffff;
    --gov-color-blue-dark: #254e80;
    --gov-color-blue-focus: #007bff;
    --gov-color-blue-light: #3077b7;
    --gov-color-blue-inactive-1: #91b0d0;
    --gov-color-blue-inactive-2: #d3dfec;
    --gov-color-blue-inactive-3: #edf0f2;
    --gov-color-blue-hover: #e5ebf0;
    --gov-color-grey-mid: #686868;
    --gov-color-grey-light: #a8a8a8;
    --gov-color-grey-inactive: #dddddd;
    --gov-color-grey-bg: #f5f5f5;
    --gov-color-yellow: #ecae1a;
    --gov-color-yellow-dark: #dd9f0c;
    --gov-color-error: #c52a3a;
    --gov-color-success: #6fbd2c;
    --gov-color-grey-dark-rgb: 59, 59, 59;
    --gov-color-white-rgb: 255, 255, 255;
}

.btn {
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.4rem;
    border: 0;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}

.btn-lg {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    font-size: 1.8rem;
    border-radius: 3px;
}

.btn.btn-primary-gov {
    background-color: var(--gov-color-blue);
    border-color: var(--gov-color-blue);
    color: var(--gov-color-white);
}

.btn.btn-primary-gov:hover {
    background-color: var(--gov-color-blue-dark);
    color: var(--gov-color-white);
}

.btn.btn-success {
    background-color: rgb(34, 128, 82);
    border-color: rgb(21, 115, 71);
    color: var(--gov-color-white);
}

.btn.btn-success:hover {
    background-color: rgb(21, 115, 71);
    color: var(--gov-color-white);
}


.text-center {
    text-align: center;
}

form.inline label {
    display: inline
}

form.inline input[type=text] {
    width: 6em;
}
form.inline select {
    max-width: 28em;
}
