/*
Copyright 2015, JT WebDesign Studio - http://www.jtwds.cz/
*/


@media all { /* MEDIA-ALL START */


/* Elements */

body, div, p, h1, h2, h3, h4, h5, h6, table, tr, th, td, fieldset, legend, label, img, form, ul, ol, li, iframe, object {
	border: none;
	padding: 0;
	margin: 0;
}

body {
	font: 10pt 'Trebuchet MS', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	line-height: 150%;
	color: #222222;
	padding: 10px;
}

h1, h2 {
	font: bold 14pt 'Trebuchet MS', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1pt;
	margin: 26px 0 13px 0;
	line-height: 150%;
}

h2 {
	margin-top: 52px;
}

h4 {
	font: bold 9pt 'Trebuchet MS', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	font-weight: normal;
	text-align: left;
}

p, table {
	margin: 13px 0;
}

a {
	text-decoration: underline;
	color: #483d8b;
}

a:hover {
	text-decoration: none;
	color: #d04f10;
}

dfn {
	color: #808080;
	font-style: normal;
	cursor: help;
}

hr {
	background-color: #d7d7d7;
	color: #d7d7d7;
	border-width: 0;
	height: 1px;
}

fieldset {
	border: 1px solid #d7d7d7;
	border-top: 3px solid #d7d7d7;
	clear: both;
}

legend {
	color: #ce0000;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

label {
	cursor: pointer;
}

iframe {
	box-sizing: border-box;
}

img.disabled {
	filter: alpha(opacity = 30);
	opacity: 0.3;
}

input[type="submit"], input[type="button"], button {
	font: 9pt 'Trebuchet MS', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent url(../images/pozadi_tlacitko.png) repeat-x top;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	outline: #d6d6d6 solid 1px;
	border: 1px solid #ffffff;
	font-weight: bold;
	color: #ffffff;
	width: 200px;
	padding: 6px 10px;
	cursor: pointer;
}

input[type="submit"] {
	background-color: #3d8e14;
}

input[type="button"], button {
	background-color: #8f8f8f;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background-color: #e55c00;
}

input[type="submit"].disabled, input[type="button"].disabled, button.disabled {
	background-color: #b7b7b7;
	color: #ededed;
	cursor: default;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea {
	font: 10pt 'Trebuchet MS', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f8f8f8;
	border: 1px solid #c4c4c4;
	box-sizing: border-box;
	padding: 4px;
	width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, select:focus, textarea:focus {
	background-color: #f4f4f4;
	border-color: #ffa500;
}

input[type="checkbox"] {
	height: 20px;
}

select {
	padding: 3px;
}

textarea {
	resize: none;
}


/* Classes */

.a_left {
	text-align: left !important;
}

.a_center {
	text-align: center !important;
}

.a_right {
	text-align: right !important;
}

.a_fr {
	float: right !important;
}

.c_green {
	color: #008000 !important;
}

.c_red {
	color: #ce0000 !important;
}

.i_readonly {
	border-color: #e7e7e7 !important;
}

.i_readonly:focus {
	background-color: #f8f8f8 !important;
}

.i_disabled {
	border-color: #e7e7e7 !important;
	color: #c0c0c0;
}

.fix {
	background-color: transparent;
	font: 1px/1px sans-serif;
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0;
}

.error {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ff0000;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

.href_normal {
	text-decoration: none;
	color: #222222;
}

.star {
	font-size: 9pt;
	font-weight: bold;
	color: #ce0000;
}

.star_orange {
	font-size: 9pt;
	font-weight: bold;
	color: #ca8400;
}

.star_green {
	font-size: 9pt;
	font-weight: bold;
	color: #008000;
	padding: 0 5px;
	cursor: pointer;
}

.notfound {
	text-align: center;
	font-weight: bold;
	color: #ce0000;
}

.page_listing {
	margin-top: 10px;
}

.page_listing th {
	width: 70%;
}

.page_listing th ul {
	list-style-type: none;
	position: relative;
	float: left;
	left: 50%;
}

.page_listing th ul li {
	position: relative;
	float: left;
	left: -50%;
}

.page_listing th ul li a {
	border: 1px solid #c4c4c4;
	background-color: #fefefe;
	text-decoration: none;
	text-align: center;
	color: #222222;
	display: block;
	padding: 2px 0;
	margin: 0 1px;
	width: 30px;
}

.page_listing th ul li a:hover {
	background-color: #dedede;
}

.page_listing th ul li a.active {
	background-color: #dedede;
	font-weight: bold;
}

.page_listing td {
	width: 15%;
}

.page_listing td img {
	margin: 0 3px;
}

.table_list {
	border: 2px solid #a7a7a7;
	margin: 13px auto;
}

.table_list thead th, .table_list thead td, .table_list tbody th, .table_list tbody td {
	border: 1px solid #a7a7a7;
	padding: 5px 10px;
}

.table_list thead th {
	border-bottom: 2px solid #a7a7a7;
	background-color: #d3d3d3;
	text-align: center;
	font-weight: bold;
}

.table_list tbody tr {
	background-color: #ffffff;
}

.table_list tbody tr:hover {
	background-color: #f3f3f3;
}

.table_list tbody tr.disabled {
	background-color: #f3f3f3;
	color: #808080;
}

.table_list tbody tr.disabled a {
	color: #808080;
}

.table_list tbody tr.separator {
	border-top: 2px solid #a7a7a7;
	background-color: #f3f3f3;
}

.table_list tbody tr.separator:hover {
	background-color: #e7e7e7;
}

.table_list tbody th {
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
}

.table_list tbody th img {
	margin: 5px;
}

.table_list tbody td .informations {
	line-height: 1;
	margin-top: 2px;
	float: right;
}

.table_list tbody td .informations img {
	margin-left: 10px;
}

.table_list tbody td .services {
	margin-top: 5px;
}

.table_list tbody td .services img {
	margin-right: 10px;
}

.table_summary td.col_1 {
	vertical-align: top;
	padding-right: 5px;
	width: 50%;
}

.table_summary td.col_2 {
	vertical-align: top;
	padding-left: 5px;
	width: 50%;
}

.form_edit {
	background-color: #ffffff;
	border: 2px solid #a7a7a7;
	padding: 15px;
	margin: 0 auto;
	width: 900px;
}

.form_edit .colgroup_2 table {
	width: 433px;
}

.form_edit .colgroup_2 .col_1 {
	float: left;
	width: 445px;
	overflow: hidden;
	margin-right: 10px;
}

.form_edit .colgroup_2 .col_2 {
	float: left;
	width: 445px;
	overflow: hidden;
}

.form_edit table {
	width: 888px;
	margin: 5px;
}

.form_edit table td {
	padding: 5px;
}

.form_edit table td i {
	color: #808080;
}

.form_edit table table {
	width: auto;
	margin: 0;
}

.form_edit table table td {
	padding: 0 0 0 10px;
}

.form_edit table table td:first-child {
	padding: 0;
}

.form_edit iframe {
	border: 1px solid #d7d7d7;
	width: 100%;
	height: 330px;
}

.form_edit.iframe {
	width: auto;
}

.form_edit.iframe table {
	width: 834px;
}

.form_edit_info {
	font-size: 9pt;
	font-style: italic;
	text-align: right;
	color: #808080;
	width: 934px;
	margin: 3px auto 0 auto;
}

.graph {
	background-color: #f4f4f4;
	border: 2px solid #c0c0c0;
	border-radius: 4px;
	margin: 5px 0 3px 0;
	width: 200px;
}

.graph img {
	border-radius: 2px;
	height: 8px;
}

.graph img.color_1 {
	background-color: #008000;
}

.graph img.color_2 {
	background-color: #ffa500;
}

.graph img.color_3 {
	background-color: #ff0000;
}

.graph img.color_4 {
}

.aliases {
	font-size: 9pt;
	line-height: 200%;
	display: none;
}

.aliases img {
	margin: 4px 5px 0 10px;
	float: right;
}

.aliases ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.aliases ul li {
	background: transparent url(../images/sipka.png) no-repeat 5px 9px;
	padding-left: 20px;
}

.aliases ul li:hover {
	background-color: #f3f3f3;
}

.invoice_pay_link {
	border-bottom: 1px dotted #acacac;
	text-decoration: none;
	color: #222222;
}

.invoice_pay_link span {
	font-style: italic;
}

.invoice_pay_color_1 {
	color: #008000;
}

.invoice_pay_color_2 {
	color: #0000ff;
}

.invoice_pay_color_3 {
	color: #ff0000;
}

.invoice_pay_color_4 {
	color: #fb7e00;
}

.invoice_pay_color_5 {
	color: #808080;
}

.invoice_templates {
	cursor: pointer;
}

.legend_help {
	background-color: #ffffff;
	font-weight: bold;
	color: #999999;
	padding: 0 5px;
	margin-right: 10px;
	float: right;
}


/* IDs */

#chart {
	box-sizing: border-box;
	border: 2px solid #a7a7a7;
	background-color: #ffffff;
	padding: 15px 10px 25px 35px;
	margin: 13px auto;
	width: 900px;
	position: relative;
}

#chart .chart_title {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#chart .label_x {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
}

#chart .label_y {
	font-size: 8pt;
	font-weight: bold;
	transform: rotate(270deg);
	transform-origin: right top;
	position: absolute;
	top: 50%;
	right: 99%;
}

#frame_top {
	background: #f4f4f4 url(../images/pozadi.jpg) top right no-repeat;
	position: relative;
	padding: 0;
}

#menu_main {
	border-bottom: 3px solid #a7a7a7;
	position: absolute;
	top: 50px;
	left: 0;
	width: 80%;
	height: 27px;
}

