/* License: AGPLv3 or later (http://www.gnu.org/licenses/), Copyright Chris Morgan (2010), Martin Owens (2012) */

@import "https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/css/ubuntu.css";
@import "https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/css/libertine.css";

@font-face {
  font-family: 'EuphoriaScript';
  src: url("https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/fonts/euphoriascript-regular.ttf") format("truetype");
}
.debugwarn a span {
  color: red !important;
  animation: warning 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes warning {
  0% { opacity: 1.0 }
  90% { opacity: 1.0 }
  100% { opacity: 0.0 }
}

/* generic content styles */
body {
  width: 960px;
  margin: 0 auto !important;
  background-color: white;
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 10px, #ffffff 75px);
  background-repeat: no-repeat;
  font-size: 11pt;
  font-family: 'Ubuntu', 'Liberation Sans', sans-serif;
  color: #333333;
}
:link, :visited {
  text-decoration: none;
  color: #d55500;
}
:link:hover, :link:active, :visited:hover, :visited:active {
  text-decoration: underline;
}
ul, ol {
  padding: 0 0 0 30px;
  margin: 0.5ex 0;
}
ul.ticks li {
  list-style: none;
  background: left center url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/bullet-tick.png) no-repeat;
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/bullet-tick.svg);
  margin-left: -22px;
  padding: 2px 0 2px 22px;
}
pre {
  background-color: #f5f5f5;
  padding: 0.5ex 0.5em;
  margin: 0.5ex 0;
  overflow: auto;
}
p {
  margin: 0.8em 0;
}
p,
#shield .tabs,
.hyphened, 
figcaption {
  hyphens: auto;
}
code, kbd, tt,
.not-hyphened {
  hyphens: none;
}

h1, #google-groups-logo {
  font-family: LinuxLibertineORegular, "Trebuchet MS", Ubuntu, "Liberation Sans", FreeSans, sans-serif;
}
h1 {
  font-size: 240%;
  line-height: 35px;
  font-weight: normal;
  margin: 0.5ex 0 0.5ex;
}
h2, h3, h4, h5, h6 {
  color: black;
  margin: 1.5ex 0 0.5ex;
}
h2 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 1.5ex 0 0.5ex;
  border-bottom: 1px solid #ddd;
}
.page h2 {
  font-size: 1.5em;
  margin-top: 3.5ex;
  line-height: 1.1;
}
h3 {
  font-size: 1.15em;
  font-weight: normal;
  margin: 1.5ex 0 0.5ex;
}
.page h3 {
  font-size: 1.3em;
  margin-top: 2.5ex;
}
h4 {
  font-weight: bold;
  font-size: 1em;
  margin: 1.5ex 0 0.5ex;
}
.page h4 {
  font-size: 1.15em;
  font-weight: normal;
  margin-top: 2ex;
}
.page h5 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}
.page h6 {
  color: #555;
  font-size: .85em;
}

video {
  margin-bottom: 30px;
}

th[scope="row"] { text-align: right; }
th[scope="col"] { text-align: center; }

.truncate, .truncate * {
  overflow: hidden;
  text-overflow: ellipsis;
}

.clearfix:after,
.header .nav:after,
#content > div.wrapper:after {
  content: " "; /* Older browsers don't support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* styles for cms picture plugin and picture_plus plugin */

figure.plugin_picture {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
  padding: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 7px 7px;
  background-color: #f2f2f2;
  margin: 1ex 1.5em;
  display: inline-block;
}

figure.plugin_picture img {
  background-color: #fff;
}

figure.plugin_picture.align-right, span.plugin_picture.align-right img {
  display: block;
  float: right;
  margin: 1ex 0 1ex 1.5em;
}
figure.plugin_picture.align-left, span.plugin_picture.align-left img {
  display: block;
  float: left;
  margin: 1ex 1.5em 1ex 0;
}

figure.plugin_picture.align-center, span.plugin_picture.align-center img {
  display: block;
  margin: 1ex auto;
}

.plugin_picture figcaption {
  font-size: 0.9em;
  line-height: 120%;
  padding: 6px 12px;
  margin: 0;
  display: inline-block;
  text-align: left;
}

/* for IE */
a img {
  border: 0px;
}

