#DOMWindowLoader {
	background-color: white;
}

/* >> The Magnificent CLEARFIX << */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
  display: block;
}

* {
    border: 0 none;
    margin: 0;
    padding: 0;
    outline: 0 none;
    vertical-align: baseline;
}

body {
	font-size: 12px;
    font-family: Arial, sans-serif;    
}

ul {
	margin: 0px;
	padding-left: 20px;
}

ul li {
	margin: 0px;
	padding: 0px;
}

strong {
    font-weight: bold;
}

table {
	/*width: 100%;*/
	border-collapse: collapse;
}

table th, table td {
	padding: 3px;
}

table th {
	text-align: right;
	font-weight: bold;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h2 {
	margin: 15px 0px 10px 0px;
	font-size: 23px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
	font-weight: normal;
}

p {
	line-height: 1.7;
	padding-bottom: 10px;
}

a {
	color: #673c10;
	text-decoration: underline;
}

a:visited {
	color: #673c10;
}

a:hover {
	text-decoration: none;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.center {
	text-align: center;
}



.right {
	text-align: right;
}

.number {
	text-align: right;
}

.number-red {
	color: red;
}

hr.cleaner {
	clear: both;  
	width: 100%; 
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	margin: 0px !important;
	padding: 0px;
}

#main {
	 margin: 10px 10px 150px 10px;
}

#header, #content, #footer {
	padding: 10px;
}

#header {
	padding-top: 0px;
	position: relative;
	height: 116px;
	/*background-color: #EADFD4;*/
	background-color: white;
	border: 1px solid #dac6b1;
	border-bottom: 10px solid #986530;
}

#header h1 a {
	display: block;
}

#header h1 span, #header h1 {
	width: 423px;
	height: 101px;
	display: block;
}

#header h1 span {
	top: 0px;
	left: 0px;
	position: absolute;
	display: block;
	background: white URL('../skin/logo.png') no-repeat 0px 0px;
}


#header h1 {
	display: block;
	color: white;
	left: 0px;
	margin: 20px 0px 0px 15px;
	padding: 0px;
	font-size: 30px;
}





#content {
	position: relative;
	min-height: 200px;
	border: 1px solid #DAC6B1;
	border-top-style: none;
}

#content-in {
	position: relative;
}

#footer {
	background: #986530;
	padding: 9px 15px;
	color: #d1c4b7;
}

#footer a, 
#footer span {
	color: #d1c4b7;
	font-weight: bold;
}

#header a {
	color: black;
}

#header .odkazy {
	position: absolute;
	top: 10px;
	right: 12px;
	background-color: #673c10;
	color: white;
	padding: 3px 5px 4px 5px;
}

#header .odkazy a {
	color: white;
}



.number {
	text-align: right;
}


/* ====================================================== */
.pozor {color: red; font-variant: Small-caps; text-align: center; }
div.pozor {font-weight: bold; text-transform: ; margin: 15px 0px; padding: 10px; border-top: 3px solid crimson;  border-bottom: 3px solid crimson ; background-color: white; }
span.pozor {font-weight: bold;}
.pozor a {color: Crimson; font-variant: normal; }
.pozor .normal {color: black; font-variant: normal; }

/* ================== HLÁŠENÍ ================== */
ul.hlaseni {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	list-style-type: circ;	
}

.hlaseni-container ul.hlaseni {
	margin: 12px auto 0px auto;
	padding: 0px;
	min-width: 600px;
	width: 50%;
	list-style-type: none;	
}

