<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
a {
  color: #5a8190;
  text-decoration: none;
}
mark,
.mark {
padding: .2em;
background-color: #ffbb33;
}
.text-primary {
  color: #5a8190;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #375f69;
}
.bg-primary {
  color: #fff;
  background-color: #5a8190;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #375f69;
}
.bg-success {
  background-color: #3d917d;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #007E33;
}
.bg-warning {
  background-color: #ffbb33;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #FF8800;
}
@media (min-width: 1900px) {
  .container {
    width: 1870px;
  }
}
.table &gt; tfoot &gt; tr &gt; td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #3d917d;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
background-color: #ffbb33;
}
.form-control {
  display: block;
  width: 100%;
  height: 24px;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #3d917d;
  border-color: #3c763d;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #ffbb33;
  border-color: #8a6d3b;
}
.btn {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0px solid transparent;
/*  border-radius: 4px;*/
}
.btn-primary {
  color: #fff;
  background-color: #5a8190;
  border-color: #375f69
;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #375f69;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #375f69;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #375f69;
  border-color: #204d74;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #5a8190;
border-color: #375f69
;
}
.btn-primary .badge {
color: #5a8190;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #3d917d;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #3d917d;
border-color: #007E33;
}
.btn-success:hover {
color: #fff;
background-color: #3d917d;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
color: #fff;
background-color: #3d917d;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open &gt; .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open &gt; .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #007E33;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
background-color: #3d917d;
border-color: #4cae4c;
}
.btn-success .badge {
color: #3d917d;
background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #913d3d;
  border-color: #CC0000;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
background-color: #913d3d;
border-color: #CC0000;
}
.btn-danger .badge {
color: #913d3d;
background-color: #fff;
}
.btn-link {
font-weight: normal;
color: #5a8190;
border-radius: 0;
padding: 1px 6px;
}

.btn-xs,
.btn-group-xs &gt; .btn {
padding: 0px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
color: #fff;
text-decoration: none;
background-color: #5a8190;
outline: 0;
}
.input-group-addon {
  padding: 1px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
background-color: #eee;
border-color: #5a8190;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
color: #fff;
background-color: #5a8190;
}
.navbar {
  position: relative;
  min-height: 42px;
  height: 42px;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand &gt; img {
  display: block;
  border-radius: 20px !important;
  box-shadow: 0 0 8px 1px #2b3133 !important;
}
#bs-sidebar-navbar-collapse-1 &gt; .navbar-nav &gt; li &gt; a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 20px !important;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav &gt; li {
    float: left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #bs-sidebar-navbar-collapse-1 &gt; .navbar-nav &gt; li &gt; a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.navbar-inverse {
  /*background-color: #222;*/
  background-color: #3d6691;
  /*border-color: #375f69;*/
 
}
.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #fff;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
color: #fff;
background-color: #355371;
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #5a8190;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: #5a8190;
border-color: #5a8190;
}
.label-primary {
  background-color: #5a8190;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #375f69;
}
.label-success {
  background-color: #3d917d;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #3d917d;
}
.label-danger {
  background-color: #913d3d;
}
.btn-group-xs &gt; .btn .badge {
  top: 0;
  padding: 0px 5px;
}
.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
color: #5a8190;
background-color: #fff;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #5a8190;
}
.alert-success {
  color: #3c763d;
  background-color: #3d917d;
  border-color: #d6e9c6;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #ffbb33;
  border-color: #faebcc;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #5a8190;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-bar-success {
  background-color: #3d917d;
}
.progress-bar-danger {
  background-color: #913d3d;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #5a8190;
border-color: #5a8190;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #3d917d;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #ffbb33;
}

.panel-primary {
  border-color: #5a8190;
}
.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #5a8190;
  border-color: #5a8190;
}
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #5a8190;
}
.panel-primary &gt; .panel-heading .badge {
  color: #5a8190;
  background-color: #fff;
}
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #5a8190;
}
.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #3d917d;
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading .badge {
  color: #3d917d;
  background-color: #3c763d;
}
.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #ffbb33;
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading .badge {
  color: #ffbb33;
  background-color: #8a6d3b;
}
.modal-content {
  position: relative;
  background-color: #eee;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.kv-grid-container {
  overflow: inherit !important;
}

</pre></body></html>