@charset "UTF-8";
.ct-widget.ct-ignition {
  left: 8px;
  position: fixed;
  top: 8px;
}
.ct-widget.ct-ignition .ct-ignition__button.ct-ignition__button--cancel {
  top: 56px !important;
  left: 0px !important;
}

.hiddeneditable,
.hiddeneditableinline {
  display: none;
}

.article.editing .noneditable {
  display: none;
}
.article.editing .hiddeneditable {
  display: block;
}
.article article {
  padding: 10pt 0;
}
.article article h1 {
  font-size: 2rem;
  margin-top: 1rem;
}
.article article h2 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.article article p {
  margin-top: 0.3rem;
}
.article article ul,
.article article ol {
  list-style-position: inside;
  margin-top: 0.3rem;
}
.article article ul li,
.article article ol li {
  margin-top: 2pt;
}
.article article .padded {
  padding: 0.3rem;
}
.article article .padded-bottom {
  padding-bottom: 0.3rem;
}
.article article .padded-top {
  padding-top: 0.3rem;
}
.article .hiddeneditable.form-container {
  padding: 0.5rem;
}
.article .hiddeneditable.form-container h5 {
  padding: 0.2rem 0;
}
.article .hiddeneditable.form-container h5 .font_small {
  font-weight: normal;
  font-size: small;
}
.article .hiddeneditable.form-container input,
.article .hiddeneditable.form-container textarea {
  width: 100%;
}
.article .hiddeneditable.form-container input[type=checkbox] {
  width: 16px;
}
.article .tagbox.showneditable h5 {
  margin: 0.3rem 0;
}
.article .tagbox.showneditable h5 .font_small {
  font-weight: normal;
  font-size: small;
}
.article .tagbox.showneditable .content {
  flex-direction: row;
  align-content: center;
}
.article table.list button {
  padding: 0.3rem;
  border: 2px inset #808F80;
}
.article .inputfile input {
  display: none;
}
.article .cms-icon {
  height: 32px;
  cursor: pointer;
  padding: 0.3rem;
}
.article ul#added-files {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
.article ul#added-files li a {
  padding: 0.6rem;
}

#acms-editor {
  font-size: 12pt;
  background-color: #f8f9fa;
  padding: 8px;
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-height: calc(100vh - 160px);
  height: min-content;
  overflow-y: auto;
  scrollbar-color: #e0e6ea #fefdfb;
  scrollbar-width: thin;
}
#acms-editor p {
  font-size: 10pt;
  font-weight: normal;
}
#acms-editor form {
  padding: 0;
  input-font-size: 10pt;
  input-padding: 4px;
}
#acms-editor input,
#acms-editor textarea,
#acms-editor select {
  font-size: 12pt;
  padding: 3px;
  border: 1px inset;
}
#acms-editor label.file-browser {
  display: block;
  font-size: inherit;
  padding: 0;
  padding-bottom: 8px;
}
#acms-editor label.file-browser input {
  display: none;
}
#acms-editor label.file-browser .file-name {
  font-size: 10pt;
  padding: 4px 0;
  display: inline-block;
  width: calc(100% - 40px);
  overflow: hidden;
  text-align: right;
  vertical-align: bottom;
}
#acms-editor .button-fa {
  background-color: #447;
  border: 1px outset;
  color: white;
  font-size: 12pt;
  padding: 4px;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  text-align: center;
}
#acms-editor .button-fa.pressed {
  border: 1px inset;
}
#acms-editor hr {
  color: #224;
  margin: 8px 0;
}
#acms-editor .title {
  font-size: 12pt;
  color: #224;
  font-weight: bold;
  margin-top: 8pt;
}
#acms-editor .tab-head {
  margin-top: 4px;
}
#acms-editor .tab-head .tab {
  color: #23527c;
  display: inline;
  font-size: 10pt;
  padding: 4pt;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 3px;
  cursor: pointer;
}
#acms-editor .tab-head .tab.active {
  color: black;
  border-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  cursor: default;
  z-index: 2;
}
#acms-editor .tab-content {
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 4pt;
  display: none;
  border-radius: 3px;
}
#acms-editor .tab-content.active {
  display: block;
}
#acms-editor .tab-content .cardlist {
  min-height: 80px;
  max-height: 200px;
  overflow: auto;
}
#acms-editor .tab-content .card {
  border: 2px inset #88a;
  display: block;
  margin: 0;
  margin-top: 2px;
  padding: 4px;
}
#acms-editor .tab-content .card .img {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 4px;
}
#acms-editor .tab-content .card .ico {
  display: inline-block;
  font-size: 28pt;
  width: 32px;
  height: auto;
  margin-right: 4px;
}
#acms-editor .tab-content .card .data {
  display: inline-block;
  width: calc(100% - 52px);
}
#acms-editor .tab-content .card .data .main {
  font-size: 12pt;
}
#acms-editor .tab-content .card .data .sub {
  font-size: 10pt;
  color: #88a;
}
#acms-editor .tab-content .card .data.img {
  width: calc(100% - 44px);
}
#acms-editor .tab-content .card .data.ico {
  width: calc(100% - 32px);
}
#acms-editor .tab-content .card .data.ico-act {
  width: calc(100% - 68px);
}
#acms-editor .tab-content .card .action {
  display: inline-block;
  width: 30px;
  height: 36px;
}
#acms-editor .mt-4 {
  margin-top: 4px;
}
#acms-editor .mb-4 {
  margin-bottom: 4px;
}
#acms-editor .mt-8 {
  margin-top: 8px;
}
#acms-editor .mb-8 {
  margin-bottom: 8px;
}
#acms-editor .right {
  text-align: right;
}
#acms-editor .center {
  text-align: center;
}
#acms-editor .clickable {
  cursor: pointer;
}

#toc-children, #tab-def {
  margin: 0 2px;
}

ul.tabs {
  margin-top: 1rem;
  display: block;
  list-style-type: none;
  height: fit-content;
  border-bottom: 1px solid #C0CFC0;
  padding: 0;
}
ul.tabs li {
  display: inline-block;
  margin-top: 1px;
  border: 1px solid #C0CFC0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: fit-content;
  background-color: transparent;
  padding: 0.4rem 1rem;
}
ul.tabs li.active {
  border-bottom: 1px solid transparent;
  background-color: #C0CFC0;
}
ul.tabs li.active a {
  color: #606F60;
}
ul.tabs li.blind {
  border: 0;
  border-bottom: 1px solid #C0CFC0;
  width: available;
}
ul.tabs li a {
  text-decoration: none;
  color: #00A651;
}

