/*!
 * @version    $Id$
 * @package   WordPress User Document
 * @author     ZuFusion
 * @copyright  (C) 2023  ZuFusion All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 */
:root {
  --color-dark: #161616;
  --color-ocean: #416dea;
  --color-grass: #3dd28d;
  --color-snow: #FFFFFF;
  --color-salmon: #F32C52;
  --color-sun: #feee7d;
  --color-alge: #7999a9;
  --color-flower: #353866;
  --color-smoke: #e4e4e4;
  --font-face: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert > ul {
  margin-bottom: 0;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.wud-body-wrapper ul, .wud-body-wrapper ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wud-hide {
  display: none !important;
}

.wud-show {
  display: block !important;
}

.wud-list-files {
  padding: 10px;
  background: #ffffff;
}

.wud-pagination {
  padding-top: 20px;
}
.wud-pagination .pagination-list {
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.wud-pagination .pagination-list > li > a,
.wud-pagination .pagination-list > li > span {
  color: #6a6b70;
  background-color: #fff;
  border: 1px solid #6a6b70;
  font-size: 15px;
  padding: 3px 12px;
  margin: 0 5px;
}
.wud-pagination .pagination-list > li > a:hover, .wud-pagination .pagination-list > li > a.current, .wud-pagination .pagination-list > li > a:focus,
.wud-pagination .pagination-list > li > span:hover,
.wud-pagination .pagination-list > li > span.current,
.wud-pagination .pagination-list > li > span:focus {
  color: #FFFFFF;
  background-color: #acacac;
  border: 1px solid #acacac;
}
.wud-pagination .pagination-list > li:first-child > a,
.wud-pagination .pagination-list > li:first-child > span, .wud-pagination .pagination-list > li:last-child > a,
.wud-pagination .pagination-list > li:last-child > span {
  border-radius: 0;
}

.wud-table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.wud-table th,
.wud-table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.wud-table thead th {
  vertical-align: top;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  text-transform: uppercase;
}
.wud-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.wud-theme-table .th-image {
  width: 100px;
}
.wud-theme-table .th-actions {
  width: 122px;
}
.wud-theme-table thead {
  background: #ffffff;
}
.wud-theme-table .wud-file-views {
  text-align: center;
}
.wud-theme-table .wud-file-link {
  width: 106px;
}
.wud-theme-table .wud-file-size {
  min-width: 70px;
}
.wud-theme-table .wud-file-linkdown, .wud-theme-table .wud-file-edit {
  border: none;
  color: #5a5a5a;
  cursor: pointer;
  font-size: 14px;
}
.wud-theme-table .wud-file-linkdown:hover, .wud-theme-table .wud-file-edit:hover {
  color: #8c8c8c;
}
.wud-theme-table .wud-preview {
  border: none;
  color: #5a5a5a;
  cursor: pointer;
  font-size: 14px;
}
.wud-theme-table .wud-preview:hover {
  color: #8c8c8c;
}

.wud-table-row .document-thumbnail {
  width: 100px;
  height: 100px;
}

.zufusiontable-collapse {
  margin-right: 5px;
  float: left;
}

.wud-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.wud-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.wud-btn-group > .wud-btn {
  position: relative;
  float: left;
}

.wud-btn-reset {
  min-width: 100px;
  height: 35px;
  padding: 0 15px;
  background: transparent;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  color: #666;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: bold;
}

.wud-btn-search {
  min-width: 100px;
  height: 35px;
  padding: 0 15px;
  background: #5a5a5a;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.wud-clear {
  clear: both;
}

.wud-tooltip-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.wud-tooltip {
  opacity: 0;
  z-index: 9999;
  color: #6d6d6d;
  width: 190px;
  display: block;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: left;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 3px rgba(158, 158, 158, 0.5);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  left: 0;
  bottom: 40px;
}
.wud-tooltip .wud-tooltip-header {
  font-size: 15px;
  font-weight: 600;
}
.wud-tooltip p {
  font-size: 12px;
}

.wud-tooltip:before, .wud-tooltip:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f1f1f1;
  position: absolute;
  bottom: -10px;
  left: 5%;
}

.wud-tooltip-container:hover .wud-tooltip, a:hover .wud-tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*Grid layout */
.wud-documents {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.wud-documents:before, .wud-documents:after {
  display: table;
  content: "";
}
.wud-documents:after {
  clear: both;
}
.wud-documents [class*="wud-document"], .wud-documents [class^="wud-document"] {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.wud-columns-1 .wud-document {
  width: 100%;
}

.wud-columns-2 .wud-document {
  width: 50%;
}

.wud-columns-3 .wud-document {
  width: 33.33333333%;
}

.wud-columns-4 .wud-document {
  width: 25%;
}

@media only screen and (max-width: 480px) {
  .wud-columns-2 .wud-document, .wud-columns-3 .wud-document, .wud-columns-4 .wud-document {
    width: 100%;
  }
}
.main-container {
  padding: 80px 0 40px;
  position: relative;
}

.post-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.post-title a {
  color: #6a6b70;
}

.post-image img {
  width: 100%;
}

.post-license {
  margin-bottom: 5px;
}
.post-license img {
  margin: 0;
}

.post-buttons {
  margin: 8px 0px 5px 0px;
  border: 1px #ccc solid;
  padding: 5px;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}
.post-buttons a {
  font-size: 14px;
  margin-right: 10px;
}

.post-content {
  padding: 15px 0;
}

.post-meta {
  margin-bottom: 10px;
}
.post-meta li {
  display: inline-block;
  margin: 0 3px 5px 0;
  padding: 5px;
  line-height: 1em;
}
.post-meta li, .post-meta a {
  color: #454545;
  font-size: 14px;
}
.post-meta a:hover {
  color: #f25b41;
}

.post-viewer {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.post-viewer .post-viewer-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #333;
  padding: 10px 15px;
}
.post-viewer .post-viewer-heading .post-viewer-title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.post-viewer .post-viewer-content {
  padding: 15px;
  position: relative;
}
.post-viewer .post-viewer-content iframe {
  margin: 0;
  padding: 0;
}
.post-viewer .post-viewer-content #wud-post-viewer-loading {
  display: block;
  position: absolute;
  background: #e5e5e5;
  z-index: 1;
}

.post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wud-single-actions {
  margin-bottom: 10px;
}
.wud-single-actions li {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 5px;
  line-height: 1em;
}
.wud-single-actions li, .wud-single-actions a {
  color: #aaabaf;
  font-size: 14px;
}
.wud-single-actions a:hover {
  color: #f25b41;
}

.document-label {
  display: inline;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.document-label li {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  font-weight: bold;
}
.document-label .document-pending {
  color: #9a9a9a;
}
.document-label .document-new {
  color: #3cc124 !important;
}
.document-label .document-featured {
  color: #f25b41;
}

.wud-documents-header {
  margin-top: 0;
}

.wud-document {
  margin: 0 0 3.142857rem 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.wud-document ul, .wud-document ol {
  margin: 0;
  padding: 0;
}
.wud-document.first {
  clear: both;
}
.wud-document a {
  text-decoration: none;
}
.wud-document .document-header {
  margin-bottom: 1.714285714rem;
  border: 1px solid #dedede;
  padding: 7px;
  background: #FFFDFE;
  position: relative;
}
.wud-document .document-header a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  box-shadow: none;
}
.wud-document .document-header .document-label {
  position: absolute;
  left: 10px;
  top: 2px;
}
.wud-document .document-title {
  text-transform: capitalize;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-weight: bold;
}
.wud-document .document-content h2 {
  margin: 1.714285714rem 0;
}
.wud-document .document-meta {
  font-size: 13px;
  color: #757575;
}

.single-document.wud-document {
  margin: 0;
}
.single-document embed {
  -youbkit-touch-callout: none;
  /* iOS Safari */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  pointer-events: none;
}
.single-document .post-image {
  position: relative;
}
.single-document .document-label {
  position: absolute;
  top: 4px;
  left: 10px;
}
.single-document .document-label li {
  font-size: 15px;
}
.single-document .post-viewer .document-label {
  position: static;
}
.single-document .post-except {
  margin-top: 10px;
}
.single-document strong {
  font-weight: 500;
}

.form-field-wrapper {
  margin-bottom: 10px;
}
.form-field-wrapper br {
  display: none;
}
.form-field-wrapper .field-label {
  font-weight: bold;
  clear: both;
  color: #707070;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
.form-field-wrapper .radio-wrapper {
  display: inline-block;
  margin-right: 8px;
}
.form-field-wrapper .radio-wrapper .radio-label {
  margin-left: 3px;
}
.form-field-wrapper .checkbox-wrapper {
  display: inline-block;
  margin-right: 8px;
}
.form-field-wrapper:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
.form-field-wrapper .description {
  font-size: 13px;
  display: block;
  font-style: italic;
}
.form-field-wrapper.field-image img {
  margin: 0;
}

.select2-selection {
  border-radius: 0 !important;
}

.wp-list-table .column-views {
  width: 100px;
  text-align: left;
}
.wp-list-table .column-approved {
  width: 65px;
  text-align: center;
}
.wp-list-table .column-featured {
  width: 65px;
  text-align: center;
}
.wp-list-table .column-allow_download {
  width: 100px;
  text-align: center;
}

#wud_forms_doc_file .form-field-wrapper {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #525252;
  font-weight: 600;
}

select {
  padding: 10px;
  border: 1px solid #D2D2D2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 15px;
  font-size: 13px;
  min-width: 160px;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 15px;
}

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.wud-preview-iframe {
  width: 100%;
  height: 600px;
}

/* likes/Dislike */
.wud-wrapper a {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.wud-button-like {
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: left;
}

/* Colors */
a.liked .wud-icon {
  color: #da1b1b;
}
a.liked:hover .wud-icon, a.liked:active .wud-icon, a.liked:focus .wud-icon {
  color: #666666;
}

a.liked span.wud-count,
.wud-count {
  color: #666666;
}

/* Icon */
.wud-icon {
  margin-right: 0.3125em;
  font-family: 'Arial Unicode MS', Arial, sans-serif;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #434242;
  font-size: 12px;
}

.wud-icon svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}

.wud-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Count */
.wud-count {
  font-size: 13px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}

/* loading */
.wud-loading,
.wud-loading:before,
.wud-loading:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}

.wud-loading:before,
.wud-loading:after {
  position: absolute;
  top: 0;
  content: '';
}

.wud-loading:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.wud-loading {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.wud-loading:after {
  left: .375em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
/* End likes/Dislike */
.widget {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
}
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
}
.widget:after, .widget:before {
  content: "";
  display: table;
  clear: both;
}
.widget a {
  font-weight: 400;
}
.widget p {
  line-height: 26px;
  margin: 0;
}

.widget-title {
  position: relative;
  padding-bottom: 4px;
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #E7E7E7;
}

#wud-form-document .form-header {
  text-align: right;
}
#wud-form-document .wud-form-footer-buttons .button {
  display: inline;
}

.wud-doc-item {
  display: flex;
  align-items: center;
  justify-content: left;
}
.wud-doc-item .doc-left {
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 5px;
}
.wud-doc-item .doc-left img {
  height: 60px;
  width: 50px;
}
.wud-doc-item .doc-right .doc-title {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-weight: bold;
}

.wud-doc-item + .wud-doc-item {
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
  margin-top: 10px;
}

.wud-search-form {
  padding-right: 115px;
  margin: 0;
}
.wud-search-form .wud-search-query {
  width: 100%;
  height: 42px;
  float: left;
  padding: 0 12px;
  background: #F9F9F9;
  border: 1px solid #b8b8bb;
  border-right: none;
}
.wud-search-form .wud-search-submit {
  width: 115px;
  height: 42px;
  margin-right: -118px;
  padding: 0;
  border: 0;
  outline: none !important;
  vertical-align: top;
  background: transparent;
  font-weight: normal;
  position: static;
}
.wud-search-form .wud-search-submit span {
  height: 42px;
  display: block;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 42px;
  color: #202129;
  text-transform: uppercase;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.wud-search-form .wud-search-submit:hover span {
  background: #e1e2e2;
}

.statistics-item {
  margin: 0;
  font-size: 12px;
  min-height: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a5a5a5;
}

.widget_categories #document-cat {
  width: 100%;
}

.wud-documents-toolbar {
  margin-bottom: 10px;
}
.wud-documents-toolbar .toolbar-top {
  margin-bottom: 20px;
}
.wud-documents-toolbar .wud-logout-toolbar {
  text-align: right;
  margin: 9px 0;
}
.wud-documents-toolbar .results-found {
  padding: 8px 0;
}
.wud-documents-toolbar .filter-form {
  text-align: right;
  display: block;
}
.wud-documents-toolbar .filter-form select {
  display: inline-block;
  width: auto;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover {
  text-decoration: none;
}
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.wud-overlay-loading {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7372724d;
  z-index: 3000;
  cursor: pointer;
}
.wud-overlay-loading .wud-spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  border: 5px solid #eee;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wud-overlay-loading .wud-spinner:after, .wud-overlay-loading .wud-spinner:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.wud-overlay-loading .wud-spinner:after {
  position: absolute;
  top: -5px;
  left: -5px;
  border: 5px solid transparent;
  border-top-color: #928a8a;
  animation: wud_spin 1s linear infinite;
}
.wud-overlay-loading .wud-process-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: 48px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

@keyframes wud_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#wud-docs-form-search {
  display: block;
  margin: auto;
  position: relative;
}
#wud-docs-form-search input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  border: 1px solid #D0CFCE;
  outline: none;
}
#wud-docs-form-search input#search-bar:focus {
  border: 1px solid #008ABF;
  transition: 0.35s ease;
  color: #008ABF;
}
#wud-docs-form-search .wud-search-button {
  position: absolute;
  float: right;
  top: 1px;
  right: 0;
  padding: 7px 15px;
  cursor: pointer;
}

