::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

div.message {
  border-radius: 3px;
  padding: 10px;
  border: 2px solid #393;
  background: rgba(50, 255, 50, 0.8);
  position: fixed;
  top: 10px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  div.message.error {
    border: 2px solid #a00;
    background: rgba(255, 50, 50, 0.8); }

html {
  font-family: Helvetica, 'Helvetica Neue', Arial;
  font-size: 16px; }

body {
  padding-bottom: 250px; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.right {
  float: right; }

.left {
  float: left; }

h1, h2, h3, h4, h5 {
  font-family: 'Quicksand', sans-serif; }

.admin-top-bar {
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 10px;
  margin-bottom: 5px; }
  .admin-top-bar a {
    color: #fff; }

.toolbar {
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
  border-bottom: 2px solid #000;
  padding: 0px 0px; }
  .toolbar h1.title,
  .toolbar h2.title,
  .toolbar h3.title {
    color: #f18e00;
    margin: 0px;
    padding: 0px 0px;
    font-size: 18px;
    float: left; }
  .toolbar h1.title {
    font-size: 30px; }
  .toolbar a {
    display: block;
    float: right;
    color: #f18e00;
    text-decoration: none;
    margin: 0px 10px 0px 0px; }
    .toolbar a:hover {
      text-decoration: underline; }

.tree-node-gap {
  display: inline-block;
  padding: 0px 15px; }

#lang-select {
  display: inline-block;
  margin-right: 20px; }

ul.tabs {
  border-bottom: 2px solid #000;
  padding: 0px;
  margin: 0px;
  clear: both;
  margin-top: 2em;
  margin-bottom: 0.5em; }
  ul.tabs li {
    margin-bottom: -6px;
    display: inline-block;
    border: 2px solid #000;
    overflow: hidden;
    text-align: left;
    margin-left: 10px;
    margin-right: 0px;
    padding: 3px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    ul.tabs li a {
      margin: 0px;
      text-align: left; }
  ul.tabs li.selected {
    border-bottom: 2px solid #fff; }
    ul.tabs li.selected a {
      font-weight: bold; }
  ul.tabs li:last-child {
    float: right; }

a.edit img {
  margin-right: 0.5em;
  height: 1em;
  width: auto; }

.container {
  padding: 0px 20px; }

table.hover tr:hover {
  background: #ddd; }

table.hover thead tr:hover {
  background: #fff; }

td.nowrap {
  white-space: nowrap; }

.image-container {
  padding-top: 5px; }
  .image-container .image-wrapper {
    position: relative;
    margin: 7px;
    display: inline-block;
    min-height: 166px;
    min-width: 50px; }
    .image-container .image-wrapper img {
      height: 166px;
      width: auto; }
    .image-container .image-wrapper .tools {
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      text-align: center;
      opacity: 0;
      z-index: 2; }
      .image-container .image-wrapper .tools img {
        margin: 0px 0.5em;
        height: 1em;
        width: auto; }
    .image-container .image-wrapper:hover img {
      opacity: 0; }
    .image-container .image-wrapper:hover .tools {
      opacity: 1; }
      .image-container .image-wrapper:hover .tools img {
        opacity: 1; }

form div.input {
  padding-bottom: 1em; }
  form div.input label {
    font-weight: bold;
    display: block; }

form textarea,
form input[type='text'] {
  width: 100%; }

form .input.checkbox label {
  font-weight: normal; }
  form .input.checkbox label input {
    margin-right: 10px; }

form button {
  background: #fff;
  font-weight: bold;
  padding: 3px 15px;
  border: 2px solid #000;
  font-size: 16px;
  border-radius: 3px; }
  form button:hover {
    background: #000;
    color: #fff; }

.event-image,
.card-image {
  height: 172px;
  margin-bottom: 30px; }
  .event-image img,
  .card-image img {
    height: 100%;
    width: auto; }

a.button img {
  position: relative;
  top: -2px;
  height: 1em;
  width: auto;
  margin-right: 5px; }

table {
  width: 100%; }
  table th {
    text-align: left;
    border-bottom: 1px solid #999; }
  table th.icon,
  table td.icon {
    white-space: nowrap;
    width: 1%;
    padding-right: 5px; }
  table th.align-left, table td.align-left {
    text-align: left;
    padding: 2px 15px 2px 5px; }
  table th.align-right, table td.align-right {
    text-align: right;
    padding: 2px 5px 2px 15px; }
  table th.align-center, table td.align-center {
    text-align: center;
    padding: 2px 10px; }

.field-group {
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .field-group .field {
    margin-bottom: 0.5em; }
    .field-group .field label {
      margin-right: 20px;
      font-weight: bold;
      display: inline-block;
      white-space: nowrap; }
    .field-group .field .value {
      display: inline-block; }

.field-group2 {
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .field-group2 .field {
    margin-bottom: 0.5em; }
    .field-group2 .field label {
      border-bottom: 1px solid #f18e00;
      margin-right: 20px;
      font-weight: bold;
      display: block;
      white-space: nowrap; }
    .field-group2 .field .value {
      display: inline-block; }
      .field-group2 .field .value > *:first-child {
        margin-top: 0.35em;
        padding-top: 0px; }

.delete-if-empty {
  padding: 10px 30px 30px 30px;
  max-width: 600px;
  width: 90%;
  margin: 200px auto 0px auto;
  border: 1px solid #f00;
  border-radius: 5px; }

.users.form {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #000;
  max-width: 600px;
  padding: 30px;
  width: 90%;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
  .users.form .input label {
    margin: 10px 0px 5px 0px; }
  .users.form .input input {
    width: 100%; }

.select-type-form {
  overflow: hidden;
  clear: both; }
  .select-type-form .input {
    float: left; }
  .select-type-form label {
    padding-top: 4px;
    padding-right: 20px;
    display: block;
    float: left; }
  .select-type-form select {
    display: block;
    float: left;
    width: 15em;
    border: 2px solid #f18e00;
    font-size: 16px;
    background: transparent; }
  .select-type-form button {
    margin-left: 10px;
    border: 1px solid #f18e00;
    background: #f18e00;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    line-height: 1em;
    padding: 5px 10px; }

.bw-image {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%); }

.edit-group-card {
  width: 100%;
  max-width: 600px; }
  .edit-group-card img {
    width: 100%;
    height: auto; }

.list-group-card {
  width: 100%;
  max-width: 400px; }
  .list-group-card img {
    width: 100%;
    height: auto; }

td.icon {
  width: 1%; }

.tr-category.lvl-0 {
  font-weight: bold; }

.tr-card-category {
  opacity: 0.7; }
  .tr-card-category.hidden {
    text-decoration: line-through; }
  .tr-card-category.selected {
    font-weight: bold;
    opacity: 1; }
  .tr-card-category:hover {
    opacity: 1;
    background: #efefef; }

.tablesorter thead input.filter {
  width: 100%;
  min-width: 1px; }

.tablesorter tr.nodisplay {
  display: none; }

.quick-select {
  padding-top: 1em;
  margin-bottom: 2em; }
  .quick-select input {
    width: calc(100% - 2em); }

.data-categories h3 {
  border-bottom: 1px solid #f18e00; }

.data-categories table {
  width: 100%; }
  .data-categories table td:nth-child(1) {
    width: 99%; }

.data-images {
  text-align: center; }
  .data-images img {
    padding: 0.5em;
    height: 10em;
    width: auto; }

.edit-data-image-table td.image img {
  width: 10em;
  height: auto; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