.tab-content .tab-pane {
  padding: 8px;
  box-shadow: lightgrey;
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

.list-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.list-container .start-field {
  padding: 0.2rem 0.4rem 0px 0px;
}
.list-container select {
  padding: 3.5px 0px;
}
.list-container p {
  margin: 0.4rem;
}
.list-container input,
.list-container select,
.list-container textarea {
  width: 100%;
}
.list-container .title {
  font-size: 1.5rem;
}
.list-container .filter,
.list-container .data-row,
.list-container .head,
.list-container .foot {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.list-container .filter button, .list-container .filter input, .list-container .filter select {
  font-size: 1rem;
  padding: 0.3rem;
}
.list-container .filter input, .list-container .filter select {
  width: 100%;
}
.list-container .head {
  background-color: #C0CFC0;
  border-radius: 4px;
  font-weight: bold;
}
.list-container .foot button, .list-container .foot a.btn, .list-container .foot input, .list-container .foot select {
  font-size: 1rem;
  padding: 0.3rem;
}
.list-container .data-row:nth-child(2n) {
  background-color: #E0EFE0;
}
.list-container .field,
.list-container .cmd {
  padding: 0.2rem 0.4rem;
}
.list-container .cmd a.btn {
  padding: 2px 4px;
}
.list-container .s-hide {
  display: inline-block;
}
.list-container .m-hide {
  display: none;
}
.list-container .mw-5 {
  width: 30%;
}
.list-container .mw-10 {
  width: 30%;
}
.list-container .mw-15 {
  width: 30%;
}
.list-container .mw-20 {
  width: 45%;
}
.list-container .mw-25 {
  width: 45%;
}
.list-container .mw-30 {
  width: 45%;
}
.list-container .mw-35 {
  width: 100%;
}
.list-container .mw-40 {
  width: 100%;
}
.list-container .mw-45 {
  width: 100%;
}
.list-container .mw-50 {
  width: 100%;
}
.list-container .mw-60 {
  width: 100%;
}

@media print {
  .list-container, .list-container.head {
    display: block;
  }
}
/* desktop */
@media all and (min-width: 960px) {
  .list-container .field,
  .list-container .cmd {
    display: inline-block;
    padding: 0.2rem 0.4rem;
  }
  .list-container .s-hide {
    display: inline-block;
  }
  .list-container .m-hide {
    display: inline-block;
  }
  .list-container .mw-5 {
    width: 5%;
  }
  .list-container .mw-10 {
    width: 10%;
  }
  .list-container .mw-15 {
    width: 15%;
  }
  .list-container .mw-20 {
    width: 20%;
  }
  .list-container .mw-25 {
    width: 25%;
  }
  .list-container .mw-30 {
    width: 30%;
  }
  .list-container .mw-35 {
    width: 35%;
  }
  .list-container .mw-40 {
    width: 40%;
  }
  .list-container .mw-45 {
    width: 45%;
  }
  .list-container .mw-50 {
    width: 50%;
  }
  .list-container .mw-60 {
    width: 60%;
  }
}
.toc .toolmenu {
  padding: 0 0.5rem;
}
.toc .toolmenu::before {
  content: "⁝";
}
.toc .collapsable::before {
  content: "⊟";
}
.toc .collapsable.collapsed {
  color: #00A651;
}
.toc .collapsable.collapsed::before {
  content: "⊞";
}
.toc .pdf::before {
  content: " [PDF] ";
  font-size: small;
}
.toc p.edited {
  background-color: #C0CFC0;
}
.toc p .title {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: calc(100% - 80px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toc p.dirty .title {
  color: #4CE600;
}

#toc-menu {
  position: absolute;
  display: none;
  border: 1px solid #606F60;
}
#toc-menu .menuitem {
  padding: 0.5rem 1rem;
  background-color: #E0EFE0;
  color: #00A651;
  cursor: pointer;
}
#toc-menu .menuitem:hover {
  background-color: #66DDAA;
  color: #303F30;
}

#toc-nav {
  display: inline-block;
  position: fixed;
  top: calc(50vh - 40px);
  left: 0;
  width: 56px;
  border: 1px solid #C0CFC0;
  background-color: rgba(0, 0, 0, 0.05);
}
#toc-nav a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #00A651;
}
#toc-nav a:hover {
  background-color: #66DDAA;
  color: #303F30;
}

.toc-list p a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

cite.ct-reference {
  color: #277496;
  text-decoration: none;
  cursor: pointer;
  font-style: italic;
}
cite.ct-reference.active {
  background-color: #89adb7;
  color: #d9edf7;
}

#popup {
  position: absolute;
  padding: 0.6rem;
  border: 1px solid #89adb7;
  background-color: #d9edf7;
  color: #31708f;
  width: 100vh;
  max-height: calc(50vh - 2rem);
  overflow: hidden;
}

@media all and (min-width: 768px) {
  #popup {
    width: 768px;
  }
}
.modal {
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.modal .dialog {
  display: block;
  background-color: whitesmoke;
  max-width: 90%;
  margin: 0 auto;
}
.modal .dialog .title-row {
  padding: 0.5rem 1rem;
}
.modal .dialog .title-row .title {
  display: inline-block;
  width: calc(100% - 32px);
}
.modal .dialog .title-row .close-box {
  display: inline-block;
}
.modal .dialog .body {
  margin: 1rem 0;
}
.modal .dialog .buttons {
  padding: 0.5rem 1rem;
}

.form-container {
  background-color: #E0EFE0;
}

.form-group label {
  width: 30%;
  display: inline-block;
}
.form-group label.va-top {
  vertical-align: top;
}
.form-group .form-control {
  width: 70%;
  display: inline-block;
}
.form-group .form-control.buttons {
  border: 0;
  padding: 0;
}
.form-group .form-control.buttons button.toggle {
  margin-right: 8px;
  background-color: white;
}
.form-group .form-control.buttons button.toggle.active {
  box-shadow: inset 0px 0px 8px #00A651;
  background-color: #E0EFE0;
}

button, a.btn {
  padding: 6px 12px;
  border: 1px solid #606F60;
  background-color: #E0EFE0;
  color: #00A651;
  border-radius: 4px;
}
button[disabled], a.btn[disabled] {
  color: #808F80;
  background-color: #C0CFC0;
}
button.btn-default, a.btn.btn-default {
  color: #00A651 !important;
  border-color: #00A651 !important;
  background-color: white !important;
}
button.btn-default:hover, a.btn.btn-default:hover {
  color: #66DDAA !important;
  border-color: #66DDAA !important;
  background-color: #303F30 !important;
}
button.btn-primary, a.btn.btn-primary {
  background-color: #00783C;
  color: white;
}
button.btn-primary:hover, a.btn.btn-primary:hover {
  background-color: #66DDAA;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 5px;
  }
  .form-group:last-child {
    margin-bottom: 0;
  }
}
/*
$base-bg: white;
$base-fg: black;
$base-link: blue;
$base-link-hover: blue;
$base-button-fg: orange;
$base-button-bg: whitesmoke;
$base-button-hover-fg: darkorange;
$base-button-hover-bg: whitesmoke;
$base-input-bg: #ddd;
$base-input-fg: #222;
$base-input-placeholder: #888;
$base-ctrl-shadow: black;
$base-ctrl-light: white;
$disabled-ctrl-fg: darkgray;
$disabled-ctrl-bg: gray;
$disabled-ctrl-shadow: darkgray;
$disabled-ctrl-light: lightgray;
$sec-bg: transparent;
$sec-fg: darkpurple;
$sec-link: darkcyan;
$sec-button-bg: lightcyan;
$sec-button-fg: navy;
$sec-ctrl-shadow: black;
$sec-ctrl-light: white;

$screen-sm-min: 320px;
$screen-md-min: 640px;
*/
img.image-left {
  float: left;
}

img.image-right {
  float: right;
}

p.half,
img.half {
  width: 50%;
}

p.small,
td.small {
  font-size: small;
}

p.padded,
td.padded,
img.padded {
  padding: 4px 8px;
}

