
/*
#########################################
#                                       #
#      publikační systém Plutanium      #
#        made by babča & chmelda        #
#             (c) 2005-2012             #
#                                       #
#########################################
*/

/* pomocne nastavujici tridy */
.no-decoration, .no-decoration a { text-decoration: none !important; border-bottom: 0px !important; } /* !important: nenechame to prebit nastavenim odkazu */
.no-shadow  { -moz-box-shadow: 0px 0px 0px 0px !important; -webkit-box-shadow: 0px 0px 0px 0px !important; }
img.shadow  { -moz-box-shadow: 0px 0px 20px -10px black; -webkit-box-shadow: 0px 0px 18px -3px #ccc; margin: 3px; }
.radius     { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; }
.border-box { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

/*   globalni styl celeho CMS   */
body            { line-height: 130%; }
hr              { clear: both; }
img             { border: 0px; vertical-align: middle; }
table           { font-size: 12px; }
table, td, th   { border: 0px; border-collapse: collapse; vertical-align: top; text-align: left }
form            { margin-bottom: 15px; }
fieldset        { border: 0px; margin: 0px; padding: 0px; }
textarea        { overflow: auto; -webkit-text-size-adjust: none; resize: vertical; }
textarea, input { border: 1px solid #999999; background: white; margin: 0px; padding: 4px 8px; color: #000000; border-radius: 4px; }
textarea, input, select { font-family: Verdana; font-size: 12px; outline: none; }
input:-moz-placeholder  { color: rgba(0, 0, 0, 0.4); }
select          { margin: 1px; }

.normalni-pismo   { font-size: 12px; }
.mensi-pismo      { font-size: 11px;    }
.male-pismo       { font-size: 9px;     }
span.tooltip { cursor: help; }
.help             { cursor: help; border-bottom: 1px dotted; }
.odsazeni         { text-indent: 15px; margin: 5px; }
.kod, .inline-kod,
.neproporcionalni { font-size: 13px; font-family: Consolas, 'Courier New', monospace; }
.kod              { padding: 8px; margin-top: 10px; }
.inline-kod       { padding: 4px; background-opacity: 50%; }
.line-height      { line-height: 130%; }
.vypis-volby      { background: #f7f7f7; width: 100%; margin-bottom: 15px; }

.hlavni-bunka             { text-align: justify; }
.hlavni-bunka h1.nomargin { margin-top: 0px; }
.hlavni-bunka h2.nomargin { margin-top: 0px; }
.odkazy-display-block a   { display: block; }

.novinka-komentar       { padding: 5px 10px 5px 5px; cursor: pointer; border-radius: 4px; }
.novinka-komentar:hover { background-color: #f7f7f7; }
.novinka-komentar       .sipka { border: 9px solid transparent;      border-bottom: 9px solid #f7f7f7; margin-left: 50px; width: 0px; }
.novinka-komentar:hover .sipka { border: 9px solid transparent; border-bottom: 9px solid #eeeeee; }
.novinka-komentar       .komentare { background: #f7f7f7; font-size: 11px; font-family: Verdana; border-radius: 6px; padding: 3px 6px 3px 6px;; }
.novinka-komentar:hover .komentare { background: #eeeeee; }

.kd-prispevek-jmeno input { border-color: #eeeeee; }
.kd-prispevek-jmeno  { padding: 6px  3px  4px 15px; background: #eeeeee; border-radius: 7px 7px 0 0; }
.kd-prispevek-obsah  { margin-bottom: 20px;         background: #f6f6f6; border-radius: 0 0 7px 7px; min-height: 60px; border-top: 1px solid #eeeeee; }
.kd-prispevek-text textarea  { resize: none; }
.kd-prispevek-text   { padding: 9px 20px  8px 15px; }
.kd-prispevek-info   { padding: 3px  3px  3px 15px; border-top: 1px solid #eeeeee; }
.kd-prispevek-podpis { padding: 4px  6px  5px  0px; margin-bottom: -5px }
.kd-prispevek-sipka  { border: 10px solid transparent; border-right:  9px solid #f6f6f6; margin-top: 26px; width: 0px; float: right; -moz-box-shadow: 3px 3px 10px -10px black; }

.hlavni-bunka .box-obsah    { border: #314F95 2px solid; border-top: 0px; padding: 15px; }
.hlavni-bunka .box-nadpis   { padding: 1px; font-size: 13px; color: white; background: #7486B1; text-align: center; font-weight: bold; }
.hlavni-bunka a.box-nadpis:link, a.box-nadpis:visited, a.box-nadpis:hover, a.box-nadpis:active { padding: 0px; border-bottom: 0px !important; }

.skryt-menu-hlavni-tabulka { width: 100% !important; height: 100% !important; padding: 0px !important; margin: 0px !important; } /* !important: aby se to nedalo prebit zadanymi hodnotami v ht */
.skryt-menu-hlavni-bunka   { width: 100% !important; height: 100% !important; padding: 10px 20px 5px 20px !important; background: transparent !important; }
.menu-pod-nadpisem { background: #f7f7f7; width: 100%; margin-bottom: 15px; }

.tabulka-s-ohranicenim td, .tabulka-s-ohranicenim th { border: 1px solid; padding: 5px 10px 5px 10px; }
.tabulka-s-ohranicenim td { background-color: transparent; border-color: #dddddd; }
.tabulka-s-ohranicenim th { background-color: #f7f7f7; border-color: #bbbbbb; }

.tabulka-bez-ohraniceni td, .tabulka-bez-ohraniceni th { padding: 2px 10px 2px 0px; }

.tabulka-formular td, .tabulka-formular th { line-height: 30px; padding: 0 10px 0 0; }
.tabulka-formular textarea { width: 250px; }
#prohodit-pole { width: 19px; background: url(http://www.plutanium.cz/system_img/znacky/prohodit.png) left 10px  no-repeat; margin: 8px 5px 5px 5px; }

.hr-hover tr:hover        { background: #eeeeee !important; }
tr.tabulka-hlavicka,
tr.tabulka-hlavicka:hover { background: #eeeeee; }

ul, li { margin-top:   0px; padding-top:   0px; margin-bottom: 0px; }
ul     { margin-left: 10px; padding-left: 10px; }
ul.bez-puntiku, ul.bez-puntiku ul { list-style-type: none }

ul.seznam.fajfky, ul.seznam.plusy, ul.seznam.modre-plusy, ul.seznam.minusy, ul.seznam.oranzove-minusy { margin-top: 15px; list-style: none; }
ul.seznam.fajfky          li { background: url('http://www.plutanium.cz/system_img/ikony/tick.png')         no-repeat; background-position: 2px 0px; margin-bottom: 10px; line-height: 1.7em; padding-left: 26px; }
ul.seznam.plusy           li { background: url('http://www.plutanium.cz/system_img/ikony/plus.png')         no-repeat; background-position: 2px 5px; margin-bottom: 10px; line-height: 1.7em; padding-left: 26px; }
ul.seznam.modre-plusy     li { background: url('http://www.plutanium.cz/system_img/ikony/plus_blue.png')    no-repeat; background-position: 2px 5px; margin-bottom: 10px; line-height: 1.7em; padding-left: 26px; }
ul.seznam.minusy          li { background: url('http://www.plutanium.cz/system_img/ikony/minus.png')        no-repeat; background-position: 2px 5px; margin-bottom: 10px; line-height: 1.7em; padding-left: 26px; }
ul.seznam.oranzove-minusy li { background: url('http://www.plutanium.cz/system_img/ikony/minus_orange.png') no-repeat; background-position: 2px 5px; margin-bottom: 10px; line-height: 1.7em; padding-left: 26px; }
.kd-prispevek-text ul.seznam.fajfky { margin-left: 0; padding-left: 5px; }
ul.seznam.cislovany          { font-weight: bold;   list-style-type: decimal; }
ul.seznam.cislovany span     { font-weight: normal; }
ul.seznam.pomlcky            { list-style: none; padding: 0px; margin: 0 0 0 6px }
ul.seznam.pomlcky  li:before { content: '–'; }
ul.seznam.pomlcky  li span   { display: inline-block; vertical-align: top; margin-left: 5px; width: 90% }



blockquote.classic { background: transparent; font-family: 'Trebuchet MS', Calibri, Tahoma; font-size: 18px; line-height: normal; margin: 20px 0px; padding: 1em 0em; position: relative; text-indent: 60px; _text-indent: 15px; }

blockquote.classic   .blockquote-start { font-size: 500%; text-indent: 0px; margin: -35px 0em -5em 0em; float: left; position: relative;  }
blockquote.classic > .blockquote-start { position: absolute; top: -15px; left: 0px; float: none; margin: 0px; }
blockquote.classic   .blockquote-end   { font-size: 500%; _margin-top: -55px; float: right; text-indent: 0px; }
blockquote.classic > .blockquote-end   { margin-top: -10px; }

cite.classic { font-style: normal; float: right; position: relative; top: -15px; }

      cite.kd-citace           { font-style: normal; font-weight: bold; margin: 10px 0px 0px 20px; font-size: 9px; }
blockquote.kd-citace, dd, .kod { margin: 5px 20px 10px 20px; padding: 8px 8px 8px 8px;  }
blockquote.kd-citace, dd,
.kod, .inline-kod              { background: #eeeeee; border: #bbbbbb 1px solid; border-radius: 5px; text-align: left; }
.form-ramecek                  { background: transparent;  border: #999999  1px solid; margin-left: 10px; padding: 10px; border-radius: 5px; }
.boxik    { -webkit-text-size-adjust: none; background: #eeeeee; padding: 10px 5px 10px 15px; margin: 0px 15px 0 0; border-radius: 15px; }

.tlacitko-znacka:link, .tlacitko-znacka:visited, .tlacitko-znacka:active, .tlacitko-znacka:hover
{ display: block; float: left; height: 22px; overflow: hidden; cursor: default; background: #7486B1; padding: 0px; margin-top: 2px; line-height: 100%; }

.tlacitko-znacka:link    img,
.tlacitko-znacka:visited img,
.tlacitko-znacka:active  img { opacity: 1.0; filter: alpha(opacity=100); border: #bfbfbf 1px solid; }
.tlacitko-znacka:hover   img { opacity: 0.8; filter: alpha(opacity=80);  border: #7486B1 1px solid; }

#tooltip-core-div { display: block; position: absolute; z-index: 999; background: #f8f8f8 top left no-repeat; padding: 8px 12px 8px 12px; margin-left: 5px; text-align: left; color: black;
border: 1px solid #bfbfbf; border-radius: 7px;
-moz-box-shadow: 0px 0px 20px -10px black; box-shadow: 2px 2px 20px -10px black; }


html { min-height: 100%; overflow-y: scroll; }
body { height: 100%; }

#page-div1 { min-height: 100%; margin: 0 auto; }
#page-div2 { width:  100%; margin: 0 auto; text-align: left; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

#menu-administracni   { background: #f8f8f8; width: 100%; border-top: 1px solid #e8e8e8; border-bottom: 0; padding-left: 1px; padding-right: 1px; 
                        font-family: Verdana; font-size: 12px; line-height: 30px; text-align: left; position: fixed; bottom: 0; left: 0; -webkit-text-size-adjust: none; z-index: 999 }
#menu-administracni a { padding: 5px 7px; margin: 0px; }
#menu-administracni a:link,
#menu-administracni a:visited { text-decoration: none; margin: 0px; }
#menu-administracni a:active,
#menu-administracni a:hover   { text-decoration: none; margin: -1px; color: black; border: 1px solid #e8e8e8; background: #f8f8f8; }

#menu-administracni a.plutanium-logo { display: block; float: left; height: 20px; width: 26px; }
#menu-administracni a.plutanium-logo:link,
#menu-administracni a.plutanium-logo:visited { margin: 0px; border: 0px; background: transparent url('http://www.plutanium.cz/system_img/ikony/plutanium_adminbar_logo1.png') no-repeat center center; }
#menu-administracni a.plutanium-logo:active,
#menu-administracni a.plutanium-logo:hover   { margin: 0px; border: 0px; background: transparent url('http://www.plutanium.cz/system_img/ikony/plutanium_adminbar_logo2.png') no-repeat center center; }


.login-form input[type='text'],       .login-form input[type='password'],       input[type='submit'],
.login-form input[type='text']:hover, .login-form input[type='password']:hover, input[type='submit']:hover
	{
	padding: 8px 10px 8px 10px;
	margin: 0 0 10px;
	font-weight: bold;
	border: 1px solid #cecece;
	border-radius: 7px;
	
	-webkit-box-shadow: -2px -2px 3px rgba(205,205,205, 0.3);
	-moz-box-shadow:    -2px -2px 3px rgba(205,205,205, 0.3);
	box-shadow:         -2px -2px 3px rgba(205,205,205, 0.3);
	
	-webkit-transition: -webkit-box-shadow 0.3s linear, background 0.3s linear;
	-moz-transition:    -moz-box-shadow    0.3s linear, background 0.3s linear;
	transition:          box-shadow        0.3s linear, background 0.3s linear;

	background: rgba(255, 255, 255, 0.7);
	font-size: 150%;
	}

input[type='submit'], input[type='submit']:hover { padding-left: 20px; padding-right: 20px; font-size: 18px }

.login-form  input[type='text']:hover,
             input[type='submit']:hover,
.login-form  input[type='password']:hover
	{
	-moz-box-shadow:    0 0 12px #82cce8;
	-webkit-box-shadow: 0 0 12px #82cce8;
	box-shadow:         0 0 12px #82cce8;
	
	background: rgba(255, 255, 255, 0.75);
	
	-webkit-transition: -webkit-box-shadow 0.2s linear, background 0.3s linear;
	-moz-transition:    -moz-box-shadow    0.2s linear, background 0.3s linear;
	transition:          box-shadow        0.2s linear, background 0.3s linear;
	}

input[type='submit']:hover { background: rgba(255, 255, 255, 1); }

.login-form  input[type='text']:focus,     .login-form input[type='text']:active,
             input[type='submit']:focus,               input[type='submit']:active,
.login-form  input[type='password']:focus, .login-form input[type='password']:active
	{
	-moz-box-shadow:    0 0 12px #82cce8;
	-webkit-box-shadow: 0 0 12px #82cce8;
	box-shadow:         0 0 12px #82cce8;
	
	background: rgba(255, 255, 255, 1);
	outline: none;
	}

input[type='submit']::-moz-focus-inner { border : 0px; }



/*   zakladni nastaveni   */
body
{
font-family:  Verdana, Arial, sans-serif;
font-size:    12px;
text-align:   left;
color:        #000000;
line-height:  100%;
background:   white;
margin:       0px;
padding:      0px;
padding-bottom: 30px;
}

.hlavni-tabulka { width: 100%; height: 100%; padding: 0px; }
.logo      { font-size: 9px; background: #314F95 url('http://www.plutanium.cz/system_img/pozadi/pozadi_logo.png');          color: #ffffff; height: 135px; padding: 0px; }
.copyright { font-size: 9px; background: #314F95 url('http://www.plutanium.cz/system_img/pozadi/pozadi_copyright.png');     color: #ffffff; height: 30px; text-align: center; vertical-align: middle; }

.hlavni-bunka    { background: white; border: 0px; padding: 25px; width: 100%; max-width: 700px }
.hlavni-bunka h1 { margin-top: 15px; margin-bottom: 15px; font-size: 19px; color: #314F95; line-height: normal; }
.hlavni-bunka h2 { margin-top: 30px; margin-bottom: 10px; font-size: 15px; color: #314F95; line-height: normal; font-weight: bold; }
.hlavni-bunka-div{ max-width: 1000px; margin-left: auto; margin-right: auto; }

.menu-0    { font-size: 9px; background: #314F95 url('http://www.plutanium.cz/system_img/pozadi/pozadi_menu_podlogem.png'); color: #ffffff; height: 10px; }
.menu-1    { font-size: 11px; color: #ffffff; background: #8496BE url('http://www.plutanium.cz/system_img/pozadi/pozadi_menu_leve.png')   repeat-y left;  padding: 0px; padding-top: 10px; padding-bottom: 30px; }
.menu-2    { font-size: 11px; color: #ffffff; background: #8496BE url('http://www.plutanium.cz/system_img/pozadi/pozadi_menu_prave.png')  repeat-y right; padding: 0px; padding-top: 10px; padding-bottom: 30px; }
.menu-1 h1 { font-size: 13px; color: #ffffff; background: #7486B1  url('http://www.plutanium.cz/system_img/pozadi/pozadi_menu_prave.png') repeat-y left;  margin: 30px 0px 0px 0px; padding: 1px 0 1px 0px }
.menu-2 h1 { font-size: 13px; color: #ffffff; background: #7486B1  url('http://www.plutanium.cz/system_img/pozadi/pozadi_menu_leve.png')  repeat-y right; margin: 30px 0px 0px 0px; padding: 1px 0 1px 0px }

.menu-1 a,     .menu-2 a     { width: 170px; }
.menu-1-sirka, .menu-2-sirka { width: 170px; }

.tabulka-s-ohranicenim th { background-color: #f9f9f9; border-color: #bbbbbb }

.hlavni-bunka .box-nadpis   { background: #314F95 url('http://www.plutanium.cz/system_img/pozadi/pozadi_tabulka_nadpis.png') center repeat-y; }

/*   nastaveni vzhledu odkazu   */
a:link       { text-decoration: none;      color: #333333; }
a:visited    { text-decoration: none;      color: #333333; }
a:active     { text-decoration: underline; color: #666666; }
a:hover      { text-decoration: underline; color: #666666; }

.hlavni-bunka h1 a:link    { color: #314F95; }
.hlavni-bunka h1 a:visited { color: #314F95; }
.hlavni-bunka h1 a:active  { color: #8496BE; text-decoration: none; }
.hlavni-bunka h1 a:hover   { color: #8496BE; text-decoration: none; }

.menu-2 a:link,    .menu-1 a:link    { color: #ffffff; display: block; }
.menu-2 a:visited, .menu-1 a:visited { color: #ffffff; display: block; }
.menu-2 a:active,  .menu-1 a:active  { color: #ffffff; display: block; text-decoration: none; background: #7486B1; }
.menu-2 a:hover,   .menu-1 a:hover   { color: #ffffff; display: block; text-decoration: none; background: #7486B1; }

.menu-0 a:link,
.menu-0 a:visited,
.menu-0 a:active,
.menu-0 a:hover { color: #ffffff; }

.copyright a:link,
.copyright a:visited,
.copyright a:active,
.copyright a:hover     { color: #ffffff; }

.box-kd:link,
.box-kd:visited { color: #000000; }
.box-kd:active,
.box-kd:hover   { color: #666666; }

a.foto-tydne, a.foto-tydne:hover, .menu-1 a.foto-tydne:active	{ background: transparent; }
a.box-nadpis:link, a.box-nadpis:visited, a.box-nadpis:active, a.box-nadpis:hover { color: white; display: block; background: transparent; }

#menu-administracni { border-top-color: #d8d8d8 }
#menu-administracni a:active,
#menu-administracni a:hover { color: black; background: #fff; border-color: #d8d8d8; }


/*   globalni styl celeho CMS   */
.vypis-volby a { border-bottom: 0 !important; }
.boxik h2 { padding-top: 0px; margin-top: 0px; }
.boxik h3 { padding-top: 0px; margin-top: 0px; }
.mac .boxik h2,
.mac .boxik h3 { margin-top: 5px; }

.gs-polozka-nahled:link,    .odkaz-v-ramecku:link,
.gs-polozka-nahled:visited, .odkaz-v-ramecku:visited { background: #f8f8f8;       border: #e8e8e8       1px solid !important; border-radius: 4px; }
.gs-polozka-nahled:hover,   .odkaz-v-ramecku:hover,
.gs-polozka-nahled:active,  .odkaz-v-ramecku:active  { background: #eeeeee; border: #aaaaaa 1px solid !important; border-radius: 4px; }

.gs-polozka-nahled:link, .gs-polozka-nahled:visited, .gs-polozka-nahled:hover, .gs-polozka-nahled:active
{ display: block; width: 150px; height: 125px; overflow: hidden; font-size: 11px; text-align: center; text-decoration: none; padding-top: 4px; margin: 2px 2px 2px 2px; }

.odkaz-v-ramecku-zvoleny, .odkaz-v-ramecku:link, .odkaz-v-ramecku:visited, .odkaz-v-ramecku:hover, .odkaz-v-ramecku:active { text-decoration: none; padding: 4px 6px; margin: 1px 1px 15px 1px }
.odkaz-v-ramecku-zvoleny { background: #C6CEE2; border: #7486B1 1px solid; border-radius: 4px; }
span.odkaz-v-ramecku-zvoleny { cursor: default; }

.menu { display: inline; position:relative; padding:0; margin:0;}
.menu ul { padding:0px; position:relative;list-style-type: none;visibility:hidden; position:absolute; background: #f8f8f8; border: #e8e8e8 1px solid; border-bottom: 0px; }
.menu ul li { padding:0px; }

.menu:hover ul, .menu a:hover ul {visibility:visible; bottom:8px; left:-100px; border-radius: 5px; }

.menu:hover ul li, .menu a:hover ul li { display:block; width:230px; clear:both;  }

.menu:hover ul li a, .menu a:hover ul li a {display:block; padding:0 4px 0 4px; }

.menu:hover ul li a:hover, .menu a:hover ul li a:hover {background:#dfc184; color:#000;}

.menu:hover ul.left, .menu a:hover ul.left {left:-130px;}


