<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "AirStrip";
  src: url("/static/fonts/airstrip.ttf"); /* TTF file for CSS3 browsers */
}

h1 {
  margin: 5px 0;
  font-size: 20px;
}

h1 small {
  font-size: 15px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 5px;
  line-height: 120%;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
  border-color: #1b1e24;
  outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

.smart-style-3 #ribbon {
  min-height: 30px;
  background: #f8f8f8;
  border-bottom: #ccc solid 1px;
}

div.preview_div a {
  color: #709bc1;
}

div.preview_div a:hover {
  color: #528bbd;
}

div.preview_div {
  overflow: hidden;
}

div.preview_div &gt; h1 {
  font-size: 14px;

  margin: 0px;
  line-height: 100%;
  color: #eee;
  padding: 7px 5px 5px 10px;
}

div.preview_div &gt; table {
  width: 100%;
  max-width: 220px;
  margin-bottom: 15px;
  border-top: #393f4b solid 1px;
}

div.preview_div &gt; table td {
  color: #eee;
  padding: 3px;
  border-bottom: #393f4b solid 1px;
  background: #1b1e24;
  font-size: 12px;
  line-height: 18px;
}

div.preview_div &gt; table td:first-child {
  white-space: nowrap;
  width: 5%;
  padding: 3px;
  padding-right: 7px;
  padding-left: 5px;
  color: #999;
  background: #25282f;
  font-size: 11px;
}

div.preview_div &gt; table td:last-child {
  white-space: pre-wrap;
  word-break: break-all;
  padding-left: 7px;
}

div.preview_div &gt; table td.separator {
  width: auto;
  padding: 10px 3px 1px 5px;
  color: #999;
  font-size: 11px;
  white-space: nowrap;
  font-weight: normal;
  border-bottom: #393f4b solid 1px;
}

#ribbon .breadcrumb {
  padding: 8px 10px 7px 10px !important;
}

ul.breadcrumb &gt; li &gt; i.icon-angle-right {
  margin-right: 7px;
  margin-left: 8px;
  color: #ccc;
}

ul.breadcrumb &gt; li &gt; span.sub-breadcrumbs {
  margin-left: 9px;
  color: #ccc;
  font-size: 10px;
}

