@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('/cms/fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/cms/fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/cms/fonts/OpenSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('/cms/fonts/OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: local('Open Sans Semibold Italic'), local('OpenSans-Semibold-Italic'), url('/cms/fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 100;
  src: local('Open Sans Light'), local('Open Sans Light'), local('OpenSans-Light'), url('/cms/fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway'), url('/cms/fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('/cms/fonts/glyphicons-regular.eot');
  src: url('/cms/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/cms/fonts/glyphicons-regular.woff') format('woff'), url('/cms/fonts/glyphicons-regular.ttf') format('truetype'), url('/cms/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  overflow: hidden;
}
div[ng-view],
div[ng-controller] {
  height: 100%;
  width: 100%;
}
#page-content {
  height: calc(100% - 75px);
  height: -webkit-calc(100% - 75px);
  background-color: white;
}
#footer {
  display: none;
}
body.lang-pl {
  font-family: "Segoe UI", "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*#94C712;*/
html {
  font-size: 14px;
}
.mdd_preview,
#article-content {
  line-height: 1.5;
  padding-bottom: 30px;
}
.mdd_preview h1,
#article-content h1,
.mdd_preview h2,
#article-content h2,
.mdd_preview h3,
#article-content h3,
.mdd_preview h4,
#article-content h4,
.mdd_preview h5,
#article-content h5,
.mdd_preview h6,
#article-content h6 {
  line-height: 1;
}
.mdd_preview dl,
#article-content dl {
  margin-bottom: 20px;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  font-size: inherit;
  background-color: #FAFAFA;
  padding: 20px;
}
.mdd_preview dl dt,
#article-content dl dt {
  margin-top: 24px;
  font-weight: bold;
}
.mdd_preview dl dt h3,
#article-content dl dt h3 {
  margin-top: 0;
}
.mdd_preview dl dt:first-child,
#article-content dl dt:first-child {
  margin-top: 0;
}
.mdd_preview table,
#article-content table {
  width: 90%;
  margin: 30px auto;
}
.mdd_preview table th,
#article-content table th {
  border-bottom: 2px solid #b1cfe9;
  background-color: #EDF4FA;
  padding: 8px;
  padding-bottom: 8px;
  padding-top: 24px;
}
.mdd_preview table tbody tr:nth-child(2n),
#article-content table tbody tr:nth-child(2n) {
  background-color: #F6F6F6;
}
.mdd_preview table tbody tr td,
#article-content table tbody tr td {
  padding: 8px 8px;
}
@media (max-width: 768px) {
  .mdd_preview table tbody,
  #article-content table tbody {
    font-size: 13px;
  }
}
.mdd_preview ul,
#article-content ul,
.mdd_preview ol,
#article-content ol {
  margin-top: 30px;
  width: 90%;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .mdd_preview ul,
  #article-content ul,
  .mdd_preview ol,
  #article-content ol {
    width: 100%;
  }
}
.mdd_preview ul li,
#article-content ul li,
.mdd_preview ol li,
#article-content ol li,
.mdd_preview p ul li,
#article-content p ul li,
.mdd_preview p ol li,
#article-content p ol li {
  color: #657481;
  font-size: 14px;
  margin-bottom: 14px;
}
.mdd_preview ul li,
#article-content ul li {
  overflow: visible;
  margin-right: 60px;
  color: #5D5D5D;
}
.mdd_preview ul li,
#article-content ul li {
  color: #5D5D5D;
  margin-right: 60px;
}
.mdd_preview p,
#article-content p {
  color: #5D5D5D;
  font-size: 14px;
}
.mdd_preview .img-class,
#article-content .img-class {
  max-width: 850px;
}
.mdd_preview img,
#article-content img {
  max-width: 100%;
  margin: 41px auto;
  display: block;
}
.mdd_preview blockquote,
#article-content blockquote {
  font-style: italic;
  margin: 20px 0;
}
.mdd_preview blockquote p,
#article-content blockquote p {
  font-size: 14px;
  line-height: 1.5;
}
.mdd_preview ol,
#article-content ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 40px;
}
.mdd_preview ol > li,
#article-content ol > li {
  position: relative;
  margin: 0 20px 8px 3em;
  padding: 20px 14px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .mdd_preview ol > li,
  #article-content ol > li {
    margin: 5px 0;
  }
}
.mdd_preview ol > li:before,
#article-content ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 14px;
  left: -46.2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.9em;
  border-radius: 11px;
  margin-right: 8px;
  padding: 1px;
  font-weight: bold;
  font-size: 20.3px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: right;
}
.mdd_preview strong,
#article-content strong {
  color: #2a2f40;
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.mdd_preview li ol,
#article-content li ol,
.mdd_preview li ul,
#article-content li ul {
  margin-top: 6px;
}
.mdd_preview ol ol li:last-child,
#article-content ol ol li:last-child {
  margin-bottom: 0;
}
.mdd_preview code,
#article-content code {
  color: #3F51B5;
}
.mdd_preview h1,
#article-content h1 {
  font-size: 35px;
  font-family: "myriad-pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 35px;
  margin-bottom: 15.75px;
}
.mdd_preview h2,
#article-content h2 {
  font-size: 26.25px;
  margin-top: 26.25px;
  margin-bottom: 8.75px;
  font-weight: 400;
  color: #7dc913;
}
.mdd_preview h3,
#article-content h3 {
  color: #7dc913;
  font-weight: 300;
  font-size: 25.9px;
  margin-top: 29.75px;
  margin-bottom: 8.75px;
  line-height: 1.2;
}
.mdd_preview h4,
#article-content h4 {
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17.5px;
  margin-top: 26.6px;
  margin-bottom: 7px;
  color: #6eb110;
}
.mdd_preview h5,
#article-content h5 {
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14.35px;
  font-weight: 600;
  line-height: 1.42;
  font-style: italic;
  margin-top: 17.5px;
  margin-bottom: 7px;
  color: #333;
}
.mdd_preview h6,
#article-content h6 {
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13.3px;
  font-style: italic;
  margin-top: 17.5px;
  margin-bottom: 7px;
  color: black;
}
@media (max-width: 768px) {
  .mdd_preview p,
  #article-content p {
    font-size: 13px;
  }
  .mdd_preview h1,
  #article-content h1 {
    margin-top: 21px;
    font-size: 31.5px;
    margin-bottom: 10.5px;
    font-weight: 300;
  }
  .mdd_preview h2,
  #article-content h2 {
    font-size: 17.64px;
    margin-top: 21px;
    margin-bottom: 9.45px;
    font-weight: 300;
  }
  .mdd_preview h3,
  #article-content h3 {
    font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13.65px;
    margin-bottom: 13.65px;
    font-weight: 500;
    color: #7dc913;
  }
  .mdd_preview h4,
  #article-content h4 {
    font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 10.5px;
    margin-top: 20.16px;
    margin-bottom: 9.45px;
    color: #292929;
  }
  .mdd_preview h5,
  #article-content h5 {
    font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 9.45px;
    font-style: italic;
    margin-top: 15.54px;
    margin-bottom: 4px;
  }
  .mdd_preview h6,
  #article-content h6 {
    font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 6.72px;
    margin-top: 12.39px;
    margin-bottom: 2px;
  }
}
.hide-edit-ctrl * span.tags {
  display: none !important;
}
.ss-path {
  display: inline-block;
  color: #9f2fe9;
  padding: 1px 5px;
  margin: 3px 0;
  border-radius: 2px;
  font-size: 13px;
  background-color: #F5F5F5;
  border: 1px solid #ededed;
  padding-right: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}
