html, body {
	height: 100%;
  position: relative;
}

body {
  background: #fff;
  color: #333;
  text-align: justify;
	margin: 0;
	padding: 0;
	font-size: .75em;
  font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  line-height: 1.25em;  
  height: auto;
  min-height: 100%;
  _height: 100%; 
  position: relative;
  min-width: 990px;
}

a img {
  border: 0;
}

.red {
  color: #ff0000;
}

.border-red {
  border: 2px solid #ff0000 !important;
}

.d-none {
  display: none;
}

.relative {
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -60px;
  margin-top: 5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

div#header {
  height: 60px;
  background: url(../images/bg_header.png) repeat-x top center;
  margin: 0;
}

div#header img#logo {
  float: left;
  width: 276px;
  height: 60px;
  margin: 0 0 0 20px;
}

div#header ul {
  float: right;
  display: inline;
  height: 60px;
  margin: 0 20px 0 0;
}

#header ul li {
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
  list-style-type: none;
  background: url(../images/menu_separator.png) no-repeat top left;
}

#header ul li {
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
  list-style-type: none;
  height: 60px;
  background: url(../images/menu_separator.png) no-repeat top left;
}

#header ul li.last {
  width: 2px;
}

#header ul li a {
  display: block;
  height: 18px;
  float: left;
  color: #f5f5f5;
  text-decoration: none;
  text-align: center;
  padding: 42px 12px 0 12px;
  font-size: 12px;   
}

#header ul li a.mailing {
  background: url(../images/menu_mailing.png) no-repeat top center;
}

#header ul li a.settings {
  background: url(../images/menu_settings.png) no-repeat top center;
}

#header ul li a.administration {
  background: url(../images/menu_administration.png) no-repeat top center;
}

#header ul li a.info {
  background: url(../images/menu_info.png) no-repeat top center;
}

#header ul li a.credit {
  background: url(../images/menu_credit.png) no-repeat top center;
}

#header ul li a.subscribers {
  background: url(../images/menu_subscribers.png) no-repeat top center;
}

#header ul li a.disclaimer {
  background: url(../images/menu_disclaimer.png) no-repeat top center;
}

#header ul li a.users {
  background: url(../images/menu_users.png) no-repeat top center;
}

#header ul li a.interests {
  background: url(../images/menu_interests.png) no-repeat top center;
}
#header ul li a.logout {
  background: url(../images/menu_logout.png) no-repeat top center;
}

#header ul li a:hover, #header ul li a#active {
  color: #fdbf2c;
}

div#login-info {
  height: 20px;
  background-color: #fdbf2c;
  margin: 0;
  border-bottom: 1px solid #b1b0af;
  padding: 0 12px 0 0;
}
div#login-info div.login {
  float: right;
  padding: 0 10px 0 0;
  color: #464646;
  line-height: 20px;
  font-size: 10px;
}
div#login-info div.revision {
  float: left;
  padding: 0 10px 0 25px;
  color: #464646;
  line-height: 20px;
  font-size: 10px;
}

div#content {
  padding: 0;
}

div#content div.content {
  padding: 0 15px 55px 0;
  margin-left: 190px;
}

div#footer {
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background: url(../images/bg_footer.png) repeat-x top center;
}

div#footer p {
  text-align: center;
  color: #808080;
  font-size: 11px;
  margin: 0;
  padding: 10px 0 0 0;    
}

div#footer a {
  color: #ccc;
}

div#footer a:hover {
  color: #fdbf2c;
}

div#login {
  width: 400px;
  height: 225px;
  margin: 120px auto 0 auto;
  background: url(../images/bg_login.png) no-repeat center;
}

div#login h1 {
  font-size: 15px;
  color: #333;
  padding: 37px 0 0 150px;
  margin: 0;
  display: inline;
  float: left;
  width: 250px;
}

div#login table {
  margin: 30px 0 20px 150px;
  float: left;
  display: inline;
}

div#login table td {
  padding: 4px;
}

div#login table th {
  padding: 4px;
  font-weight: normal;
  text-align: right;
}

div#login input.text {
  width: 100px;
}

div#login p {
  margin: 0;
  padding: 5px 20px 0 150px;
  color: #888;
  float: left;
}

p.login-error {
  margin: 0;
  padding: 5px 20px 0 150px;
  color: #c73e3e;
  width: 280px;
  margin: 10px auto 0 auto;  
}

hr {
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #ffffff solid;
  border-left: 0;
  border-right: 0;
}