ul.breadcrumb &gt; li &gt; span.sub-breadcrumbs &gt; a {
  font-size: 10px;
  color: #666;
  margin: 0 2px 0 2px;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.console-btn {
  background: none;
  color: #888;
  border: 0;
  padding: 0 5px 0 5px;
}

.console-btn:hover {
  color: #ffb848;
}

table.table &gt; tfoot &gt; tr &gt; th {
  border: 0;
}

table.table &gt; tfoot &gt; tr:first-child &gt; th {
  border-top: #c5c5c5 solid 1px;
}

.table .ui_set {
  min-height: 23px;
}

h1.h_border,
h2.h_border,
h3.h_border,
h4.h_border,
h5.h_border {
  border-bottom: #eee solid 1px;
  padding: 0 0 3px 7px;
  margin-bottom: 10px;
}

ul.topmenu {
  display: table;
}

ul.topmenu li {
  display: table-cell;
}

ul.topmenu &gt; li &gt; a {
  float: left;
  color: #eee;
}

ul.topmenu li &gt; a {
  padding: 14px 10px 13px 10px !important;
  font-size: 13px;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-weight: 400;
  line-height: 22px;
  color: #ccc;
}

ul.topmenu li &gt; a:hover {
  background: #252932;
}

ul.topmenu &gt; li.activeTopMenuElement &gt; a {
  color: #e9e9e9;
  padding: 9px 10px 14px 10px !important;
  border-top: #666665 solid 4px;
  background: #2f323a;
}

ul.topmenu li.activeTopMenuElement div.topmenuDropDownBlock &gt; div {
  background: #2f323a;
}

nav ul li.active &gt; a:before {
  color: #fff !important;
}

ul.topmenu li div.topmenuDropDownBlock {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 99999;
}

.select2-container {
  z-index: 500 !important;
}

ul.topmenu li div.topmenuDropDownBlock {
  padding: 0;
  cursor: default;
  font-size: 13px;
}

ul.topmenu li div.topmenuDropDownBlock &gt; div {
  background: #252932;
  padding: 0;
  color: #e5e5e5;
  float: none;
  display: block;
}

div.topmenuDropDownBlock &gt; div &gt; table td {
  padding: 0 10px 0 10px;
  min-width: 120px;
  vertical-align: top;
}

div.topmenuDropDownBlock &gt; div &gt; table &gt; tbody &gt; tr &gt; td {
  padding: 10px 30px 25px 30px;
}

ul.topmenu li div.topmenuDropDownBlock h5 {
  color: #ccc;
  border-bottom: #4a5a66 solid 1px;
  white-space: nowrap;
  padding-bottom: 0;
  padding-left: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  float: none;
}

ul.topmenu li div.topmenuDropDownBlock h4 {
  color: #ddd;
  border-bottom: #657e8a solid 1px;
  white-space: nowrap;
  padding: 0 6px 4px 6px;
  margin-bottom: 8px;
  font-size: 16px;
  display: block;
  float: none;
}

ul.topmenu li div.topmenuDropDownBlock a {
  color: #eee;
  font-size: 95% !important;
  background: none;
  margin: 0;
  white-space: nowrap;
  display: block;
  padding: 1px !important;
}

ul.topmenu li div.topmenuDropDownBlock a:hover {
  color: #fff;
}

.smart-style-3 nav ul.topmenuLeft {
  border-top: 1px solid #425060;
}

.smart-style-3 nav ul.topmenuLeft li {
  background: #1b1e24;
  border-bottom: 1px solid #425060;
}
.smart-style-3 nav ul li.active &gt; a,
.smart-style-3 nav ul li &gt; a {
  color: #eee !important;
  font-weight: 300;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
}

/* table */

.table &gt; thead &gt; tr &gt; th {
  border-bottom: 0 !important;
}

.table thead tr th {
  font-size: 12px;
  font-weight: 600;
  background: #f1f1f1;
  vertical-align: middle;
  border-right: #ddd solid 1px;
}

.table thead tr th:last-child {
  border-right: 0;
}

.table thead tr th.table_head2 {
  /*background: #EEEEEE;*/
  border-right: #ddd solid 1px;

  padding-top: 3px;
  padding-bottom: 2px;

  text-align: center;

  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 14px;
}

.table thead tr th:last-child.table_head2 {
  border-right: 0;
}

table.ap_table_nowrap td,
table.ap_table_nowrap th {
  white-space: nowrap;
}

table.ap_table_head_hide tbody tr:first-child td {
  border-top: none;
}

table th.table_help_td i.help_icon {
  font-size: 11px;
  line-height: 14px;
  color: #0a0;
}

table &gt; thead &gt; tr &gt; th.table_help_td:hover {
  background: #9cb4c5;
}

table th.table_help_td:hover i.help_icon {
  color: #bb2413;
}

.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
  background-color: #fdfdfd;
}

.table-striped &gt; tbody &gt; tr:nth-child(even) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(even) &gt; th {
  background-color: #ffffff;
}

table.table &gt; tfoot &gt; tr &gt; th {
  background: #fff;
}

div.table_help_div {
  visibility: hidden;
  position: absolute;
  margin-top: 5px;
  margin-left: -10px;
  padding: 10px;
  max-width: 300px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  border-radius: 0 0 3px 3px;
  border-top: #9cb4c5 solid 1px;
  border-left: #9cb4c5 solid 1px;
  border-right: #9cb4c5 solid 1px;
  border-bottom: #9cb4c5 solid 1px;
  background: #e8edf3;
  white-space: normal;
}

.table-hover &gt; tbody &gt; tr:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; th {
  background-color: #eaeaea;
}

table th.table_help_td {
  cursor: help;
}

.table &gt; thead &gt; tr &gt; th.table_help_td,
.table &gt; thead:first-child &gt; tr:first-child &gt; th.table_help_td {
  border-top: #9cb4c5 solid 1px;
}

table th.table_help_td:hover div.table_help_div {
  visibility: visible;
}

span.more div {
  display: none;
  position: absolute;
}

span.more:hover div {
  display: block;
}

span.more div div {
  position: relative;
  background: #feffd6;
  padding: 4px 25px 5px 5px;
  top: -5px;
  left: -5px;
  cursor: text;
  border: #aaa solid;
  border-width: 1px 0 1px 0;
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.label {
  font-size: 90%;
}

span.sub-breadcrumbs {
  padding: 0 10px 0 10px;
  font-size: 10px;
  color: #ccc;
}

.smart-style-3 #ribbon span.sub-breadcrumbs &gt; a {
  color: #aaa !important;
}