/* for Tables of Contents on long pages */
#toc {
  background-color: white;
  border: 1px solid #ddd;
  font-size: 12pt;
  line-height: 150%;
}
div.toc,
#toc.right {
  float: right;
  margin: 1em -1em 1em 1em;
  padding: 1em;
  width: 40%;
}
#toc.inline {
  margin-top: 1em;
  padding: 2ex;
}
div.toc h2, #toc h2 {
  font-size: 120%;
  text-align: center;
  margin: 0 0 0.5ex 0;
  border: 0;
  padding: 0;
}
div.toc ul, #toc.right ul,
div.toc ol, #toc.right ol {
  margin: 0;
  padding: 0 0 0 1em;
}
/* specific styles for layout */
#content {
  padding: 20px;
  margin-bottom: 32px;
  background-color: white;
  background-image: linear-gradient(to bottom, #eee, #fff 100px);
  line-height: 150%;
  min-height: 500px;
}
#content .summary {
  font-size: 12pt;
  line-height: 160%;
  margin-bottom: 10px;
}
#content > div.wrapper {
  margin: -20px;
  padding: 20px;
  min-height: 500px;
}
.readmore {
  margin-top: -10px;
  text-align: right;
  font-size: 11px;
  line-height: 11px;
}
.postdate {
  margin-top: 0;
  font-size: 80%;
  color: #666666;
}

#topsearch {
  position: absolute;
  top: 60px;
  right: 0px;
}

#topsearch * {
  margin: 0;
  vertical-align: top;
}
#topsearch #q {
  width: 140px;
  height: 20px;
  background-color: white;
  background-image: none;
  box-shadow: inset 0 0 1px #999999;
  border-radius: 6px 0px 0px 6px;
  border-width: 1px 0px 1px 1px;
  border-color: #989898;
  border-style: solid;
  padding: 4px;
  margin-right: -3px;
  font-size: 12px;
  text-indent: 6px;
}
#topsearch button {
  background: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/search.png);
  background-repeat: no-repeat;
  background-color: #4d4d4d;
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #b4b4b4 100%);
  width: 33px;
  height: 30px;
  border: 1px solid #989898;
  border-radius: 0px 6px 6px 0px;
}
/* logo styling */
#logo {
  float: left;
  margin-top: 28px;
  cursor: default;
  color: #000000;
}
#logo img {
  float: left;
  margin: 0;
  border: 0;
}
#logo :link, #logo :visited {
  color: #000000;
}
#logo :link:hover, #logo :link:active, #logo :visited:hover, #logo :visited:active {
  text-decoration: none;
}
#logo h1 {
  font-family: LinuxLibertineORegular, "Trebuchet MS", Ubuntu, "Liberation Sans", FreeSans, sans-serif;
  margin: 0 0 0 64px;
  padding: 0;
  border: 0;
  font-weight: normal;
  line-height: 41px;
  text-transform: uppercase;
  font-size: 34px;
}
#logo h1 a {
  padding-left: 17px;
  display: block;
}
#logo h2 {
  margin: -4px 0 0 64px;
  padding: 0;
  border: 0;
  font-size: 28px;
  font-weight: normal;
  font-family: EuphoriaScript;
}
#logo h2 a {
  padding-left: 17px;
  display: block;
  text-align: center;
}
/* dropdowns on the top-right */
#tabs {
  float: right;
  margin: 0;
  padding: 0;
  color: white;
  list-style: none;
  white-space: nowrap;
  font-size: 10pt;
  cursor: default;
}
#tabs p {
  margin: 0;
}
#tabs a {
  display: block;
  color: white;
  outline: 0;
  text-decoration: none;
}
#tabs a:hover,
#tabs a.selected {
  background: #555;
}
#tabs > li {
  position: relative;
  float: left;
  margin-left: 5px;
}
#tabs > li > p,
#tabs > li > p a {
  padding: 5px 10px 7px;
  border-radius: 0 0 5px 5px;
}
#tabs > li > p {
  background: #333;
}
#tabs > li > p a {
  margin: -5px -10px -7px;
}
#tabs > li.dropdown:hover > p,
#tabs > li.dropdown.focused > p,
#tabs > li.dropdown:hover > p a,
#tabs > li.dropdown.focused > p a {
  border-radius: 0;
  padding-bottom: 12px;
}
#tabs > li.dropdown:hover > p a,
#tabs > li.dropdown.focused > p a {
  margin-bottom: -12px;
}
#tabs > li.dropdown > div {
  display: none;
  position: absolute;
  right: 0;
  z-index: 10;
  min-width: calc(100% + 5px);
  border-radius: 5px 0 5px 5px;
  box-shadow: 0px 7px 7px rgba(17, 17, 17, 0.5);
  background: #333;
}
#tabs > li.dropdown:hover > div,
#tabs > li.dropdown.focused > div {
  display: block;
}
#tabs > li.dropdown > div hr {
  margin: 5px 20px;
}
#tabs > li.dropdown > div > p a {
  padding: 6px 20px;
}
#tabs > li > div > p:first-child a {
  border-radius: 5px 0 0 0;
}
#tabs > li > div > p:last-child a {
  border-radius: 0 0 5px 5px;
}
/* Login topdrop */
#tabs img.userphoto {
  width: 64px;
  height: 64px;
  font-size: 0;
}
#alerts:before,
#resources:before {
  content: " ";
  display: block;
  width: 16px;
  height: 14px;
  text-decoration: none;
}
#alerts:before {
  background: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/message.svg) 0 50% no-repeat;
}
#resources:before {
  background: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/resource.svg) 0 50% no-repeat;
}
#alerts.alert {
  background-position: -16px;
  animation: pulse 0.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% { transform: rotate(-2deg); box-shadow: 0px 0px 0px 0px #bacef9; opacity: 1.0 }
  20% { opacity: 0.4 }
  30% { opacity: 1.0 }
  40% { opacity: 0.4 }
  100% { transform: rotate(2deg); box-shadow: 0px 0px 2px 0px #bacef9; opacity: 0.4 }
} 
#cleartop {
  height: 110px;
}
#header-right {
  position: relative;
}
/* navigation */
.header .nav {
  background: #4d4d4d;
  background-image: linear-gradient(to bottom, #4d4d4d 0%, #1a1a1a 100%);
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #262626;
  clear: both;
  text-align: right;
  z-index: 5;
  position: relative;
  padding-left: 50px;
}
#menu-toggle {
  display: none;
  float: left;
  margin-top: -42px;
  padding: 8px;
  border: 0;
  border-radius: 5px;
  background: #333;
  cursor: pointer;
}
#menu-toggle.expanded {
  border-bottom: 10px solid #333;
  border-radius: 5px 5px 0 0;
}
#menu-toggle > div {
  width: 22px;
  height: 2px;
  background: white;
}
#menu-toggle > div + div {
  margin-top: 5px;
}
#menu {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  width: calc(100% - 1px);
  border-left: 1px solid #333333;
}
#menu li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#menu :link, #menu :link:hover, #menu :link:active,
#menu :visited, #menu :visited:hover, #menu :visited:active {
  color: white;
  text-decoration: none;
}
#menu a {
  display: block;
  padding: 8px 10px;
  outline: 0;
  font-size: 13px;
  line-height: 18px;
}
#menu > li {
  display: table-cell;
  vertical-align: top;
}
#menu > li > a {
  padding: 17px 8px;
  white-space: nowrap;
  border-left: 1px solid #5a5a5a;
  border-right: 1px solid #333333;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