p.padded-bottom,
td.padded-bottom,
img.padded-bottom {
  padding-bottom: 4px;
}

p.padded-top,
td.padded-top,
img.padded-top {
  padding-top: 4px;
}

iframe.center-frame {
  margin-left: calc(50% - 200px);
}

body {
  background-color: transparent;
  height: 100%;
  width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13pt;
  color: black;
}
body.menu {
  padding-top: 110px;
}
@media (min-width: 320px) {
  body.menu {
    padding-top: 120px;
  }
}
@media (min-width: 640px) {
  body.menu {
    padding-top: 90px;
  }
}
body > .container {
  padding-bottom: 45px;
}
body .minh80pt {
  min-height: 80pt;
}
body .minh40pt {
  min-height: 40pt;
}

.thumbnails-menu {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  align-content: space-between;
}

.carret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

.panel {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

.list-group-item {
  background-color: transparent;
}

.thumbnail {
  background-color: transparent;
}

.text-gray {
  color: gray;
}

.page-header {
  padding-bottom: 9px;
  margin: 0;
  border-bottom: none;
}
.page-header h1 a {
  color: #333;
}
.page-header .container .row {
  border-bottom: 2px solid #dddddd;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

span.sp8-color-1 {
  font-size: 96%;
  color: #277496;
}
span.sp8-color-2 {
  color: #606060;
}
span.sp8-small {
  font-size: smaller;
}
span.sp8-nobreak {
  white-space: nowrap;
}

nbr {
  font-famiy: inherit;
  font-size: inherit;
  display: inline;
  white-space: nowrap;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article h7, .article h8,
.article p, .article ul, .article ol, .article table {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: block;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article h7, .article h8 {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  margin: 1rem 0;
  padding: 0;
  border: 0;
}
.article h1 {
  font-weight: 400;
  font-size: 26pt;
  text-transform: uppercase;
}
.article h2 {
  font-weight: 500;
  font-size: 22pt;
  text-transform: uppercase;
}
.article h3 {
  font-weight: 500;
  font-size: 20pt;
}
.article h4 {
  font-weight: 500;
  font-size: 18pt;
}
.article h5 {
  font-weight: 500;
  font-size: 16pt;
  text-transform: uppercase;
}
.article h6 {
  font-size: 14pt;
  font-weight: bold;
}
.article h7 {
  font-size: 13pt;
  font-weight: bold;
}
.article h8 {
  font-size: 12pt;
  font-weight: bold;
}
.article ol,
.article ul {
  margin-bottom: 0.35em;
}
.article ol li,
.article ul li {
  margin-top: 0.35em;
}
.article ol li:first-of-type,
.article ul li:first-of-type {
  margin-top: 0;
}
.article ol li .ce-element.ce-element--type-list-item-text,
.article ul li .ce-element.ce-element--type-list-item-text {
  display: inline-block;
  width: calc(100% - 32px);
}
.article ul {
  list-style-position: outside;
  margin-left: 40px;
}
.article ol {
  list-style-position: inside;
  margin-left: 0;
}
.article ol.sp8-list-alphabet {
  padding-left: 1.2em;
  list-style: none;
  counter-reset: alphabet-counter;
}
.article ol.sp8-list-alphabet > li {
  position: relative;
  padding-left: 25px;
}
.article ol.sp8-list-alphabet > li:before {
  content: counter(alphabet-counter, lower-alpha) ")";
  counter-increment: alphabet-counter;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
.article a {
  color: #00A651 !important;
  text-decoration: none;
}
.article a:hover, .article a:focus {
  color: #00668b;
  text-decoration: underline;
  background-color: inherit !important;
}
.article a .sp8-color-1 {
  color: #009ed8;
}
.article a.tag {
  display: inline;
  padding: 0.2rem 0.4rem;
  background-color: white;
  font-size: 1rem;
  border: 1px solid #bbc;
  color: #bbc;
  margin-right: 0.2rem;
  text-decoration: none;
}
.article table {
  display: table !important;
  font-size: 15px;
}
.article table td {
  padding: 2px 5px;
}
.article table.table-bare tr {
  vertical-align: top;
}
.article section {
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}
.article section[data-numberkey=example] {
  margin: 0 4rem;
}
.article section[data-numberkey=example] > :first-child {
  text-indent: -4rem;
}
.article section[data-numberkey=example] > :first-child:before {
  content: "{" attr(data-number) "}";
  display: inline-block;
  width: 4rem;
  text-indent: 0;
}
.article section.sp8-paragraph {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13pt;
  padding-left: 50px;
  margin-top: 1rem;
}
.article section.sp8-paragraph.sp8-paragraph-exception {
  font-size: 11pt;
}
.article section.sp8-paragraph.sp8-paragraph-exception table {
  font-size: 12px;
}
.article section.sp8-paragraph > :first-child {
  text-indent: -50px;
}
.article section.sp8-paragraph > :first-child:before {
  content: "(" attr(data-number) ")";
  display: inline-block;
  width: 50px;
  text-indent: 0;
  font-size: 13pt;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.article section.sp8-paragraph > ol[data-number] > li {
  width: calc(100% - 4rem);
  position: relative;
  top: -17pt;
  left: 50px;
}
.article section.sp8-paragraph table:first-child > tbody {
  text-indent: 0;
}
.article section.sp8-note {
  margin: 20px 0 20px 40px;
  color: #606060;
  font-size: 11pt;
  padding-left: 2rem;
  background-image: url("../static/sp8/ikona-kazalka.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
.article section.sp8-note p {
  margin-top: 0;
}
.article section.sp8-note-important {
  margin: 20px 0 20px 40px;
  color: #606060;
  font-size: 11pt;
  padding-left: 2rem;
  background-image: url("../static/sp8/slogovne-posebnosti-ikona.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
.article section.sp8-note-important p {
  margin-top: 0;
}
.article section .sp8-comment {
  margin: 0.5rem 0;
  text-align: end;
  font-size: 8pt;
  padding-right: 4px;
}
.article section .sp8-nastevanje {
  margin-left: 1.5rem;
}
.article section .sp8-nastevanje ~ ul {
  margin-left: 55px;
}
.article section > ol {
  counter-reset: list-item;
}
.article section > ol > li {
  counter-increment: list-item;
}
.article section > ol > li ol > li {
  counter-reset: list-item;
}
.article .sp8-paragraph > *:first-child,
.article .sp8-note-important > * .sp8-note > *:first-child {
  margin-top: 0;
}
.article .sp8-subchapter {
  background-color: rgb(238, 238, 238);
}
.article .sp8-subchapter h4 {
  font-size: 16pt;
  border: 0;
}
.article p.sp8-exception {
  font-weight: 500;
  font-size: 13pt;
  margin-left: 50px;
  text-transform: uppercase;
  margin: 0;
  padding-left: 0;
  border-bottom: none;
}
.article p.sp8-exception ~ ul {
  margin-top: 1em;
  list-style-type: none;
  padding-left: 0;
}
.article p.sp8-inner-title {
  font-weight: bold;
}
.article .custom-03 {
  margin: 1rem 0 1rem 2rem;
}
.article .custom-04 {
  margin: 1rem 0;
}
.article .custom-05 {
  font-size: 1rem;
}
.article .sp8-kz {
  width: 1em;
  vertical-align: middle;
}
.article dl dt, .article dl.sp8-custom-dictionary dt {
  margin: 0;
  padding: 0;
  margin-top: 1em;
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
}
.article dl dd .italic, .article dl.sp8-custom-dictionary dd .italic {
  font-style: italic;
}
.article dl dd .italic:after, .article dl.sp8-custom-dictionary dd .italic:after {
  content: " ";
}
.article dl dd .brackets-src, .article dl dd .expl, .article dl.sp8-custom-dictionary dd .brackets-src, .article dl.sp8-custom-dictionary dd .expl {
  font-size: 0.7em;
}
.article dl dd .brackets-src:after, .article dl dd .expl:after, .article dl.sp8-custom-dictionary dd .brackets-src:after, .article dl.sp8-custom-dictionary dd .expl:after {
  content: " ";
}
.article dl dd .desc, .article dl.sp8-custom-dictionary dd .desc {
  font-size: 0.7em;
}
.article dl dd .desc:after, .article dl.sp8-custom-dictionary dd .desc:after {
  content: " ";
}
.article dl dd .name, .article dl.sp8-custom-dictionary dd .name {
  color: #277496;
}
.article dl dd .name:after, .article dl.sp8-custom-dictionary dd .name:after {
  content: " ";
}
.article dl dd .kval, .article dl.sp8-custom-dictionary dd .kval {
  color: #606060;
  font-size: 10pt;
}
.article dl dd .kval:after, .article dl.sp8-custom-dictionary dd .kval:after {
  content: " ";
}
.article ul.sp8-custom-dictionary {
  list-style: none;
  padding: 0;
}
.article ul.sp8-custom-dictionary > li {
  margin-top: 1em;
}
.article ul.sp8-custom-dictionary > li:first-of-type {
  margin-top: 0;
}
.article ul.sp8-custom-dictionary h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}
.article ul.sp8-custom-dictionary p {
  margin: 0;
}
.article ul.sp8-custom-dictionary .italic {
  font-style: italic;
}
.article ul.sp8-custom-dictionary .brackets-src, .article ul.sp8-custom-dictionary .expl {
  font-size: 0.7em;
}
.article ul.sp8-custom-dictionary .desc {
  font-size: 0.7em;
}
.article ul.sp8-custom-dictionary .name {
  color: #277496;
}
.article ul.sp8-custom-dictionary .kval {
  color: #606060;
  font-size: 10pt;
}
.article .sp8-bg-gray {
  background-color: rgb(238, 238, 238);
}
.article .sp8-bg-lightblue {
  background-color: rgb(211, 237, 244);
}
.article .sp8-bg-brightblue {
  background-color: rgb(39, 116, 150);
  color: white;
}
.article .podvezaj {
  font-size: 0.6em;
  vertical-align: bottom;
}
.article .prefixed:before {
  content: attr(data-prefix);
  margin-right: 10px;
}
.article .prefixed-label:before {
  content: attr(data-prefix);
  display: inline-block;
  width: 10rem;
  font-style: italic;
}
.article .prefixed-toplabel {
  border-bottom: 1px solid gray;
}
.article .prefixed-toplabel:before {
  content: attr(data-prefix);
  display: block;
  width: 100%;
  font-size: large;
  border-bottom: 1px solid gray;
  font-style: italic;
}
.article #chapter h1 {
  font-size: 2rem;
}
.article #chapter h2 {
  font-size: 1.5rem;
}
.article #bibliography ul {
  list-style-position: inside;
  margin: 1rem 0;
  padding: 0;
}
.article #bibliography ul li {
  margin: 0.5rem;
}
.article #definitions dl {
  margin: 1rem 0;
}
.article #definitions dl dt {
  font-weight: bold;
}
.article #definitions dl dd {
  padding-left: 4rem;
}
.article #toc p .title:before {
  content: attr(data-prefix);
  margin-right: 10px;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    background-image: none;
  }
  body h1, body h2, body h3, body h4, body h5, body h6, body h7, body h8 {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    break-after: avoid-page;
    padding-top: 0.1px;
    padding-bottom: 0.1px;
  }
  body section {
    display: block;
    padding-top: 0.1px;
    padding-bottom: 0.1px;
  }
  body section.sp8-note p, body section.sp8-note-important p {
    break-inside: avoid-page;
  }
  body section.sp8-note p span, body section.sp8-note p b, body section.sp8-note p i, body section.sp8-note-important p span, body section.sp8-note-important p b, body section.sp8-note-important p i {
    break-after: avoid-page;
    break-before: avoid-page;
  }
  body table {
    margin-top: 0.75em;
  }
  body table tr {
    break-inside: avoid-page;
  }
  body table tr td, body table tr th {
    break-inside: avoid-page;
  }
  body table[border="1"] {
    border: 0;
  }
  body table[border="1"] td, body table[border="1"] th {
    border: 1px solid black;
  }
  body p.sp8-exception, body p.sp8-inner-title {
    break-after: avoid-page;
  }
} /* media print */
body {
  background-color: transparent;
  background-image: url(../static/img/paper/lightpaperfibers.png);
  display: table;
  height: 100%;
  width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13pt;
  color: black;
}
body main {
  min-height: calc(100vh - 160px);
}
body .header {
  padding: 0 2rem;
}
body .content .banner {
  width: 100%;
  margin: 0;
}
body .content p.banner {
  font-size: 2rem;
  text-transform: uppercase;
  padding: 2rem 15px;
}
body .content p.banner.margin {
  width: 80%;
  margin: 0 auto;
}
body footer {
  font-size: 14px;
  padding: 10pt 10%;
  background-color: transparent;
  color: transparent;
}
body footer .full-width {
  width: 100%;
}
body footer .mr-8 {
  margin-right: 8pt;
}
body footer img {
  max-height: 64px;
}
body .copy {
  padding: 10pt 10%;
}