#my-tab {
  margin-bottom: 20px;
}

.button-container {
  display: flex;
}
.button-container.button-left {
  text-align: left;
  justify-content: flex-start;
}
.button-container.button-center {
  text-align: center;
  justify-content: center;
}
.button-container.button-right {
  text-align: right;
  justify-content: flex-end;
}

.button {
  display: inline-block;
  overflow: hidden;
  padding: 12px 12px;
  cursor: pointer;
  user-select: none;
  transition: all 150ms linear;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: none;
  text-transform: capitalize;
  color: #fff;
  border: 0 none;
  /* border-radius: 4px; */
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button:hover {
  transition: all 150ms linear;
  opacity: .85;
}
.button:active {
  transition: all 150ms linear;
  opacity: .75;
}
.button:focus {
  outline: 1px dotted #959595;
  outline-offset: -4px;
}

.button.button-regular {
  color: #202129;
  background-color: #f2f2f2;
}
.button.button-regular:hover {
  color: #202129;
  background-color: #e1e2e2;
  opacity: 1;
}
.button.button-regular:active {
  background-color: #d5d6d6;
  opacity: 1;
}

.button.button-dark {
  color: var(--color-snow);
  background: var(--color-dark);
}
.button.button-dark:focus {
  outline: 1px dotted white;
  outline-offset: -4px;
}

.button.button-green {
  color: var(--color-snow);
  background: var(--color-grass);
}

.button.button-blue {
  color: var(--color-snow);
  background: var(--color-ocean);
}

.button.button-salmon {
  color: var(--color-snow);
  background: var(--color-salmon);
}

.button.button-sun {
  color: #f15c5c;
  background: var(--color-sun);
}

.button.button-alge {
  color: #e7ff20;
  background: var(--color-alge);
}

.button.button-flower {
  color: #FE8CDF;
  background: var(--color-flower);
}

#wud-submit-doc {
  padding: 12px 12px;
  font-size: 13px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

fieldset {
  margin-top: 15px;
}
fieldset legend {
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
}

#TB_window {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 90%;
  margin: 0 !important;
  overflow: auto;
}

