p, li, ul {
  line-height: 1.3;
  font-weight: 500;
}

h6 {
  font-weight: bold;
}

.xyz-generic {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: normal !important;
}

.xyz-warnings-container {
  min-height: 75px;
}

a {
  font-weight: 600;
}

label {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.tox-tinymce-aux {
  z-index: 99999999999 !important;
}

.tox:not([dir=rtl]) {
  border-width: 1px !important;
  border-color: #666F75 !important;
}

.fancytree-container {
  border: none !important;
}

.fancytree-treefocus {
  outline: none;
}

table.fancytree-ext-table {
  font-size: 0.9rem;
}

ul.fancytree-container {
  font-size: 10pt;
}

.fancytree-node {
  white-space: nowrap;
}

table#xyz-topic-toc-tree, table#xyz-product-collection-tree {
  table-layout: fixed;
  width: 100%;
}

.xyz-topic-toc-tree-element-cell, .xyz-product-collection-tree-element-cell {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

tr.xyz-topic > td {
  background-color: #f4f0f2 !important;
  border-color: #A2A596 !important;
}

tr.fancytree-active > td, tr.fancytree-focused > td {
  background-color: #E8EDDB !important;
  border-color: #A2A596 !important;
}

tr.xyzt-no-drag-handle-row > td.xyz-drag-handle * {
  visibility: hidden;
}

tr.xyz-chapter, tr.xyz-topic, tr.xyz-fb-matter, tr.xyz-collection {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

tr.xyz-section {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

tr.xyz-section .fancytree-custom-icon {
  color: #CCCCCC;
}

tr.xyz-chapter .fancytree-custom-icon, tr.xyz-topic .fancytree-custom-icon, tr.xyz-fb-matter .fancytree-custom-icon, tr.xyz-collection .fancytree-custom-icon {
  color: #888888;
}

.xyz-table-fix-head {
  overflow-y: auto;
  height: 170px;
  border-radius: 5px;
}

.xyz-table-fix-head th {
  position: sticky;
  top: 0;
}

.ui-jqgrid,
.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-jqgrid-pager,
.ui-jqgrid .ui-pg-input {
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-size: 0.93em;
}

.xyz-grid-col-for-tools {
  padding-left: 0 !important;
}

.xyz-fade-in-6sec {
  animation: fadeIn ease 6s;
  -webkit-animation: fadeIn ease 6s;
  -moz-animation: fadeIn ease 6s;
  -o-animation: fadeIn ease 6s;
  -ms-animation: fadeIn ease 6s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D12335;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #587619;
}

input:focus + .slider {
  box-shadow: 0 0 1px #587619;
}

input:checked + .slider:before {
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}