.container {
  margin: 0 auto;
  width: 90%;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.right-float {
  float: right !important;
}

.carret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.d-flex {
  display: flex;
}

.me-0 {
  margin-right: 0px !important;
}

.me-1 {
  margin-right: 1.25rem !important;
}

.me-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem;
}

.d-none {
  display: none;
}

.ms-2 {
  margin-left: 2rem;
}

.ms-1 {
  margin-left: 1rem;
}

.pe-1 {
  padding-right: 1.25rem !important;
}

.pe-0 {
  padding-right: 0rem !important;
}

.me-2 {
  padding-right: 1.5rem !important;
}

.hidden, .hidden-xs {
  display: none;
}

/*
.list-container {
  .head {
    border-radius: 4px;
    background-color: #6666772e !important;
  }


  .start-field {
    padding: 0.2rem 0.4rem 0px 0px;
  }
  select {
    padding: 3.5px 0px;
  }
}
*/
ul#lookup_helper {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 50000;
  position: absolute;
  color: #08c;
  background-color: #fcfeff;
  border: 1px solid #08c;
}
ul#lookup_helper li {
  padding: 2px 4px;
  cursor: pointer;
}
ul#lookup_helper li.highlighted {
  background-color: #00b7ff;
  color: white;
}

.cols {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.full {
  width: 100%;
}

.half {
  display: inline-block;
  width: 50%;
}

.third {
  display: inline-block;
  width: 33%;
}

.third2 {
  display: inline-block;
  width: 66%;
}

.quart {
  display: inline-block;
  width: 25%;
}

.quart3 {
  display: inline-block;
  width: 74%;
}

.text-decoration-none {
  text-decoration: none !important;
}

.ms-auto {
  margin-left: auto;
}

.justify-content-end {
  justify-content: end;
}

#cc-nav {
  width: 0;
  overflow: hidden;
}
#cc-nav #entry-nav {
  width: 32px;
  left: 8px;
}
#cc-nav #entry-nav .clearfix {
  width: 32px;
}
#cc-nav #entry-nav .level-items {
  display: none;
}
#cc-nav.extend-nav {
  width: 100%;
}
#cc-nav.extend-nav #entry-nav {
  width: 84%;
  left: 5%;
}
#cc-nav.extend-nav #entry-nav .clearfix {
  width: 100%;
}
#cc-nav.extend-nav #entry-nav .level-items {
  display: block;
}