#menu_main ul {
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0;
}

#menu_main li {
	float: left;
	padding: 0;
	margin: 0;
}

#menu_main li.item_999 a {
	background-image: url(../images/menu_999.png);
	margin-left: 20px;
}

#menu_main li.item_999 a span {
	padding-left: 10px;
	display: inline;
}

#menu_main li a {
	background: #e1e1e1 no-repeat 10px 5px;
	border: 1px solid #a7a7a7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 3px 10px 3px 26px;
	margin-left: 2px;
	height: 20px;
}

#menu_main li a span {
	display: none;
}

#menu_main li a:hover {
	background-color: #c0c0c0;
}

#menu_main li a.active {
	background-color: #c0c0c0;
}

#menu_main li a.active span {
	padding-left: 10px;
	display: inline;
}

#date {
	background: transparent url(../images/ikona_kalendar.png) no-repeat left;
	text-transform: capitalize;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
	padding-left: 21px;
	margin: 0;
}

#info {
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	line-height: 130%;
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto;
	margin: 0;
}

#info span.check_bank {
	background: transparent url(../images/ikona_uspory.png) no-repeat left;
	padding-left: 21px;
}

#info span.check_system {
	background: transparent url(../images/ikona_monitoring.png) no-repeat left;
	padding-left: 21px;
}