#menu > li.selected > a,
#menu > li.ancestor > a,
#menu > li > a:focus {
  background: #333333;
  background-image: linear-gradient(to bottom, #333, #444, #333);
}
#menu > li:hover > a,
#menu > li.activated > a {
  background: #333333;
  background-image: linear-gradient(to bottom, #333, #4d4d4d);
}
#menu > li:last-child a {
  color: #ff7e28;
}
#menu > li:last-child > a {
  border-right: 0;
  border-top-right-radius: 10px;
}
#menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 155px;
  border-top: 1px solid #141414;
  background: #4d4d4d;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}
#menu li:hover:not(.clicked) > ul,
#menu li.activated > ul {
  display: block;
}
#menu li li.main > a {
  font-size: inherit;
  font-weight: bold;
}
#menu li li.selected > a,
#menu li li:hover > a,
#menu li li.activated > a,
#menu li li > a:focus {
  background: #333333;
}
#menu li li ul {
  top: 0;
  left: 100%;
  border-top: 0;
}
body > .footer {
  clear: both;
  border-top: 4px solid #0d0d0d;
  background-color: #333333;
  background-image: radial-gradient(circle farthest-corner at center 20px, #4d4d4d 0%, #333333 300px);
  border-radius: 0 0 10px 10px;
  padding: 20px;
  color: white;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 16px;
}
body > .footer a:link, .footer a:visited {
  color: white;
  text-decoration: none;
}
body > .footer a:link:hover,
body > .footer a:link:active {
  color: white;
  text-decoration: underline;
}
body > .footer p {
  clear: left;
  text-align: center;
  font-size: 11px;
  position: relative;
  margin: 0px 60px 0px 60px;
  top: -6px;
}
body > .footer .nav ul {
  list-style-type: none;
  padding-left: 0;
}
.button {
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  display: block;
  background: #eeeeee;
  background-image: linear-gradient(to bottom, #ffffff, #b4b4b4);
  border: 1px solid #999999;
  border-radius: 7px;
  color: #333333;
  outline: 0;
  cursor: pointer;
}
.button:hover, a.button:focus, a.button:active {
  text-decoration: none;
  background: white;
  background-image: linear-gradient(to bottom, white, #c6c6c6);
}
#final-footer {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
#final-footer :link,
#final-footer a,
#final-footer :link:visited,
#final-footer :link:active,
#final-footer span {
  color: #aaa;
  padding: 10px;
  margin: 15px 8px;
}
#final-footer :link:hover,
#final-footer a:hover {
  color: #ff7e28;
  text-decoration: none;
}
#left-column {
  float: left;
  width: 680px;
  padding: 0 20px 0 0;
}
.page #left-column > h2:first-child {
  margin-top: 12px;
}
hr {
  margin: 30px 0;
  color: #d2d2d2;
  background-color: #d2d2d2;
  border: 0;
  height: 1px;
}
#right-sidebar {
  float: right;
  width: 200px;
  padding: 0 0 20px 20px;
}
#right-sidebar .search input {
  width: 180px;
  padding: 3px;
} 
#right-sidebar .search a {
  position: relative;
  float: right;
  top: -24px;
  left: -10px;
}
#right-sidebar .search a img {
  width: 15px;
}
#right-sidebar th {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  padding-left: 4px;
}
#right-sidebar td {
  font-size: 14px;
  font-weight: bold;
}
#right-sidebar ul {
  padding-left: 20px;
}
#right-sidebar .download-box {
  margin: 20px 0 40px;
}
#right-sidebar h2, #right-sidebar h2 :link, #right-sidebar h2 :visited {
  color: #333333;
  font-size: 16px;
}
#right-sidebar > h2:first-child {
  margin-top: 18px;
}
#right-sidebar hr {
  margin: 30px 0;
  color: #e6e6e6;
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  width: 100%;
}
#sidecategory ul {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}

