
/* Переменные */

:root {
  --top-button-hover-color: #22ccff;
  --top-button-color: #aaa9a9;
}

/* Cтили для печати */
@media print {
  #loader,
  #modal-notice,
  .kb-header,
  .sidebar,
  #settings,
  #modal-notice-node,
  #modal-show-error,
  #modal-share-node,
  .top-panel,
  .page-header-info,
  .page-header-buttons,
  .page-sub-header,
  #modal-delete-node,
  #modal-clear,
  #modal-import {
    display: none !important;
  }
}

/* Стили для экрана монитора */
@media screen {

  /* Стили содержимого */
  .page-content {
    font-size: 14px;
    line-height: 1.4em;
    width: calc(100% - 2px);
  }

  .page-content pre,
  .page-content code {
    border: 1px solid #fff;
    font-size: 11px;
    padding: 10px;
    border-radius: 3px;
    background: #333;
    color: #bdbdbd;
  }

  .page-content textarea#page-content {
    width: 100%;
    min-height: 500px;
  }

  .page-content:empty:after {
    content: "\f29b";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 72px;
    color: #003399;
    display: block;
    position: absolute;
    text-align: center;
    top: 200px;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
  }

  #payment-notice {
    max-width: 630px !important;
  }

  #payment-notice .iziModal-header .iziModal-header-title {
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
    font-size: 18px;
  }

  #payment-notice:not(.kb-activation-key-success) .iziModal-button-close,
  #payment-notice:not(.kb-activation-key-success) .kb-activation-key-data-success-result {
    display: none;
  }

  #payment-notice:not(.kb-activation-key-success):not(.kb-activation-key-error) .kb-activation-key-data-result {
    display: none;
  }

  #payment-notice:not(.kb-activation-key-error) .kb-activation-key-data-error-result,
  #payment-notice.kb-activation-key-error .kb-activation-key-data-success-result {
    display: none;
  }

  #payment-notice .kb-activation-key-data-result {
    line-height: 42px;
    border-radius: 5px;
    margin-top: 10px;
    width: 360px;
    display: inline-block;
    text-align: left;
    padding: 0 15px;
    font-weight: 600;
  }

  #payment-notice .kb-activation-key-data-result.hidden {
    display: none;
  }

  #payment-notice.kb-no-reaction .kb-activation-key-data-input,
  #payment-notice.kb-no-reaction .button {
    pointer-events: none;
  }

  #payment-notice.kb-activation-key-success .kb-activation-key-data-result {
    background-color: #DEF1D7;
    border: 1px solid #c9dcc1;
  }

  #payment-notice.kb-activation-key-error .kb-activation-key-data-result {
    background-color: #F0DDDD;
    border: 1px solid #f1cbcb;
  }

  #payment-notice .kb-activation-key-data-success-result {
    color: #619263;
  }

  #payment-notice .kb-activation-key-data-error-result {
    color: #A45153;
  }

  #payment-notice .payment-notice {
    margin: 0;
    line-height: 18px;
    padding: 15px 35px 0 35px;
  }

  #payment-notice .payment-notice .kb-activation-key-data {
    text-align: center;
    margin-top: 10px;
  }

  #payment-notice .payment-notice .kb-activation-key-data .kb-activation-key-data-title {
    vertical-align: top;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 28px;
  }

  #payment-notice .payment-notice .kb-activation-key-data .kb-activation-key-data-value {
    display: inline-block;
  }

  #payment-notice .payment-notice .kb-activation-key-data .kb-activation-key-data-value .kb-activation-key-data-input {
    display: block;
    height: 28px;
    width: 350px;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  #payment-notice .payment-notice p {
    margin: 0;
  }

  #payment-notice .payment-notice p.kb-special-notice-text {
    font-weight: 600;
    margin-top: 15px;
  }

  #payment-notice .payment-notice p.kb-special-notice-text.kb-special-notice-first-text {
    margin-bottom: 15px;
  }

  #payment-notice .payment-notice.no-admin p {
    margin: 10px;
  }

  #payment-notice .modal-buttons {
    display: block;
    text-align: center;
    padding-top: 10px;
    margin: 10px 15px 10px 15px;
  }

  #payment-notice .modal-buttons .button {
    border-radius: 3px;
    font-weight: bolder;
  }

  #payment-notice .modal-buttons .button.kb-free-button {
    background-color: #ff6656;
    border-color: #ff6656;
  }

  #payment-notice .modal-buttons .kb-or-button {
    font-weight: bold;
    padding: 5px 0;
  }

  #payment-notice a:not(.button) {
    color: #36C3F4;
    text-decoration: none;
  }

  .success-payment-notice.modal-content {
    text-align: center;
  }

  .success-payment-notice.modal-content + .modal-buttons {
    margin: 0;
    padding: 10px 0;
    border: 0;
  }

  .kb-payment-notice-link {
    color: #36C3F4;
    line-height: 28px;
    text-decoration: none;
  }

  .transition-loader-inner label:nth-child(1) {
    animation: loader 3s 600ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(2) {
    animation: loader 3s 500ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(3) {
    animation: loader 3s 400ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(4) {
    animation: loader 3s 300ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(5) {
    animation: loader 3s 200ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(6) {
    animation: loader 3s 100ms infinite ease-in-out;
  }

  @keyframes loader {
    0% {
      opacity: 0;
      transform: translateX(-300px) scale(1);
    }
    33% {
      opacity: 1;
      transform: translateX(0px) scale(2);
    }
    66% {
      opacity: 1;
      transform: translateX(0px) scale(1);
    }
    100% {
      opacity: 0;
      transform: translateX(300px) scale(2);
    }
  }
  @keyframes slideInRight {
    0% {
      transform: translateX(100%);
      visibility: visible;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      display: none;
    }
  }

  /* Стили разметки */
  .transition-loader-inner label:nth-child(1) {
    animation: loader 3s 600ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(2) {
    animation: loader 3s 500ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(3) {
    animation: loader 3s 400ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(4) {
    animation: loader 3s 300ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(5) {
    animation: loader 3s 200ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(6) {
    animation: loader 3s 100ms infinite ease-in-out;
  }

  @keyframes loader {
    0% {
      opacity: 0;
      transform: translateX(-300px) scale(1);
    }
    33% {
      opacity: 1;
      transform: translateX(0px) scale(2);
    }
    66% {
      opacity: 1;
      transform: translateX(0px) scale(1);
    }
    100% {
      opacity: 0;
      transform: translateX(300px) scale(2);
    }
  }
  @keyframes slideInRight {
    0% {
      transform: translateX(100%);
      visibility: visible;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      display: none;
    }
  }
  body {
    font-family: RobotoWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    min-height: 600px;
    overflow: hidden;
  }

  .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px;
    margin-bottom: 15px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.24), 0px 6px 15px 0px #fff;
    background: #fff;
    z-index: 900;
    min-width: 865px;
    height: 38px;
  }

  .header-left {
    display: -ms-flexbox;
    display: flex;
  }
  .header-left .button {
    margin-right: 3px;
  }

  .header-right {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }

  .header-right .button {
    margin-left: 3px;
  }

  .header-right .trial-message {
    margin-right: 15px;
    color: gray;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .content {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0px;
    margin-top: 52px;
  }

  .content .sidebar,
  .content .page {
    position: relative;
  }

  .content .sidebar::-webkit-scrollbar,
  .content .page::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: lightgray;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 2px 0px 4px -2px rgba(0, 0, 0, 0.24), 6px 0px 15px 0px #fff;
  }

  .content .sidebar::-webkit-scrollbar-button,
  .content .page::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }

  .content .sidebar::-webkit-scrollbar-track,
  .content .page::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border: 0px none #fff;
  }

  .content .sidebar::-webkit-scrollbar-thumb,
  .content .page::-webkit-scrollbar-thumb {
    background: #6d8d9e;
    border: 0px none #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .content .sidebar {
    border-right: 1px solid #c4c5c7;
    padding-right: 10px;
    margin-right: 20px;
    width: 250px;
    padding-bottom: 48px;
  }

  .content .page {
    max-width: calc(100% - 281px);
  }

  .content .page::-webkit-scrollbar {
    border-radius: 3px;
  }

  .content .page::-webkit-scrollbar-thumb {
    width: 7px;
    border-radius: 3px;
  }

  .blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
  }

  #loader {
    position: fixed;
    z-index: 3000;
    top: 0px;
    right: 0px;
    left: 0px;
    cursor: progress;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #loader.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 250ms, opacity 250ms linear;
  }

  #loader .message {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 19px;
    color: #003399;
    transform: translate(-50%, -37px);
  }

  #loader .transition-loader-inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -60%);
    width: calc(100% - 200px);
    color: #CCC;
    text-align: center;
  }

  #loader .transition-loader-inner label {
    font-size: 1em;
    padding: 1%;
    opacity: 0;
    display: inline-block;
    color: #003399;
  }

  #loader .transition-loader-inner label:after {
    content: "\f111";
    font-weight: bold;
    font-size: 8px;
    color: #003399;
    font-family: 'Font Awesome\ 5 Free';
  }

  #loader.translucent {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .modal {
    display: none;
  }

  .modal.loading .modal-content {
    min-height: 350px;
  }

  .modal.loading .modal-content div {
    display: none;
  }

  .modal.loading .modal-content .loader {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .modal.loading .modal-content .loader.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 250ms, opacity 250ms linear;
  }

  .modal.loading .modal-content .loader .message {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 19px;
    color: #003399;
    transform: translate(-50%, -37px);
  }

  .modal.loading .modal-content .loader .transition-loader-inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -60%);
    width: calc(100% - 200px);
    color: #CCC;
    text-align: center;
  }

  .modal.loading .modal-content .loader .transition-loader-inner label {
    font-size: 1em;
    padding: 1%;
    opacity: 0;
    display: inline-block;
    color: #003399;
  }

  .modal.loading .modal-content .loader .transition-loader-inner label:after {
    content: "\f111";
    font-weight: bold;
    font-size: 8px;
    color: #003399;
    font-family: 'Font Awesome\ 5 Free';
  }

  .modal.loading .iziModal-wrap {
    position: relative;
    width: auto;
    display: block;
  }

  .loader-mixin {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .loader-mixin.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 250ms, opacity 250ms linear;
  }

  .loader-mixin .message {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 19px;
    color: #003399;
    transform: translate(-50%, -37px);
  }

  .loader-mixin .transition-loader-inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -60%);
    width: calc(100% - 200px);
    color: #CCC;
    text-align: center;
  }

  .loader-mixin .transition-loader-inner label {
    font-size: 1em;
    padding: 1%;
    opacity: 0;
    display: inline-block;
    color: #003399;
  }

  .loader-mixin .transition-loader-inner label:after {
    content: "\f111";
    font-weight: bold;
    font-size: 8px;
    color: #003399;
    font-family: 'Font Awesome\ 5 Free';
  }

  /* Основные стили */
  /* Стили разметки */
  body {
    font-family: RobotoWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    min-height: 600px;
    overflow: hidden;
  }

  .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px;
    margin-bottom: 15px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.24), 0px 6px 15px 0px #fff;
    background: #fff;
    z-index: 900;
    min-width: 865px;
    height: 38px;
  }

  .header-left .button {
    margin-right: 3px;
  }

  .header-right {
    margin-left: 20px;
  }

  .header-right .button {
    margin-left: 3px;
  }

  .header-right .trial-message {
    margin-right: 15px;
    color: gray;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .content {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0px;
    margin-top: 52px;
  }

  .content .sidebar,
  .content .page {
    position: relative;
  }

  .content .sidebar::-webkit-scrollbar,
  .content .page::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: lightgray;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 2px 0px 4px -2px rgba(0, 0, 0, 0.24), 6px 0px 15px 0px #fff;
  }

  .content .sidebar::-webkit-scrollbar-button,
  .content .page::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }

  .content .sidebar::-webkit-scrollbar-track,
  .content .page::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border: 0px none #fff;
  }

  .content .sidebar::-webkit-scrollbar-thumb,
  .content .page::-webkit-scrollbar-thumb {
    background: #6d8d9e;
    border: 0px none #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .content .sidebar {
    border-right: 1px solid #c4c5c7;
    padding-right: 10px;
    margin-right: 20px;
    width: 250px;
    padding-bottom: 48px;
  }

  .content .page {
    max-width: calc(100% - 281px);
  }

  .content .page::-webkit-scrollbar {
    border-radius: 3px;
  }

  .content .page::-webkit-scrollbar-thumb {
    width: 7px;
    border-radius: 3px;
  }

  .blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
  }

  #loader {
    position: fixed;
    z-index: 3000;
    top: 0px;
    right: 0px;
    left: 0px;
    cursor: progress;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #loader.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 250ms, opacity 250ms linear;
  }

  #loader .message {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 19px;
    color: #003399;
    transform: translate(-50%, -37px);
  }

  #loader .transition-loader-inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -60%);
    width: calc(100% - 200px);
    color: #CCC;
    text-align: center;
  }

  #loader .transition-loader-inner label {
    font-size: 1em;
    padding: 1%;
    opacity: 0;
    display: inline-block;
    color: #003399;
  }

  #loader .transition-loader-inner label:after {
    content: "\f111";
    font-weight: bold;
    font-size: 8px;
    color: #003399;
    font-family: 'Font Awesome\ 5 Free';
  }

  #loader.translucent {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .modal {
    display: none;
  }

  .modal.loading .modal-content {
    min-height: 350px;
  }

  .modal.loading .modal-content div {
    display: none;
  }

  .modal.loading .modal-content .loader {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .modal.loading .modal-content .loader.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 250ms, opacity 250ms linear;
  }

  .modal.loading .modal-content .loader .message {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 19px;
    color: #003399;
    transform: translate(-50%, -37px);
  }

  .modal.loading .modal-content .loader .transition-loader-inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -60%);
    width: calc(100% - 200px);
    color: #CCC;
    text-align: center;
  }

  .modal.loading .modal-content .loader .transition-loader-inner label {
    font-size: 1em;
    padding: 1%;
    opacity: 0;
    display: inline-block;
    color: #003399;
  }

  .modal.loading .modal-content .loader .transition-loader-inner label:after {
    content: "\f111";
    font-weight: bold;
    font-size: 8px;
    color: #003399;
    font-family: 'Font Awesome\ 5 Free';
  }

  .modal.loading .iziModal-wrap {
    position: relative;
    width: auto;
    display: block;
  }

  .loader-mixin {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .loader-mixin.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 250ms, opacity 250ms linear;
  }

  .loader-mixin .message {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 19px;
    color: #003399;
    transform: translate(-50%, -37px);
  }

  .loader-mixin .transition-loader-inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -60%);
    width: calc(100% - 200px);
    color: #CCC;
    text-align: center;
  }

  .loader-mixin .transition-loader-inner label {
    font-size: 1em;
    padding: 1%;
    opacity: 0;
    display: inline-block;
    color: #003399;
  }

  .loader-mixin .transition-loader-inner label:after {
    content: "\f111";
    font-weight: bold;
    font-size: 8px;
    color: #003399;
    font-family: 'Font Awesome\ 5 Free';
  }

  .transition-loader-inner label:nth-child(1) {
    animation: loader 3s 600ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(2) {
    animation: loader 3s 500ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(3) {
    animation: loader 3s 400ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(4) {
    animation: loader 3s 300ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(5) {
    animation: loader 3s 200ms infinite ease-in-out;
  }

  .transition-loader-inner label:nth-child(6) {
    animation: loader 3s 100ms infinite ease-in-out;
  }

  @keyframes loader {
    0% {
      opacity: 0;
      transform: translateX(-300px) scale(1);
    }
    33% {
      opacity: 1;
      transform: translateX(0px) scale(2);
    }
    66% {
      opacity: 1;
      transform: translateX(0px) scale(1);
    }
    100% {
      opacity: 0;
      transform: translateX(300px) scale(2);
    }
  }
  @keyframes slideInRight {
    0% {
      transform: translateX(100%);
      visibility: visible;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      display: none;
    }
  }
  .button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 0 20px;
    text-align: center;
    outline: none;
    text-decoration: none;
    color: #461c07;
    position: relative;
    height: 24px;
  }

  .button.big {
    padding: 12px 60px 11px 60px;
  }

  .button:focus,
  .button:hover {
    border-color: #bdbdbd;
  }

  .button:hover {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    background: #1c51bb;
    color: #fff;
    border-color: #133881;
  }

  .button:hover i {
    color: #fff;
  }

  .button:active {
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  }

  .button.blue {
    background: #1c51bb;
    color: #fff;
    border-color: #1c51bb;
  }

  .button.blue:focus,
  .button.blue:hover {
    background: #2b67df;
    border-color: #2b67df;
  }

  .button.red {
    background: #f54819;
    color: #fff;
    border-color: #f54819;
  }

  .button.red:focus,
  .button.red:hover {
    background: #f76f4a;
  }

  .button.white:focus,
  .button.white:hover {
    background: #c2c4c7;
    border-color: #003399;
    color: #003399;
  }

  .button.hover-red:focus,
  .button.hover-red:hover {
    background: #f54819;
    color: #fff;
    border-color: #f54819;
  }

  .button.hover-orange:hover {
    background: #f5b946;
    color: #fff;
    border-color: #f5b946;
  }

  .button.icon {
    padding: 0px;
    height: 24px;
    width: 24px;
    line-height: 26px;
    color: #461c07;
  }

  .button.icon.kb-header-button:hover {
    background-color: #22ccff;
  }

  .button i {
    line-height: 26px;
    color: #545c6a;
  }

  .button i.fa {
    font-size: 14px;
  }

  .button:not(.icon) i.fa {
    margin-right: 4px;
    margin-top: -2px;
    margin-left: -4px;
  }

  .button.add:after {
    content: "+";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 7px;
    height: 7px;
    line-height: 7px;
    display: block;
    color: #5dc700;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    border-radius: 2px;
    font-size: 11px;
  }

  .button.move {
    cursor: all-scroll;
  }

  .button.kb-content-edit-button:hover {
    background-color: #22ccff;
  }

  .kb-content-top-button {
    display: inline-block;
    font-size: 21px;
    color: var(--top-button-color);
    float: right;
    margin: -3px 5px 0;
  }

  .kb-content-top-button:hover {
    color: var(--top-button-hover-color);
    cursor: pointer;
  }

  .kb-content-top-button > svg {
    width: 21px;
    height: 21px;
    fill: var(--top-button-color);
  }

  .kb-content-top-button > svg:hover {
    fill: var(--top-button-hover-color);
  }

  .kb-content-edit-button {
    background-color: #1c51bb;
    border-color: #1c51bb;
    color: #fff;
  }

  .kb-content-edit-button .fa-pencil-alt:before {
    color: #fff;
  }

  .kb-content-save-button .fa-save:before {
    color: #fff;
  }

  .link {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    color: #003399;
    display: inline-block;
    cursor: pointer;
  }

  .link:hover,
  .link:focus {
    text-decoration: underline;
    color: #1c51bb;
  }

  .link.red {
    color: #f54819;
  }

  .link.light-red {
    color: #f54550;
    opacity: 0.8;
  }

  .link.light-red:hover {
    opacity: 1;
  }

  .search {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 26px;
  }

  .search-items {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    display: none;
    background: #fff;
    border: 1px solid #cccccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px 0px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
  }

  .search-item {
    padding: 4px 12px 2px 12px;
  }

  .search-item b {
    color: #003399;
    font-weight: 500;
  }

  .search-item.active {
    background: #1c51bb;
    color: #fff;
    box-shadow: 1px 0px 0px 0px #003399, -1px 0px 0px 0px #003399;
  }

  .search-item.active b {
    color: #f0f0f0;
  }

  .search-clear {
    position: absolute;
    right: 32px;
    top: -1px;
  }

  .search input {
    border: 1px solid #cccccc;
    height: 25px;
    padding: 0px 64px 0px 12px;
    outline: none;
    border-radius: 2px;
    font-size: 12px;
    transform: translateY(-2px);
    width: 140px;
    transition: all 0.2s ease 0.0s;
    vertical-align: middle;
  }

  .search input:focus {
    width: 240px;
  }

  .search input:focus + button + .search-items:not(:empty) {
    display: block;
  }

  .search input.empty + .search-clear {
    display: none;
  }

  .search:last-child input {
    transform: initial;
  }

  .search button {
    background: none;
    position: absolute;
    right: 4px;
    top: 0px;
    bottom: 0px;
    border: none;
    color: #8a8a8a;
    cursor: pointer;
    outline: none;
  }

  .search button:hover,
  .search button:focus {
    color: #1c51bb;
  }

  .search-result-page .page-header {
    margin-top: 0px;
  }

  .search-result-title {
    color: #1c51bb;
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    font-size: 18px;
    line-height: 1.3em;
    cursor: pointer;
    display: inline-block;
  }

  .search-result-title mark {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
  }

  .search-result-title:hover,
  .search-result-title:focus {
    text-decoration: none;
  }

  .search-result-title:hover mark,
  .search-result-title:focus mark {
    text-decoration: none;
  }

  .search-result-content b {
    background: #f9c1c1;
    padding: 0px 2px;
    color: #a12807;
  }

  .search-result:first-child h2 {
    margin-top: 0px;
  }

  .search-nothing {
    color: #bdbdbd;
    font-size: 24px;
  }

  .tree {
    margin-right: -10px;
    min-height: 500px;
  }

  .tree::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: lightgray;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .tree::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }

  .tree::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border: 0px none #fff;
  }

  .tree::-webkit-scrollbar-thumb {
    background: #6d8d9e;
    border: 0px none #fff;
    border-radius: 3px;
  }

  .tree-node-title {
    line-height: 1.2em;
    padding: 6px 12px 4px 30px;
    position: relative;
    border-radius: 1px;
    overflow: hidden;
  }

  .tree-node-title > i {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 6px 0px 0px 12px;
    bottom: 0px;
    width: 16px;
    display: inline-block;
    font-style: normal;
  }

  .tree-node-title > i:before {
    font-family: 'Font Awesome\ 5 Free';
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    color: #ffcc33;
    line-height: 1em;
  }

  .tree-node-title-buttons {
    position: absolute;
    padding-right: 25px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    right: -100%;
  }

  .tree-node-title-buttons .button {
    border: none;
    color: rgba(255, 255, 255, 0.7);
    background: initial;
    top: 50%;
    transform: translateY(-50%);
  }

  .tree-node-title-buttons .button i {
    color: #f0f0f0;
    cursor: pointer;
  }

  .tree-node-title-buttons .button i:hover {
    color: #fff;
  }

  .tree-node-title-buttons .button.red {
    background: initial;
    color: #f9c1c1;
  }

  .tree-node-title-buttons .button:hover {
    color: #fff;
    box-shadow: none;
  }

  .tree-node-title-buttons .button:after {
    background: #fff;
  }

  .tree-node-title-buttons.select {
    opacity: 1;
    right: 0px;
    animation: slideInRight 300ms;
    background: rgba(0, 51, 153, 0.8);
    box-shadow: -10px 0px 6px -6px rgba(0, 51, 153, 0.8);
  }

  .tree-node-title:hover {
    background: #e8f7fe;
    cursor: pointer;
  }

  .tree-node-title:hover .node-menu-btn {
    visibility: visible;
  }

  .tree-node-title .node-menu-btn {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -8px;
    visibility: hidden;
    cursor: pointer;
    width: 17px;
    padding-right: 5px;
    text-align: right;
  }

  .tree-node.folder .tree-node-title > i:before {
    content: "\f07b";
  }

  .tree-node.folder.opened > .tree-node-title > i:before {
    content: "\f07c";
  }

  .tree-node.folder.favorite .tree-node-title > i:before {
    content: "\f005";
    font-weight: 600;
  }

  .tree-node.folder.favorite.opened .tree-node-title > i:before {
    font-weight: 500;
  }

  .tree-node.folder .tree-node.doc.favorite .tree-node-title > i:before {
    content: "\f005";
    font-weight: 500;
  }

  .tree-node.folder .tree-node.doc.favorite.favorite-active .tree-node-title span,
  .tree-node.folder .tree-node.doc.favorite.favorite-active .tree-node-title > i:before {
    font-weight: 600;
  }

  .tree-node.doc .tree-node-title > i:before,
  .tree-node.folder .tree-node.doc .tree-node-title > i:before {
    color: #003399;
    content: "\f15c";
    font-weight: 500;
  }

  .tree-node.active > .tree-node-title span {
    font-weight: 600;
  }

  .tree-node-childs {
    padding-left: 18px;
    display: none;
  }

  .tree-node.opened > .tree-node-childs {
    display: block;
  }

  .tree-node.opened > .tree-node-childs:empty {
    padding-left: 40px;
  }

  .tree-node.opened > .tree-node-childs:empty:before {
    content: "...";
    display: block;
  }

  .tree-node.draggable-image {
    width: 250px;
  }

  .tree-node.draggable {
    opacity: 0.3;
  }

  .tree-node.draggable .tree-node-title {
    background: initial;
    color: #333;
  }

  .tree-node.draggable .tree-node-title-buttons {
    display: none;
  }

  .breadcrumbs {
    margin-bottom: -4px;
  }

  .breadcrumbs-item {
    display: inline-block;
    color: #003399;
    text-decoration: underline;
    cursor: pointer;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    position: relative;
    margin-right: 28px;
    margin-bottom: 4px;
    word-break: break-word;
  }

  .breadcrumbs-item:after {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    position: absolute;
    right: -18px;
    top: 1px;
    bottom: 0px;
    display: inline-block;
    color: #003399;
    pointer-events: none;
  }

  .breadcrumbs-item:hover {
    text-decoration: none;
  }

  .breadcrumbs-item:last-child:after {
    display: none;
  }

  .page {
    width: 100%;
    position: relative;
  }

  .page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .page-header h1 {
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2em;
    margin: 0px;
    flex: 1;
    word-break: break-word;
  }

  .page-header h1 input {
    outline: none;
    border: none;
    border-bottom: 1px solid #003399;
    font-weight: 600;
    font-family: RobotoWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    flex: 1;
  }

  .page-header h1 input:focus,
  .page-header h1 input:hover {
    border-color: #1c51bb;
  }

  .page-header-buttons {
    position: relative;
    padding-top: 5px;
    min-width: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
  }

  #modal-notice .iziModal-header-title {
    line-height: 35px;
  }

  #modal-notice .notice-content {
    padding: 20px;
    max-height: 310px;
    overflow-y: auto;
    border-bottom: 1px solid #bdbdbd;
  }

  #modal-notice .notice-content ul {
    width: 85%;
  }

  #modal-notice .notice-content ul li {
    text-align: justify;
    margin-bottom: 10px;
  }

  .iziModal-header-icon {
    width: 40px;
    height: 40px;
    position: relative;
    font-style: normal;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    margin-right: 15px;
  }

  .iziModal-header-icon:before {
    content: "\f0d0";
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    font-size: 36px;
    font-weight: 600;
    line-height: 35px;
  }

  .iziModal-header-icon.modal-icon-notice:before {
    content: "\f0d0";
    font-size: 26px;
    line-height: 40px;
  }

  .iziModal-header-icon.modal-icon-settings:before {
    content: "\f085";
    font-size: 36px;
    font-weight: 600;
  }

  .iziModal-header-icon.modal-icon-delete:before {
    content: "\f2ed";
    font-size: 35px;
  }

  .iziModal-header-icon.modal-icon-error:before {
    content: "\f071";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 35px;
    font-weight: 600;
  }

  .iziModal-header-icon.modal-icon-history:before {
    content: "\f1da";
    font-size: 25px;
    font-weight: 600;
  }

  .iziModal-header-icon.modal-icon-developer:before {
    content: "\f05a";
    font-size: 25px;
    font-weight: 600;
  }

  .modal-buttons {
    margin: 20px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-buttons .button {
    border-radius: 0px;
    line-height: 24px;
  }

  .modal-buttons .button:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .modal-buttons .button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .modal-buttons .button:not(:last-child) {
    border-right: 0px;
  }

  .modal-buttons .button.blue + .button {
    border-left: 0px;
  }

  .modal-content {
    padding: 5px 15px;
    min-height: 300px;
  }

  .modal-content.permission .user-permission {
    min-height: 200px;
    max-height: 400px;
  }

  .modal-content + .modal-buttons {
    border-top: 1px solid #bdbdbd;
    padding-top: 22px;
    margin: 10px 15px 20px 15px;
  }

  .settings-wrap {
    margin-left: -12px;
    width: calc(100% + 24px);
  }

  .settings-wrap::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: lightgray;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .settings-wrap::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }

  .settings-wrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border: 0px none #fff;
  }

  .settings-wrap::-webkit-scrollbar-thumb {
    background: #6d8d9e;
    border: 0px none #fff;
    border-radius: 3px;
  }

  .settings-users {
    width: calc(100% - 12px);
    border-collapse: collapse;
    width: 100%;
  }

  .settings-users thead {
    font-size: 13px;
    position: fixed;
    width: 590px;
    border-bottom: solid 1px #e6e6e6;
  }

  .settings-users thead th {
    text-align: center;
    padding: 10px;
  }

  .settings-users thead th:first-child {
    text-align: left;
    padding-left: 12px;
    width: 233px;
  }

  .settings-users tbody {
    margin-top: 50px;
    display: block;
    height: 300px;
    overflow-y: auto;
  }

  .settings-users tbody tr {
    border-bottom: solid 1px #e6e6e6;
    line-height: 22px;
  }

  .settings-users tbody tr:last-child {
    border: none;
  }

  .settings-users tbody tr td {
    padding: 4px 0px;
    text-align: center;
    position: relative;
    min-height: 20px;
    width: 90px;
    border: none;
    vertical-align: middle;
  }

  .settings-users tbody tr td:first-child {
    text-align: left;
    padding-left: 12px;
    width: 245px;
  }

  .settings-users tbody tr td input[type=radio] {
    outline: none;
    display: none;
  }

  .settings-users tbody tr td input[type=radio] + label {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    cursor: pointer;
  }

  .settings-users tbody tr td input[type=radio] + label:before {
    content: "\f111";
    font-family: 'Font Awesome\ 5 Free';
    color: #003399;
    line-height: 30px;
  }

  .settings-users tbody tr td input[type=radio]:checked + label:before,
  .settings-users tbody tr td input[type=radio][checked="checked"] + label:before {
    content: "\f058";
  }

  .settings-users tbody tr td input[type=radio]:focus + label:before,
  .settings-users tbody tr td input[type=radio]:hover + label:before {
    color: #1c51bb;
  }

  .settings-users tbody tr.sub-row {
    background: #aeb8c529;
  }

  .settings-users tbody tr.sub-row td {
    font-weight: normal;
  }

  .settings-users tbody tr.sub-row td:first-child {
    padding-left: 15px;
  }

  .settings-users tbody tr.sub-row td:first-child i {
    color: #b1afa3;
  }

  .settings-users tbody tr:hover {
    cursor: pointer;
    background: #e8f7fe;
  }

  .settings-other,
  .settings-license {
    border-top: 1px solid #bdbdbd;
    padding-top: 22px;
    margin: 20px 0px 0px 0px;
    overflow: hidden;
  }

  .settings-license .kb-show-activate-form {
    float: right;
  }

  .settings-license .kb-license-item {
    color: green;
  }

  .settings-clear {
    float: right;
    text-decoration: none;
  }

  .settings-export,
  .settings-import {
    margin-right: 10px;
    text-decoration: none;
  }

  .settings i {
    margin-right: 5px;
  }

  .template {
    display: none;
  }

  mark {
    background: orange;
    color: black;
  }

  .draggable-image {
    border: 1px dashed #003399;
    padding: 0px;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
  }

  .node-drag-to {
    border: 2px dashed #5dc700;
    width: calc(100% - 44px);
    margin: 0px 0px 0px 28px;
    min-height: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
  }

  .node-drag-to:before {
    content: "\f152";
    font-family: 'Font Awesome\ 5 Free';
    color: #5dc700;
    position: absolute;
    left: -18px;
    top: 2px;
  }

  input.kb-file-input {
    display: none;
  }

  .goto-up {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 15px;
    height: 32px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #1c51bb;
    border-radius: 3px;
    cursor: pointer;
  }

  .goto-up i {
    margin-right: 4px;
  }

  .goto-up:hover {
    background: #22ccff;
  }

  .modal_notice_node {
    z-index: 999;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 3px solid #00af66;
    overflow: hidden;
    max-width: 600px;
    margin-bottom: 0px;
    display: inline-block;
    height: 48px;
  }

  .iziModal .iziModal-header {
    background: #ff6656 !important;
  }

  body div.mce-fullscreen {
    z-index: 900;
  }

  .history-content {
    height: 310px;
    overflow: auto;
    border-bottom: 1px solid #bdbdbd;
  }

  .history-content .history-notice {
    text-align: center;
    margin-top: 140px;
  }

  .history-content .history-more {
    text-align: center;
    font-style: italic;
  }

  .kb-content-favorite-button:hover {
    background: #22ccff;
  }

  .kb-content-favorite-button > i {
    font-weight: 500;
  }

  .kb-content-favorite-button.active > i {
    color: #ffcc33;
    font-weight: 600;
  }

  .kb-content-favorite-button.active:hover {
    background: #f54819;
    border-color: #f54819;
  }

  .kb-content-favorite-button.active:hover > i {
    color: #fff;
    font-weight: 500;
  }

  .wait:hover,
  .wait *:hover {
    cursor: wait !important;
  }

  .page-sub-header {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .kb-toggle {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-color: #fff;
    border: 1px solid #C8C8C8;
    transition-duration: 250ms;
    vertical-align: text-top;
  }

  .kb-toggle:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: transparent;
    border-radius: 50%;
  }

  .kb-toggle:checked {
    border-color: var(--top-button-hover-color);
  }

  .kb-toggle-xs {
    width: 24px;
    height: 15px;
    border-radius: 24px;
    box-shadow: inset -9px 0 0 0 #fff;
  }

  .kb-toggle-xs:after {
    width: 12px;
    height: 12px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  }

  .kb-toggle-xs:checked {
    box-shadow: inset 9px 0 0 0 var(--top-button-hover-color);
  }

  .kb-toggle-xs:checked:after {
    left: 9px;
    box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.05);
  }

  .kb-toggle,
  .kb-toggle + label {
    cursor: pointer;
  }

  .kb-toggle + label,
  .kb-content-autosave-text-status {
    color: #aaa9a9;
  }

  .kb-content-autosave-button {
    margin-bottom: 15px;
  }

  .kb-content-tag-panel {
    flex-basis: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 10px;
  }

  .kb-content-tag-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }

  .kb-tag {
    background-color: #f6f6f4;
    color: #545c6a;
    font-size: 12px;
    cursor: pointer;
    min-height: 15px;
    padding: 3px 7px;
    margin: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
  }

  .kb-tag-remove {
    display: flex;
  }

  .kb-tag-remove .icon-close {
    fill: #545c6a;
    height: 9px;
    width: 9px;
    position: relative;
    margin-left: 5px;
  }

  .kb-tag-remove .icon-close:hover {
    fill: #f54819;
  }

  .kb-tag-body {
    min-width: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    word-break: break-word;
  }

  .kb-tag-body:hover {
    text-decoration: underline;
    color: #003399;
  }

  .kb-content-add-tag-dropdown {
    display: none;
    position: absolute;
    margin-top: 30px;
    flex-direction: column;
    background-color: #fff;
    width: 250px;
    min-height: 125px;
    font-size: 12px;
    -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.11);
    z-index: 1;
  }

  .kb-content-add-tag-dropdown > input.tag-dropdown-search {
    height: 40px;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  .kb-content-add-tag-dropdown > input.tag-dropdown-search:focus {
    outline: none;
  }

  .kb-content-add-tag-dropdown .tag-catalog {
    display: flex;
    flex-direction: column;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .kb-content-add-tag-dropdown .tag-catalog > span {
    color: black;
    padding: 6px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    word-break: break-word;
  }

  .kb-content-add-tag-dropdown > .tag-dropdown-notice {
    color: #8a8a8a;
    margin: 10px 0;
    padding: 6px 20px;
    font-style: italic;
    font-size: 13px;
  }

  .kb-content-add-tag-dropdown > .tag-dropdown-notice:empty {
    display: none;
  }

  .kb-tag-cloud-page-content {
    display: flex;
    justify-content: center;
  }

  .kb-tag-cloud-page-content * {
    width: 100%;
  }

  .kb-content-tags-icon {
    color: var(--top-button-color);
    margin-right: 3px;
  }

  .kb-content-add-tag-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--top-button-color);
    cursor: pointer;
  }

  .kb-content-add-tag-button:hover {
    color: var(--top-button-hover-color);
  }

  .top-panel {
    display: flex;
  }

  .top-panel > div {
    display: flex;
  }

  .top-panel .breadcrumbs {
    width: 90%;
    flex-wrap: wrap;
  }

  .top-panel .top-panel-buttons {
    margin-left: auto;
  }

  .page-header-info {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  .page-header-info {
    color: #b1afa3;
    font-style: italic;
  }
  .page-header-info i {
    margin-right: 5px;
  }
  .page-header-info .author {
    display: flex;
    margin-right: auto;
    align-items: center;
  }
  .page-header-info .date {
    display: flex;
    margin-left: auto;
    flex-direction: column;
    font-size: 11px;
  }

  .kb-developer-button {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
  }
  .button.icon.kb-header-button.kb-developer-button:hover {
    background-color: transparent;
  }
  .kb-developer-button svg {
    fill: #003399;
    width: 20px;
    height: 20px;
  }
  .developer-content {
    border-bottom: 1px solid #bdbdbd;
    min-height: 80px;
  }
  .developer-content h4 {
    display: inline-block;
    margin: 15px 0px 0px;
  }
  #modal-developer .modal-content {
    min-height: 120px;
  }
}