#TB_ajaxContent {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  box-sizing: border-box;
}

#TB_closeAjaxWindow .screen-reader-text {
  display: none;
}

#message_response {
  margin-left: 10px;
}

.price_value {
  color: red;
}

/* Social Share */
.social-share {
  padding: 6px 0 6px 0;
  display: table;
  width: 100%;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  margin-top: 10px;
}
.social-share span {
  float: left;
}
.social-share .social-share-icons {
  margin-bottom: 0;
}
.social-share .social-share-icons li {
  display: inline-block;
  font-size: 13px;
  padding: 0 4px;
}
.social-share .social-share-icons li a {
  color: #6a6b70;
}
.social-share .social-share-icons li a:hover {
  color: #333333;
}

#app {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#toolbar {
  display: flex;
  align-items: center;
  background-color: #555;
  color: #fff;
  padding: 0.5em;
}

#toolbar button,
#page-mode input {
  color: currentColor;
  background-color: transparent;
  font: inherit;
  border: 1px solid currentColor;
  border-radius: 3px;
  padding: 0.25em 0.5em;
}

#toolbar button:hover,
#toolbar button:focus,
#page-mode input:hover,
#page-mode input:focus {
  color: lightGreen;
}

#page-mode {
  display: flex;
  align-items: center;
  padding: 0.25em 0.5em;
}

#viewport-container {
  flex: 1;
  background: #eee;
  overflow: auto;
}

#viewport {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#viewport > div {
  text-align: center;
  max-width: 100%;
}

#viewport canvas {
  width: 100%;
  box-shadow: 0 2px 5px gray;
}

.wud-table-no-mylikes {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}

@media only screen and (max-width: 480px) {
  .wud-documents-toolbar .filter-form {
    text-align: left;
  }
  .wud-documents-toolbar #wud-docs-form-search {
    margin-bottom: 10px;
  }
  .wud-documents-toolbar .button-right {
    justify-content: flex-start;
  }
}
