/* common styles */
/* menu styles - zacatek */
@import url(style-core.css);
#menu-top {
  /*float: right;*/
  width: 192px;
  height: 13px;
  background-image: url(/images/lcars/menu_top.png);
  background-repeat: no-repeat;
}
#menu {
  width: 172px;
  padding: 76px 0px 0px 20px;
  background-image: url(/images/lcars/menu_select.png);
  background-position: 0px -320px;
  background-repeat: no-repeat;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  /*&.m-pohlednice*/
}
#menu.fixed {
  position: fixed;
  top: -50px !important;
  background-color: transparent !important;
}
#menu.m-fanklub {
  background-position: 0px -292px;
}
#menu.m-fanlisting {
  background-position: 0px -264px;
}
#menu.m-fanfiction {
  background-position: 0px -236px;
}
#menu.m-databaze {
  background-position: 0px -208px;
}
#menu.m-trziste {
  background-position: 0px -180px;
}
#menu.m-skladiste {
  background-position: 0px -152px;
}
#menu.m-transporter {
  background-position: 0px -124px;
}
#menu.m-kniha-navstev,
#menu.m-knihanavstev {
  background-position: 0px -96px;
}
#menu.m-mapa-stranek,
#menu.m-mapastranek {
  background-position: 0px -68px;
}
#menu.m-kontakt {
  background-position: 0px -40px;
}
#menu a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background-image: url(/images/lcars/selected.png);
  background-repeat: no-repeat;
  background-position: 0px -25px;
  display: block;
  width: 147px;
  height: 25px;
  padding: 3px 0px 0px 22px;
}
#menu a:hover {
  background-position: 0px 0px;
  text-decoration: none;
}
/* bezne odkazy */
a:link,
a:visited,
a:active {
  color: #440099;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #6600cc;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}
/* odkazy databaze */
.databaze-seznam a {
  display: block;
  padding: 0px 5px 0px 50px;
  text-indent: -20px;
  margin: 0px 0px 0px 0px;
  border: 0px;
  font-weight: bold;
}
.epizody * a {
  padding-left: 34px !important;
}
.pravidla * a,
.pravidla a {
  padding-right: 0px !important;
  font-weight: normal !important;
}
.rejstrik.epizody a span,
.rejstrik.epizody a span span + span + span + span {
  font-weight: normal;
}
.rejstrik.epizody a span span + span + span {
  font-weight: bold;
}
.rejstrik.epizody a span span {
  display: block;
  float: left;
  /*height: 19px;*/
  text-align: right;
  width: 22px;
  opacity: 0.7;
  padding: 1px 0;
}
.rejstrik.epizody a span span + span {
  width: 38px;
  padding-right: 10px;
}
.rejstrik.epizody a span span + span + span {
  text-indent: 0;
  padding-right: 0;
  opacity: 1;
  text-align: left;
}
.rejstrik.epizody a span span + span + span {
  width: 330px;
}
.rejstrik.epizody a span span + span + span + span {
  width: 220px;
}
/* odkazy abeceda */
div.abeceda {
  display: flex;
  justify-content: space-between;
}
div.abeceda a {
  display: block;
  flex: 1 1 0px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
div.abeceda a:link,
div.abeceda a:visited,
div.abeceda a:active {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
div.abeceda a:hover,
div.abeceda a.selected {
  color: #6600cc;
  font-weight: normal;
  text-decoration: none;
}
div.abeceda a:hover:before,
div.abeceda a.selected:before {
  content: '';
  position: absolute;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
  -webkit-mask-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
}
/* odkazy serie - databaze - epizody - TOS, TAS, TNG atd. */
div.tabbed {
  padding: 15px 0;
  display: flex;
}
div.tabbed div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
div.tabbed div:before {
  position: absolute;
  content: attr(data-title);
  top: -18px;
  left: 5px;
  opacity: 0.5;
  font-size: 0.8em;
  font-weight: bold;
}
div.tabbed div:first-child {
  flex-grow: 1;
}
div.tabbed div:nth-child(2) {
  margin-left: 15px;
}
div.tabbed div a {
  flex: 1 1 0px;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 5px;
}
div.tabbed div a:link,
div.tabbed div a:visited,
div.tabbed div a:active {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
div.tabbed div a:hover,
div.tabbed div a.selected {
  color: #6600cc;
  font-weight: normal;
  text-decoration: none;
}
div.tabbed div a:hover:before,
div.tabbed div a.selected:before {
  content: '';
  position: absolute;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
  -webkit-mask-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
}
/* odkazy fanlisting mapa */
a.fanlisting:link,
a.fanlisting:visited,
a.fanlisting:active {
  display: block;
  width: 42px;
  height: 20px;
  padding-top: 3px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #000000;
}
a.fanlisting:link:hover,
a.fanlisting:visited:hover,
a.fanlisting:active:hover,
a.fanlisting:link.selected,
a.fanlisting:visited.selected,
a.fanlisting:active.selected {
  background-image: url(/images/lcars/fanlisting_selected.png);
  background-repeat: no-repeat;
  color: #6600cc;
}
.social-media {
  width: 144px;
  margin: 0 auto;
  padding-top: 25px;
}
.social-media a {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  float: left !important;
  margin: 10px 10px !important;
  background-image: url(/images/icons/social-icons.png) !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
}
.social-media a:link,
.social-media a:active,
.social-media a:visited {
  color: transparent !important;
  overflow: hidden !important;
  font-size: 1px !important;
}
.social-media a.facebook {
  background-position: 0 0 !important;
}
.social-media a.twitter {
  background-position: -16px 0 !important;
}
.social-media a.google {
  background-position: -32px 0 !important;
}
.social-media a.rss {
  background-position: -48px 0 !important;
}
.social-media a:hover {
  background-position-y: -16px !important;
}
.drobecky {
  opacity: 0.5 !important;
  transition: opacity 0.1s ease-in-out;
}
.drobecky:hover {
  opacity: 1 !important;
}
a img {
  border: 0;
}
.ImageBorder {
  border-top: 1px solid #6600cc;
  border-right: 1px solid #35006A;
  border-bottom: 1px solid #35006A;
  border-left: 1px solid #6600cc;
}
.ImageBorderG {
  border: 1px solid #202020;
}
.mark {
  color: #ffd700;
}
.small {
  font-size: 8pt;
  line-height: 9pt;
}
.hidden {
  visibility: hidden;
}
img.error,
img.ok {
  position: relative;
  top: 3px;
}
dl,
dl dd {
  /*	margin: 0px 0px 0px 5px;*/
}
dl {
  /*
		border: 3px double #ccc;
		padding: 0.5em;
	*/
}
dt {
  float: left;
  clear: left;
  width: 140px;
  text-align: right;
  font-weight: bold;
}
dt:after {
  /*content: ":";*/
}
dl.reference dt {
  padding: 5px 0;
}
dl.reference dd a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: rgba(102, 0, 204, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-right: 2px;
  margin-bottom: 10px;
}
dl.reference dd a:hover {
  text-decoration: none;
  background-color: #a89dd7;
}
dl.reference .image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
dl.reference .image-list > div {
  width: 95px;
  text-align: center;
  justify-content: stretch;
  display: flex;
  margin-right: 10px;
  position: relative;
  min-height: 129px;
}
dl.reference .image-list > div a {
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 0;
}
dl.reference .image-list > div a:hover {
  position: absolute;
  white-space: normal;
  z-index: 999;
}
dl.reference .image-list > div div {
  width: 85px;
  height: 85px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto 5px auto;
  border-radius: 4px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  /*box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);*/
}
dl.reference dd:after {
  content: '';
  display: block;
  clear: both;
}
dd,
div.muzizeny {
  margin: 0 0 0 140px;
  padding: 0 0 1em 25px;
}
dt p,
dd p {
  margin-top: 0;
}
dd p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
  margin-top: 5px;
}
ul > li {
  padding-left: 2em;
  margin-bottom: 5px;
  list-style: none;
  background: url("/images/lcars/li-komunikator.png") no-repeat 12px 3px;
}
/* HTML styles */
h1 {
  font-size: 20px;
}
h2 {
  font-size: 17px;
}
h2.diminished {
  font-size: 16px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h1,
h2,
h3,
h4 {
  margin: 1em 0em 0.5em 0em;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 0.02em;
}
p.text,
div.text {
  text-align: justify;
  text-indent: 2em;
  margin: 0px 0px 10px 0px;
}
p.poznamka {
  font-size: 0.8em;
  font-style: italic;
  color: #404040;
}
.licha {
  background-image: url(/images/lcars/marker_odd.png);
  background-position: top left;
  background-repeat: repeat-y;
}
/* table styles */
td {
  vertical-align: top;
}
td b {
  color: #26004d;
}
td.b_dole {
  border-bottom-color: #6600cc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
td.b_vpravo {
  border-right-color: #6600cc;
  border-right-style: solid;
  border-right-width: 1px;
}
td.b_up {
  border-top-color: #6600cc;
  border-top-style: solid;
  border-top-width: 2px;
}
td.size {
  text-align: right;
}
/* table styles - end */
table.prihlaska td {
  padding: 5px;
}
div.login-progress div {
  width: 200px;
  padding: 11px;
  height: 50px;
  margin: 10px 2px 30px 0;
  float: left;
  border-bottom: 5px solid #6600cc;
  text-align: center;
}
div.login-progress div.off {
  opacity: 0.2;
}
div.login-progress div p {
  margin-top: 0;
}
div.login {
  display: table;
  height: 100px;
  padding: 0 20px;
}
a.login-close {
  position: absolute;
  right: 110px;
  color: #ffffff !important;
  top: 40px;
}
div.login a.login-button.prihlaska-button,
div.login a.registrace-button.prihlaska-button {
  width: 280px;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin: 10px;
}
div.login p {
  width: 70px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
a.prihlaska-button:hover {
  background-color: rgba(104, 0, 208, 0.1);
  text-decoration: none;
}
/* databaze styles */
.filtr {
  text-align: center;
}
#filtr {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 12px;
  padding: 15px 15px 5px 15px;
  width: 560px;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin: 0 auto;
}
#filtr div {
  float: left;
  width: 280px;
}
#filtr div[class="clearAll"] {
  float: none;
}
#filtr div ul {
  list-style-type: none;
  margin: 5px 0 10px 10px;
  padding: 0;
  border: 0;
}
#filtr div ul li {
  list-style-type: none;
  background-image: none;
  padding: 0;
}
div.databaze-seznam,
div.rejstrik.epizody {
  padding: 20px 0px 20px 10px;
  text-align: left;
}
div.column-left {
  width: 310px;
  border-right: 1px solid #9933ff;
  padding: 0px 5px 0px 0px;
}
div.column-right {
  width: 311px;
  padding: 0px 5px 0px 5px;
}
div.novinka {
  background-image: url(/images/lcars/marker_novinka.png);
  background-repeat: no-repeat;
}
div.db_portret {
  position: relative;
  left: 6px;
}
div.db_left_column {
  position: relative;
  min-width: 120px;
  clear: left;
}
div.zahlavi > div,
div.tridy-informace > div {
  font-weight: bold;
  float: left;
  clear: left;
}
div.tridy-informace > div {
  padding-left: 10px;
}
div.zahlavi p,
div.tridy-informace p {
  margin-top: 0;
}
div.zahlavi p {
  padding-left: 150px;
}
div.tridy-informace p {
  padding-left: 160px;
}
div.zahlavi a span,
div.zahlavi p span,
dd span {
  color: #232323;
  opacity: 0.45;
  font-style: italic;
}
div.zahlavi #zastupci_all {
  display: none;
  margin-top: 10px;
}
img.obrazek {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  max-width: 100%;
}
.pravidla h2 {
  text-align: left;
  text-indent: -45px;
  padding-left: 45px;
  line-height: 1.5em;
}
.pravidla h2 span {
  display: inline-block;
  padding-right: 10px;
  text-align: right;
  width: 35px;
}
.pravidla p.poznamka {
  font-style: italic;
  font-size: 1em;
}
textarea {
  background-image: url(/images/lcars/textarea.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 5px;
  border: 0;
  width: 310px;
  margin: 0;
  padding: 5px;
}
fieldset {
  border: 0;
}
input.text,
select {
  background-image: url(/images/lcars/textarea.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  padding: 5px;
  width: 300px;
  /*height: 15px;*/
  border-radius: 5px;
}
select {
  width: 310px;
  height: 25px;
}
/* mapa - fanlisting, klub styles */
#kraje {
  position: relative;
  left: 32px;
  top: 0px;
  width: 615px;
  height: 389px;
  background-image: url(/images/fanlisting/mapa_CR.png);
  background-position: left;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#mesta {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 615px;
  height: 389px;
  font-weight: bold;
}
#kraje div {
  color: #000000;
  font-size: 10pt;
}
#kraje div.stats {
  text-align: right;
  font-size: 8pt;
  line-height: 10pt;
  padding: 20px 20px 0px 0px;
}
#kraje div.legenda {
  font-size: 7pt;
  line-height: 11px;
  padding: 151px 0px 0px 45px;
  color: #404040;
  text-indent: -28px;
}
#karlovarsky {
  position: absolute;
  left: 61px;
  top: 142px;
}
#ustecky {
  position: absolute;
  left: 146px;
  top: 97px;
}
#plzensky {
  position: absolute;
  left: 86px;
  top: 207px;
}
#liberecky {
  position: absolute;
  left: 236px;
  top: 72px;
}
#praha {
  position: absolute;
  left: 201px;
  top: 155px;
}
#stredocesky {
  position: absolute;
  left: 246px;
  top: 177px;
}
#jihocesky {
  position: absolute;
  left: 186px;
  top: 277px;
}
#kralovehradecky {
  position: absolute;
  left: 316px;
  top: 117px;
}
#pardubicky {
  position: absolute;
  left: 346px;
  top: 187px;
}
#vysocina {
  position: absolute;
  left: 316px;
  top: 242px;
}
#olomoucky {
  position: absolute;
  left: 416px;
  top: 207px;
}
#jihomoravsky {
  position: absolute;
  left: 376px;
  top: 287px;
}
#moravskoslezsky {
  position: absolute;
  left: 486px;
  top: 187px;
}
#zlinsky {
  position: absolute;
  left: 466px;
  top: 277px;
}
/* trziste - styles */
#trziste-filtr {
  float: right;
  margin-right: 34px;
}
#trziste-filtr span {
  opacity: 0.7;
  font-size: 12px;
}
#prispevky-seznam {
  padding: 0px 29px 15px 33px;
  overflow: auto;
  margin-top: 0;
}
#prispevky-seznam li {
  background-image: none;
  padding: 0px 20px;
  margin: 10px;
  width: 241px;
  font-size: 90%;
  line-height: 130%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  float: left;
  text-align: left;
}
#formular div[class="flL"] {
  margin-right: 20px;
}
#formular div[class="flL"] + div {
  margin-right: 0px;
}
div.homepage-top-box:hover {
  background-position: 0 -175px !important;
}
/* --- Klub styles --- */
.akce .item {
  min-height: 82px;
  clear: left;
  margin: 5px 32px 10px 30px;
}
.akce .item h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.akce .item p.podtitul {
  margin: 0;
  padding-left: 124px;
}
.akce .item img {
  /*border: 1px solid #a0a0a0;*/
  width: 94px;
  height: 70px;
  margin: 0 20px 0 10px;
  border-radius: 15px / 10px;
}
.akce .item a {
  display: block;
  min-height: 72px;
  color: inherit;
  font-weight: inherit;
  padding: 5px 10px 5px 0;
}
.akce .item a:hover {
  text-decoration: none;
  background-color: rgba(102, 0, 204, 0.05);
  border-radius: 4px;
}
/* --- TV-list --- */
dl.tv-list {
  margin: 0;
  padding: 0 38px;
  text-align: left;
}
.tv-list dt {
  margin: 1em 0 0.3em 0;
  padding: 0;
  font-weight: bold;
  width: auto;
  float: none;
  text-align: left;
}
.tv-list dd {
  margin: 0 0 0.3em 1em;
  padding: 0px 0px 0px 36px;
  text-indent: -36px;
  font-size: 0.9em;
  line-height: 1.4em;
}
span.disabled {
  color: #808080;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.kniha-navstev {
  width: 70%;
}
.kniha-navstev li {
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(102, 0, 204, 0.1);
}
.kniha-navstev li p {
  margin: 0 0 5px 0;
}
.kniha-navstev li p + p {
  padding-left: 20px;
}
/* login dialog - start */
#user-dashboard {
  z-index: 100;
}
#user-dashboard .login-button {
  display: block;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  width: 146px;
  height: 17px;
  padding: 5px;
  position: relative;
  margin: auto;
  top: 3px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #860dff;
  border-bottom: 0;
  background: rgba(102, 0, 204, 0.6);
  background: linear-gradient(to bottom, rgba(102, 0, 204, 0.6) 0%, rgba(102, 0, 204, 0.6) 81%, rgba(102, 0, 204, 0.4) 100%);
}
#login > div {
  width: 380px;
  height: 330px;
  padding: 95px 85px 25px 85px;
  background-image: url(/images/lcars/login_padd.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
#login div.login-slide {
  width: 380px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
#login div.login-slide > div {
  position: absolute;
  width: 340px;
  height: 180px;
  padding: 20px;
}
#login div.login-slide > div > div {
  padding: 5px 34px 15px 38px;
  height: 100px;
}
#login div#zapomenute-heslo {
  left: 380px;
}
#login table,
#login img {
  z-index: 20;
}
#login #Login_PADD_submit,
#login #Login_PADD_zapomnel_submit {
  position: absolute;
  right: 106px;
  bottom: 57px;
  width: 125px;
  height: 59px;
  background-image: url(/images/lcars/login_button.png);
  background-position: 0 -59px;
  border: 0;
  background-color: transparent;
  font-weight: bold;
}
#login #Login_PADD_zapomnel,
#login #Login_PADD_prihlasit {
  position: absolute;
  left: 80px;
  bottom: 57px;
  width: 125px;
  height: 59px;
  background-image: url(/images/lcars/login_button_zapomnel.png);
  background-position: 0 -59px;
  border: 0;
  background-color: transparent;
  font-weight: normal;
  color: #9988a0;
  font-size: 11px;
}
#login #Login_PADD_submit:hover,
#login #Login_PADD_zapomnel_submit:hover,
#login #Login_PADD_zapomnel:hover,
#login #Login_PADD_prihlasit:hover {
  background-position: 0 0;
  cursor: pointer;
  color: #6600cc;
}
.perlicka-window > div {
  width: 670px;
  height: 437px;
  padding: 54px 90px 59px 90px;
  background-image: url(/images/lcars/perlicka_padd.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
.perlicka-window > div > div {
  height: 417px;
  padding: 10px 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
a.perlicka-close {
  position: absolute;
  right: 150px;
  color: #ffffff !important;
  top: 25px;
}
.ui-dialog {
  background: none !important;
  padding: 0 !important;
  border: 0 !important;
}
/* The outer container of the dialog.*/
.ui-dialog-titlebar {
  display: none;
}
/*: The title bar containing the dialog's title and close button.*/
/*: The container around the textual title of the dialog.*/
/*: The dialog's close button.*/
.ui-dialog-content {
  padding: 0 !important;
}
/*: The container around the dialog's content. This is also the element the widget was instantiated with.*/
/*: The pane that contains the dialog's buttons. This will only be present if the buttons option is set.*/
/*: The container around the buttons themselves.*/
/* login dialog - konec */
ul.povidky-seznam {
  overflow: hidden;
}
.povidky-seznam > li {
  position: relative;
  display: block;
  list-style: none;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 320px;
  height: 87px;
  float: left;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0px 15px 15px 0px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.povidky-seznam > li:hover {
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.povidky-seznam > li > a {
  display: block;
  padding: 7px 0px 0px 10px;
  width: 310px;
  height: 80px;
  color: #171717;
}
.povidky-seznam > li > a:hover {
  text-decoration: none;
}
.povidky-seznam > li ul {
  text-align: left;
  padding-right: 35px;
  margin-top: 0;
}
.povidky-seznam > li ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}
.povidky-seznam > li ul li + li {
  font-weight: bold;
}
.povidky-seznam > li ul li + li + li {
  font-weight: normal;
}
.povidky-seznam > li ul li.icon img {
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  max-height: 71px;
}
.povidky-seznam li.serie ul {
  display: block;
  float: right;
  width: 25px;
  font-size: 9px;
  line-height: 11px;
  padding: 4px 0 0 0;
  margin-left: 15px;
  font-weight: bold;
  color: #808080;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  right: 0px;
  height: 83px;
}
li.serie ul li {
  margin-left: 4px;
}
li.autor {
  color: #555555;
  font-style: italic;
  font-size: 11px;
}
li.status {
  position: absolute;
  bottom: 5px;
}
ul#pohlednice,
ul#pohlednice-list {
  overflow: hidden;
}
ul#pohlednice li,
ul#pohlednice-list li {
  background-image: none;
  position: relative;
  display: block;
  list-style: none;
  float: left;
  text-align: center;
  padding: 0;
}
ul#pohlednice li {
  width: 210px;
  height: 210px;
  background-position: top left;
  margin: 0px 10px 15px 0px;
}
ul#pohlednice-list li {
  width: 149px;
  height: 140px;
  margin: 0px 9px 15px 9px;
}
ul#pohlednice > li:hover,
ul#pohlednice-list > li:hover {
  /*background-color: rgba(255,255,255,0.8);*/
  cursor: pointer;
}
ul#pohlednice li a {
  display: block;
  padding-top: 170px;
}
ul#pohlednice li a:link,
ul#pohlednice li a:visited,
ul#pohlednice li a:active {
  font-weight: bold;
  color: #ffffff;
}
ul#pohlednice-list img {
  height: 96px;
}
#pohlednice-filtr ul {
  overflow: auto;
}
#pohlednice-filtr ul li {
  background: none;
  display: block;
  float: left;
  padding: 0px 5px 5px 5px;
  width: 140px;
}
ul.float-boxes {
  overflow: hidden;
}
ul.float-boxes li {
  background-image: none;
  position: relative;
  display: block;
  list-style: none;
  float: left;
  text-align: center;
  padding: 0;
  width: 140px;
  margin: 0px 5px 15px 5px;
}
.poh-potvrzeni {
  margin: 10px 5px 0px 5px;
  text-align: center;
}
.poh-potvrzeni a {
  margin: 10px !important;
  padding: 5px 20px;
  background-color: #220044;
  border-radius: 5px;
  color: #8800ee;
}
.poh-potvrzeni a:hover {
  background-color: #440088;
  color: #9900ff;
}
div.pohlednice-frame {
  width: 640px;
  height: 480px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #a0a0a0;
  background-color: rgba(255, 255, 255, 0.3);
  margin: auto;
}
#pohlednice-left {
  width: 280px;
  height: 401px;
  margin: 30px 0px 0px 40px;
  border-right: 1px solid #6600cc;
  float: left;
}
#pohlednice-left .titulek {
  font-size: 9px;
  margin: 0;
  line-height: normal;
}
#pohlednice-left #odesilatel-m,
#pohlednice-left #odesilatel-e,
#pohlednice-left .text {
  font-family: 'Petit Formal Script', cursive;
}
#pohlednice-left #odesilatel-m,
#pohlednice-left .text {
  font-size: 14px;
  font-weight: bold;
  color: #000F77;
}
#pohlednice-left #odesilatel-m,
#pohlednice-left #odesilatel-e {
  text-align: right;
  padding-right: 30px;
}
#pohlednice-left #odesilatel-e {
  font-size: 12px;
  line-height: 20px;
}
#pohlednice-left .text {
  line-height: 30px;
  padding: 20px 20px 0px 0px;
  max-height: 300px;
  overflow: auto;
  text-align: left;
}
#pohlednice-right {
  width: 250px;
  height: 401px;
  margin: 30px 29px 0px 40px;
  float: left;
  position: relative;
}
#pohlednice-right #znamka {
  width: 80px;
  height: 100px;
  border: 1px dotted #a0a0a0;
  position: absolute;
  right: 0;
}
#pohlednice-right #razitko {
  position: absolute;
  right: 50px;
  top: 40px;
  transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  /* IE 9 */
  -webkit-transform: rotate(-15deg);
  /* Safari and Chrome */
  z-index: 10;
}
#pohlednice-right #carky {
  position: absolute;
  right: 40px;
  bottom: 10px;
}
#pohlednice-right #prijemce-m,
#pohlednice-right #prijemce-e {
  font-family: 'Petit Formal Script', cursive;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  margin-right: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #808080;
}
#pohlednice-right #prijemce-m {
  margin-top: 230px;
}
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.flip-container,
.front,
.back {
  width: 640px;
  height: 480px;
}
.flipper {
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  position: relative;
}
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-container:hover .back,
.flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container:hover .front,
.flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.front {
  z-index: 2;
}
ul#kalendar {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul#kalendar li {
  display: block;
  float: left;
  text-align: center;
  margin: 10px;
  width: 204px;
  height: 250px;
  background: none;
  padding: 0;
}
ul#kalendar li .obrazek {
  width: 200px;
}
#register_czk {
  display: none;
  text-align: center;
}
#register_czk > div {
  width: 214px;
  display: inline-block;
  vertical-align: top;
  padding: 40px 40px 20px 20px;
  text-align: justify;
  font-family: 'Oswald', sans-serif;
}
#register_czk > div + div {
  width: 400px;
  padding: 40px 0 0 0;
  text-align: left;
}
#register_czk label {
  display: block;
  width: 90px;
  float: left;
  padding: 5px;
  clear: left;
}
#register_czk input {
  width: 260px;
  float: left;
}
#register_czk input[type="submit"] {
  width: 100px;
  margin: 20px 0 20px 110px;
}
#register_czk img {
  position: relative;
  top: 7px;
  left: 10px;
  display: none;
}
#register_czk #error_msg {
  display: none;
  font-size: 10px;
  padding: 10px 15px;
  border: 1px solid #a0a0a0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  width: 238px;
  border-radius: 5px;
  margin-left: 110px;
}
#register_czk #overeni,
#register_czk #overeni2 {
  display: none;
  padding: 5px;
  float: left;
}
#register_czk #account-register-slider {
  position: relative;
  width: 400px;
  height: 200px;
  overflow: hidden;
}
#register_czk #account-register-slider > div {
  position: absolute;
  width: 400px;
  height: 200px;
}
#register_czk #account-register-slider #account-register-confirm {
  left: 400px;
  width: 280px;
  padding: 0 60px;
}
ul.dva-sloupce {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.dva-sloupce li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
}
ul.klub li {
  background-image: none;
}
ul.klub li a {
  display: block;
  height: 50px;
  padding: 30px 0px 0px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
}
ul.klub li a:hover {
  background-position: 0 -80px;
  background-color: rgba(102, 0, 204, 0.05);
  border-radius: 3px;
}
ul.klub li.akce a {
  background-image: url("/images/icons/klub_akce.png");
}
ul.klub li.mapa a {
  background-image: url("/images/icons/klub_mapa.png");
}
ul.klub li.prihlaska a {
  background-image: url("/images/icons/klub_prihlaska.png");
}
ul.klub li.informace a {
  background-image: url("/images/icons/klub_informace.png");
}
ul.klub li.clenska-sekce a {
  background-image: url("/images/icons/klub_clenska-sekce.png");
}
img.akce-title {
  max-width: 100%;
}
/*** Tabs ***/
.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  zoom: 1;
}
.tabs li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.tabs:before,
.tabs:after {
  content: '';
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  background: transparent;
}
.tabs li:first-child,
.tabs li.first {
  padding-left: 0;
}
.tabs li:last-child {
  padding-right: 0;
}
.tabs li.last {
  padding-right: 0;
}
.tabs a {
  border-bottom: 1px solid #6600cc;
  display: block;
  padding: 5px 0 10px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabs a:visited {
  /*color: white;*/
}
.tabs .active a {
  padding-bottom: 11px;
  background: transparent url(img/uiTabsArrow.png) no-repeat bottom center;
  border: none;
}
#zalozky > li {
  background: none;
  padding-left: 0;
}
.perlicka-window {
  display: none;
}
a.button {
  color: #c387ff;
  padding: 5px 10px 7px 10px;
  background-color: #6600cc;
  border-radius: 5px;
}
a.button:hover {
  color: #ffffff;
}
#slider-control {
  width: calc(100% - 130px);
  margin: auto;
  background: rgba(102, 0, 206, 0.1) !important;
  border: 1px solid rgba(102, 0, 204, 0.2) !important;
}
#slider-control a {
  text-decoration: none !important;
  cursor: pointer;
}
.ui-slider-handle {
  font-size: 8pt;
  width: 125px !important;
  text-align: center;
  color: #ffffff !important;
  height: 20px !important;
  margin-left: -65px !important;
  margin-top: -3px !important;
  border: 1px solid rgba(102, 0, 204, 0.2) !important;
  background: rgba(102, 0, 204, 0.6) !important;
  border-radius: 0;
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
}
.ui-slider-handle span {
  position: absolute;
  width: 25px;
  top: -1px;
  height: 20px;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.6);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
}
.ui-slider-handle span#sl-left {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  left: -30px;
}
.ui-slider-handle span#sl-right {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  right: -30px;
}
#znamky img {
  max-width: 474px;
  margin: 15px auto;
}
#znamky img.col2 {
  max-width: 49%;
}
/* spinner - start */
.spinner {
  width: 30px;
  height: 30px;
  background-color: rgba(102, 0, 204, 0.1);
  border: 1px solid #860dff;
  margin: 100px auto 300px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* spinner - end */
.puzzle-image {
  width: 140px;
  height: 100px;
  text-align: center;
}
.puzzle-image img {
  max-width: 140px;
  max-height: 100px;
}
.puzzle-image + p {
  opacity: 0.7;
  margin-bottom: 0;
}
.puzzle-image + p + p {
  height: 38px;
  margin-top: 0;
}
#slider img {
  width: 774px;
  height: 258px;
}
section.reportaz img {
  max-width: 300px;
  max-height: 225px;
}
section.reportaz img.flL {
  margin: 0px 20px 10px 0px;
}
section.reportaz img.flR {
  margin: 0px 0px 10px 20px;
}
li.napsali-o-nas ul li {
  display: inline-block;
  vertical-align: top;
  width: 325px;
  height: 110px;
  padding: 0;
  text-align: left;
}
li.napsali-o-nas ul li:nth-child(even) {
  padding-left: 10px;
}
li.napsali-o-nas ul li:nth-child(odd) {
  padding-right: 10px;
}
.ui-autocomplete li {
  background-image: none;
}
img.flag {
  margin: 0 5px 0 25px !important;
  max-height: 70px;
}
#znamky {
  padding-bottom: 20px;
}
#znamky h3 span {
  font-size: 0.75em;
  font-weight: 100;
}
#znamky th {
  font-style: italic;
  font-weight: normal;
}
#znamky table {
  width: 100%;
}
#znamky th,
#znamky td {
  padding-left: 0px;
  padding-right: 5px;
  text-align: left;
}
#znamky th + th,
#znamky td + td {
  padding-left: 5px;
}
#znamky th {
  width: 20%;
  text-align: left;
}
#znamky th + th {
  width: 20%;
}
#znamky th + th + th {
  width: 45%;
}
#znamky th + th + th + th {
  width: 15%;
}
h1.lcars,
h2.lcars,
h3.lcars {
  clear: both;
  margin: 1em 0;
  position: relative;
  display: flex;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1em !important;
}
h1.lcars.thin,
h2.lcars.thin,
h3.lcars.thin {
  font-weight: 100;
  font-size: 1.2em;
}
h1.lcars span,
h2.lcars span,
h3.lcars span,
h1.lcars:before,
h2.lcars:before,
h3.lcars:before,
h1.lcars:after,
h2.lcars:after,
h3.lcars:after {
  content: '';
  height: 1.2em;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
}
h1.lcars.red,
h2.lcars.red,
h3.lcars.red {
  color: #b40000;
  text-transform: uppercase;
}
h1.lcars.red span,
h2.lcars.red span,
h3.lcars.red span,
h1.lcars.red:before,
h2.lcars.red:before,
h3.lcars.red:before,
h1.lcars.red:after,
h2.lcars.red:after,
h3.lcars.red:after {
  border: 1px solid rgba(250, 0, 0, 0.2);
  background-color: rgba(250, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(250, 0, 0, 0.2);
}
h1.lcars span,
h2.lcars span,
h3.lcars span {
  display: flex;
  flex-grow: 1;
  margin-left: 0.5em;
  margin-right: 0.25em;
  position: relative;
  top: -0.2em;
}
h1.lcars:before,
h2.lcars:before,
h3.lcars:before,
h1.lcars:after,
h2.lcars:after,
h3.lcars:after {
  position: relative;
  width: 2em;
  top: -0.2em;
}
h1.lcars:before,
h2.lcars:before,
h3.lcars:before {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  margin-right: 0.5em;
  margin-left: -0.5em;
}
h1.lcars:after,
h2.lcars:after,
h3.lcars:after {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  margin-right: -0.5em;
}
h1 small,
h2 small {
  font-size: 0.75em;
  font-weight: normal;
  opacity: 0.5;
  position: relative;
  top: 2px;
}
.rejstrik {
  column-count: 2;
  column-gap: 5px;
  column-rule: 1px solid #6600cc;
  padding: 10px 37px 10px 14px;
}
.rejstrik.epizody,
.rejstrik.single {
  column-count: 1;
  column-gap: 5px;
  column-rule: 1px solid #6600cc;
  padding: 10px 37px 10px 14px;
}
.rejstrik.epizody a {
  padding: 0px 0px 0px 34px;
}
.rejstrik.epizody a span {
  font-weight: normal;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rejstrik a {
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  padding: 0px 5px 0px 50px;
  text-indent: -20px;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  position: relative;
}
.rejstrik a:nth-child(odd) {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*
			&:hover{
				background: url(/images/lcars/marker_databaze.png) no-repeat, linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
			}
			*/
}
.rejstrik a:link,
.rejstrik a:visited,
.rejstrik a:active {
  color: #000000;
  text-decoration: none;
}
.rejstrik a:hover {
  color: #6600cc;
  text-decoration: none;
  /*background: url(/images/lcars/marker_databaze.png) no-repeat;*/
}
.rejstrik a:hover:before {
  content: '';
  position: absolute;
  width: 1.4em;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  left: 3px;
  top: 0px;
  height: 1.4em;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
}
.rejstrik a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 25px;
  top: 0px;
  height: 1.4em;
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: rgba(102, 0, 204, 0.2);
  -webkit-mask-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}
.rejstrik a span {
  font-weight: normal;
  opacity: 0.8;
}
dl.timeline p {
  margin-top: 0;
}
dl.timeline p:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
dl.timeline dd {
  /*
	background-image: url("/images/lcars/timeline_chain.png");
	background-position: 5px -5px;
	background-repeat: no-repeat;
	*/
  position: relative;
}
dl.timeline dd:before {
  content: '';
  border: 1px solid #6600cc;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 12px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
dl.timeline dd:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  top: 5px;
  left: 9px;
  border: 2px solid #6600cc;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  opacity: 0.7;
}
.ilustracni-obrazky {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.ilustracni-obrazky li {
  display: flex;
  flex-direction: column;
  background: none;
  padding: 0;
  margin: 0 auto 20px auto;
  max-width: 48%;
  justify-content: space-between;
}
.ilustracni-obrazky li:only-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.ilustracni-obrazky li img {
  max-width: 100%;
  width: min-content;
  margin: auto;
}
.ilustracni-obrazky li div {
  text-align: center;
  margin: 1em 0;
}
.ilustracni-obrazky.single > li {
  max-width: 100%;
}
.text-under-lcars {
  padding-left: 36px;
  padding-right: 36px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.portretek {
  margin: 1em 0 2em 1em;
  float: right;
  width: 110px;
}
.two-columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -moz-column-rule: 1px solid rgba(102, 0, 204, 0.2);
  -webkit-column-rule: 1px solid rgba(102, 0, 204, 0.2);
  column-rule: 1px solid rgba(102, 0, 204, 0.2);
}
button.toggle {
  padding: 5px 20px;
  background-color: rgba(102, 0, 204, 0.15);
  border: 0;
  color: #6600cc;
  border-radius: 12px;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
button.toggle:hover {
  background-color: #6600cc;
  border: 0;
  color: #ffffff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.flash {
  margin: 10px 0;
  padding: 20px;
  background-color: rgba(102, 0, 204, 0.2);
}
.flash.success {
  background-color: rgba(158, 225, 130, 0.6);
}
.flash.warning {
  background-color: rgba(225, 158, 130, 0.6);
}
.error {
  background-color: rgba(225, 158, 130, 0.6);
}
span.error {
  display: block;
  padding: 10px 15px;
}
#xmas-lights {
  position: absolute;
  top: -16px;
  left: 100px;
  z-index: 100;
  pointer-events: none;
}
.global-abeceda {
  padding: 15px 0;
}
.global-abeceda div {
  float: left;
  width: 10%;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.global-abeceda div:last-child {
  clear: right;
}
.global-abeceda div a {
  font-size: 2em;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.global-abeceda div small {
  opacity: 0.5;
  display: block;
}
#nav-button {
  display: none;
}
.text-bold {
  font-weight: bold;
}
s {
  opacity: 0.5;
}
.divider {
  height: 1px;
  width: 100%;
  background-color: #6600cc;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #000000, rgba(0, 0, 0, 0) 90%);
}
.nowrap {
  white-space: nowrap;
}
.czk-form .control {
  margin-bottom: 10px;
}
.czk-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.czk-form input[type=text],
.czk-form textarea {
  box-sizing: border-box;
  padding: 7px 10px;
  width: 100%;
  box-shadow: inset 0 0 5px rgba(102, 0, 204, 0.25);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(102, 0, 204, 0.25);
  transition: border-color 0.2s;
}
.czk-form input[type=text]:focus,
.czk-form textarea:focus {
  border: 1px solid rgba(102, 0, 204, 0.75);
}
.czk-form .checkbox label,
.czk-form .radio label {
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 0;
}
.czk-form .checkbox label:hover,
.czk-form .radio label:hover {
  background-color: rgba(102, 0, 204, 0.1);
}
.czk-form .checkbox input,
.czk-form .radio input {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.czk-form .tox.tox-tinymce {
  border: 1px solid rgba(102, 0, 204, 0.25) !important;
  border-radius: 4px;
}
.czk-form .tox-statusbar,
.czk-form .tox-toolbar__primary {
  background: none !important;
  border: 0 !important;
}
.czk-form .tox-toolbar-overlord,
.czk-form .tox-statusbar {
  background-color: rgba(102, 0, 204, 0.1) !important;
}
.czk-form .tox.tox-tinymce,
.czk-form iframe {
  box-shadow: inset 0 0 5px rgba(102, 0, 204, 0.25) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%) !important;
  transition: border-color 0.2s;
}
.czk-form .tox.tox-tinymce:focus,
.czk-form iframe:focus {
  border: 1px solid rgba(102, 0, 204, 0.75) !important;
}
#fanfiction-text {
  font-size: 16px;
  line-height: 160%;
  font-weight: 300;
}
#fanfiction-text h3 {
  font-size: 1.5em;
  padding: 0.25em 0.5em;
  margin: 1em -0.5em 1em -0.5em;
  border-bottom: 1px solid #6600cc;
  text-align: left;
  line-height: 130%;
}
#fanfiction-text h4 {
  font-size: 1.25em;
  margin: 2.5em 0 1.5em 0;
  padding: 0 0 0.5em 1em;
  position: relative;
  text-align: left;
  line-height: 130%;
}
#fanfiction-text h4:before {
  content: '';
  position: absolute;
  top: -5px;
  height: 100%;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
  /* border-top-left-radius: 17px; */
  /* border-bottom-left-radius: 17px; */
  left: 0em;
  width: 0.25em;
}
#fanfiction-text p:not(.centered) {
  margin-bottom: 0;
  margin-top: 0;
  text-indent: 2em;
}
#admin-panel {
  width: 350px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  height: 100vh;
  overflow-y: scroll;
  position: sticky;
  top: 0;
}