#sidecategory .btn {
  margin-bottom: 6px;
  display: block;
}

#sidecategory ul > li,
#sidecategory ul form {
  padding: 2px 4px 2px 15px;
  margin-bottom: 1px;
  border-radius: 11px;
  text-decoration: none;
  color: #798488;
  display: block;
  line-height: 150%;
  font-size: 10.5pt;
}

#sidecategory ul > hr {
  margin: 0px;
}

#sidecategory ul a:focus {
  outline: none;
}

#sidecategory li:not(.active):hover {
  background-color: #e7e9ea;
  text-shadow: 0 1px 0 #ffffff;
  color: #3f4547;
}
#sidecategory li.subtle.active {
  background-color: #3a95c4;
  color: white;
}

#sidecategory li > span > a {
  margin-left: 4px;
}
#sidecategory li > span {
  display: table-cell;
  vertical-align: middle;
}
#sidecategory li > a > span,
#sidecategory li > span > a,
#sidecategory li > a > span > span,
#sidecategory ul button {
  background-color: #3a95c4;
  color: white;
  border-radius: 11px;
  display: table-cell;
  padding: 0px 8px;
  vertical-align: middle;
  border: none;
  text-shadow: none;
}
#sidecategory li.subtle > a > span {
  background-color: #f5f5f5;
  color: #666;
}
#sidecategory li > span > a.no {
  background-color: #c43040;
}
#sidecategory li > span > a:hover {
  background-color: #2a85a4;
  text-decoration: none;
}
#sidecategory li > span > a.no:hover {
  background-color: #a42030;
}
#sidecategory li label,
#sidecategory ul form input {
  display: table-cell;
  width: 100%;
  border: none;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}
#sidecategory a:link label {
  cursor: pointer;
}
#sidecategory ul form {
  margin-top: 2px;
  border: 1px solid #fff;
}
#sidecategory ul form:hover {
  border: 1px inset #999;
  background-color: #eee;
}
#sidecategory ul form input {
  width: 150px;
  background-color: transparent;
  color: #888;
  cursor: auto;
}
#sidecategory ul form button {
  width: 26px !important;
  margin-top: -3px;
  visibility: hidden;
}
#sidecategory ul form:hover button {
  visibility: visible;
}

