﻿#header {
    position: relative;
    margin: 0;
    padding: 0;
    height: 50px;
    background: #008576;
}

#logo_area {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    height: 50px;
    width: 650px;
}

#account_area
{
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    width: 400px;
}

#account_area_user
{
    margin-top: 15px;
    margin-right: 20px;
    float: right;    
}

#account_area_action
{
    margin-top: 15px;
    margin-right: 20px;
    float: right;
}

#account_area a {
    text-decoration: underline;
    color: #ffffff;
}

#account_area_user
{
    color: #ffffff;    
}

h1 {
    margin-top: 10px;
    color: #ffffff;
}

h2 {
	font-size: 14px;
}

.spisova_znacka > div.col-md-3,
.spisova_znacka > div.col-md-2 {
	padding: 0;
}
.spisova_znacka > div.col-md-3 {
	padding-left: 15px;
}
.agenda {
	padding-right: 15px !important;
}
.vztah_predpisu > div.col-sm-1,
.vztah_predpisu > div.col-sm-4,
.vztah_predpisu > div.col-sm-3,
.vztah_predpisu > div.col-sm-2 {
	padding: 0;
}

.kategorie {
	padding-left: 15px !important;
}

.pismeno {
	padding-right: 25px !important;
}

.krizek {
	margin-top: 4px;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
	cursor: pointer;
}

.input-group-addon {
	cursor: pointer;
}

.btn-success,
.btn-success:active {
	background-color: #008576 !important;
}
.btn-success:hover {
	background-color: #113321;
}

a {
	color: #008576;
	text-decoration: underline;
}

a:hover {
	color: #008576;
}

#logo_area img {
    float: left;
    display: inline;
    margin-left: 30px;
    /*margin-top: 12px;*/
	margin-right: 10px;
}

.historie {
	margin-top: 10px;
}

.border {
		border-bottom: 1px solid #ddd;
}

.hledani {
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding-top: 5px;
}

.tucny {
	font-weight: bold;
}

.odsazeni {
	margin-top: 5px;
}

.nadpis {
	font-size: 24px;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

#panel2 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.button {
	padding: 5px; 
	position: relative; 
	display: inline-block; 
	cursor: pointer; 
}

.export {
	margin-right: 5px;
}

.borderless td, .borderless th, .borderless tr {
    border: none !important;
}

.zarovnani {
	padding-left: 50px;
	padding-right: 50px;
}

.foot {
	margin-bottom: 10px;
}

.pager li > a, .pager li > span {
    border-radius: 5px !important;
}

.pravni_vety {
	white-space: pre-line; 
	margin-bottom: 10px; 
	padding-left: 5px; 
	font-weight: bold;
}

.text_dokumentu {
	white-space: pre-line; 
	padding-left: 5px;
}

.nalezenych {
	margin-left: 150px;
}

.spis {
	margin-left: 130px;
}

.predchozi_nalezeny {
	margin-left: 55px;
}

.predchozi_spis {
	margin-left: 40px;
}

table.borderless {
	width: 30%;
}

.ohraniceni {
	border-top: 1px solid #bbbbbb; 
	padding-top: 10px;
}

.vse {
	height: 30px;
}

.checkbox_vyber {
	width: 90px;
}

.normalni {
	font-weight: normal;
}

.display-none {
	display: none;
}

.poznamka {
	white-space: pre-line; 
	padding-left: 5px;
}

.tlacitka {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 10px;
}

.tlacitka li {
	display: inline-block;
}

.nav-tabs {
	font-weight: bold;
    border-bottom: 2px solid !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 2px solid !important;
	border-bottom-color: transparent !important;
}

.nav-tabs > li {
	margin-bottom: -2px !important;
}

.form-control {
	color: black !important;
}
table.tablesorter .header {
	background-image: url(../Images/bg.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter .headerSortUp {
	background-image: url(../Images/asc.gif);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(../Images/desc.gif);
	background-repeat: no-repeat;
}



span.form-control {
	border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
	border-width: 2px;
    border-color: #008576 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(0, 133, 118, 0.6);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(0, 133, 118, 0.6);
}

.iebila::-ms-expand {
    width:12px;
    border:none;
    background:#fff;
}
.iezelena::-ms-expand {
    width:12px;
    border:none;
    background:rgb(0, 86, 77);
	color: white;
}

.oddeleni {
	    border-bottom: 2px black solid;
}

/* info and errors
----------------------------------------------------------*/
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers
----------------------------------------------------------*/
.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
}

.validation-summary-errors ul {
    list-style: none;
}

.validation-summary-valid {
    display: none;
}

.form_required_star {
    margin: 0 3px 0 3px;
    padding: 0;
    position: relative;
    font-size: 11px;
    color: red;
}

.cist {
    position: absolute;
    left: -10000px;
    top: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

ul li.skip {
    position: absolute;
    display: block;
    top: 0!important;
    left: 0!important;
    width: 9em;
    padding: 1px;
    border: 0;
}

ul li.skip a {
    background-color: #4B4947;
    text-align: center;
    border: 0;
    position: absolute;
    width: 8em;
    max-width: 300px;
    white-space: pre-wrap;
    left: 0;
    top: -500px;
    z-index: 0;
    padding: 0 2px;
}

ul li.skip a:focus {
    z-index: 2;
    background: #FFF;
    top: 50px;
    width: 500px;
	text-align: left;
}

a.skipitem:focus {
	   z-index: 2;
    background: #FFF;
    top: 50px;
    left: 0px;
    width: 500px;
    height: 20px;
}
legend {
	border-bottom: 0px solid transparent;
	font-size: 14px;
	font-weight: bold;
}
.inline {
	display: inline-block;
}

#pata {
    /*position: fixed;*/
width: 100%;
overflow: hidden;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 50px;
    background: #008576;
	color: white;
}

.paticka {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 10px;
	margin-left: 50px;
}

.paticka a {
	color: white;
}

.h1 {
	    margin-top: 10px;
    color: #ffffff;
}