.ss-path:before {
  content: "";
  width: 18px;
  height: 15px;
  background-image: url("../img/ic-path.png");
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-size: 60%;
  display: inline-block;
}
.ss-path span:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #8516d0;
  display: inline-block;
  margin: 0 5px;
}
h2:first-of-type ~ p:first-of-type > .ss-path,
h1:first-of-type ~ p:first-of-type > .ss-path {
  margin-bottom: 30px;
  display: block;
  padding: 4px 10px;
  font-size: 15px;
}
.ss-tags {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
}
.ss-tags:before {
  content: "Tags:";
  margin-right: 4px;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.ss-tags span {
  background-color: #F6F6F6;
  color: #4887C7;
  display: inline-block;
  font-size: inherit;
  padding: 3px 7px;
  margin-right: 4px;
  border-radius: 3px;
}
.ss-btn-em,
.ss-btn {
  color: #3D91D7;
  display: inline-block;
  margin: 0 4px;
  padding: 2px 5px;
  border: 1px solid #92c1e8;
  background-color: #FBFBFB;
  background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#F7F7F7));
  background: -webkit-linear-gradient(top, #FBFBFB, #F7F7F7);
  background: -moz-linear-gradient(top, #FBFBFB, #F7F7F7);
  background: -ms-linear-gradient(top, #FBFBFB, #F7F7F7);
  background: -o-linear-gradient(top, #FBFBFB, #F7F7F7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-size: 12px;
}
.ss-btn-em {
  color: white;
  background-color: #67a9e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#67a9e0), to(#3D91D7));
  background: -webkit-linear-gradient(top, #67a9e0, #3D91D7);
  background: -moz-linear-gradient(top, #67a9e0, #3D91D7);
  background: -ms-linear-gradient(top, #67a9e0, #3D91D7);
  background: -o-linear-gradient(top, #67a9e0, #3D91D7);
  border: 1px solid #2677bb;
}
.ss-cursor {
  display: inline-block;
  width: 2px;
  height: 10px;
  background-color: red;
}
.mdd_preview .bs-rlinks,
#article-content .bs-rlinks {
  display: block;
  padding: 10px;
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.mdd_preview .bs-rlinks:before,
#article-content .bs-rlinks:before {
  content: "See also:";
  font-size: 14px;
  display: block;
  padding-bottom: 3px;
  border-bottom: 2px dotted #BABABA;
  color: #848484;
}
.mdd_preview .bs-rlinks ul,
#article-content .bs-rlinks ul {
  list-style: none;
  margin-top: 10px;
  padding: 10px;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-width: 250px;
  column-width: 250px;
  column-gap: 40px;
  -webkit-column-gap: 40px;
  width: 100%;
  margin-bottom: 0;
}
.mdd_preview .bs-rlinks ul li,
#article-content .bs-rlinks ul li {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  margin: 0;
}
.mdd_preview .bs-rlinks ul li a:hover,
#article-content .bs-rlinks ul li a:hover {
  text-decoration: none;
}
.mdd_preview .bs-rlinks ul li a p,
#article-content .bs-rlinks ul li a p {
  font-size: 12px;
  color: #989898;
}
.mdd_preview .bs-rlinks ul li a p:hover,
#article-content .bs-rlinks ul li a p:hover {
  color: #2677BB;
}
.mdd_preview .bs-details,
#article-content .bs-details {
  font-size: 13px;
  font-style: italic;
  padding: 10px;
  width: 90%;
  margin: 20px auto;
  padding-top: 5px;
  border-top: 1px dotted #acd097;
}
.mdd_preview .bs-details p,
#article-content .bs-details p {
  color: #82B047;
}
.mdd_preview .bs-details p:before,
#article-content .bs-details p:before {
  font-family: "glyphicons halflings";
  font-style: normal;
  font-size: 12px;
  color: #74B051;
  content: "\E006";
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left: -25px;
  margin-right: 15px;
  padding: 0;
}
.mdd_preview div.bs-comment,
#article-content div.bs-comment {
  display: block;
  overflow: hidden;
  background-color: #fff7fe;
  padding: 10px;
  border-radius: 4px;
}
.mdd_preview div.bs-comment > p,
#article-content div.bs-comment > p {
  color: #d379d9;
  font-style: italic;
  margin: 0;
}
.mdd_preview div.bs-comment:before,
#article-content div.bs-comment:before {
  font-family: "glyphicons halflings";
  color: #edc9ef;
  content: "\E111";
  position: absolute;
  margin-top: -5px;
  left: -25px;
  font-size: 19.6px;
}
.mdd_preview .ss-abstract,
#article-content .ss-abstract {
  display: block;
  font-size: 14px;
  color: #3D91D7;
  border-left: 2px solid #bcd9f1;
  font-style: italic;
  padding: 8px 10px;
}
div.hide-edit-ctrl div.bs-comment {
  display: none !important;
}
.mdd_preview .ss-p-bk,
#article-content .ss-p-bk {
  margin: 0;
  padding: 0;
  height: 0px;
}
.mdd_preview .ss-bk,
#article-content .ss-bk {
  display: inline-block;
  overflow: hidden;
  width: 0px;
  height: 0px;
  margin: 0;
  padding: 0;
}
.mdd_preview .ss-bk:before,
#article-content .ss-bk:before {
  font-family: "glyphicons halflings";
  position: absolute;
  left: -25px;
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  content: "\E044";
  overflow: hidden;
  width: 15px;
  height: 15px;
  color: #2677BB;
}
div.hide-edit-ctrl .ss-bk {
  height: 0 !important;
}
div.hide-edit-ctrl .ss-bk:before {
  height: 0 !important;
}
.bs-include {
  display: block;
  border: 3px dotted #D4F3C2;
  margin: -3px;
  padding: 3px;
}
div.hide-edit-ctrl .bs-include {
  margin: 0;
  padding: 0;
  border: none;
}
.link-err {
  display: none;
}
.bs-note {
  display: block;
  background-color: rgba(125, 201, 19, 0.08);
  padding: 8.4px;
  margin-top: 28px;
  margin-bottom: 21px;
  border: 1px solid rgba(125, 201, 19, 0.12);
  border-radius: 5px;
}
.bs-note p {
  font-size: 13px;
  padding: 8.4px;
}
.bs-note:before {
  content: "Note:";
  font-size: 19.6px;
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: block;
  color: #609a0e;
  margin-bottom: 10px;
  border-bottom: 2px dotted #7dc913;
}