#sidecategory li.active a span {
  background-color: white;
  color: #3f4547;
}

#sidecategory input {
  width: 100%;
  border-radius: 11px;
  padding-left: 8px;
  margin-bottom: 12px;
}

#item-footer .tag, #sidecategory .tag {
  background-color: #444;
  border: #eee 1px inset;
  border-radius: 3px;
  color: white;
  padding: 1px 5px;
  margin: 2px 0;
}

#sidecategory .tag > img {
  vertical-align: text-top;
}

#item-footer .tag {
  float: left;
  margin: 0px 2px;
}

#sidecategory .tag {
  display: inline-block;
}

#sidecategory .tag.selected {
  background-color: #eee;
  color: #444;
}

#sidecategory .tag:hover, #item-footer .tag:hover {
  background-color: #999;
  text-decoration: none;
}

ol.checklist > li.done {
  font-weight: bold;
}

ol.checklist ul {
  list-style: none;
  padding: 0px;
}
ol.checklist ul li
{
  background: left center url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/bullet-pass.png) no-repeat;
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/bullet-pass.svg);
  margin-left: 12px;
  padding: 2px 0 2px 22px;
}
ol.checklist ul li.done
{
  background: left center url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/bullet-tick.png) no-repeat;
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/bullet-tick.svg);
}

ul.help {
  list-style-image: url('https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/icons/help.svg');
}

a.roundel {
  float: right;
}
a.roundel img {
  padding: 3px;
}

#messages:empty {
  display: none;
}
#messages {
  list-style-type: none;
  background-color: #1A1A1A;
  margin: -4px 0px;
  padding: 12px 4px;
}
#messages li {
  border: 2px solid white !important;
  border-radius: 8px;
  color: white;
  padding: 12px 52px;
  margin: 4px 30px;
  background: 9px center url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/messages/none.svg) no-repeat;
}
#messages .x-close {
  float: right;
  position: relative;
  top: -5px;
  right: -34px;
  font-weight: bold;
  font-size: 150%;
  cursor: pointer;
}
#messages .info {
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/messages/info.svg);
  background-color: #3465a4;
  border-color: #204a87;
}
#messages .success {
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/messages/success.svg);
  background-color: #73d216;
  border-color: #4e9a06;
}
#messages .warning {
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/messages/warning.svg);
  background-color: #f57900;
  border-color: #ce5c00;
}
#messages .error {
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/messages/error.svg);
  background-color: #cc0000;
  border-color: #a40000;
}
#messages a {
  color: white;
  font-weight: bold;
}

/* popup provider */
#blanket {
  background-color:#111;
  opacity: 0.65;
  position: fixed;
  z-index: 9001;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
#popup {
  background-color: white;
  border: 1px solid #ddd;
  opacity: 1.0 !important;
  padding: 15px;
  position: fixed;
  z-index: 9002;
  min-height: 130px;
  min-width: 400px;
  text-align: center;
  border-radius: 8px;
}

#columns {
  margin-top: -110px;
  padding-top: 100px;
  padding-left: 8px;
  min-height: 0;
  background-color: white;
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 140px);
  line-height: 140%;
}
#columns > .column {
  height: 100%;
  padding: 0 12px 8px;
  width: 260px;
  border-right: 1px solid #b3b3b3;
  display: table-cell;
}
#columns > .column:last-child {
  width: 350px;
  border: 0px solid;
}
#columns h1 {
  font-family: "Trebuchet MS", Ubuntu, "Liberation Sans", FreeSans, sans-serif;
  background-color: #e6e6e6;
  border-radius: 4px;
  font-size: 18px;
  line-height: 18px;
  padding: 11px 12px;
  color: #333333;
  margin-top: 0;
}
#columns h1 a {
  display: block;
  margin: -11px -12px;
  padding: 11px 12px;
  color: inherit;
}
#columns h2 {
  color: #d55500;
  font-size: 13px;
  font-weight: bold;
}

/* style for tables with alternating rows */
form.settingsform {
  display: inline-block;
  text-align: center;
}

table.alternating {
  border-collapse: collapse;
  margin: 20px 0 40px 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
}

table.alternating td, table.alternating th {
  padding: 8px 12px;
}