textarea, input.text, select, input[type="date"], input.date, input.time {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
input[type="date"] {
  height: 19px;
  width: 128px;
}
input.date {
  width: 96px;
  float: left;
}
input.time {
  width: 93px;
  float: left;
}

a {
  color: #3e80c7;
  text-decoration: underline;
}

a:hover {
  color: #3e80c7;
  text-decoration: none;
}

form {
  margin: 0;
  padding: 0;
}

.chyba {
  color: #c73e3e;
  white-space:nowrap; 
  width: 100%;
}

table.list {
  margin: 10px 5px 0 5px;
  width: 100%;
  border-collapse: collapse;
}

table.list tr {
  background-color: #f4f4f4;
  border-top: 1px solid #d9d9d9;
}

table.list tr:hover {
  background-color: #e8e8e8;
}

table.list tr td, table.list tr th {
  padding: 0 15px;
  height: 24px;
}

table.list tr td.subitem {
  padding-left: 30px;
}

table.list tr.title {
  background: url(../images/bg-newsletters-head.png) repeat-x left top;  
}

table.list tr.title td {
  height: 35px;
}

table.list tr.filter {
  height: 35px; 
  border: none;
}

table.list tr.filter:hover {
  background-color: #f4f4f4;
}

table.list tr td h1 {
  color: #fdbf2c;
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

table.list tr.header {
  background: url(../images/bg_table_list_header.png) repeat-x left top;
}

table.list tr td span.no_data {
  color: #464646;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin: 0 auto 0 auto;
  display: block;
  text-align: center;
  font-weight: bold;
}  

table.list tr.nadpis {
  background: url(../images/bg-newsletters-nadpis.png) repeat-x left top;  
}
table.list tr.nadpis td {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 3px;
  padding-top: 3px;
  line-height: 12px;
}
table.list tr.nadpis td span {
  font-size: 10px;
  color: #d0d0d0; 
}

table.list tr.channel_name {
  background: url(../images/bg-newsletters-subnadpis.png) repeat-x left top;  
}
table.list tr.channel_name td {
  font-weight: bold;
  color: #333333;
  padding-bottom: 3px;
  padding-top: 3px;
  line-height: 12px;
}

table.list tr td.kredit {
  text-align: right;
}

table tr td.kredit span {
  color: #a0a0a0; 
}

table.list span.interest_item {
  background: url(../images/bg_database_item.png) no-repeat left center;
  padding: 0 0 0 17px;  
}
table.list span.pass {
  font-size: 10px;
  color: #c0c0c0;  
}
div.req-status-0,
div.req-status-1,
div.req-status-2,
div.req-status-3,
div.req-status-10,
div.req-status-99 {
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
}
table div.req-status-0 {
  background: url(../images/req-status-0.png) no-repeat left top;
}
table div.req-status-1 {
  background: url(../images/req-status-1.png) no-repeat left top;
}
table div.req-status-2 {
  background: url(../images/req-status-2.png) no-repeat left top;
}
table div.req-status-3 {
  background: url(../images/req-status-3.png) no-repeat left top;
}
table div.req-status-10 {
  background: url(../images/req-status-10.png) no-repeat left top;
}
table div.req-status-99 {
  background: url(../images/req-status-99.png) no-repeat left top;
}

table div.credit-type-0,
table div.credit-type-1,
table div.credit-type-demo,
table div.credit-type-bonus,
table div.credit-type-bonus-link {
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
}
table div.credit-type-0 {
  background: url(../images/type-newsletter.png) no-repeat left top;
}
table div.credit-type-1 {
  background: url(../images/type-sms.png) no-repeat left top;
}
table div.credit-type-demo {
  background: url(../images/type-demo.png) no-repeat left top;
}
table div.credit-type-bonus {
  background: url(../images/type-bonus.png) no-repeat left top;
}
table div.credit-type-bonus-link {
  background: url(../images/type-bonus-link.png) no-repeat left top;
}

table.table-newsletters {
  margin: 10px 5px 0 5px;
  width: 100%;
  border-collapse: collapse;
}

table.table-newsletters tr.head{
  background: url(../images/bg-newsletters-head.png) repeat-x left top;  
}

table.table-newsletters tr.head td{
  vertical-align: middle;
}

table.table-newsletters tr.data {
  background-color: #f4f4f4;
  border-top: 1px solid #d9d9d9;
}
table.table-newsletters tr.data:hover {
  background-color: #e8e8e8;
}
table.table-newsletters tr td {
  height: 35px;
  vertical-align: top;
  padding: 0 10px;
}
table.table-newsletters tr td.icon {
  height: 35px;
  width: 35px;
  vertical-align: middle;
  padding: 0;
}

table.table-newsletters tr td h1 {
  color: #fdbf2c;
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: bold;  
}

table.table-newsletters tr td span.nazev {
  color: #464646;
  font-size: 12px;
  line-height: 12px;
  margin: 5px 0 0 0;
  display: block;
  float: left;
  font-weight: bold;
}

table.table-newsletters tr td span.no_data {
  color: #464646;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin: 10px auto 0 auto;
  display: block;
  text-align: center;
  font-weight: bold;
}
table.table-newsletters tr td span.popis {
  color: #767676;
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  display: block;
  max-width: fit-content;
}
table.table-newsletters tr td span.odesilatel {
  color: #464646;
  font-size: 12px;
  line-height: 12px;
  margin: 5px 0 0 0;
  display: block;
  float: left;
  font-weight: bold;
}

table.table-newsletters tr td div.status1,
table.table-newsletters tr td div.status2,
table.table-newsletters tr td div.status3,
table.table-newsletters tr td div.status4 {
  width: 30px;
  height: 20px;
  display: block;
  float: left;
  padding: 0;
  margin: 8px 0 0 0;
}
table.table-newsletters tr td div.status1 {
  background: url(../images/nl-status-1.png) no-repeat left top;
}
table.table-newsletters tr td div.status2 {
  background: url(../images/nl-status-2.png) no-repeat left top;
}
table.table-newsletters tr td div.status3 {
  background: url(../images/nl-status-3.png) no-repeat left top;
}
table.table-newsletters tr td div.status4 {
  background: url(../images/nl-status-4.png) no-repeat left top;
}

table.table-newsletters tr td div.dis-status1 {
  width: 30px;
  height: 20px;
  display: block;
  float: left;
  background: url(../images/dis-status-1.png) no-repeat left top;
  padding: 0;
  margin: 8px 0 0 0;
}
table.table-newsletters tr td div.dis-status2 {
  width: 30px;
  height: 20px;
  display: block;
  float: left;
  background: url(../images/dis-status-2.png) no-repeat left top;
  padding: 0;
  margin: 8px 0 0 0;
}

table.table-newsletters tr td div.dis-status3 {
  width: 30px;
  height: 20px;
  display: block;
  float: left;
  background: url(../images/dis-status-3.png) no-repeat left top;
  padding: 0;
  margin: 8px 0 0 0;
}

.clip {
  width: 6px;
  position: absolute;
  right: -12px;
  top: -2px;
}

a.tnl-edit, a.tnl-add, a.tnl-content, a.tnl-stats {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background: url(../images/tnl-edit.png) no-repeat left top;
  padding: 0;
  margin: 8px 5px 0 0;
}
a.tnl-edit {
  background: url(../images/tnl-edit.png) no-repeat left top;
}
a.tnl-add {
  background: url(../images/tnl-add.png) no-repeat left top;
}
a.tnl-content {
  background: url(../images/tnl-content.png) no-repeat left top;
}
a.tnl-stats {
  background: url(../images/tnl-chart.png) no-repeat left top;
}
a.tnl-add:hover,a.tnl-edit:hover, a.tnl-content:hover, a.tnl-stats:hover {
  background-position: left bottom;
} 

a.right {
  float: right;
}

a.stats_ok, a.stats_error {
  height: 20px;
  display: block;
  float: left;
  padding: 0 0 0 20px;
  margin: 0;
}
a.stats_ok {
  background: url(../images/stats_ok.png) no-repeat left top;
}
a.stats_error {
  background: url(../images/stats_error.png) no-repeat left top;
}

table.form {
  margin: 5px;
  color: #404040;
}
table.form td {
  background-color: #eee;
  margin: 0;
  padding: 4px 8px;
  vertical-align: top;
}

table.form .text {
  margin: 0;
  padding: 1px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

table.form tr td .error {
  border-color: #e1111d;
}

.error-notice {
  background-color: #f8dfe1;
  border: 1px solid #a00d14;
}

.error-notice p {
  color: #e1111d;
  font-weight: bold;
}

p.required_items {
  margin: 0 5px;
  padding: 0 8px 5px 8px;  
  color: #999;
  font-size: 11px;
}
p.error {
  margin: 5px 5px 0 5px;
  padding: 4px 8px;
  color: #e1111d;
  background-color: #eee;
}
p.error2 {
  margin: 0;
  padding: 4px 8px;
  color: #e1111d;
  background-color: #eee;
}

div.nl-box {
  padding: 20px;
  position: relative;
}

div.area-box {
  width: 100%;
  height: 24px;
  background-color: #484848;
  padding: 4px 0 0 0;
  display: block;
  color: #737372;
  margin: 2px 0 2px 0;
  position: relative;
}
div.area-name {
  width: auto;
  float: left;
  color: #ccc;
  font-size: 12px;
  line-height: 20px;
  padding: 0 0 0 10px;
  font-weight: bold;
}
div.area-actions {
  height: 20px;
  width: auto;
  position: absolute;
  right: 0;
  top: 5px;
}
a.wys-add, a.wys-edit, a.wys-del, a.wys-up, a.wys-down {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  padding: 0;
  margin: 2px 1px 0 3px;
  padding: 0;
}
a.wys-add {
  background: url(../images/tnl-add.png) no-repeat left top;
}
a.wys-edit {
  background: url(../images/tnl-edit.png) no-repeat left top;
}
a.wys-del {
  background: url(../images/tnl-del.png) no-repeat left top;
}
a.wys-up {
  background: url(../images/tnl-up.png) no-repeat left top;
}
a.wys-down {
  background: url(../images/tnl-down.png) no-repeat left top;
}
a.wys-add:hover, a.wys-edit:hover, a.wys-del:hover, a.wys-up:hover, a.wys-down:hover {
  background-position: left bottom;
} 

a.area_object {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
a.area_object:hover {
  background-color: #aaaaaa;
}

div.part_object {
  position: relative;
 
}
div.part_object div.part_actions {
  display: none;
  height: 20px;
  width: auto;
  float: right;
  background-color: #484848;
  padding: 4px 0 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
}
div.part_object:hover div.part_actions {
  display: block;
}
div.part_object:hover {
  background: none;
}
div.part_object div.part_over {
  float: left;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg_part_over.png) repeat left top;
}
div.part_object:hover div.part_over {
  display: block;
}

.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 0px;
	font-size: 0px;  
}

a.delete, a.delete2, a.storno, a.storno2, a.edit, a.edit2, a.add, a.copy, a.import, a.export, a.filter, a.content, a.send, a.send-test, a.stats, a.edit_stats,
a.preview, a.down, a.up, a.published, a.unpublished, a.cancel, a.contacts, a.credit2, a.orders2, a.info2 {
  display: inline;
  float: left;
  padding: 0;
  height: 20px;
  width: 20px;
  margin: 0 6px 0 0;
}

a.edit {
  background: url(../images/icon_edit.png) no-repeat left center;
}

a.edit2 {
  background: url(../images/icon_edit2.png) no-repeat left center;
}

a.copy {
  width: 28px;
  background: url(../images/icon_copy_nl.png) no-repeat left center;
}

a.copied {
  background: url(../images/icon_copied_nl.png) no-repeat left center;
}

a.add {
  background: url(../images/icon_add.png) no-repeat left center;
  float: right;
}

a.delete {
  background: url(../images/icon_delete.png) no-repeat left center;
}

a.delete2 {
  background: url(../images/icon_delete2.png) no-repeat left center;
}

a.storno {
  background: url(../images/icon_storno.png) no-repeat left center;
}

a.storno2 {
  background: url(../images/icon_storno.png) no-repeat left center;
}

a.up {
  background: url(../images/icon_up.png) no-repeat left center;
}

a.down {
  background: url(../images/icon_down.png) no-repeat left center;
}

a.import {
  background: url(../images/icon_download.png) no-repeat left center;
  float: right;
}

a.export {
  background: url(../images/icon_upload.png) no-repeat left center;
  float: right;
}

a.filter {
  background: url(../images/icon_filter.png) no-repeat left center;
  float: right;
}

a.cancel {
  background: url(../images/icon_cancel.png) no-repeat left center;
  float: right;
  padding: 3px 3px 0 22px;
  line-height: 16px;
  height: 17px;
  color: #fdbf2c;
  text-decoration: none;
  width: auto;
}
a.cancel:hover {
  text-decoration: underline;
}

a.content {
  background: url(../images/icon_content.png) no-repeat left center;
}

a.send {
  width: 30px;
  background: url(../images/icon_send.png) no-repeat left center;
}

a.send-test {
  width: 30px;
  background: url(../images/icon_send_test.png) no-repeat left center;
}

a.preview {
  width: 28px;
  background: url(../images/icon_preview.png) no-repeat left center;
}

a.contacts {
  width: 24px;
  background: url(../images/icon_contacts.png) no-repeat left center;
}

a.stats {
  background: url(../images/icon_stats.png) no-repeat left center;
}

a.info2 {
  background: url(../images/icon_info.png) no-repeat left center;
}

a.edit_stats {
  width: 28px;
  background: url(../images/icon_edit_stats.png) no-repeat left center;
}

a.published {
  width: 20px;
  background: url(../images/icon_published.png) no-repeat left center;
}

a.credit2 {
  width: 20px;
  background: url(../images/icon_credit.png) no-repeat left center;
}

a.orders2 {
  width: 20px;
  background: url(../images/icon_orders.png) no-repeat left center;
}

a.unpublished {
  width: 20px;
  background: url(../images/icon_unpublished.png) no-repeat left center;
}

a.add_text {
  background: url(../images/icon_add.png) no-repeat left center;
  float: right;
  width: auto;
  padding: 0 0 0 22px;
  color: #fdbf2c;
  line-height: 20px;
}

a.language {
  width: 16px;
  height: 11px;
  display: inline;
  float: left;
  padding: 0;
  margin: 0 8px 0 0;  
}

a.file {
  padding: 0 0 0 20px;
  background: url(../images/icon_file.png) no-repeat left center;
}

a.cz {
  background: url(../images/flags/cz_link.png) no-repeat center bottom;
}

a.cz-active, a.cz:hover {
  background: url(../images/flags/cz_link.png) no-repeat center top;
}

a.sk {
  background: url(../images/flags/sk_link.png) no-repeat center bottom;
}

a.sk-active, a.sk:hover {
  background: url(../images/flags/sk_link.png) no-repeat center top;
}

a.icon-text {
  display: block;
  float: none;
  padding-left: 25px;
  margin-top: 5px;
  width: 100%;
}

acronym {
  font-size: 11px;
  border-bottom: 1px dotted #333;
  cursor: help;
}

div.paginator {
  text-align: center;
  width: 200px;
  margin: 10px auto 0 auto;
}

a.prev, a.next {
  padding: 0;
  margin: 0;  
  height: 20px;
  width: 22px;
  display: inline;
}

a.next {
  background: url(../images/icon_right.png) no-repeat center;
  float: right;
}

a.prev {
  background: url(../images/icon_left.png) no-repeat center;
  float: left;
}

div.pages {
  border: 1px solid #cdcdcd;
  display: inline;
  padding: 2px 5px 2px 5px;
}

div.ajax_message {
  width: 300px;
  text-align: center;
  height: auto;
  padding: 10px;
}

div.link_stats {
  padding: 10px;
}
div.link_stats div.link_conteiner {
  float: left;
  width: 300px;
  padding: 5px;
  border: 1px solid #898c95;
  margin: 0 0 1px 0;
}
div.link_stats div.sum {
  background-color: #dee1e5;
}
div.link_stats div.link_conteiner a.nazev {
  float: left;
}
div.link_stats div.link_conteiner span.pocet {
  float: right;
}

div.chartbox {
  display: block;
  float: left;
  width: 300px;
  height: 10px;
  border: 1px solid #898c95;
  background-color: #e7e7e7;
}

/* leve menu */
div.conteiner {
  width: 100%;
  float: left;
}
div.left-menu {
  width: 180px;
  height: auto;
  float: left;
  margin: 5px 0 0 10px;
  padding: 0;
}
div.menu-box {
  margin: 5px 5px 5px 0;
  padding: 0;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  float: left;
}
div.menu-box span.nadpis {
  background: url(../images/bg_left_menu_title.png) repeat-x left center;
  padding: 2px 10px 2px 5px;
  margin: 0;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  width: 160px;
  display: block;
  color: #fdbf2c;
}
div.menu-box ul {
  padding: 0;
  margin: 5px 0 5px 0;
}

div.menu-box ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.menu-box ul li a {
  color: #4a4a4a;
  padding: 3px 2px 2px 28px;
  margin: 0 0 0 5px;
  line-height: 15px;
  font-size: 12px;
  height: 15px;
  display: block;
  text-decoration: none;
}
div.menu-box ul li a.active {
  color: #df3e2d;
}
div.menu-box ul li a:hover {
  text-decoration: underlined;
  color: #df3e2d
}
div.menu-box ul li a.newsletters {
  background: url(../images/icon_small_newsletters.png) no-repeat left center;
}
div.menu-box ul li a.subscribers {
  background: url(../images/icon_small_subscribers.png) no-repeat left center;
}
div.menu-box ul li a.interests {
  background: url(../images/icon_small_interests.png) no-repeat left center;
}
div.menu-box ul li a.sms {
  background: url(../images/icon_small_sms.png) no-repeat left center;
}
div.menu-box ul li a.users {
  background: url(../images/icon_small_users.png) no-repeat left center;
}
div.menu-box ul li a.database {
  background: url(../images/icon_small_database.png) no-repeat left center;
}
div.menu-box ul li a.company {
  background: url(../images/icon_small_company.png) no-repeat left center;
}
div.menu-box ul li a.credit {
  background: url(../images/icon_small_credit.png) no-repeat left center;
}
div.menu-box ul li a.orders {
  background: url(../images/icon_small_orders.png) no-repeat left center;
}
div.menu-box ul li a.news {
  background: url(../images/icon_small_news.png) no-repeat left center;
}
div.menu-box ul li a.help {
  background: url(../images/icon_small_help.png) no-repeat left center;
}

div.menu-box div.info {
  padding: 5px;
  font-size: 11px;
  text-align: left;
}

div#database-conteiner {
  position: relative;
  margin: 5px 0 5px 0;
  float: left;
}

div#selected-database {
  width: 170px;
  border-right: 1px solid #b1b0af;
  height: 36px;
  line-height: 16px;
  background: url(../images/bg_database.png) no-repeat left center;
  padding: 2px 0 2px 5px;
  border-bottom: 1px solid #b1b0af;
  overflow: hidden;
}
div#selected-database span.gname {
  float: left;
  font-weight: bold;
  width: max-content;
  background: url(../images/icon_s_small_group.png) no-repeat left center;
  padding: 0 0 0 25px;
}
div#selected-database span.dname {
  float: left;
  font-weight: normal;
  width: 170px;
  font-size: 12px;
  background: url(../images/icon_s_small_database.png) no-repeat left center;
  padding: 0 0 0 25px;
}
div#database-conteiner span.nadpis {
  background: url(../images/bg_left_menu_title.png) repeat-x left center;
  padding: 2px 10px 2px 5px;
  margin: 0;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  width: 161px;
  display: block;
  color: #fdbf2c;
}