#cc-main {
  width: 100%;
}
#cc-main.extend-nav {
  display: none;
}
#cc-main #chapter-filter .tab-head {
  margin-top: 4px;
}
#cc-main #chapter-filter .tab-head .tab {
  color: #23527c;
  display: inline;
  font-size: 10pt;
  padding: 4pt;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 3px;
  cursor: pointer;
}
#cc-main #chapter-filter .tab-head .tab.active {
  color: black;
  border-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  cursor: default;
  z-index: 2;
}

.btn-default {
  background-color: white !important;
  color: #303F30 !important;
  border-color: #C0CFC0 !important;
}

.scroller-style {
  overflow-y: auto;
  scrollbar-color: #E0EFE0 #303F30;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}

.scroller-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  background-color: #E0EFE0;
}

.scroller-style::-webkit-scrollbar {
  width: 8px;
  background-color: #E0EFE0;
}

.scroller-style::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: white;
}

.user-collapse-btn {
  height: 35px;
}

.user-margin-btn-margin {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .hidden-xs {
    display: unset;
  }
  #cc-nav {
    width: 24%;
  }
  #cc-nav #entry-nav {
    width: 20%;
    left: 5%;
  }
  #cc-nav #entry-nav .clearfix {
    width: 100%;
  }
  #cc-nav #entry-nav .level-items {
    height: calc(100% - 120px);
    display: block;
  }
  #cc-nav.extend-nav {
    width: 49%;
  }
  #cc-nav.extend-nav #entry-nav {
    left: 5%;
    width: 42%;
  }
  #cc-main {
    width: 74%;
  }
  #cc-main.extend-nav {
    width: 49%;
    display: unset;
  }
  .one-fifth-side {
    position: fixed;
    width: 20% !important;
  }
  .half-entry-html {
    width: calc(50% - 10pt) !important;
  }
  .sticky-toggle {
    position: fixed;
    top: 30px !important;
  }
}
@media screen and (min-width: 992px) {
  .center-s {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  #cc-nav {
    width: 20%;
  }
  #cc-nav #entry-nav {
    width: 18%;
  }
  #cc-nav.extend-nav {
    width: 40%;
  }
  #cc-nav.extend-nav #entry-nav {
    width: 32%;
  }
  #cc-main {
    width: 78%;
  }
  #cc-main.extend-nav {
    width: 68%;
  }
}
#flash {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #C0CFC0;
  border: 1px solid #303F30;
  color: black;
  width: 240pt;
}
#flash p {
  padding: 0.5rem;
  margin: 0.5rem;
}
#flash p.error {
  color: red;
}
#flash p.warn {
  color: orange;
}
#flash p.info {
  color: blue;
}
#flash p.success {
  color: green;
}
#flash .title {
  padding: 4pt 12pt;
  cursor: pointer;
}

.side-bar-img {
  height: 20px;
  width: 20px;
}

.thick {
  font-weight: bold;
}

.side-nav-btns {
  float: right;
}

.side-nav-btn {
  background: inherit;
  outline: none;
  border: none;
}

.side-nav-btn:hover {
  background-color: unset;
}

.side-nav-btn img {
  height: 20px;
  width: 20px;
}

.table-of-content {
  list-style-type: none;
  padding-left: 0px;
}
.table-of-content a {
  color: #808F80;
  padding: 5px;
}
.table-of-content a:hover {
  background-color: #E0EFE0;
  text-decoration: none;
  color: #808F80;
}
.table-of-content a:focus {
  background-color: #E0EFE0;
  text-decoration: none;
  color: #808F80;
}
.table-of-content .level1 {
  padding: 15px;
  background-color: #00783C;
  color: white;
}
.table-of-content .level3 {
  margin-left: 15px;
}
.table-of-content .level4 {
  margin-left: 30px;
}
.table-of-content .level5 {
  margin-left: 45px;
}
.table-of-content .level6 {
  margin-left: 60px;
}
.table-of-content .level7 {
  margin-left: 75px;
}

.w-100 {
  width: 100%;
}

#mobile-dots {
  position: relative;
  left: 3px;
}

#mobile-dots:after {
  content: "⠇";
  font-size: 30px;
}

#mobile-menu-btn {
  opacity: 1;
  transition: opacity 0.5s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sticky-top {
  position: sticky;
  top: 0px;
  background-image: url(../static/img/paper/lightpaperfibers.png);
  z-index: 1;
}

#roles .btn:focus {
  background-color: #00A651;
}

@media screen and (min-width: 768px) {
  #mobile-dots {
    display: none;
  }
  #mobile-menu-btn {
    display: none;
  }
  .entry .entry-page .entry-html {
    width: calc(66% - 10pt);
    margin-left: 10pt;
    float: right;
  }
  .sticky-top {
    position: unset;
    top: unset;
    background-image: none;
  }
}
.toc p .title {
  font-size: 16px !important;
}

.container.article .sp8-paragraph {
  display: block;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #4CE600;
  color: black;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Courier New", monospace;
  font-size: 1em;
}

fieldset {
  border: 1px solid #C0CFC0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #E0EFE0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #C0CFC0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E0EFE0;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #303F30;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #303F30;
  background-color: #E0EFE0;
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #606F60;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.nav li.active {
  padding: 10px 15px;
}
.nav li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav li > a:hover,
.nav li > a:focus {
  text-decoration: none;
  background-color: #E0EFE0;
}
.nav li.disabled > a {
  color: #606F60;
}
.nav li.disabled > a:hover, .nav li.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #E0EFE0;
  border-color: #00783C;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E0EFE0;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #C0CFC0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #E0EFE0 #E0EFE0 #C0CFC0;
}
.nav-tabs > li.active > a, .nav-tabs > li.activeYa:hover, .nav-tabs > li.active > a:focus {
  color: #303F30;
  background-color: white;
  border: 1px solid #C0CFC0;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  color: #00A651;
  border-radius: 4px;
}
.nav-pills > li > a:hover {
  color: #66DDAA;
  background-color: #606F60;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active a, .nav-pills > li.active a:hover, .nav-pills > li.active a:focus {
  color: #66DDAA;
  background-color: #00783C;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px !important;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.index .nav-pills.dictionaries li {
  display: inline-block;
  float: none;
}

.index .nav-pills.dictionaries li.active a,
.index .nav-pills.dictionaries li.active a:hover,
.index .nav-pills.dictionaries li.active a:focus {
  background-color: inherit;
  border-bottom: 2px solid #00A651;
  color: inherit;
}