#year_select {
	border-bottom: 3px solid #a7a7a7;
	text-align: right;
	position: absolute;
	top: 50px;
	left: 80%;
	width: 20%;
	height: 27px;
}

#prihlaseni {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 334px;
	height: 316px;
	margin-top: -158px;
	margin-left: -167px;
}

#prihlaseni > div {
	text-align: center;
	margin-bottom: 20px;
}

#prihlaseni form.form_edit {
	border-radius: 10px;
	width: 300px;
}

#prihlaseni form.form_edit table {
	width: 288px;
}

#year_select select {
	width: 100px;
	margin-right: 10px;
}

#year_select iframe {
	display: none;
}

#menu_faktury_vydane {
	border-bottom: 3px solid #a7a7a7;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 27px;
}

#menu_faktury_vydane ul {
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0;
}

#menu_faktury_vydane li {
	float: left;
	padding: 0;
	margin: 0;
}

#menu_faktury_vydane li.item_001 a {
	margin-left: 40px;
}

#menu_faktury_vydane li a {
	background: #e1e1e1 no-repeat 10px 5px;
	border: 1px solid #a7a7a7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 3px 10px 3px 26px;
	margin-left: 2px;
	height: 20px;
}

#menu_faktury_vydane li a span {
	display: none;
}

#menu_faktury_vydane li a:hover {
	background-color: #c0c0c0;
}