div#database-selector {
  position: absolute;
  left: 0;
  top: 61px;
  border-left: 1px solid #b1b0af;
  border-right: 1px solid #b1b0af;
  border-bottom: 1px solid #b1b0af;
  width: 174px;
  max-height: 300px;
  overflow: auto;
  display: none;
  background-color: #f4f4f4;
}

div#database-conteiner a.database_item {
  text-decoration: none;
  max-width: 162px;
  height: 16px;
  padding: 2px 0 2px 30px;
  display: block;
  float: left;
  overflow: hidden;
  text-align: left;
  background: url(../images/icon_s_small_database_item.png) no-repeat left center;
}
div#database-conteiner a.database_item:hover {
  text-decoration: underline;
}
div#database-conteiner span.group {
  text-decoration: none;
  max-width: 172px;
  height: 18px;
  line-height: 18px;
  padding: 2px 0 2px 25px;
  display: block;
  float: left;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
  background: url(../images/icon_s_small_group.png) no-repeat left center;
}

div.subs_import {
  border: 1px solid #cdcdcd;
  width: 500px;
  height: 170px;
  display: block;
  overflow: auto;
  background-color: #ffffff;
  padding: 2px;
}
div.subs_import table.tab_import {
  background-color: #ffffff;
}
div.subs_import table.tab_import th {
  white-space:nowrap;
  background-color: #cdcdcd;
}
div.subs_import table.tab_import td {
  border: 1px solid #ffffff;
  white-space:nowrap;
  font-size: 10px;
}