.index .nav-pills.dictionaries li a {
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default .navbar-link {
  color: #606F60;
}

.navbar-default .navbar-link:hover {
  color: #303F30;
}

.navbar-default .btn-link {
  color: #606F60;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #303F30;
}

.navbar-inverse {
  background-color: #303F30;
  border-color: #808F80;
}

.navbar-inverse .navbar-brand {
  color: #A0AFA0;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #A0AFA0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #A0AFA0;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #808F80;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #303F30;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #303F30;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #303F30;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: black;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #808F80;
  color: white;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #808F80;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #808F80;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #A0AFA0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #808F80;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #303F30;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #A0AFA0;
}

.navbar-inverse .navbar-link:hover {
  color: white;
}

.navbar-inverse .btn-link {
  color: #A0AFA0;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: white;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #303F30;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: white;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #C0CFC0;
}

.breadcrumb > .active {
  color: #606F60;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #00783C;
  background-color: white;
  border: 1px solid #C0CFC0;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #66DDAA;
  background-color: #E0EFE0;
  border-color: #C0CFC0;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #00783C;
  border-color: #00783C;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #606F60;
  background-color: white;
  border-color: #C0CFC0;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #C0CFC0;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #E0EFE0;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #606F60;
  background-color: white;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #606F60;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00783C;
  background-color: white;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #E0EFE0;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #C0CFC0;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #C0CFC0;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #C0CFC0;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail img, .thumbnail a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #303F30;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00783C;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #00783C;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #00783C;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #C0CFC0;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #303F30;
}

a.list-group-item .list-group-item-heading {
  color: #303F30;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #303F30;
  background-color: #E0EFE0;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #E0EFE0;
  color: #606F60;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #606F60;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #00783C;
  border-color: #00783C;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #66DDAA;
}

a.list-group-item-info {
  color: #00783C;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #00783C;
  background-color: #E0EFE0;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 100cm;
    -moz-perspective: 100cm;
    perspective: 100cm;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: inherit !important;
  bottom: 10px;
  left: unset !important;
  z-index: 15;
  width: unset !important;
  margin-left: unset !important;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  text-indent: unset !important;
  width: unset !important;
  height: unset !important;
  margin: unset !important;
  border: none !important;
  border-radius: 10px;
  cursor: pointer;
  background-color: inherit !important;
}

.carousel-indicators .active {
  margin: 0;
  width: unset !important;
  height: unset !important;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

html {
  height: 100%;
  font-size: 14px;
}

body.menu {
  padding-top: 110px;
}

@media (min-width: 768px) {
  body.menu {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  body.menu {
    padding-top: 90px;
  }
}
body > .container {
  padding-bottom: 45px;
}

body .minh80pt {
  min-height: 80pt;
}

body .minh40pt {
  min-height: 40pt;
}

body #loader-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10000;
}

body #loader-modal .loader {
  border: 16px solid white;
  border-top: 16px solid #00783C;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 20% auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.panel {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

.entry-subs .sub {
  padding: 0.2rem 0.5rem;
  border: 0;
  color: #808F80;
  text-decoration: none;
  display: block;
}

.entry-subs .sub.active {
  color: #00A651;
}

.list-group-item {
  background-color: transparent;
}

.thumbnail {
  background-color: transparent;
}

.text-gray {
  color: #808F80;
}

.page-header {
  padding-bottom: 9px;
  margin: 0;
  border-bottom: 0;
}

.page-header h1 a {
  color: #303F30;
}

.page-header .container .row {
  border-bottom: 2px solid #C0CFC0;
}

#keyboard-modal div.keys {
  margin-top: 10px;
}

#keyboard-modal div.keys button {
  height: 30px;
  width: 30px;
  margin: 5px 5px 0 0;
}

.fran-offcanvas-options-btn {
  margin-top: 5px;
}

.offcanvas {
  background-color: white;
  padding: 10px;
}

.quart3 #title {
  font-weight: normal;
  font-size: 26pt;
  text-align: center;
  text-transform: uppercase;
  font-family: "Alegreya Sans", sans-serif;
}

/*
.index h1 {
  font-size: 60px;
  font-weight: 300;
  margin-top: 5px;
  text-align: center;
}

.index h2 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  text-align: center;
}
*/
.index .input {
  margin-top: 30px;
}

.index .nav-pills.dictionaries {
  border-bottom: 1px solid #C0CFC0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .index .input,
  .index .nav-pills.dictionaries {
    margin-top: 80px !important;
  }
}
.index .nav-pills.categories {
  border-bottom: 1px solid #C0CFC0;
  margin-bottom: 20px;
  margin-top: 30px;
}

.index .nav-pills.categories li {
  display: inline-block;
  float: none;
}

.index .nav-pills.categories li a {
  border-radius: 0;
}

.index .nav-pills.categories li a:hover,
.index .nav-pills.categories li a:focus {
  background-color: inherit;
}

.index .nav-pills.categories li.active a,
.index .nav-pills.categories li.active a:hover,
.index .nav-pills.categories li.active a:focus {
  background-color: inherit;
  border-bottom: 2px solid #00783C;
  color: inherit;
}

.index .thumbnail {
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-bottom: 10px;
  width: 220px;
  background-color: inherit;
}
.index .thumbnail .caption {
  height: 75px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
}
.index .thumbnail a:hover .img-overlay {
  border: 2px solid #00783C;
  border-color: white;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(0, 120, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(0, 120, 60, 0.6);
}
.index .thumbnail .img-overlay {
  position: relative;
  background-image: url("/static/img/0.png");
  width: 176px;
  height: 247px;
  padding: 6pt;
  display: flex;
  flex-direction: column;
}
.index .thumbnail .img-overlay .number {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12pt;
  width: 100%;
  text-align: center;
  align-self: flex-start;
  margin-top: 8pt;
}
.index .thumbnail .img-overlay .title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20pt;
  width: 100%;
  max-height: calc(100% - 52pt);
  overflow: hidden;
  overflow-wrap: break-word;
  text-align: center;
  margin: auto 0;
}
.index .thumbnail .img-overlay .subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12pt;
  width: 100%;
  text-align: center;
  align-self: flex-end;
  margin-bottom: 8pt;
}
.index .thumbnail .img-overlay img {
  border: 2px solid white;
  border-color: white;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 20px rgba(255, 255, 255, 0.6);
}
.index .thumbnail .img-overlay .thumb-draft, .index .thumbnail .img-overlay .thumb-full {
  display: none;
  position: absolute;
  left: 2px;
  bottom: 2px;
  height: 12px;
  width: 12px;
  background-color: #00783C;
}
.index .thumbnail .img-overlay .thumb-draft {
  background-color: #808F80;
}