#menu_faktury_vydane li a.active {
	background-color: #c0c0c0;
}

#menu_faktury_vydane li a.active span {
	padding-left: 10px;
	display: inline;
}

#invoice_sending_info {
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
}

#invoice_sending_iframe {
	border: 3px solid #a7a7a7;
	margin-top: 67px;
}

#invoice_sending_iframe > div {
	overflow: auto;
	height: 395px;
}

#invoice_sending_iframe table {
	margin: 0;
}

#invoice_sending_iframe table tr:hover {
	background-color: #f3f3f3;
}

#invoice_sending_iframe table tr.separator {
	border-top: 2px solid #a7a7a7;
}

#invoice_sending_iframe table th {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	padding: 7px 6px 6px 6px;
	width: 40%;
}

#invoice_sending_iframe table td {
	vertical-align: top;
	padding: 7px 6px 6px 6px;
	width: 60%;
}

#menubar_left, #menubar_right {
	background-color: #f4f4f4;
	border-radius: 6px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 100;
}

#menubar_right {
	left: auto;
	right: 0;
}

#menubar_left p, #menubar_right p {
	background-color: #ffffff;
	border: 2px solid #a7a7a7;
	border-radius: 6px;
	padding: 2px;
	margin: 0;
}

#menubar_left img, #menubar_right img {
	border-radius: 4px;
	padding: 5px;
	margin: 3px;
}

#menubar_left img:hover, #menubar_right img:hover {
	background-color: #f3f3f3;
}

#form_vyhledavani {
	display: none;
}

#form_vyhledavani input[type="text"] {
	margin-bottom: 10px;
	width: 380px;
}

#form_vyhledavani select {
	margin-bottom: 13px;
	width: 380px;
}

#form_vyhledavani input[type="submit"], #form_vyhledavani input[type="button"] {
	width: 130px;
}

#form_faktury_vydane_uhrada {
	text-align: center;
	display: none;
}

#form_faktury_vydane_uhrada input[type="text"] {
	text-align: center;
	margin-bottom: 10px;
	width: 278px;
}

#form_faktury_vydane_uhrada input[type="submit"] {
	width: 130px;
}

#form_cenik_editace input[type="text"] {
	text-align: center;
}

#form_dokumenty_editace tbody:hover {
	background-color: #f4f4f4;
}

#form_dokumenty_editace tbody.notfound:hover {
	background-color: transparent;
}

#dialog_invoice_templates {
	font-size: 9pt;
	line-height: 200%;
	display: none;
}

#dialog_invoice_templates ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#dialog_invoice_templates ul li {
	background: transparent url(../images/sipka.png) no-repeat 5px 9px;
	padding: 0 5px 0 20px;
	cursor: pointer;
}

#dialog_invoice_templates ul li:hover {
	background-color: #f3f3f3;
}

#dialog_body {
	background-color: transparent;
	padding: 0;
	margin: 0;
}


} /* MEDIA-ALL END */


@media screen { /* MEDIA-SCREEN START */


/* Classes */

.no_screen {
	display: none;
}


} /* MEDIA-SCREEN END */


@media print { /* MEDIA-PRINT START */


/* Elements */

body {
	background-color: #ffffff;
	margin: 0;
}


/* Classes */

.no_print {
	display: none;
}


} /* MEDIA-PRINT END */