.hlaseni-container ul.hlaseni li {
	border: 2px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.hlaseni-container-small  ul.hlaseni {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.hlaseni-container-small  ul.hlaseni li {
	font-size: 13px;
	border: 2px solid #000000;
	padding: 4px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	
}



ul.hlaseni li.ok {
	color: black;
}

ul.hlaseni li.ok,
.hlaseni-container > ul.hlaseni li.ok {
	border-color: #008000;
	background-color: PaleGreen;
}

ul.hlaseni .info {
	color: black;
}

/*ul.hlaseni li.info,*/
.hlaseni-container > ul.hlaseni li.info  {
	border-color: SteelBlue;
	background-color: LightSkyBlue;
}


ul.hlaseni li.ko {
	color: #ff0000;
}

/*ul.hlaseni li.ko, */
.hlaseni-container > ul.hlaseni li.ko {
	color: black;
	border-color: #ff0000;
	background-color: #f29da0;
}

ul.hlaseni li.err {
	border-color: black;
	color: white;
	background-color: red !important;
}

ul.hlaseni .err a, ul.hlaseni .err a:hover {
	color: white;
}


ul.hlaseni li.hard {
	color: yellow;
	font-weight: bold;	
	background-color: black;
	border-color: yellow;
	font-size: 23px;
}

/* ====================================================== */

.vyber-skupiny {
	/*width: 50%;*/
	/*float: left;*/
}


.vypis table {
	margin: 10px 0px 12px 0px;
	border: 2px solid black;
	clear: both;
}

.nowrap .vypis table {
	white-space: nowrap;
}

.vypis table td, .vypis table th {
	border: 1px solid gray;
	text-align: left;
	vertical-align: top;
}

.vypis table td.center, .vypis table th.center {
	text-align: center;
}

.vypis-bottom {
	margin: 0px 0px 15px 0px;
}



.paginator {
	margin-bottom: 10px;
    text-align: left;
	float: left;
	width: 50%;
}

.paginator span {
	background: #eeeeee;
    border: 1px solid #cacaca;
	padding: 5px;
	margin: 0px 2px 0px 2px;
	position: relative;
	top: 0px;
	left: 0px;
	display:inline;
}

.paginator span a {
	padding: 0px;
	margin: 0px;
	display:inline;
}

.vypis .num-rows {
	float: right;
}

.vypis table thead tr th {
	font-weight: bold;
	border-bottom: 2px solid black;
	background-color: #673c10;
	color: white;
	/*height: 40px;*/
	vertical-align: middle;
	text-align: center;
}

.vypis table thead tr th a,
.vypis table thead tr th a:hover {
	color: white;
}

.header {
	position: relative;
	cursor: pointer;
}

.tablesorter > * > tr > * {
	/*border: 1px solid gray !important;*/
	/*z-index:-1*/
	background-clip: padding-box;
}

.tablesorter > thead > tr > * {
	background-color: #E1D3C3 !important;
}

.tablesorter > thead > tr > *,
.tablesorter > thead > tr > * a {
	color: black !important;
}

.header > b {

}

.header,
.header {
	padding-left: 20px;
	padding-right: 20px;
}

.header > b:before,
.header > b:after {
	display: inline-block;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 0px;
	height: 10px;
	margin-top: -8px;
	line-height: 10px;
}

.header > b:after {
	right: 0px;
	left: auto;
}

.header:hover > b:after {
	content: '↓';
}

.header:hover > b:after {
	color: gray;
}

.header:hover {
	text-decoration: underline;
}
.header.headerSortUp,
.header.headerSortDown {
	background-color: #673C10 !important;
	color: white !important;
}

.header.headerSortUp > b:before,
.header.headerSortDown > b:before {
	color: white;
}

.header.headerSortUp > b:before {
	content: '↑';
}

.header.headerSortUp:hover > b:after{
	content: '↓';
}

.header.headerSortDown > b:before {
	content: '↓';
}

.header.headerSortDown:hover > b:after{
	content: '↑';
}


.header > b:before,
.header > b:after,
span.sipka,
.vypis table thead tr th a b span {
	font-size: 24px;
	color: white;
	font-weight: bold;
}


.vypis table thead tr th a b {
}

.vypis table tbody tr:hover th, 
.vypis table tbody tr:hover td {
	background-color: #dddddd;
	color: black;
	/*color: white;*/
	/*border: 1px solid white;*/
}

.vypis table tbody tr:hover th a, 
.vypis table tbody tr:hover td a {
	/*color: white;*/
}

.vypis table tbody td.number, .vypis table tbody th.number {
	text-align: right;
	padding-right: 7px;
}

.vypis .hromadne {
	float: right;
	/*font-size: 15px;*/
	font-weight: bold;
	margin-bottom: 10px;
}

.vypis .hromadne ul {
	list-style-type: none;
}

.vypis .hromadne ul li {
	display: inline;
}

.vypis .hromadne li {
	margin-left: 15px;
	font-weight: normal;
}

.vypis .hromadne li a {
	font-weight: bold;
}

.vypis .border-left {
	border-left: 2px solid black;
}

.vypis .border-right {
	border-right: 2px solid black;
}


.filtr-inner {
	/*width: 200px;*/
}

.filtr-inner  ul {
	padding: 0px 0pc 0px 40px;
	list-style-type: none;
	margin: 5px 0px 10px 0px;
}

.filtr-inner  ul li.filter-group {
	margin-right: 10px;
	margin-top: 3px;
}

.filtr-inner  ul li input[type="checkbox"] {
	position: relative;
	top: 1px;
	margin-right: 10px;
}

.filtr-inner  ul li ul li {
	margin-left: -10px;
}

.filtr-inner .buttons {
	text-align: center;
}

.filtr-inner h4 {
	margin-bottom: 10px;
}

.vypis a.filtr-link {
	display: block;
	/*width: 100px;*/
	float: right;
	font-size: 15px;
	margin: 0px;
	height: 25px;
}

.vypis-users-nehlasovat, .vypis-users-nehlasovat-pozn, .vypis-users-nehlasovat-pozn-free  {
	background-color: #EEEEEE;
}

.vypis-users-hlasovat-pozn {

}

.vypis-users-hlasovat, 
.vypis-users-nehlasovat, 
.vypis-users-nehlasovat-pozn-free,
.vypis-users-hlasovat-pozn-free {
	/*background-color: #CCCCCC;*/
	text-align: center !important;
}


.yes, .yes a {
	color: green;
	font-weight: bold;
}

.no, .no a {
	color: red;
}


.vypis-hlasovat-stav {
	width: 50px;
}

.vypis-hlasovat-pozn {
	max-width: 200px;
}




/* ====================================================== */
#admin-bar {
    font: 12px/28px Arial,Helvetica,sans-serif;
    left: 0;
    min-width: 960px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
	border-bottom: 1px solid gray;
}

#admin-bar div b {
	float: left;
	margin: 0px 12px 0px 0px;
}