@media (min-width: 768px) {
  .index h1 {
    font-size: 64px;
  }
  .index h2 {
    font-size: 28px;
    margin-top: 16px;
  }
  .index .input,
  .index .nav-pills.categories {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .index .nav-pills.categories {
    padding-bottom: 7.5px;
  }
  .index .nav-pills.categories li a {
    border-radius: 3px;
  }
  .index .nav-pills.categories li.active a,
  .index .nav-pills.categories li.active a:hover,
  .index .nav-pills.categories li.active a:focus {
    border: 1px solid #C0CFC0;
  }
  .index .thumbnail {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
}
.top-bar {
  padding: 0;
  border-bottom: 1px solid #808F80;
}

.top-bar .container {
  padding-bottom: 10px;
}

.top-bar .row:first-child {
  padding-top: 10px;
}

.top-bar h1 {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}

.top-bar a.home {
  color: #303F30;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.top-bar a.home:hover {
  color: #66DDAA;
}

.row.info {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

span.searched {
  font-weight: bold;
  color: white;
  background-color: #00A651;
}

.book-page-title h3 {
  margin: 0;
  margin-bottom: 5pt;
}

.feedback {
  clear: both;
  padding: 5pt 0;
}

.results .list-group .list-group-item {
  border: 0;
  border-bottom: 1px solid #C0CFC0;
  padding-left: 0;
  padding-right: 0;
}

.results .list-group .list-group-item .occurance {
  display: flex;
}

.results .list-group .list-group-item .occurance .occurance-prefix {
  display: inline-block;
  height: 16pt;
  width: 50%;
  padding: 2pt 1pt;
  text-align: right;
  overflow: hidden;
  flex: 5;
}

.results .list-group .list-group-item .occurance .occurance-main {
  display: inline-block;
  height: 16pt;
  padding: 2pt 1pt;
  font-weight: bold;
  flex: none;
}

.results .list-group .list-group-item .occurance .occurance-suffix {
  display: inline-block;
  height: 16pt;
  width: 50%;
  padding: 2pt 1pt;
  overflow: hidden;
  flex: 5;
}

.results .list-group .list-group-item .occurance-link {
  text-decoration: none;
  color: black;
}

.results .list-group .list-group-item .occurance-link :hover {
  background-color: rgba(127, 127, 127, 0.1);
}

@media (min-width: 768px) {
  .results .list-group .list-group-item .section {
    width: 30%;
    display: inline-block;
  }
  .results .list-group .list-group-item .occurances {
    width: 70%;
    display: inline-block;
    vertical-align: top;
  }
}
@media print {
  .results .text-primary {
    color: #00783C !important;
  }
}
.entry .info .nav-pills span {
  color: #00783C;
  display: block;
  padding: 10px 15px;
  position: relative;
}

.entry .entry-content {
  margin-top: 40px;
}

.entry .entry-content .row {
  border-bottom: 1px solid #C0CFC0;
}

#entry-nav {
  font-size: 14px;
  border-radius: 5pt;
  position: fixed;
  height: 100vh;
}
#entry-nav .level-items {
  height: calc(100% - 256px);
  display: block;
}
#entry-nav .paragraf-seach input, #entry-nav .paragraf-seach button {
  display: inline-block;
  width: 4em;
}
#entry-nav .nav-item {
  color: black;
}
#entry-nav .nav-item > span {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
}
#entry-nav .nav-item a {
  text-decoration: none;
  color: #00A651;
  display: inline-block;
  width: calc(100% - 36px);
  padding: 10px 15px;
}
#entry-nav .nav-item a:hover {
  background-color: #E0EFE0;
}
#entry-nav .nav-item div.expander {
  display: inline-block;
  width: 32px;
  text-align: center;
  padding: 5px 0;
  color: #606F60;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
}
#entry-nav .nav-item div.expander.collapsed {
  cursor: pointer;
}
#entry-nav .nav-item div.expander.collapsed::after {
  content: "\f067";
}
#entry-nav .nav-item div.expander.expanded {
  cursor: pointer;
}
#entry-nav .nav-item div.expander.expanded::after {
  content: "\f068";
}
#entry-nav .nav-item div.expander.popup {
  cursor: pointer;
}
#entry-nav .nav-item div.expander.popup::after {
  content: "\f054";
}
#entry-nav .nav-item div.expander.arrow-el {
  cursor: pointer;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(90deg);
}
#entry-nav .nav-item div.expander.arrow-el::after {
  content: "\f054";
}
#entry-nav .nav-item div.expander.arrow-el.rotate {
  transform: rotate(-90deg) !important;
  -webkit-transform: rotate(-90deg) !important;
}
#entry-nav .nav-item.active {
  color: white;
}
#entry-nav .nav-item.active a {
  color: #606F60;
}
#entry-nav .nav-item.level1 {
  padding: 0;
  background-color: #00783C;
}
#entry-nav .nav-item.level1.active a:hover {
  background-color: #00783C;
}
#entry-nav .nav-item.level2 {
  display: none;
  font-size: small;
}
#entry-nav .nav-item.level2.active {
  display: block;
}
#entry-nav .nav-item.level3 {
  font-size: smaller;
}
#entry-nav .nav-item.level4 {
  padding-left: 10px;
  font-size: smaller;
}
#entry-nav .nav-item.level5 {
  padding-left: 10px;
  font-size: 12px;
}
#entry-nav .nav-item.level6 {
  padding-left: 15px;
  font-size: 11px;
}
#entry-nav .nav-item.level7 {
  padding-left: 25px;
  font-size: 10px;
}
#entry-nav .nav-item.level8 {
  padding-left: 30px;
  font-size: 9px;
}
#entry-nav .nav-item.level9 {
  padding-left: 40px;
  font-size: 8px;
}

.entry .entry-page #entry-nav.section .nav-item.level2 {
  display: block;
}

@media print {
  #entry-nav, #cc-nav {
    display: none;
  }
}
.entry .entry-page #popup-nav {
  display: none;
  position: absolute;
  width: 30%;
  left: 30%;
  font-size: small;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-height: 100%;
  overflow: auto;
  background-color: white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}
.entry .entry-page #popup-nav .title {
  color: #606F60;
  display: flex;
  justify-content: flex-end;
}
.entry .entry-page #popup-nav .title .closer {
  padding: 5px 10px;
  cursor: pointer;
  font-size: large;
}
.entry .entry-page #popup-nav .title .closer:hover {
  background-color: #E0EFE0;
}
.entry .entry-page #popup-nav .nav-item {
  color: black;
}
.entry .entry-page #popup-nav .nav-item span {
  padding: 10px 15px;
  display: block;
  color: #606F60;
}
.entry .entry-page #popup-nav .nav-item a {
  text-decoration: none;
  color: #00A651;
  display: block;
  padding: 10px 15px;
}
.entry .entry-page #popup-nav .nav-item a:hover {
  background-color: #E0EFE0;
}
.entry .entry-page #popup-nav .nav-item.active a {
  color: #606F60;
}
.entry .entry-page #popup-nav .nav-item.level4 {
  padding: 0;
  font-size: 13px;
}
.entry .entry-page #popup-nav .nav-item.level5 {
  padding-left: 25pt;
  font-size: 12px;
}
.entry .entry-page #popup-nav .nav-item.level6 {
  padding-left: 20pt;
  font-size: 11px;
}
.entry .entry-page #popup-nav .nav-item.level7 {
  padding-left: 30pt;
  font-size: 10px;
}

@media print {
  .entry .entry-page #popup-nav {
    display: none;
  }
}
.entry .entry-page #podrobno {
  margin-top: 2rem;
}

.entry .heading,
.entry .value {
  padding-bottom: 4px;
  padding-top: 4px;
}

.entry .heading {
  color: #00783C;
  font-style: italic;
}