/* newsletter subscribers filter */
table.nls-list {
  margin: 0;
  width: 400px;
}

table.nls-list tr {
  height: 26px;
  background: url(../images/bg_table_list.png) repeat-x left top;
  background-position: left top;
}

table.nls-list tr:hover {
  background-position: left bottom;
}

table.nls-list tr td, table.list tr th {
  padding: 0 15px;
}

table.nls-list tr td.subitem {
  padding-left: 30px;
}
table.nls-list tr td.buttons {
  padding: 0;
  width: 52px;
}
table.nls-list tr td.count {
  padding: 0 30px 0 0;
  width: 30px;
  text-align: right;
}

table.nls-list tr.title {
  background: url(../images/bg-newsletters-subscribers-head.png) repeat-x left top;  
}

table.nls-list tr.title td {
  height: 25px;
  padding-right: 0;
}
table.nls-list tr.title span {
  float: right;
  margin: 0 6px 0 0;
  color: #fdbf2c;
}
table.nls-list tr td h1 {
  color: #fdbf2c;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

table.nls-list tr.header {
  background: url(../images/bg_table_list_header.png) repeat-x left top;
}

/* request list */
table.rls-list {
  margin: 0;
  width: 800px;
}

table.rls-list tr {
  height: 26px;
  background: url(../images/bg_table_list.png) repeat-x left top;
  background-position: left top;
}

table.rls-list tr:hover {
  background-position: left bottom;
}

table.rls-list tr td, table.list tr th {
  padding: 0 15px;
}

table.rls-list tr td.subitem {
  padding-left: 30px;
}
table.rls-list tr td.buttons {
  padding: 0;
  width: 52px;
}
table.rls-list tr td.count {
  padding: 0 30px 0 0;
  width: 30px;
  text-align: right;
}

table.rls-list tr.title {
  background: url(../images/bg-newsletters-head.png) repeat-x left top;  
}

table.rls-list tr.title td {
  height: 35px;
  padding-right: 0;
}

table.rls-list tr td h1 {
  color: #fdbf2c;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
table.rls-list tr td span {
  color: #a0a0a0; 
}
table.rls-list tr.header {
  background: url(../images/bg_table_list_header.png) repeat-x left top;
}
table.rls-list tr.nadpis {
  background: url(../images/bg-newsletters-nadpis.png) repeat-x left top;  
}
table.rls-list tr.nadpis td {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 3px;
  line-height: 12px;
  padding-top: 3px;
}
table.rls-list tr.nadpis td span {
  font-size: 10px;
  color: #d0d0d0; 
}
table.rls-list tr.channel_name {
  background: url(../images/bg-newsletters-subnadpis.png) repeat-x left top;  
}
table.rls-list tr.channel_name td {
  font-weight: bold;
  color: #333333;
  padding-bottom: 3px;
  padding-top: 3px;
  line-height: 12px;
}
table.rls-list tr td span {
  color: #333333;
}
table.rls-list tr td.kredit {
  text-align: right;
}

div.error {
  margin: 20px auto;
  color: #ff0000;
  display: block;
  width: auto;
  text-align: center;
}

/* ajax form */
table.ajaxForm {
  margin: 0;
}

table.ajaxForm tr {
  height: 26px;
  background-position: left top;
}

table.ajaxForm tr td, table.list tr th {
  padding: 0 15px;
  background-color: #eeeeee;
}

table.ajaxForm tr td.subitem {
  padding-left: 30px;
}
table.ajaxForm tr td.buttons {
  padding: 0;
  width: 52px;
}
table.ajaxForm tr td.count {
  padding: 0 30px 0 0;
  width: 30px;
  text-align: right;
}

table.ajaxForm tr.title {
  background: url(../images/bg-newsletters-head.png) repeat-x left top; 
}


table.ajaxForm tr.title td {
  height: 25px;
  padding-right: 0;
  background: url(../images/bg_header.png) repeat-x top center; 
}
table.ajaxForm tr.title span {
  float: right;
  margin: 0 6px 0 0;
  color: #fdbf2c;
}
table.ajaxForm tr td h1 {
  color: #fdbf2c;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

table.ajaxForm tr.header {
  background: url(../images/bg_table_list_header.png) repeat-x left top;
}
table.ajaxForm label.nazev {
  font-weight: bold;
}

table.ajaxForm div.kanal {
  padding: 10px 0 0 0;
}
table.ajaxForm .error {
  border-color: #e1111d;
}

table.ajaxForm div.cena {
  float: left;
  color: #fdbf2c;
  padding: 0 10px 0 0;
}
table.ajaxForm div.cena div#request_common_price {
  float: left;
  padding: 0 5px 0 0;
}

table.request td {
  padding: 10px;
  background-color: #ffffff;
}
table.request tr.title td {
  background: url(../images/bg_header.png) repeat-x top center;
}

table.tarify {
  padding: 0;
  margin: 0;
  width: 400px;
}
table.tarify tr {
  height: auto;
}
table.tarify tr th {
  background-color: #cccccc;
  font-weight: bold;
  padding: 4px 5px 2px 5px;
  line-height: 12px;
  height: 15px;
  text-align: left;
}
table.tarify tr td {
  border: 1px solid #cccccc;
  padding: 2px 5px 2px 5px;
}
table.tarify tr td.napis {
  background: url(../images/bg_header.png) repeat-x top center;
  border: 1px solid #cccccc;
  font-weight: bold;
  padding: 4px 5px 2px 5px;
  line-height: 12px;
  height: 15px;
  text-align: left;
  color: #ffffff;
}
table.tarify tr td span.nazev {
  font-weight: bold;
  padding: 0 5px 0 0;
}
table.tarify tr th span.cena {
  font-size: 11px;
  color: #ffffff;
}
table.tarify tr td span {
  font-size: 11px;
  color: #ffffff;
}

table.ceniky {
  padding: 0;
  margin: 0;
  width: 350px;
}
table.ceniky tr {
  height: auto;
}
table.ceniky tr th {
  background-color: #cccccc;
  font-weight: bold;
  padding: 4px 5px 2px 5px;
  line-height: 12px;
  height: 15px;
  text-align: right;
  color: #333333;
}
table.ceniky tr td {
  border: 1px solid #cccccc;
  padding: 2px 5px 2px 5px;
  text-align: right;
  background-color: #ffffff;
}
table.ceniky tr td.napis {
  background: url(../images/bg_header.png) repeat-x top center;
  border: 1px solid #cccccc;
  font-weight: bold;
  padding: 4px 5px 2px 5px;
  line-height: 12px;
  height: 15px;
  text-align: left;
  color: #ffffff;
}
table.ceniky tr td span.nazev {
  font-weight: bold;
  padding: 0 5px 0 0;
}
table.ceniky tr th span.cena {
  font-size: 11px;
  color: #ffffff;
  
}

table.ceniky tr.title td {
  color: #ffffff;
  text-align: left;
  background: url(../images/bg-newsletters-subscribers-head.png) repeat-x left top; 
}

table.faktury {
  padding: 0;
  margin: 0;
  width: 600px;
}
table.faktury tr {
  height: auto;
}
table.faktury tr th {
  background-color: #cccccc;
  font-weight: bold;
  padding: 4px 5px 2px 5px;
  line-height: 12px;
  height: 15px;
  text-align: left;
}
table.faktury tr td {
  border: 1px solid #cccccc;
  padding: 2px 5px 2px 5px;
}
table.faktury tr td span.nazev {
  font-weight: bold;
  padding: 0 5px 0 0;
}

table.kanaly {
  padding: 0 0 10px 0;
  margin: 0;
  width: 500px;
}
table.kanaly tr {
  height: auto;
}
table.kanaly tr th {
  background-color: #cccccc;
  font-weight: bold;
  padding: 4px 5px 2px 5px;
  line-height: 12px;
  height: 15px;
  text-align: left;
  color: #333333;
}
table.kanaly tr td {
  border: 1px solid #cccccc;
  padding: 2px 5px 2px 5px;
  text-align: left;
  background-color: #ffffff;
}
table.kanaly tr td.right {
  text-align: right;
}
table.kanaly tr td.napis {
  background: url(../images/bg_header.png) repeat-x top center;
  border: 1px solid #cccccc;
  font-weight: bold;
  padding: 4px 5px 2px 5px;
  line-height: 12px;
  height: 15px;
  text-align: left;
  color: #ffffff;
}
table.kanaly tr th span.cena {
  font-size: 11px;
  color: #ffffff;
}

table.kanaly tr.title td {
  color: #ffffff;
  text-align: left;
  background: url(../images/bg-newsletters-subscribers-head.png) repeat-x left top; 
}

table.faktury {
  padding: 0;
  margin: 0;
  width: 600px;
}

#accordion {
  margin: 0 0 0 5px;
  padding: 0;
}

#accordion * {
  box-sizing: border-box;
}