#admin-bar a:hover {
	text-decoration: none;
}

#admin-bar div {
	text-align: left;
	padding: 0px;
	padding-left: 200px;
	padding-right: 200px;
	height: 28px;
}

#admin-bar ul {
	list-style-type: none;
}

#admin-bar ul li {
	float: left;
	margin: 0px 20px 0px 0px;
	/*border-right: 1px solid white;*/
}

#admin-bar ul li.odhlasit {
	float: right;
	margin-right: 0px;
}

#admin-bar ul li:last-child {
	/*border-right: none;*/
}

#admin-bar a.active {
	font-weight: bold;
	color: red;
}








.form-1 {
	width: 46.7%;
	float: left;
}


.form-users {
	width: 45%;
	float: left;
}





.todo {
	color: green;
	font-weight: bold;
}

.wrap-normal {
	white-space: normal;
}


th.datetime, td.datetime {
	min-width: 100px;
	white-space: nowrap
}

th.poznamka {
	min-width: 220px;
	max-width: 220px;
	width: 220px;
	/*white-space: nowrap;*/
}

th.jmeno {
	min-width: 100px;
	white-space: nowrap;
}

th.kratky-1 {
	min-width: 60px;
	white-space: nowrap;
}

th.cislo-int {
	min-width: 60px;
	white-space: nowrap;
}

th.poloha {
	min-width: 100px;
	white-space: nowrap;
}