@media print {
  .entry .heading,
  .entry .text-primary,
  .entry .text-primary em,
  .entry a {
    color: #00783C !important;
  }
}
#back-to-top {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#up-arrow {
  width: 25px;
  height: 25px;
  border-left: 7px solid white;
  border-top: 7px solid white;
  transform: rotate(45deg) scale(0.6);
  position: relative;
  top: 3px;
}

#back-to-top:focus:not(:focus-visible) {
  outline: 0;
}

#back-to-top:focus-visible {
  outline: black auto 1px;
  outline: -webkit-focus-ring-color auto 1px;
}

#back-to-top.show {
  display: block;
  opacity: 1;
}

.about h3 + h4,
.about h3 + p,
.about h4 + p {
  margin-top: 1rem;
}

.about p + h4 {
  margin-top: 2rem;
}

.about .spaced {
  margin-top: 2rem;
}

.about .spaced-lg {
  margin-top: 3rem;
}

.about p.cip {
  border: 1px solid #303F30;
  margin-top: 1rem;
  padding: 5px;
}

.about ol > li {
  margin-top: 1rem;
}

.about p.indent {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.about .nav-submenu {
  padding-left: 20px;
}

.about .nav-submenu li a {
  font-size: 12px;
}

.about .logos {
  margin: 20px 0;
}

.about .logos .amebis img,
.about .logos .alpineon img,
.about .logos .hruska img {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .about .logos .amebis img {
    margin-top: 40px;
  }
  .about .logos .alpineon img {
    margin-top: 34px;
  }
  .about .logos .hruska img {
    margin-top: 47px;
  }
}
.about .table.sources thead th {
  font-size: 12px;
}

.about .table.sources thead th:first-child {
  text-align: right;
}

.about .table.sources tbody tr td:first-child {
  text-align: right;
}

footer {
  display: table-row !important;
  height: 1px;
  margin-top: 80px;
  font-size: unset !important;
  padding: unset !important;
  background-color: unset !important;
  color: unset !important;
}
footer .full-width {
  width: unset !important;
}
footer .mr-8 {
  margin-right: unset !important;
}
footer img {
  max-height: 64px;
}
footer a {
  color: #00A651;
}
footer .container {
  border-top: 1px solid #C0CFC0;
}
footer .nav li {
  display: inline-block;
}
footer .nav .dropdown-menu {
  position: absolute;
  margin-top: -140px;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #C0CFC0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
footer .nav .dropdown-menu li {
  display: block;
}
footer .navbar-text {
  padding-left: 15px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  footer .navbar-text {
    padding-left: 0;
    margin-left: 0;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
#slovnica-body,
.entry-nav,
.subchapter,
.sp8-paragraph-exception .subchapter .sp8-paragraph-content {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13pt;
}

#slovnica-body a,
.entry-nav a {
  color: #00A651 !important;
  text-decoration: none;
}

#slovnica-body a:hover,
#slovnica-body a:focus {
  color: #66DDAA;
  text-decoration: underline;
  background-color: inherit !important;
}

#slovnica-body sub,
#slovnica-body sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

#slovnica-body sub {
  bottom: -0.25em;
}

#slovnica-body sup {
  top: -0.5em;
}

#slovnica-body ul {
  margin-top: 0;
}

#slovnica-body ol {
  list-style-type: none;
  padding-left: 0;
}

#slovnica-body ol.sp8-list-alphabet {
  padding-left: 1.2em;
}

#slovnica-body li {
  margin-top: 0.35em;
}

#slovnica-body li:first-of-type {
  margin-top: 0;
}

#slovnica-body .custom-01-list {
  list-style-type: none;
  padding: 0;
}

.custom-01-list-item {
  display: flex;
}

.custom-01-list-item > img {
  height: 21px;
  flex: none;
  margin-right: 15px;
}

.custom-01-list-item-content {
  flex: 1;
}

.sp8-paragraph-number {
  flex-basis: 50px;
}

.sp8-paragraph-content {
  flex: 1;
}

.sp8-paragraph-content > *,
.sp8-note-content > * {
  margin-bottom: 0;
}

.sp8-paragraph-content > :first-child,
.sp8-note-content > :first-child {
  margin-top: 0;
}

.sp8-color-1 {
  color: #00783C;
}

#slovnica-body a .sp8-color-1 {
  color: #00A651;
}

.sp8-color-2 {
  color: #606F60;
}

#slovnica-body .sp8-heading-lvl-4 {
  font-weight: 500;
  font-size: 13pt;
  padding-left: 7px;
  text-transform: uppercase;
}
#slovnica-body .sp8-heading-lvl-5 {
  font-size: 14pt;
  color: #00783C;
  font-weight: bold;
  padding-left: 7px;
}
#slovnica-body .sp8-heading-lvl-6 {
  font-weight: bold;
  font-size: 13pt;
  padding-left: 7px;
}
#slovnica-body .no-break {
  white-space: nowrap;
}
#slovnica-body ul.sp8-tabs {
  margin-top: 1em;
  list-style-type: none;
  padding-left: 0;
}
#slovnica-body ul.sp8-tabs li {
  display: inline-block;
  margin-right: 1rem;
  cursor: pointer;
  padding: 0.5rem;
  color: #00783C;
  border: 1px solid #00783C;
}
#slovnica-body ul.sp8-tabs li.active {
  color: #808F80;
  border-color: #808F80;
  cursor: not-allowed;
}
#slovnica-body .table-normal,
#slovnica-body .table-normal td {
  border: 0.5px solid white;
  border-collapse: collapse;
}
#slovnica-body .table-bare td {
  vertical-align: top;
}
#slovnica-body table td {
  padding: 2px 5px;
}
#slovnica-body .povezaj {
  font-size: 0.6em;
}
#slovnica-body .subchapter {
  margin-left: -50px;
  background-color: #E0EFE0;
}
#slovnica-body .inactive-link {
  color: #606F60;
}
#slovnica-body .sans-serif {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.thumbnail a .caption {
  color: inherit;
}

#tabela-samoglasnikov {
  width: 400px;
  max-width: 100%;
}

ul#meni-7-knjige {
  list-style-type: none;
  margin: 20px 0 20px 30px;
  padding: 0;
}

.custom-03 {
  margin: 1rem 0 1rem 2rem;
}

.custom-04 {
  margin: 1rem 0;
}

.custom-05 {
  font-size: 1rem;
}

.tab-link:hover {
  background-color: inherit !important;
}

.left-float {
  float: left;
}

/* desktop */
@media all and (min-width: 960px) {
  .center-s {
    width: 50%;
    margin: 0 auto;
  }
  .menu {
    position: absolute;
    top: 48px;
    z-index: 10;
    left: calc(100% - 200px);
    width: 160px;
    padding: 0.5rem;
  }
  .menu .logo {
    order: 0;
  }
  .submenu {
    background-color: #999;
    width: max-content;
  }
  .submenu .subitem {
    text-align: left;
  }
  .submenu .subitem a {
    padding: 0.3rem 0.6rem;
    display: block;
  }
  .submenu-active .submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
  }
  .submenu-active {
    border-radius: 0;
  }
  .ct-widget.ct-ignition {
    left: 16px;
    position: fixed;
    top: 60px;
  }
}
@media print {
  cody {
    background-image: none;
    background-color: transparent;
  }
  nav.navbar {
    display: none;
  }
  .cols {
    display: block;
  }
}

/*# sourceMappingURL=new-style.css.map */
