/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
* {
  box-sizing: border-box !important;
}
.full-size {
  width: 100%;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.line-through {
  text-decoration: line-through;
}
.red {
  color: red;
}
.green {
  color: green;
}
.main-view {
  min-width: 300px;
}
#wtms-templates {
  display: none;
}
a.action-button {
  background-color: orange;
  transition: background-color 0.3s ease;
  border: 2px solid white;
  padding: 0.4rem;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: normal;
  color: #38729e;
}
a.action-button:hover {
  background-color: #ffc966;
  transition: background-color 0.3s ease;
}
a.action-button:active {
  background-color: #e69500;
  transition: background-color 0.3s ease;
}
a.action-button:hover {
  text-decoration: underline;
  color: #4083b5;
}
.image-fit-link img {
  width: 100%;
  object-fit: contain;
}
.image-fit-link.with-border img {
  padding: 0.8em;
  border: 1px solid #cccccc;
}
.properties-table {
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 10pt;
  line-height: 16pt;
}
.properties-table .properties-table-head {
  background-color: #eee;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.properties-table .properties-table-item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #cccccc;
}
.properties-table .properties-table-item:last-child {
  border-bottom: 0 none;
}
.properties-table .properties-table-item .properties-table-item-title {
  padding: 8px;
  background-color: #eee;
  width: 180px;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #cccccc;
  display: flex;
  align-items: center;
}
.properties-table .properties-table-item .properties-table-item-value {
  padding: 8px;
  flex: 1;
  text-align: justify;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .properties-table .properties-table-item.properties-table-item-small {
    flex-direction: column;
  }
  .properties-table .properties-table-item.properties-table-item-small .properties-table-item-title {
    width: auto;
    border-right: 0 none;
  }
}
.main-header .main-header-logo-small {
  display: none;
}
.main-header .main-header-menu {
  display: block;
  background-color: #272731;
  text-align: center;
}
.main-header .main-header-menu .main-menu {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  max-width: 1200px;
  align-items: stretch;
}
.main-header .main-header-menu .main-menu .main-menu-item {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  flex: 1 1 170px;
  height: 2.5em;
  line-height: 2.5em;
  background-color: #4e4d62;
  border-bottom: 5px solid #418b9e;
  border-right: 1px solid black;
  color: white;
  text-decoration: none;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 4px;
  padding-right: 4px;
  text-shadow: 0 1px 0 #000;
}
.main-header .main-header-menu .main-menu .main-menu-item:last-child {
  border-right: 0;
}
.main-header .main-header-menu .main-menu .main-menu-item:hover {
  background-color: #59586e;
  background-image: repeating-linear-gradient(135deg, #59586e 0px, #59586e 8px, #5f5e75 8px, #5f5e75 16px);
  border-bottom-color: #ffdc6c;
  color: white;
  text-decoration: none;
}
.main-header .main-header-logo-large {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  padding: 1em;
}
@media screen and (max-width: 700px) {
  .main-header.main-header-small .main-header-logo-small {
    display: block;
    text-align: center;
    padding: 1em;
  }
  .main-header.main-header-small .main-header-logo-small img {
    width: 200px;
  }
  .main-header.main-header-small .main-header-menu {
    border-bottom: 5px solid #418b9e;
    border-top: 5px solid #418b9e;
  }
  .main-header.main-header-small .main-header-menu .main-menu {
    flex-direction: column;
  }
  .main-header.main-header-small .main-header-menu .main-menu .main-menu-item {
    flex: 1 1 auto;
    border-bottom: 1px solid black;
    border-right: 0;
  }
  .main-header.main-header-small .main-header-menu .main-menu .main-menu-item:first-child {
    border-top: 1px solid black;
  }
  .main-header.main-header-small .main-header-menu .main-menu .main-menu-item:hover {
    border-bottom: 1px solid black;
  }
  .main-header.main-header-small .main-header-logo-large {
    display: none;
  }
}
.main-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-content .main-content-main {
  display: block;
  flex: 1 1 500px;
  padding: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11pt;
  line-height: 18pt;
}
.main-content .main-content-main h1,
.main-content .main-content-main h2,
.main-content .main-content-main h3,
.main-content .main-content-main h4 {
  font-family: Georgia, Geneva, sans-serif;
  text-align: center;
  color: #2b587a;
}
.main-content .main-content-main h1 {
  font-size: 16pt;
}
.main-content .main-content-main h2 {
  font-size: 13pt;
  margin-top: 50px;
}
.main-content .main-content-main h3 {
  font-size: 12pt;
  margin-top: 50px;
}
.main-content .main-content-main h4 {
  text-align: left;
  font-size: 11pt;
  margin-top: 50px;
}
.main-content .main-content-main a {
  color: #38729e;
}
.main-content .main-content-main a:hover {
  text-decoration: underline;
  color: #4083b5;
}
.main-content .main-content-main p {
  text-align: justify;
}
.main-content .main-content-main p.indent {
  text-indent: 1em;
}
.main-content .main-content-main dl dt {
  font-family: Georgia, Geneva, sans-serif;
  font-weight: bold;
  color: #2b587a;
}
.main-content .main-content-main dl dd {
  text-align: justify;
}
.main-content .main-content-main .sub-info {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
  padding: 0.6em;
  background-image: repeating-linear-gradient(135deg, #eeeeee 0px, #eeeeee 8px, white 8px, white 16px);
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-size: 1.1em;
}
.main-content .main-content-main .sub-info .sub-info-content {
  background-color: white;
  padding: 0.6em;
  border: 1px solid #ddd;
  text-align: justify;
}
.main-content .main-content-main .sub-info .sub-info-title {
  text-align: center;
  font-weight: bold;
  color: #2b587a;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #ddd;
}
.main-content .main-content-main .sub-info p {
  margin-block-start: 0;
  margin-block-end: 1em;
}
.main-content .main-content-main .sub-info p:last-child {
  margin-block-end: 0;
}
.main-content .main-content-main .sub-info p.center {
  text-align: center;
}
.main-content .main-content-main .sub-info ul,
.main-content .main-content-main .sub-info ol {
  padding-inline-start: 1.1em;
  margin-block-start: 0;
  margin-block-end: 1em;
}
.main-content .main-content-main .sub-info ul:last-child,
.main-content .main-content-main .sub-info ol:last-child {
  margin-block-end: 0;
}
.main-content .main-content-main .sub-info a {
  color: #38729e;
  font-weight: bold;
}
.main-content .main-content-main .sub-info a:hover {
  text-decoration: underline;
  color: #4083b5;
}
.main-content .main-content-main .sub-info a.read-more-center {
  background-color: orange;
  transition: background-color 0.3s ease;
  border: 2px solid white;
  padding: 0.4rem;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: normal;
  color: black;
}
.main-content .main-content-main .sub-info a.read-more-center:hover {
  background-color: #ffc966;
  transition: background-color 0.3s ease;
}
.main-content .main-content-main .sub-info a.read-more-center:active {
  background-color: #e69500;
  transition: background-color 0.3s ease;
}
.main-content .main-content-side {
  display: block;
  flex: 1 1 280px;
  max-width: 280px;
  background-color: #edebfa;
  padding: 10px;
  margin-right: 20px;
  color: #2b587a;
}
@media screen and (max-width: 1000px) {
  .main-content.main-content-small {
    flex-direction: column;
  }
  .main-content.main-content-small .main-content-main {
    flex: 0 0 auto;
  }
  .main-content.main-content-small .main-content-side {
    flex: 0 0 auto;
    max-width: none;
    margin: 20px;
  }
}
.logos-preview-view {
  display: flex;
  flex-wrap: wrap;
  font-size: 8pt;
  line-height: 12pt;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
.logos-preview-view .logo-item-view {
  width: 150px;
  border: 1px solid #cccccc;
  margin: 0 4px 4px 0;
}
.logos-preview-view .logo-item-view:hover {
  border: 1px solid #418b9e;
}
.logos-preview-view .logo-item-view .logo-item {
  border-bottom: 1px solid #cccccc;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-preview-view .logo-item-view .logo-item img {
  padding: 8px;
  width: 100%;
  object-fit: contain;
}
.logos-preview-view .logo-item-view .logo-item:last-child {
  border-bottom: 0 none;
}
.logos-preview-view .logo-item-view .logo-item.single {
  height: 100%;
}
.logos-preview-view .logo-item-view .logo-item.single img {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-preview-view .logo-item-view .logo-text {
  padding: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .logos-preview-view.logos-preview-view-step1 .logo-item-view {
    width: 120px;
  }
}
@media screen and (max-width: 700px) {
  .logos-preview-view.logos-preview-view-step2 .logo-item-view {
    width: 100px;
  }
}
@media screen and (max-width: 410px) {
  .logos-preview-view.logos-preview-view-step3 .logo-item-view {
    width: 80px;
  }
}
.main-footer {
  background-color: #4e4d62;
  border-top: 5px solid #418b9e;
  border-bottom: 5px solid #418b9e;
  color: white;
}
.main-footer .main-footer-menu {
  text-align: center;
}
.main-footer .main-footer-menu .footer-menu-columns {
  max-width: 1200px;
  margin: -20px auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
}
.main-footer .main-footer-menu .footer-menu-columns .footer-menu-column {
  flex: 1 1 auto;
  margin-top: 20px;
}
.main-footer .main-footer-menu .footer-menu-columns .footer-menu-column .footer-menu-column-label {
  margin-bottom: 8px;
}
.main-footer .main-footer-menu .footer-menu-columns .footer-menu-column .footer-menu-column-items {
  padding-left: 20px;
  padding-right: 20px;
}
.main-footer .main-footer-menu .footer-menu-columns .footer-menu-column .footer-menu-column-items .footer-menu-column-item {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  color: white;
  padding: 0.2em 0;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-footer .main-footer-menu .footer-menu-columns .footer-menu-column .footer-menu-column-items .footer-menu-column-item:hover {
  color: #ffdc6c;
}
.main-footer .main-footer-code {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1200px;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  border-top: 1px solid #418b9e;
}
.main-footer .main-footer-code sup {
  color: lightgreen;
}
@media screen and (max-width: 700px) {
  .main-footer.main-footer-small-1 .main-footer-menu > .footer-menu-columns {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .main-footer.main-footer-small-2 .main-footer-menu .footer-menu-columns .footer-menu-column-items {
    padding-left: 0;
    padding-right: 0;
  }
  .main-footer.main-footer-small-2 .main-footer-menu .footer-menu-columns .footer-menu-column-items .footer-menu-column-item {
    white-space: normal;
  }
  .main-footer.main-footer-small-2 .main-footer-code .footer-code-xx-small {
    display: none;
  }
}
.main-feedback-form {
  padding-bottom: 20px;
}
.main-feedback-form .feedback-form-top-buttons {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto 2px;
}
.main-feedback-form .feedback-form-top-buttons a {
  font-size: 10pt;
  display: flex;
  width: 100%;
  transition: background-color 0.3s ease;
  padding: 0.5rem;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #e9e9e9;
  text-decoration: none;
  background: #feffff;
  background: linear-gradient(to bottom, #feffff 0%, #d7ecf7 100%);
}
.main-feedback-form .feedback-form-top-buttons a:first-child {
  margin-right: 1px;
}
.main-feedback-form .feedback-form-top-buttons a:last-child {
  margin-left: 1px;
}
.main-feedback-form .form {
  font-size: 10pt;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: normal;
  min-width: 200px;
  max-width: 500px;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
}
.main-feedback-form .form input[type=text],
.main-feedback-form .form input[type=email] {
  transition: border 0.3s linear;
  padding: 0.4rem;
  border: 1px solid #dddddd;
  font-size: 0.8rem;
  outline: 0 none;
  margin-bottom: 4px;
}
.main-feedback-form .form input[type=text]:focus,
.main-feedback-form .form input[type=email]:focus {
  border-color: orange;
  transition: border 0.3s linear;
  outline: 0 none;
}
.main-feedback-form .form textarea {
  transition: border 0.3s linear;
  padding: 0.4rem;
  min-height: 4rem;
  max-height: 8rem;
  resize: vertical;
  border: 1px solid #dddddd;
  font-size: 0.8rem;
  outline: 0 none;
  margin-bottom: 4px;
}
.main-feedback-form .form textarea:focus {
  transition: border 0.3s linear;
  border-color: orange;
  outline: 0 none;
}
.main-feedback-form .form .feedback-form-captcha {
  text-align: center;
  margin-top: 8px;
}
.main-feedback-form .form .feedback-form-captcha #feedback-captcha {
  display: inline-block;
}
.main-feedback-form .form button {
  background-color: orange;
  transition: background-color 0.3s ease;
  outline: 2px solid orange;
  border: 2px solid white;
  padding: 0.4rem;
  margin: 8px 2px 2px;
  cursor: pointer;
}
.main-feedback-form .form button:hover {
  background-color: #ffc966;
  transition: background-color 0.3s ease;
}
.main-feedback-form .form button:active {
  background-color: #e69500;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 700px) {
  .main-feedback-form.main-feedback-form-small .feedback-form-top-buttons {
    flex-direction: column;
  }
  .main-feedback-form.main-feedback-form-small .feedback-form-top-buttons a {
    margin-left: 0;
    margin-right: 0;
  }
  .main-feedback-form.main-feedback-form-small .feedback-form-top-buttons a:first-child {
    margin-bottom: 2px;
  }
  .main-feedback-form.main-feedback-form-small .form label {
    text-align: center;
  }
}
.side-view-title-template {
  font-family: Georgia, Geneva, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #6297f4;
  padding: 0.5em 0.5em;
}
.side-content-online-search .online-search-names {
  font-family: Georgia, Geneva, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #6297f4;
  padding: 0.5em 0.5em;
}
.side-content-online-search .online-search-items {
  display: flex;
  flex-direction: column;
  margin-top: 0.25em;
}
.side-content-online-search .online-search-items .online-search-template {
  display: block;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  background: #80a9f1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4486f8), color-stop(1, #80a9f1));
  background: -ms-linear-gradient(bottom, #4486f8, #80a9f1);
  background: -moz-linear-gradient(center bottom, #4486f8 0%, #80a9f1 100%);
  background: -o-linear-gradient(#80a9f1, #4486f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a9f1', endColorstr='#4486f8', GradientType=0);
  text-shadow: 1px 1px 0 #305fb0;
  border: 1px solid #6297f4;
  color: white;
  padding: 0.5em 0.5em;
}
.side-content-online-search .online-search-items .online-search-template:hover {
  background: #87b2fd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4589fe), color-stop(1, #87b2fd));
  background: -ms-linear-gradient(bottom, #4589fe, #87b2fd);
  background: -moz-linear-gradient(center bottom, #4589fe 0%, #87b2fd 100%);
  background: -o-linear-gradient(#87b2fd, #4589fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b2fd', endColorstr='#4589fe', GradientType=0);
}
.side-content-online-search .online-search-items .online-search-tms {
  display: block;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  background: #80a9f1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4486f8), color-stop(1, #80a9f1));
  background: -ms-linear-gradient(bottom, #4486f8, #80a9f1);
  background: -moz-linear-gradient(center bottom, #4486f8 0%, #80a9f1 100%);
  background: -o-linear-gradient(#80a9f1, #4486f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a9f1', endColorstr='#4486f8', GradientType=0);
  text-shadow: 1px 1px 0 #305fb0;
  border: 1px solid #6297f4;
  color: white;
  padding: 0.5em 0.5em;
}
.side-content-online-search .online-search-items .online-search-tms:hover {
  background: #87b2fd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4589fe), color-stop(1, #87b2fd));
  background: -ms-linear-gradient(bottom, #4589fe, #87b2fd);
  background: -moz-linear-gradient(center bottom, #4589fe 0%, #87b2fd 100%);
  background: -o-linear-gradient(#87b2fd, #4589fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b2fd', endColorstr='#4589fe', GradientType=0);
}
.side-content-online-search .online-search-items .online-search-tma {
  display: block;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  background: #80a9f1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4486f8), color-stop(1, #80a9f1));
  background: -ms-linear-gradient(bottom, #4486f8, #80a9f1);
  background: -moz-linear-gradient(center bottom, #4486f8 0%, #80a9f1 100%);
  background: -o-linear-gradient(#80a9f1, #4486f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a9f1', endColorstr='#4486f8', GradientType=0);
  text-shadow: 1px 1px 0 #305fb0;
  border: 1px solid #6297f4;
  color: white;
  padding: 0.5em 0.5em;
  margin-top: 0.25em;
}
.side-content-online-search .online-search-items .online-search-tma:hover {
  background: #87b2fd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4589fe), color-stop(1, #87b2fd));
  background: -ms-linear-gradient(bottom, #4589fe, #87b2fd);
  background: -moz-linear-gradient(center bottom, #4589fe 0%, #87b2fd 100%);
  background: -o-linear-gradient(#87b2fd, #4589fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b2fd', endColorstr='#4589fe', GradientType=0);
}
@media screen and (max-width: 1000px) {
  .side-content-online-search.side-content-online-search-small .online-search-items .online-search-tms,
  .side-content-online-search.side-content-online-search-small .online-search-items .online-search-tma {
    padding: 1em 0.5em;
  }
}
.side-random-articles .random-articles-names {
  font-family: Georgia, Geneva, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #6297f4;
  padding: 0.5em 0.5em;
}
.side-random-articles .random-articles-items {
  display: flex;
  flex-direction: column;
  margin-top: 0.25em;
}
.side-random-articles .random-articles-items .random-articles-template {
  display: block;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  background: #80a9f1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4486f8), color-stop(1, #80a9f1));
  background: -ms-linear-gradient(bottom, #4486f8, #80a9f1);
  background: -moz-linear-gradient(center bottom, #4486f8 0%, #80a9f1 100%);
  background: -o-linear-gradient(#80a9f1, #4486f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a9f1', endColorstr='#4486f8', GradientType=0);
  text-shadow: 1px 1px 0 #305fb0;
  border: 1px solid #6297f4;
  color: white;
  padding: 0.5em 0.5em;
}
.side-random-articles .random-articles-items .random-articles-template:hover {
  background: #87b2fd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4589fe), color-stop(1, #87b2fd));
  background: -ms-linear-gradient(bottom, #4589fe, #87b2fd);
  background: -moz-linear-gradient(center bottom, #4589fe 0%, #87b2fd 100%);
  background: -o-linear-gradient(#87b2fd, #4589fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b2fd', endColorstr='#4589fe', GradientType=0);
}
.side-random-articles .random-articles-items .random-article {
  display: block;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  background: #80a9f1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4486f8), color-stop(1, #80a9f1));
  background: -ms-linear-gradient(bottom, #4486f8, #80a9f1);
  background: -moz-linear-gradient(center bottom, #4486f8 0%, #80a9f1 100%);
  background: -o-linear-gradient(#80a9f1, #4486f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a9f1', endColorstr='#4486f8', GradientType=0);
  text-shadow: 1px 1px 0 #305fb0;
  border: 1px solid #6297f4;
  color: white;
  padding: 0.5em 0.5em;
  margin-bottom: 0.25em;
}
.side-random-articles .random-articles-items .random-article:hover {
  background: #87b2fd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4589fe), color-stop(1, #87b2fd));
  background: -ms-linear-gradient(bottom, #4589fe, #87b2fd);
  background: -moz-linear-gradient(center bottom, #4589fe 0%, #87b2fd 100%);
  background: -o-linear-gradient(#87b2fd, #4589fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b2fd', endColorstr='#4589fe', GradientType=0);
}
.main-price-view .main-price-table {
  font-size: 10pt;
  line-height: 16pt;
}
.main-price-view .main-price-table .main-price-table-row-space {
  display: none;
}
.main-price-view .main-price-table .main-price-table-row {
  display: flex;
  flex-direction: row;
  border: 1px solid #cccccc;
  border-bottom: 0;
}
.main-price-view .main-price-table .main-price-table-row:last-child {
  border-bottom: 1px solid #cccccc;
}
.main-price-view .main-price-table .main-price-table-row:hover {
  background-color: #fcfcfc;
}
.main-price-view .main-price-table .main-price-table-row .main-price-table-column {
  padding: 8px;
}
.main-price-view .main-price-table .main-price-table-row .main-price-table-column.column-name {
  text-align: justify;
  flex: 1;
  border-right: 1px solid #cccccc;
}
.main-price-view .main-price-table .main-price-table-row .main-price-table-column.column-name.center {
  text-align: center;
}
.main-price-view .main-price-table .main-price-table-row .main-price-table-column.column-data {
  display: flex;
  flex-direction: row;
  width: 320px;
  padding: 0;
}
.main-price-view .main-price-table .main-price-table-row .main-price-table-column.column-cost {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-price-view .main-price-table .main-price-table-row .main-price-table-column.column-time {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid #cccccc;
}
.main-price-view .main-price-table .main-price-table-row.main-price-table-row-head .main-price-table-column {
  text-align: center;
  font-weight: bold;
  background-color: #f9f9f9;
}
@media screen and (max-width: 700px) {
  .main-price-view.main-price-view-small .main-price-table .main-price-table-row-space {
    display: block;
    height: 1em;
  }
  .main-price-view.main-price-view-small .main-price-table .main-price-table-row {
    flex-direction: column;
  }
  .main-price-view.main-price-view-small .main-price-table .main-price-table-row:last-child {
    border-bottom: 0;
  }
  .main-price-view.main-price-view-small .main-price-table .main-price-table-row .main-price-table-column.column-name {
    border-right: 0;
    border-bottom: 1px solid #cccccc;
    background-color: #f0ffff;
  }
  .main-price-view.main-price-view-small .main-price-table .main-price-table-row .main-price-table-column.column-data {
    width: auto;
    border-bottom: 1px solid #cccccc;
    background-color: #f9f9f9;
  }
  .main-price-view.main-price-view-small .main-price-table .main-price-table-row.main-price-table-row-head {
    display: none;
  }
}
.wtms-calculator {
  user-select: none;
  margin-top: 2em;
}
.wtms-calculator .wtms-calculator-classes-targets {
  display: flex;
  flex-direction: row;
  width: auto;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-classes {
  display: flex;
  flex-direction: column;
  width: 464px;
  min-width: 464px;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-classes .wtms-calculator-classes-headers {
  display: flex;
  flex-direction: row;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-classes .wtms-calculator-classes-headers .wtms-calculator-classes-headers-counts {
  padding-left: 0.4em;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-classes .wtms-calculator-classes-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 48px);
  grid-gap: 4px;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-classes .wtms-calculator-classes-wrapper .wtms-calculator-class {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c0c0c0;
  height: 48px;
  cursor: pointer;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-classes .wtms-calculator-classes-wrapper .wtms-calculator-class:hover {
  background-color: #eeeeee;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-classes .wtms-calculator-classes-wrapper .wtms-calculator-class:active {
  background-color: #e1e1e1;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-classes .wtms-calculator-classes-wrapper .wtms-calculator-class.selected {
  border-color: #2999ff;
  background-color: #ceedfa;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-targets {
  display: flex;
  flex-direction: column;
  margin-left: 0.8em;
  width: 100%;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-targets .wtms-calculator-targets-headers {
  display: flex;
  flex-direction: row;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-targets .wtms-calculator-targets-headers .wtms-calculator-targets-headers-counts {
  padding-left: 0.4em;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-targets .wtms-calculator-targets-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #c0c0c0;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 256px;
  padding: 4px;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-targets .wtms-calculator-targets-wrapper .wtms-calculator-item {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 4px;
  margin-bottom: 1px;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-targets .wtms-calculator-targets-wrapper .wtms-calculator-item:last-child {
  margin-bottom: 0;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-targets .wtms-calculator-targets-wrapper .wtms-calculator-item.bold {
  font-weight: bold;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-targets .wtms-calculator-targets-wrapper .wtms-calculator-item:hover {
  background-color: #ceedfa;
  border-color: #2999ff;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-targets .wtms-calculator-targets-wrapper .wtms-calculator-item:active {
  background-color: #b7e4f8;
  border-color: #2999ff;
}
.wtms-calculator .wtms-calculator-classes-targets .wtms-calculator-targets .wtms-calculator-targets-wrapper .wtms-calculator-item.selected {
  background-color: #b7e4f8;
  border: 1px solid #2999ff;
}
.wtms-calculator .wtms-calculator-options-wrapper {
  padding: 0.4em 0 0.4em 0;
}
.wtms-calculator .wtms-calculator-actions-wrapper {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #cccccc;
  justify-content: center;
  padding-top: 0.8em;
  gap: 0.8em;
}
.wtms-calculator .wtms-calculator-actions-wrapper .wtms-calculator-actions-button {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.2em 0.6em 0.2em 0.6em;
  cursor: pointer;
  min-width: 150px;
  text-align: center;
}
.wtms-calculator .wtms-calculator-actions-wrapper .wtms-calculator-actions-button:hover {
  background-color: #ceedfa;
  border-color: #2999ff;
}
.wtms-calculator .wtms-calculator-actions-wrapper .wtms-calculator-actions-button:active {
  background-color: #b7e4f8;
  border-color: #2999ff;
}
.wtms-calculator .wtms-calculator-actions-wrapper .wtms-calculator-actions-button.valid {
  border-color: #006600;
  background-color: #009900;
  color: white;
}
.wtms-calculator .wtms-calculator-actions-wrapper .wtms-calculator-actions-button.valid:hover {
  border-color: #008800;
  background-color: #00bb00;
}
.wtms-calculator .wtms-calculator-actions-wrapper .wtms-calculator-actions-button.valid:active {
  border-color: #007700;
  background-color: #00aa00;
}
.wtms-calculator .wtms-calculator-search-results .section .table {
  border: 1px solid #cccccc;
}
.wtms-calculator .wtms-calculator-search-results .section .table .table-row {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #cccccc;
}
.wtms-calculator .wtms-calculator-search-results .section .table .table-row:first-child {
  border-top: 0 none;
}
.wtms-calculator .wtms-calculator-search-results .section .table .table-row .table-cell {
  padding: 0.4em;
}
.wtms-calculator .wtms-calculator-search-results .section .table .table-row .table-cell.bold {
  font-weight: bold;
}
.wtms-calculator .wtms-calculator-search-results .section .table .table-row .table-cell.text {
  width: 100%;
  border-right: 1px solid #cccccc;
  text-align: justify;
}
.wtms-calculator .wtms-calculator-search-results .section .table .table-row .table-cell.text.right {
  text-align: right;
}
.wtms-calculator .wtms-calculator-search-results .section .table .table-row .table-cell.data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
}
.wtms-calculator .wtms-calculator-search-results .section #wsr-wipo-totals {
  padding: 0.4em;
  text-align: right;
  font-weight: bold;
}
.wtms-calculator .wtms-calculator-search-results .section .full-price {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 1px solid white;
}
.wtms-calculator .wtms-calculator-search-results .section .full-price .full-price-text {
  padding: 0.4em;
  background-color: #bfd3ee;
  text-align: center;
  font-size: 1.2em;
}
.wtms-calculator .wtms-calculator-search-results .section .full-price .full-price-data {
  padding: 0.4em;
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 700px) {
  .wtms-calculator.wtms-calculator-step1 .wtms-calculator-classes-targets {
    flex-direction: column;
  }
  .wtms-calculator.wtms-calculator-step1 .wtms-calculator-classes-targets .wtms-calculator-classes {
    width: auto;
    min-width: auto;
  }
  .wtms-calculator.wtms-calculator-step1 .wtms-calculator-classes-targets .wtms-calculator-targets {
    margin-left: 0;
  }
  .wtms-calculator.wtms-calculator-step1 .wtms-calculator-actions-wrapper .wtms-calculator-actions-button {
    min-width: 120px;
  }
}
@media screen and (max-width: 410px) {
  .wtms-calculator.wtms-calculator-step2 .wtms-calculator-search-results .section .table .table-row {
    flex-direction: column;
  }
  .wtms-calculator.wtms-calculator-step2 .wtms-calculator-search-results .section .table .table-row .table-cell.text {
    border-right: 0 none;
  }
  .wtms-calculator.wtms-calculator-step2 .wtms-calculator-search-results .section .table .table-row .table-cell.text.right {
    text-align: center;
  }
  .wtms-calculator.wtms-calculator-step2 .wtms-calculator-search-results .section .table .table-row .table-cell.data {
    width: auto;
    background-color: #eeeeee;
  }
}
.wtms-tms-search {
  margin-top: 2em;
  border: 1px solid #ccc;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color: black;
}
.wtms-tms-search:before,
.wtms-tms-search:after {
  display: block;
  height: 8px;
  border: 1px solid white;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ededed), color-stop(1, #f8f8f8));
  background: -ms-linear-gradient(bottom, #ededed, #f8f8f8);
  background: -moz-linear-gradient(center bottom, #ededed 0%, #f8f8f8 100%);
  background: -o-linear-gradient(#f8f8f8, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ededed', GradientType=0);
  outline: 1px solid #ccc;
  content: '';
}
.wtms-tms-search form {
  padding: 0.8em;
  margin: 0;
}
.wtms-tms-search form input[type="submit"] {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0 none;
  overflow: hidden;
}
.wtms-tms-search form input[type="text"] {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color: black;
  margin: 0;
  padding: 0.8em 0.4em 0.8em 0.4em;
  border: 1px solid #ccc;
  height: 2.2em;
}
.wtms-tms-search form input[type="text"]:focus {
  outline-style: none;
}
.wtms-tms-search form select {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color: black;
  margin: 0;
  height: 2.2em;
  border: 1px solid #ccc;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ededed), color-stop(1, #f8f8f8));
  background: -ms-linear-gradient(bottom, #ededed, #f8f8f8);
  background: -moz-linear-gradient(center bottom, #ededed 0%, #f8f8f8 100%);
  background: -o-linear-gradient(#f8f8f8, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ededed', GradientType=0);
}
.wtms-tms-search form select:focus {
  outline-style: none;
}
.wtms-tms-search form a.search {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 0 #305fb0;
  border: 1px solid #1366f6;
  display: block;
  width: 100%;
  background: #80a9f1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4486f8), color-stop(1, #80a9f1));
  background: -ms-linear-gradient(bottom, #4486f8, #80a9f1);
  background: -moz-linear-gradient(center bottom, #4486f8 0%, #80a9f1 100%);
  background: -o-linear-gradient(#80a9f1, #4486f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a9f1', endColorstr='#4486f8', GradientType=0);
  text-align: center;
}
.wtms-tms-search form a.search div {
  padding: 3px;
  height: 2.05em;
  border: 1px solid white;
  line-height: 1.4em;
}
.wtms-tms-search form a.search:hover {
  background: #87b2fd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4589fe), color-stop(1, #87b2fd));
  background: -ms-linear-gradient(bottom, #4589fe, #87b2fd);
  background: -moz-linear-gradient(center bottom, #4589fe 0%, #87b2fd 100%);
  background: -o-linear-gradient(#87b2fd, #4589fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b2fd', endColorstr='#4589fe', GradientType=0);
  border-color: #2b76f7;
  color: white;
  text-decoration: none;
}
.wtms-tms-search form a.search:active {
  background: #679efd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c79fe), color-stop(1, #679efd));
  background: -ms-linear-gradient(bottom, #2c79fe, #679efd);
  background: -moz-linear-gradient(center bottom, #2c79fe 0%, #679efd 100%);
  background: -o-linear-gradient(#679efd, #2c79fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#679efd', endColorstr='#2c79fe', GradientType=0);
  border-color: #095ae7;
  color: white;
  text-decoration: none;
}
.wtms-tms-search form a.search.disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: wait;
}
.wtms-tms-search form div.simple-separator {
  height: 1px;
  margin: 0.6em 0 0.6em 0;
  background-color: #eee;
}
.wtms-tms-search form div.control-0 {
  display: flex;
  flex-direction: row;
}
.wtms-tms-search form div.control-0 input[name="terms[text]"] {
  width: 100%;
}
.wtms-tms-search form div.control-0 select[name="terms[mode]"] {
  margin: 0 0.6em 0 0.6em;
  width: 150px;
  min-width: 150px;
}
.wtms-tms-search form div.control-0 a.search {
  min-width: 120px;
  width: 120px;
}
.wtms-tms-search form div.control-1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.6em;
}
.wtms-tms-search form div.control-1:last-child {
  margin-bottom: 0;
}
.wtms-tms-search form div.control-1 div.name {
  width: 200px;
  min-width: 200px;
}
.wtms-tms-search form div.control-1 input[type="text"] {
  width: 100%;
}
.wtms-tms-search form div.control-2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.6em;
}
.wtms-tms-search form div.control-2:last-child {
  margin-bottom: 0;
}
.wtms-tms-search form div.control-2 div.name {
  width: 200px;
  min-width: 200px;
}
.wtms-tms-search form div.control-2 div.data {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wtms-tms-search form div.control-2 input[type="text"] {
  width: 100%;
}
.wtms-tms-search form div.control-2 select {
  margin: 0 0 0 0.6em;
  width: 150px;
  min-width: 150px;
}
.wtms-tms-search form div.control-3 {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.6em;
}
.wtms-tms-search form div.control-3:last-child {
  margin-bottom: 0;
}
.wtms-tms-search form div.control-3 div.name {
  width: 200px;
  min-width: 200px;
}
.wtms-tms-search form div.control-3 div.data {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wtms-tms-search form div.control-3 div.data div.item {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wtms-tms-search form div.control-3 div.data div.item input {
  width: 100%;
}
.wtms-tms-search form div.control-3 div.data div.item input:first-child {
  margin-right: 0.3em;
}
.wtms-tms-search form div.control-3 div.data div.item input:last-child {
  margin-left: 0.3em;
}
.wtms-tms-search form div.control-3 select {
  margin: 0 0 0 0.6em;
  width: 150px;
  min-width: 150px;
}
.wtms-tms-search form div.control-4 {
  display: flex;
  flex-direction: row;
}
.wtms-tms-search form div.control-4 div.name {
  width: 200px;
  min-width: 200px;
}
.wtms-tms-search form div.control-4 div.data {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wtms-tms-search form div.control-4 select:first-child {
  width: 100%;
}
.wtms-tms-search form div.control-4 select:last-child {
  margin: 0 0 0 0.6em;
  width: 150px;
  min-width: 150px;
}
.wtms-tms-search form div.control-5 {
  display: none;
}
.wtms-tms-search.compact form div.simple-separator {
  margin-bottom: 0;
}
.wtms-tms-search.compact form div.details {
  display: none;
}
@media screen and (max-width: 700px) {
  .wtms-tms-search.wtms-tms-search-step1 form div.control-0 select[name="terms[mode]"] {
    margin-right: 0;
  }
  .wtms-tms-search.wtms-tms-search-step1 form div.control-0 a.search {
    display: none;
  }
  .wtms-tms-search.wtms-tms-search-step1 form div.control-1 {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step1 form div.control-1 div.name {
    font-size: 9pt;
    width: 100%;
  }
  .wtms-tms-search.wtms-tms-search-step1 form div.control-2 {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step1 form div.control-2 div.name {
    font-size: 9pt;
    width: 100%;
  }
  .wtms-tms-search.wtms-tms-search-step1 form div.control-3 {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step1 form div.control-3 div.name {
    font-size: 9pt;
    width: 100%;
  }
  .wtms-tms-search.wtms-tms-search-step1 form div.control-4 {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step1 form div.control-4 div.name {
    font-size: 9pt;
    width: 100%;
  }
  .wtms-tms-search.wtms-tms-search-step1 form div.control-5 {
    display: block;
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 410px) {
  .wtms-tms-search.wtms-tms-search-step2 form div.control-0 {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-0 input[name="terms[text]"] {
    width: 100%;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-0 select[name="terms[mode]"] {
    width: 100%;
    margin: 0;
    border-top-width: 0;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-0 a.search {
    display: none;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-1 {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-1 div.name {
    text-align: center;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-2 {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-2 div.name {
    text-align: center;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-2 div.data {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-2 select {
    width: 100%;
    margin: 0;
    border-top-width: 0;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-3 {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-3 div.name {
    text-align: center;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-3 div.data {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-3 div.data div.item input:first-child {
    margin-right: 0;
    border-right-width: 0;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-3 div.data div.item input:last-child {
    margin-left: 0;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-3 select {
    width: 100%;
    margin: 0;
    border-top-width: 0;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-4 {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-4 div.name {
    text-align: center;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-4 div.data {
    flex-direction: column;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-4 select {
    width: 100%;
    margin: 0;
  }
  .wtms-tms-search.wtms-tms-search-step2 form div.control-4 select:last-child {
    border-top-width: 0;
  }
}
.wtms-tms-search-pager {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 10pt;
  display: flex;
  justify-content: center;
  margin: 1em 0;
  user-select: none;
}
.wtms-tms-search-pager .wtms-tms-search-pages {
  border: 1px solid #dddddd;
  margin: 0 0.2em;
  padding: 0.2em 0.8em;
}
.wtms-tms-search-pager .wtms-tms-search-prev-page,
.wtms-tms-search-pager .wtms-tms-search-next-page {
  padding: 0.2em 0.8em;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.wtms-tms-search-pager .wtms-tms-search-prev-page:hover,
.wtms-tms-search-pager .wtms-tms-search-next-page:hover {
  border: 1px solid #51648f;
  background-color: #bfd3ee;
  color: #36638e;
}
.wtms-tms-search-pager .wtms-tms-search-prev-page.disabled,
.wtms-tms-search-pager .wtms-tms-search-next-page.disabled {
  cursor: default;
  opacity: 0.5;
}
.wtms-tms-search-pager .wtms-tms-search-prev-page.disabled.disabled:hover,
.wtms-tms-search-pager .wtms-tms-search-next-page.disabled.disabled:hover {
  border: 1px solid #cccccc;
  background-color: transparent;
  color: black;
}
.wtms-tms-results {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5px;
}
.wtms-tms-results .wtms-tms-element {
  display: flex;
  flex-direction: row;
  border: 1px solid #cccccc;
  width: 100%;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-1 {
  width: 150px;
  display: block;
  padding: 5px;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-1 .wtms-tms-element-preview {
  display: block;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-1 .wtms-tms-element-preview:hover {
  border-color: #dddddd;
  border-bottom-color: transparent;
  text-decoration: none;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-1 .wtms-tms-element-preview .wtms-tms-element-preview-image {
  display: block;
  margin: 5px;
  height: 128px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-1 .wtms-tms-element-details {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ededed), color-stop(1, #f8f8f8));
  background: -ms-linear-gradient(bottom, #ededed, #f8f8f8);
  background: -moz-linear-gradient(center bottom, #ededed 0%, #f8f8f8 100%);
  background: -o-linear-gradient(#f8f8f8, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ededed', GradientType=0);
  text-decoration: none;
  text-align: center;
  font-size: 10pt;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-1 .wtms-tms-element-details:hover {
  text-decoration: none;
  color: red;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-2 {
  width: 100%;
  flex: 1;
  padding: 5px;
  border-left: 1px solid #cccccc;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-2 .wtms-tms-element-name {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-2 .wtms-tms-element-data {
  font-size: 10pt;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin-top: 5px;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-2 .wtms-tms-element-data .wtms-tms-element-data-name {
  width: 100px;
  padding: 0;
  vertical-align: top;
}
.wtms-tms-results .wtms-tms-element .wtms-tms-element-column-2 .wtms-tms-element-data .wtms-tms-element-data-data {
  padding: 0;
}
@media screen and (max-width: 700px) {
  .wtms-tms-results.wtms-tms-results-step-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  .wtms-tms-results.wtms-tms-results-step-1 .wtms-tms-element {
    display: block;
    border: 1px solid #cccccc;
    width: 100%;
  }
  .wtms-tms-results.wtms-tms-results-step-1 .wtms-tms-element .wtms-tms-element-column-1 {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: stretch;
  }
  .wtms-tms-results.wtms-tms-results-step-1 .wtms-tms-element .wtms-tms-element-column-1 .wtms-tms-element-preview {
    display: block;
    border: 1px solid transparent;
    text-align: center;
    margin: 5px;
    text-decoration: none;
  }
  .wtms-tms-results.wtms-tms-results-step-1 .wtms-tms-element .wtms-tms-element-column-1 .wtms-tms-element-preview:hover {
    border-color: #dddddd;
    text-decoration: none;
  }
  .wtms-tms-results.wtms-tms-results-step-1 .wtms-tms-element .wtms-tms-element-column-1 .wtms-tms-element-preview .wtms-tms-element-preview-image {
    display: block;
    padding: 5px;
    height: 128px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .wtms-tms-results.wtms-tms-results-step-1 .wtms-tms-element .wtms-tms-element-column-1 .wtms-tms-element-details {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }
  .wtms-tms-results.wtms-tms-results-step-1 .wtms-tms-element .wtms-tms-element-column-2 {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .wtms-tms-results.wtms-tms-results-step-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
  }
}
.wtms-tms-search-templates {
  display: none;
}
.wtms-tms-article,
.wtms-tma-article {
  margin-top: 1em;
}
.wtms-tms-article .wtms-article-preview,
.wtms-tma-article .wtms-article-preview {
  border: 1px solid #cccccc;
  padding: 0.8em;
}
.wtms-tms-article .wtms-article-preview .wtms-article-preview-picture,
.wtms-tma-article .wtms-article-preview .wtms-article-preview-picture {
  height: 256px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.wtms-tms-article .wtms-article-title,
.wtms-tma-article .wtms-article-title {
  border: 1px solid #cccccc;
  border-top: 0 none;
  padding: 0.8em;
  text-align: center;
}
.wtms-tms-article .wtms-article-fields,
.wtms-tma-article .wtms-article-fields {
  border: 1px solid #cccccc;
  border-top: 0 none;
  font-size: 10pt;
  line-height: 16pt;
}
.wtms-tms-article .wtms-article-fields .wtms-article-fields-row,
.wtms-tma-article .wtms-article-fields .wtms-article-fields-row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #cccccc;
}
.wtms-tms-article .wtms-article-fields .wtms-article-fields-row:last-child,
.wtms-tma-article .wtms-article-fields .wtms-article-fields-row:last-child {
  border-bottom: 0 none;
}
.wtms-tms-article .wtms-article-fields .wtms-article-fields-row .wtms-article-fields-column,
.wtms-tma-article .wtms-article-fields .wtms-article-fields-row .wtms-article-fields-column {
  padding: 0.4em;
}
.wtms-tms-article .wtms-article-fields .wtms-article-fields-row .wtms-article-fields-column.wtms-article-fields-column-name,
.wtms-tma-article .wtms-article-fields .wtms-article-fields-row .wtms-article-fields-column.wtms-article-fields-column-name {
  width: 230px;
  min-width: 230px;
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 700px) {
  .wtms-tms-article.wtms-tms-article-step1 .wtms-article-fields .wtms-article-fields-row {
    flex-direction: column;
  }
  .wtms-tms-article.wtms-tms-article-step1 .wtms-article-fields .wtms-article-fields-row .wtms-article-fields-column.wtms-article-fields-column-name {
    width: auto;
    min-width: auto;
    border-right: 0 none;
    font-weight: bold;
  }
  .wtms-tms-article.wtms-tms-article-step1 .wtms-article-fields .wtms-article-fields-row .wtms-article-fields-column.wtms-article-fields-column-data {
    padding-top: 0;
  }
}
.wtms-tma-search {
  margin-top: 2em;
  border: 1px solid #ccc;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color: black;
}
.wtms-tma-search:before,
.wtms-tma-search:after {
  display: block;
  height: 8px;
  border: 1px solid white;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ededed), color-stop(1, #f8f8f8));
  background: -ms-linear-gradient(bottom, #ededed, #f8f8f8);
  background: -moz-linear-gradient(center bottom, #ededed 0%, #f8f8f8 100%);
  background: -o-linear-gradient(#f8f8f8, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ededed', GradientType=0);
  outline: 1px solid #ccc;
  content: '';
}
.wtms-tma-search form {
  padding: 0.8em;
  margin: 0;
}
.wtms-tma-search form input[type="submit"] {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0 none;
  overflow: hidden;
}
.wtms-tma-search form input[type="text"] {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color: black;
  margin: 0;
  padding: 0.8em 0.4em 0.8em 0.4em;
  border: 1px solid #ccc;
  height: 2.2em;
}
.wtms-tma-search form input[type="text"]:focus {
  outline-style: none;
}
.wtms-tma-search form select {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color: black;
  margin: 0;
  height: 2.2em;
  border: 1px solid #ccc;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ededed), color-stop(1, #f8f8f8));
  background: -ms-linear-gradient(bottom, #ededed, #f8f8f8);
  background: -moz-linear-gradient(center bottom, #ededed 0%, #f8f8f8 100%);
  background: -o-linear-gradient(#f8f8f8, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ededed', GradientType=0);
}
.wtms-tma-search form select:focus {
  outline-style: none;
}
.wtms-tma-search form a.search {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 0 #305fb0;
  border: 1px solid #1366f6;
  display: block;
  width: 100%;
  background: #80a9f1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4486f8), color-stop(1, #80a9f1));
  background: -ms-linear-gradient(bottom, #4486f8, #80a9f1);
  background: -moz-linear-gradient(center bottom, #4486f8 0%, #80a9f1 100%);
  background: -o-linear-gradient(#80a9f1, #4486f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a9f1', endColorstr='#4486f8', GradientType=0);
  text-align: center;
}
.wtms-tma-search form a.search div {
  padding: 3px;
  height: 2.05em;
  border: 1px solid white;
  line-height: 1.4em;
}
.wtms-tma-search form a.search:hover {
  background: #87b2fd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4589fe), color-stop(1, #87b2fd));
  background: -ms-linear-gradient(bottom, #4589fe, #87b2fd);
  background: -moz-linear-gradient(center bottom, #4589fe 0%, #87b2fd 100%);
  background: -o-linear-gradient(#87b2fd, #4589fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b2fd', endColorstr='#4589fe', GradientType=0);
  border-color: #2b76f7;
  color: white;
  text-decoration: none;
}
.wtms-tma-search form a.search:active {
  background: #679efd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c79fe), color-stop(1, #679efd));
  background: -ms-linear-gradient(bottom, #2c79fe, #679efd);
  background: -moz-linear-gradient(center bottom, #2c79fe 0%, #679efd 100%);
  background: -o-linear-gradient(#679efd, #2c79fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#679efd', endColorstr='#2c79fe', GradientType=0);
  border-color: #095ae7;
  color: white;
  text-decoration: none;
}
.wtms-tma-search form a.search.disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: wait;
}
.wtms-tma-search form div.simple-separator {
  height: 1px;
  margin: 0.6em 0 0.6em 0;
  background-color: #eee;
}
.wtms-tma-search form div.control-0 {
  display: flex;
  flex-direction: row;
}
.wtms-tma-search form div.control-0 input[name="terms[text]"] {
  width: 100%;
}
.wtms-tma-search form div.control-0 select[name="terms[mode]"] {
  margin: 0 0.6em 0 0.6em;
  width: 150px;
  min-width: 150px;
}
.wtms-tma-search form div.control-0 a.search {
  min-width: 120px;
  width: 120px;
}
.wtms-tma-search form div.control-1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.6em;
}
.wtms-tma-search form div.control-1:last-child {
  margin-bottom: 0;
}
.wtms-tma-search form div.control-1 div.name {
  width: 200px;
  min-width: 200px;
}
.wtms-tma-search form div.control-1 div.data {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wtms-tma-search form div.control-1 input[type="text"] {
  width: 100%;
}
.wtms-tma-search form div.control-1 select {
  margin: 0 0 0 0.6em;
  width: 150px;
  min-width: 150px;
}
.wtms-tma-search form div.control-2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.6em;
}
.wtms-tma-search form div.control-2:last-child {
  margin-bottom: 0;
}
.wtms-tma-search form div.control-2 div.name {
  width: 200px;
  min-width: 200px;
}
.wtms-tma-search form div.control-2 div.data {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wtms-tma-search form div.control-2 div.data div.item {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wtms-tma-search form div.control-2 div.data div.item input {
  width: 100%;
}
.wtms-tma-search form div.control-2 div.data div.item input:first-child {
  margin-right: 0.3em;
}
.wtms-tma-search form div.control-2 div.data div.item input:last-child {
  margin-left: 0.3em;
}
.wtms-tma-search form div.control-2 select {
  margin: 0 0 0 0.6em;
  width: 150px;
  min-width: 150px;
}
.wtms-tma-search form div.control-3 {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.6em;
}
.wtms-tma-search form div.control-3:last-child {
  margin-bottom: 0;
}
.wtms-tma-search form div.control-3 div.name {
  width: 200px;
  min-width: 200px;
}
.wtms-tma-search form div.control-3 input[type="text"] {
  width: 100%;
}
.wtms-tma-search form div.control-4 {
  display: flex;
  flex-direction: row;
}
.wtms-tma-search form div.control-4 div.name {
  width: 200px;
  min-width: 200px;
}
.wtms-tma-search form div.control-4 div.data {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wtms-tma-search form div.control-4 select:first-child {
  width: 100%;
}
.wtms-tma-search form div.control-4 select:last-child {
  margin: 0 0 0 0.6em;
  width: 150px;
  min-width: 150px;
}
.wtms-tma-search form div.control-5 {
  display: none;
}
.wtms-tma-search.compact form div.simple-separator {
  margin-bottom: 0;
}
.wtms-tma-search.compact form div.details {
  display: none;
}
@media screen and (max-width: 700px) {
  .wtms-tma-search.wtms-tma-search-step1 form div.control-0 select[name="terms[mode]"] {
    margin-right: 0;
  }
  .wtms-tma-search.wtms-tma-search-step1 form div.control-0 a.search {
    display: none;
  }
  .wtms-tma-search.wtms-tma-search-step1 form div.control-1 {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step1 form div.control-1 div.name {
    font-size: 9pt;
    width: 100%;
  }
  .wtms-tma-search.wtms-tma-search-step1 form div.control-2 {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step1 form div.control-2 div.name {
    font-size: 9pt;
    width: 100%;
  }
  .wtms-tma-search.wtms-tma-search-step1 form div.control-3 {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step1 form div.control-3 div.name {
    font-size: 9pt;
    width: 100%;
  }
  .wtms-tma-search.wtms-tma-search-step1 form div.control-4 {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step1 form div.control-4 div.name {
    font-size: 9pt;
    width: 100%;
  }
  .wtms-tma-search.wtms-tma-search-step1 form div.control-5 {
    display: block;
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 410px) {
  .wtms-tma-search.wtms-tma-search-step2 form div.control-0 {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-0 input[name="terms[text]"] {
    width: 100%;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-0 select[name="terms[mode]"] {
    width: 100%;
    margin: 0;
    border-top-width: 0;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-0 a.search {
    display: none;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-1 {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-1 div.name {
    text-align: center;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-1 div.data {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-1 select {
    width: 100%;
    margin: 0;
    border-top-width: 0;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-2 {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-2 div.name {
    text-align: center;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-2 div.data {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-2 div.data div.item input:first-child {
    margin-right: 0;
    border-right-width: 0;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-2 div.data div.item input:last-child {
    margin-left: 0;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-2 select {
    width: 100%;
    margin: 0;
    border-top-width: 0;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-3 {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-3 div.name {
    text-align: center;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-4 {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-4 div.name {
    text-align: center;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-4 div.data {
    flex-direction: column;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-4 select {
    width: 100%;
    margin: 0;
  }
  .wtms-tma-search.wtms-tma-search-step2 form div.control-4 select:last-child {
    border-top-width: 0;
  }
}
.wtms-tma-search-pager {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 10pt;
  display: flex;
  justify-content: center;
  margin: 1em 0;
  user-select: none;
}
.wtms-tma-search-pager .wtms-tma-search-pages {
  border: 1px solid #dddddd;
  margin: 0 0.2em;
  padding: 0.2em 0.8em;
}
.wtms-tma-search-pager .wtms-tma-search-prev-page,
.wtms-tma-search-pager .wtms-tma-search-next-page {
  padding: 0.2em 0.8em;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.wtms-tma-search-pager .wtms-tma-search-prev-page:hover,
.wtms-tma-search-pager .wtms-tma-search-next-page:hover {
  border: 1px solid #51648f;
  background-color: #bfd3ee;
  color: #36638e;
}
.wtms-tma-search-pager .wtms-tma-search-prev-page.disabled,
.wtms-tma-search-pager .wtms-tma-search-next-page.disabled {
  cursor: default;
  opacity: 0.5;
}
.wtms-tma-search-pager .wtms-tma-search-prev-page.disabled.disabled:hover,
.wtms-tma-search-pager .wtms-tma-search-next-page.disabled.disabled:hover {
  border: 1px solid #cccccc;
  background-color: transparent;
  color: black;
}
.wtms-tma-results {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5px;
}
.wtms-tma-results .wtms-tma-element {
  display: flex;
  flex-direction: row;
  border: 1px solid #cccccc;
  width: 100%;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-1 {
  width: 150px;
  display: block;
  padding: 5px;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-1 .wtms-tma-element-preview {
  display: block;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-1 .wtms-tma-element-preview:hover {
  border-color: #dddddd;
  border-bottom-color: transparent;
  text-decoration: none;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-1 .wtms-tma-element-preview .wtms-tma-element-preview-image {
  display: block;
  margin: 5px;
  height: 128px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-1 .wtms-tma-element-details {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ededed), color-stop(1, #f8f8f8));
  background: -ms-linear-gradient(bottom, #ededed, #f8f8f8);
  background: -moz-linear-gradient(center bottom, #ededed 0%, #f8f8f8 100%);
  background: -o-linear-gradient(#f8f8f8, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ededed', GradientType=0);
  text-decoration: none;
  text-align: center;
  font-size: 10pt;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-1 .wtms-tma-element-details:hover {
  text-decoration: none;
  color: red;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-2 {
  width: 100%;
  flex: 1;
  padding: 5px;
  border-left: 1px solid #cccccc;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-2 .wtms-tma-element-name {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-2 .wtms-tma-element-data {
  font-size: 10pt;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin-top: 5px;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-2 .wtms-tma-element-data .wtms-tma-element-data-name {
  width: 100px;
  padding: 0;
  vertical-align: top;
}
.wtms-tma-results .wtms-tma-element .wtms-tma-element-column-2 .wtms-tma-element-data .wtms-tma-element-data-data {
  padding: 0;
}
@media screen and (max-width: 700px) {
  .wtms-tma-results.wtms-tma-results-step-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  .wtms-tma-results.wtms-tma-results-step-1 .wtms-tma-element {
    display: block;
    border: 1px solid #cccccc;
    width: 100%;
  }
  .wtms-tma-results.wtms-tma-results-step-1 .wtms-tma-element .wtms-tma-element-column-1 {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: stretch;
  }
  .wtms-tma-results.wtms-tma-results-step-1 .wtms-tma-element .wtms-tma-element-column-1 .wtms-tma-element-preview {
    display: block;
    border: 1px solid transparent;
    text-align: center;
    margin: 5px;
    text-decoration: none;
  }
  .wtms-tma-results.wtms-tma-results-step-1 .wtms-tma-element .wtms-tma-element-column-1 .wtms-tma-element-preview:hover {
    border-color: #dddddd;
    text-decoration: none;
  }
  .wtms-tma-results.wtms-tma-results-step-1 .wtms-tma-element .wtms-tma-element-column-1 .wtms-tma-element-preview .wtms-tma-element-preview-image {
    display: block;
    padding: 5px;
    height: 128px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .wtms-tma-results.wtms-tma-results-step-1 .wtms-tma-element .wtms-tma-element-column-1 .wtms-tma-element-details {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }
  .wtms-tma-results.wtms-tma-results-step-1 .wtms-tma-element .wtms-tma-element-column-2 {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .wtms-tma-results.wtms-tma-results-step-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
  }
}
.wtms-tma-search-templates {
  display: none;
}
.free-check-view {
  width: 600px;
  margin: 0 auto;
  margin-top: 2em;
}
.free-check-view .free-check-form input,
.free-check-view .free-check-form textarea {
  width: 100%;
}
.free-check-view .free-check-form input:focus,
.free-check-view .free-check-form textarea:focus {
  outline: none;
}
.free-check-view .free-check-form input[type="file"] {
  cursor: pointer;
}
.free-check-view .free-check-form input[type="text"],
.free-check-view .free-check-form input[type="email"] {
  transition: border 0.3s linear;
  padding: 0.4rem;
  border: 1px solid #dddddd;
  font-size: 0.8rem;
}
.free-check-view .free-check-form input[type="text"]:focus,
.free-check-view .free-check-form input[type="email"]:focus {
  border-color: orange;
  transition: border 0.3s linear;
}
.free-check-view .free-check-form textarea {
  transition: border 0.3s linear;
  width: 100%;
  height: 3rem;
  min-height: 4rem;
  max-height: 8rem;
  padding: 0.4rem;
  resize: vertical;
  border: 1px solid #dddddd;
  font-size: 0.8rem;
}
.free-check-view .free-check-form textarea:focus {
  border-color: orange;
  transition: border 0.3s linear;
}
.free-check-view .free-check-form button {
  background-color: orange;
  transition: background-color 0.3s ease;
  outline: 2px solid orange;
  border: 2px solid white;
  padding: 1rem;
  cursor: pointer;
}
.free-check-view .free-check-form button:hover {
  background-color: #ffc966;
  transition: background-color 0.3s ease;
}
.free-check-view .free-check-form button:active {
  background-color: #e69500;
  transition: background-color 0.3s ease;
}
.free-check-view .free-check-section {
  border-color: #eeeeee;
  padding: 1em;
  margin: 0 auto;
}
.free-check-view .free-check-section.small {
  width: 80%;
}
.free-check-view .free-check-captcha-control {
  text-align: center;
}
.free-check-view .free-check-captcha-control #free-check-captcha {
  display: inline-block;
}
.free-check-view .section-control {
  margin-top: 2rem;
}
.free-check-view .section-control:first-child {
  margin-top: 0;
}
.free-check-view .section-control-name {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  border-bottom: 1px solid #dddddd;
  padding: 0.4rem 0;
  font-weight: bold;
  color: #2b587a;
}
.free-check-view .section-control-name:before {
  display: inline-block;
  content: '\25BA';
  margin-right: 0.4rem;
}
.free-check-view .section-control-name.no-line {
  border: 0 none;
}
.free-check-view .section-control-type {
  padding: 0.5rem 0;
}
.free-check-view .section-control-type .radio {
  user-select: none;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-family: sans-serif;
  padding: 0.4rem 2px 2px;
}
.free-check-view .section-control-type .radio:first-child {
  padding-top: 0;
}
.free-check-view .section-control-type .radio:last-child {
  padding-bottom: 0;
}
.free-check-view .section-control-type .radio:before {
  transition: background-color 0.3s ease;
  display: inline-block;
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  outline: 2px solid orange;
  border: 2px solid white;
  margin-top: 0.2rem;
}
.free-check-view .section-control-type .radio.selected:before {
  background-color: orange;
  transition: background-color 0.3s ease;
}
.free-check-view .section-control-type .radio-title {
  margin-left: 0.4rem;
}
.free-check-view .section-control-type .radio:hover .radio-title {
  color: orangered;
}
.free-check-view .section-control-area {
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
}
.free-check-view .section-control-file {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.free-check-view .section-control-opts {
  padding: 0.5rem 0;
}
.free-check-view .section-control-opts .check {
  user-select: none;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-family: sans-serif;
  padding: 0.4rem 2px 2px;
  color: #2b587a;
}
.free-check-view .section-control-opts .check:first-child {
  padding-top: 0;
}
.free-check-view .section-control-opts .check:last-child {
  padding-bottom: 0;
}
.free-check-view .section-control-opts .check:before {
  transition: background-color 0.3s ease;
  display: inline-block;
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  outline: 2px solid orange;
  border: 2px solid white;
  margin-top: 0.2rem;
}
.free-check-view .section-control-opts .check.selected:before {
  background-color: orange;
  transition: background-color 0.3s ease;
}
.free-check-view .section-control-opts .check-title {
  margin-left: 0.4rem;
}
.free-check-view .section-control-opts .check:hover .check-title {
  color: orangered;
}
.free-check-view .section-control-hint {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0.4rem;
  background-color: #ffffee;
  border-left: 4px solid orange;
  text-align: justify;
  color: brown;
}
.free-check-view .section-control-send {
  user-select: none;
  text-align: center;
  padding: 3rem;
}
@media screen and (max-width: 700px) {
  .free-check-view {
    width: 100%;
  }
  .free-check-view .free-check-section.small {
    width: 100%;
  }
  .free-check-view .section-control-name:before {
    display: none;
    content: '';
    margin-right: 0;
  }
}
@media screen and (max-width: 410px) {
  .free-check-view .section-control-name {
    text-align: center;
  }
  .free-check-view .section-control-name:before {
    display: none;
    content: '';
    margin-right: 0;
  }
  .free-check-view .section-control-send {
    padding: 0;
  }
}
.main-contacts .main-contacts-table {
  border: 1px solid #cccccc;
  font-size: 10pt;
  line-height: 16pt;
}
.main-contacts .main-contacts-table .main-contacts-table-row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #cccccc;
}
.main-contacts .main-contacts-table .main-contacts-table-row:last-child {
  border-bottom: 0 none;
}
.main-contacts .main-contacts-table .main-contacts-table-row .main-contacts-table-column {
  padding: 8px;
}
.main-contacts .main-contacts-table .main-contacts-table-row .main-contacts-table-column.column-title {
  background-color: #eee;
  width: 180px;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #cccccc;
  display: flex;
  align-items: center;
}
.main-contacts .main-contacts-table .main-contacts-table-row .main-contacts-table-column.column-value {
  flex: 1;
  text-align: justify;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .main-contacts-table .main-contacts-table-row.main-contacts-table-row-small {
    flex-direction: column;
  }
  .main-contacts-table .main-contacts-table-row.main-contacts-table-row-small .main-contacts-table-column.column-title {
    width: auto;
    border-right: 0 none;
  }
}
.main-facilities .main-facilities-item h4 {
  text-align: center;
  border-bottom: 1px dashed #2b587a;
  padding-bottom: 1rem;
}
/*# sourceMappingURL=main.css.map */