table.alternating th {
  background-color: #dddddd;
}

table.alternating tr.odd {
  background-color: #f9f9f9;
}

table.alternating tr.even {
  background-color: #eeeeee;
}

table.alternating th:first-child {
  border-radius: 6px 0 0 0;
}

table.alternating th:last-child {
  border-radius:0 6px 0 0;
}

table.alternating td.left-aligned {
  text-align: left;
}

/* style for contents on HTTP error pages */
div.errtext { 
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* Hackfest donation page css */
div.donationpicparagraph img {
  float: right;
  margin: 20px;
}

div.donationlogo {
  position: relative;
  margin-top: -45px;
  margin-left: 30px;
  margin-bottom: -30px;
}

.donationheadline {
  font-size: 240%;
  font-weight: normal;
  line-height: 35px;
  font-family: LinuxLibertineORegular, "Trebuchet MS", Ubuntu, "Liberation Sans", FreeSans, sans-serif;
}

p.pclear {
  clear: both;
}

div.diff ins {
  color: black;
  background-color: green;
}
div.diff del {
  color: black;
  background-color: red;
}
div.diff del a,
div.diff ins a {
  color: black;
}
div.diff div.page,
div.diff table.page {
  border: 2px solid #ddd;
  background-color: #eee;
  padding: 10px;
  margin-bottom: 20px;
}
div.diff ins,
div.diff del {
  border: 2px solid #ddd;
  padding: 3px;
  text-decoration: none;
}

div.diff table.page th {
  background-color: white;
  padding-right: 5px;
  border: 2px solid #ddd;
}
div.diff table.page td {
  padding: 2px 8px;
  border: 2px solid #ddd;
}
div.diff .ins {
  background-color: #8d9;
  padding: 4px;
}
div.diff .del {
  background-color: #f88;
  padding: 4px;
}
/* ============== Inline Page Tabs =============== */
.inlinepages {
  padding-top: 20px;
}
.inlinepages .tabs {
  display: block;
  border-bottom: 2px solid #ddd;
  padding: 0px;
}
.inlinepages .tabs li {
  list-style: none;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #ddd;
  margin: 0em 2px;
  min-width: 100px;
  text-align: center;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  color: #157;
  cursor: pointer;
  font-weight: bold;
  background-color: #eef;
}
.inlinepages .tabs li:hover,
.inlinepages .tabs li.selected {
  background-color: #fff;
}
.inlinepage {
  display: none;
  width: 95%;
}
.inlinepage.selected {
  display: block;
}

/* ============== Tooltips =============== */

.tooltip {
  font-weight: 400;
  cursor: pointer;
}

div.tooltip {
  display: inline;
}

.tooltip strong {
  font-size: 11pt;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 6px;
}
.tooltip strong:first-child {
  margin-top: 0;
}

.tooltip > span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 15px;
  width: 300px;
  line-height: 16px;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  text-align: left;
  font-size: 10pt;
  position: absolute;
  color: white;
  border: 2px solid #333333;
  background: #444444;
} 

.tooltip:hover > span {
  display: inline-block;
} 

.ttarrow {
  z-index: 20;
  position: absolute;
  width: 14px;
  height: 26px;
  top: 30px;
  border: 0;
  left: -13px;
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20161007181645/https://media.inkscape.org/static/images/icons/tooltiparrow.svg);
}

/* CMS Toolbar */

.cms-toolbar .cms-toolbar-item-inkscape {
  line-height: 46px;
}

.cms-toolbar .cms-toolbar-item-inkscape a {
  background: transparent !important;
  text-indent: 0px !important;
  width: 100px !important;
  text-transform: none !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.cms-toolbar-item-inkscape a span {
  background-color: black;
  border-radius: 4px;
  color: white;
  padding: 0px 4px;
}

/* copied from bootstrap for popUp dialog */
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-right: 5px;
}
.btn:hover {
  text-decoration: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d9534f;
  border-color: #d43f3a;
  background-image: linear-gradient(to bottom, #d9534f, #d43f3a);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0060b0;
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.6);
}
.btn-primary::-moz-focus-inner {
  border: 0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  background-image: none;
}
.headingAnchors{
  display:inline-block;
  padding:0px 4px;
}

.headingAnchors:hover{
  background-color:#ddd;
  text-decoration:none !important;
  border-radius:3px;
}