.form-actions {
  padding: 20px;
  text-align: left;
}

/***
jqvmap changes
***/
.jqvmap-zoomin {
  background-color: #666 !important;
}

.jqvmap-zoomout {
  background-color: #666 !important;
}

.vmaps {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  box-sizing: content-box;
}

/* tabs */
.tabbable-custom &gt; .tab-content {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

/* table */

.ap_table_btns_panel {
  text-align: right;
  padding: 0 0 5px 5px;
}

.dataTable td.details {
  background-color: #fff;
  padding-bottom: 40px;
  display: none;
}

/* paging */
.label-transparent,
a.label-transparent:hover,
a.label-transparent:focus,
.badge-transparent {
  background: transparent;
  border: #f5f5f5 solid 1px;
  color: #222;
  padding: 1px 3px;
}

div.lang_bottom {
  position: relative;
  top: -7px;
}

div.lang_bottom a {
  color: #ddd;
}
div.lang_bottom a:hover {
  color: #fff;
}

div.dataTables_wrapper {
  border: 0;
}

div.dt-toolbar {
  border: #ddd solid 1px;
  margin-bottom: 10px;
}

.todo_cpr_text {
  background: #ffe28c;
  border: #ffae00 dashed 1px;
  padding: 10px;
}

div.not_agree_documents {
}

@media (min-width: 980px) and (max-width: 1260px) {
  .container.fixed-header #header {
    width: 964px;
  }

  .container.fixed-page-footer .page-footer {
    max-width: 966px;
  }
}

.btn-order {
  color: #fff;
  background-color: #bd524f;
  border-color: #900323;
}
.btn-order:focus,
.btn-order:hover {
  color: #fff;
  background-color: #a34744;
  border-color: #540114;
}
.btn-order i {
  padding-right: 5px;
}

.footer-block {
  height: 44px;
  background: #eee;
  border-left: #ccc solid 1px;
  float: right;
  padding: 0 15px 0 15px;
  color: #333;
}

.footer-block-content {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
}

.footer-block:hover {
  background: #e5e5e5;
  text-decoration: none;
}

a.info {
  color: #356e35;
}

a.info:hover {
  color: #489548;
}

a.top_search_slider {
  display: block;
  padding: 3px 12px 3px 12px;
  margin-bottom: 2px;
  position: relative;
  float: right;
  background: #eee;
  border: #ddd solid 1px;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  margin-right: 5px;
  color: #333;
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}

a.top_search_slider:hover {
  background: #b7d2e7;
  border-color: #8296cc;
}

.dataTables_scrollHeadInner .table {
  margin: 0 !important;
}

.dt-toolbar {
  margin: 0 !important;
}

.page-footer {
  height: 45px;
}

.breadcrumb &gt; li + li:before {
  content: " Â»";
  color: #bbb;
  padding: 0 7px 0 7px;
}

.tree li {
  padding: 2px 5px 2px 5px;
}

.tree ul ul {
  padding-top: 0;
}

.tree li.parent_li &gt; span {
  background: #fff;
}

.tree li.parent_li &gt; span {
  cursor: pointer;
  padding: 2px 7px 2px 7px;
}

.tree li span {
  border-color: #ddd;
}

@media (max-width: 500px) {
  .search_td_vendor_code {
    display: none;
  }
}

@media (min-width: 501px) {
  .search_intext_vendor_code {
    display: none;
  }
}

.tecdoc_tree_element &gt; span.fancytree-title {
  text-decoration: underline;
  color: #1f66d2 !important;
}

@media (max-width: 450px) {
  .tecdoc_articles_img {
    display: none;
  }
}

@media (max-width: 640px) {
  .tecdoc_articles_btn {
    display: none;
  }
}