.news-box-inner {
  padding: 5px 10px 5px 30px;
}

#accordion span.ui-accordion-header {
  background: #e7edf3 url(../images/icon_item_unactive.png) no-repeat left center;
  padding: 5px 10px 5px 30px;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
  display: block;
}

#accordion span.ui-state-active {
  background: #e7edf3 url(../images/icon_item_active.png) no-repeat left center;
  padding: 5px 10px 5px 30px;
  margin-top: 5px;
  font-weight: bold;
  cursor: default;
}

#accordion span.ui-state-default a p {
  text-decoration: underline;
  background: #e7edf3 url(../images/icon_item_unactive.png) no-repeat left center;
}
#accordion span a:hover,
#accordion span.ui-state-default a:hover p {
  text-decoration: none;
}
#accordion span.ui-state-active a,
#accordion span.ui-state-active a p {
  color: #292e33;
  text-decoration: none;
}

#accordion span.ui-state-active a {
  cursor: default;
}

#accordion span.ui-state-active p, #accordion span.ui-state-default p {
  padding: 0;
}

.ui-widget-content {
  height: auto; 
  background: #f5f8fb;
  overflow: hidden;
  width: 100%;
}

.ui-accordion-header {
  width: 100%;
  border: 1px solid #d9d9d9;
}