.menu-pridat-novy {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: 0px;
	margin: -35px 0px 0px 0px;
}

.menu-pridat-novy a {
	margin-left: 10px;
}

.menu-pridat-novy span {
	font-size: 15px;
	margin-left: 2px;
}

.menu-pridat-novy span a {
	margin-left: 0px;
	
}

.menu-vypisy {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	margin: -35px 0px 0px 250px;
}

.menu-vypisy strong {
	margin-right: 15px;
}

.menu-vypisy a {
	margin-right: 50px;
}

.menu-vypisy-ukoly {
	margin-top: 0px;
	margin-left: 0px;
}



.soubory-ajax-prepinac {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	margin: -35px 0px 0px 0px;
}

#soubory-window-menu-vypis, #soubory-window-menu-pridat {}

#soubory-vypis, #form-soubory-pridat {
	width: 800px;
	max-height: 550px;
	overflow: auto;
	/*border: 1px solid black;*/
	position: absolute;
}



.column {
	width: 48%;
	float: left;
	margin: 0px 2% 1% 0px;
	min-width: 420px;
}

#karta table {
	width: 100%;
	margin-bottom: 15px;
}

#karta table tbody th {
	width: 33%;
}

#karta table th[colspan="2"] {
	text-align: left;
}

#karta table td, #karta table th {
	border: 1px solid gray;
}

#karta table.karta-prijmy .number {
	width: 100px;
}


#karta tr.source-dluh th {
	background-color: #DDDDDD;
}

#karta tr.source-dluh td {
	background-color: #EEEEEE;
}

#karta tr.source-karta th,
#karta tr.source-karta-ext th {
	background-color: #DAC6B1;
}

#karta tr.source-karta td,
#karta tr.source-karta-ext td {
	background-color: #E1D3C3;
}


#karta tr.source-karta td.edit {
	width: 60px;
	background-color: #673C10;
	color: white;
	text-align: center;
}

#karta tr.source-karta td.edit a {
	color: white;
}

#karta .naklady-celkem {
	text-align: right;
	position: relative;
	top: -10px;
	
}

#karta .vypis table .add {
	text-align: right;
	font-style: italic;
	padding-right: 5px;
}

#karta .vypis table .edit {
	width: 60px;
	text-align: center;
}

#karta .vypis table .del {
	width: 60px;
	text-align: center;
}

#karta .vypis-odhad {
	width: 40%;
	min-width: 200px; 
}

#karta .vypis-zastavy-exekuce-nezajistene {
	width: 60%;
	min-width: 350px; 
}

tr.nesplneno-vcas td {
	color: red;
}

td.priorita-1,
td.priorita-2,
td.priorita-3
{
	text-align: center !important;
}

td.priorita-1 {
	background-color: red;
	color: white !important;
}

td.priorita-2 {
	background-color: yellow;
	color: black !important;
}

td.priorita-3 {
	background-color: green;
	color: white !important;
}

.vypis table tbody tr:hover td.priorita-1,
.vypis table tbody tr:hover td.priorita-2,
.vypis table tbody tr:hover td.priorita-3 {
	color: black !important;
}

.pos-relative {
	position: relative;
}

.hide-button {
	position: absolute;
	top: 0x;
	right: 0px;
	z-index: 10;
}

.column-with-hide-button-1 .hide-button {
	top: 3px;
}

.checkbox-list {
	margin: 0px;
	padding: 10px 0px;
	list-style-type: none;
}

.checkbox-inline > li {
	display: inline-block;
	padding-right: 10px;
}

.checkbox-inline > li label > input {
	position: relative;
	top: 2px;
}

.float-left {
	float: left;
}

#vypis-vyber-stav {
	line-height: 2;
}

#vypis-vyber-stav strong {
	padding: 10px 15px 10px 0px;
}

#vypis-vyber-stav {
	
}

@media print {
	._print-column-full {
		width: 98%;
	}
	
	._print-no {
		display: none;
	}
}