@media (min-width: 1260px) and (max-width: 1899px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1900px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1866px;
  }

  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left;
  }

  .col-xl-1 {
    width: 8.333333333333332%;
  }

  .col-xl-2 {
    width: 16.666666666666664%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333333333333%;
  }

  .col-xl-5 {
    width: 41.66666666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.333333333333336%;
  }

  .col-xl-8 {
    width: 66.66666666666666%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333333333334%;
  }

  .col-xl-11 {
    width: 91.66666666666666%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-push-1 {
    right: 8.333333333333332%;
  }

  .col-xl-push-2 {
    right: 16.666666666666664%;
  }

  .col-xl-push-3 {
    right: 25%;
  }

  .col-xl-push-4 {
    right: 33.33333333333333%;
  }

  .col-xl-push-5 {
    right: 41.66666666666667%;
  }

  .col-xl-push-6 {
    right: 50%;
  }

  .col-xl-push-7 {
    right: 58.333333333333336%;
  }

  .col-xl-push-8 {
    right: 66.66666666666666%;
  }

  .col-xl-push-9 {
    right: 75%;
  }

  .col-xl-push-10 {
    right: 83.33333333333334%;
  }

  .col-xl-push-11 {
    right: 91.66666666666666%;
  }

  .col-xl-pull-1 {
    left: 8.333333333333332%;
  }

  .col-xl-pull-2 {
    left: 16.666666666666664%;
  }

  .col-xl-pull-3 {
    left: 25%;
  }

  .col-xl-pull-4 {
    left: 33.33333333333333%;
  }

  .col-xl-pull-5 {
    left: 41.66666666666667%;
  }

  .col-xl-pull-6 {
    left: 50%;
  }

  .col-xl-pull-7 {
    left: 58.333333333333336%;
  }

  .col-xl-pull-8 {
    left: 66.66666666666666%;
  }

  .col-xl-pull-9 {
    left: 75%;
  }

  .col-xl-pull-10 {
    left: 83.33333333333334%;
  }

  .col-xl-pull-11 {
    left: 91.66666666666666%;
  }

  .col-xl-offset-1 {
    margin-right: 8.333333333333332%;
  }

  .col-xl-offset-2 {
    margin-right: 16.666666666666664%;
  }

  .col-xl-offset-3 {
    margin-right: 25%;
  }

  .col-xl-offset-4 {
    margin-right: 33.33333333333333%;
  }

  .col-xl-offset-5 {
    margin-right: 41.66666666666667%;
  }

  .col-xl-offset-6 {
    margin-right: 50%;
  }

  .col-xl-offset-7 {
    margin-right: 58.333333333333336%;
  }

  .col-xl-offset-8 {
    margin-right: 66.66666666666666%;
  }

  .col-xl-offset-9 {
    margin-right: 75%;
  }

  .col-xl-offset-10 {
    margin-right: 83.33333333333334%;
  }

  .col-xl-offset-11 {
    margin-right: 91.66666666666666%;
  }
}

pre {
  background: none !important;
  border: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 979px) {
  #logo-group {
    display: none !important;
  }

  .hor-menu {
    display: block !important;
    overflow: auto;
    width: 60%;
    padding: 0;
    margin: 0;
    position: absolute;
    overflow-y: hidden;
  }
}

@media only screen and (min-width: 980px) {
  .hor-menu {
    display: block !important;
    padding-left: 220px;
    position: absolute;
    z-index: 99998;
  }
}

.btn-header &gt; :first-child &gt; a {
  margin-top: 10px !important;
  line-height: 28px !important;
}

.ap_flag {
  top: -1px;
  position: relative;
}

.smart-style-3 #ribbon {
  background: #ddd;
}

.mce-branding-powered-by {
  display: none !important;
}

.flot-chart-main {
  width: 100%;
  height: 300px;
}

.legendLabel,
.legendColorBox {
  line-height: 100% !important;
  padding: 0 !important;
}

table.table &gt; tbody &gt; tr &gt; td &gt; pre &gt; code {
  white-space: pre;
}

.alert {
  margin-bottom: 0;
}

.s-google-btn {
  margin-top: 0;
  border: 1px #d6d9dc solid;
  border-radius: 6px;
  padding: 8px 10px;
  background-color: white;
  width: 100%;
}

.s-google-btn svg {
  margin-right: 8px;
}

.topmenuSearch {
  vertical-align: middle !important;
}

#topmenuSearchResults:empty {
  display: none;
}

#topmenuSearchResults:not(:empty) {
  display: block;
  background: #1b2b34;
  color: #cccccc;
  width: max-content;
}

#topmenuSearchResults ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#topmenuSearchResults ul li {
  border-bottom: 1px solid #2b3b44;
  display: block;
  padding: 0;
  margin: 0;
}

#topmenuSearchResults ul li a {
  display: block;
  width: 100%;
  color: #cccccc;
  text-decoration: none;
  margin: 0;
}

#topmenuSearchResults ul li a:hover {
  color: #ffffff;
  background: none;
}

.copy-lead-button {
  position: relative;
  display: inline-block;
}

#ui-datepicker-div {
  z-index: 999 !important;
}
</pre></body></html>