.ui-state-active {
  border-bottom: none;
}

.ui-accordion-content-active {
  border-top: none;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

#sortable-loading {
  background-color: #000;
  opacity: 0.1;
  filter: alpha(opacity = 10);
  position: absolute;
}

.ui-datepicker {
  width: 178px;
  border: 1px solid #000;
  padding: 5px;
}

.ui-datepicker a {
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  border: 1px solid #000;
  text-align: center;
}

.ui-datepicker-calendar td:hover {
  background-color: #ffff00
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar th span {
  padding: 2px;
}

/* HINT */
div.ti_hint_box {
  position: absolute;
  left: 100px;
  top: 100px;
  display: none;
  z-index: 9999999;
  line-height: 16px;
  font-size: 14px;
  border: 1px solid #a3a2a2;
  background-color: #f9f9f9;
  padding: 5px;
  max-width: 200px;
}

div.ti_hint_box img.hint_img {
  max-width: 200px;
  margin: 0 auto;
}

span.lupa {
  display: block;
  float: left;
  position: relative;
  padding: 0;
  height: 20px;
  width: 20px;
  margin: -2px 5px 0 -10px;
  background: url(../images/icon_lupa.png) no-repeat left center;
}

.margin-top {
  margin-top: 1rem;
}

.is_copied {
  background-color: #ffff00;
}

.flex-center {
  display: flex;
  align-items: center;
}

.rectangle {
  display: inline-block;
  width: 30px;
  height: 15px;
  border: 1px solid #000;
  margin-right: 8px;
}