p#final-footer #dev-stamp {
  position: absolute;
  left: 3px;
  top: -14px;
  margin: 0;
  padding: 0;
  transition: opacity 0.2s ease;
  opacity: 0.05;
}

p#final-footer #dev-stamp:hover {
  transition: opacity 1.5s ease;
  opacity: 1;
}

/* Pagination  */
ul.pagination,
div.pagination {
  display: inline-block;
  margin: 10px 2px 20px;
  padding: 0;
}

ul.pagination li,
div.pagination span,
div.pagination a {
  display: inline-block;
}
ul.pagination li a,
ul.pagination li span,
div.pagination a,
div.pagination span {
  text-decoration: none;
  color: black;
  padding: 6px 12px;
  transition: background-color .3s;
  border: 1px solid #ddd;
  min-height: 24px;
  margin: 2px;
}

ul.pagination li.active span,
div.pagination span.current {
  background-color: #3A95C4;
  border: 1px solid #3A95C4;
  color: white;
}

div.pagination .disabled {
  color: #aaa;
}

ul.pagination li a:hover,
div.pagination a:hover {
  background-color: #ddd;
  text-decoration: none;
}
/* Line profiler css */
#djDebug .line_tb {
  border: 1px red solid;
}
#djDebug .line_tb th {
  text-align: left !important;
  background-color: #eee;
  border-bottom: 1px #ccc solid;
}
#djDebug .line_tb tbody td pre {
  border: 0px;
  margin: 0px;
  background-color: transparent;
}
#djDebug .line_tb tr[weight="NaN"] td,
#djDebug .line_tb tr[weight="NaN"] pre {
  color: #bbb;
}
#djDebug .line_tb tr[weight="5"] td { background-color:  #efefef; }
#djDebug .line_tb tr[weight="10"] td { background-color: #efdfdf; }
#djDebug .line_tb tr[weight="15"] td { background-color: #efcfcf; }
#djDebug .line_tb tr[weight="20"] td { background-color: #efbfbf; }
#djDebug .line_tb tr[weight="25"] td { background-color: #efafaf; }
#djDebug .line_tb tr[weight="30"] td { background-color: #efa8a8; }
#djDebug .line_tb tr[weight="35"] td { background-color: #ef9898; }
#djDebug .line_tb tr[weight="40"] td { background-color: #ef8888; }
#djDebug .line_tb tr[weight="45"] td { background-color: #ef7878; }
#djDebug .line_tb tr[weight="50"] td { background-color: #ef7070; }
#djDebug .line_tb tr[weight="55"] td { background-color: #ef6868; }
#djDebug .line_tb tr[weight="60"] td { background-color: #ef6060; }
#djDebug .line_tb tr[weight="65"] td { background-color: #ef5858; }
#djDebug .line_tb tr[weight="70"] td { background-color: #ef5050; }
#djDebug .line_tb tr[weight="75"] td { background-color: #ef4848; }
#djDebug .line_tb tr[weight="80"] td { background-color: #ef4040; }
#djDebug .line_tb tr[weight="85"] td { background-color: #ef3838; }
#djDebug .line_tb tr[weight="90"] td { background-color: #ef3030; }
#djDebug .line_tb tr[weight="95"] td { background-color: #ef2828; }
#djDebug .line_tb tr[weight="100"] td { background-color: #ef2020; }

#djDebug .djdt-panelContent table {
  display: table !important;
}

#bread .breadcrumbs {
  color: #999;
  background-color: #1a1a1a;
  padding: 5px 16px;
}
#bread .breadcrumbs a {
  color: white;
}

ul.ellipses-hidden li.hide {
  display: none !important;
}
/* button is hidden and then shown by js */
.ellipses-button {
  cursor: pointer;
  display: none;
}
/* Tag Cloud */
.cloud > span > a {
  color: #444;
}
.cloud > span > a:hover {
  text-decoration: none;
}
.cloud span {
  padding: 4px 6px;
}
.cloud span.size0 { font-size: 90%; }
.cloud span.size1 { font-size: 100%; }
.cloud span.size2 { font-size: 120%; }
.cloud span.size3 { font-size: 140%; }
.cloud span.size4 { font-size: 160%; }
.cloud span.size5 { font-size: 180%; }
.cloud span.size6 { font-size: 200%; }

h2.error:before,
label.error:before {
  content: "⚠ ";
}






/*
     FILE ARCHIVED ON 18:16:45 Oct 7, 2016 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 13:39:29 Sep 25, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
