@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}

.invisible {
  display: none  !important;
}

.hidden {
  visibility: hidden !important;
}

@font-face {
  font-family: "AvenirNext";
  src: url("/fonts/7a1b7ae7-5c29-481f-83ac-652e932c5509.eot?#iefix");
  src: url("/fonts/7a1b7ae7-5c29-481f-83ac-652e932c5509.eot?#iefix") format("embedded-opentype"), url("/fonts/8e46b6cb-85f2-4400-a9d8-7cbd8ed30dd8.svg#8e46b6cb-85f2-4400-a9d8-7cbd8ed30dd8") format("svg"), url("/fonts/3a42a252-67ff-4186-88cf-762f56719ca1.woff") format("woff"), url("/fonts/dbc39ae3-2636-4653-a23e-8938bce2cf51.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/fonts/ec8454e9-1900-4157-902d-1667f20b503e.eot?#iefix");
  src: url("/fonts/ec8454e9-1900-4157-902d-1667f20b503e.eot?#iefix") format("embedded-opentype"), url("/fonts/e2f89b55-2e17-4aa3-af72-75a82c51008b.svg#e2f89b55-2e17-4aa3-af72-75a82c51008b") format("svg"), url("/fonts/e40e6ac5-f2bd-4d65-baf7-b1e397d7fdcc.woff") format("woff"), url("/fonts/34772968-ece3-42e3-9f0d-f5724cafa60e.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/fonts/f2c1017b-8f5f-4e69-8a34-3788975c6e84.eot?#iefix");
  src: url("/fonts/f2c1017b-8f5f-4e69-8a34-3788975c6e84.eot?#iefix") format("embedded-opentype"), url("/fonts/9eaa4170-3804-4e8d-a010-4d1f191948a4.svg#9eaa4170-3804-4e8d-a010-4d1f191948a4") format("svg"), url("/fonts/0417e965-6ae1-4395-8f71-f61ea767d523.woff") format("woff"), url("/fonts/eb8735e1-059f-4b58-b708-78ede4e39742.ttf") format("truetype");
  font-weight: bold;
}
.boldfont {
  font-weight: bold;
}

.bolderfont {
  font-weight: 900;
}

.noboldfont {
  font-weight: normal;
}

.largefont {
  font-size: 18px;
}

.normalfont {
  font-size: 14px;
}

.smallfont {
  font-size: 12px;
}

.largerfont {
  font-size: 24px;
}

.largestfont {
  font-size: 36px;
}

.largestestfont {
  font-size: 42px;
}

.hugefont {
  font-size: 60px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}

@media print {
  .pagebreak {
    page-break-after: always;
  }

  .print-invisible {
    display: none;
  }
}
.user-warning {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #eb8563;
  color: white;
  padding: 18px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0px 10px 10px black;
  transform: translateY(0%);
  transition: transform 0.5s;
}
.user-warning.closed {
  transform: translateY(-150%);
  transition: transform 0.5s;
}

.errorlbl {
  color: #eb8563;
}

._error-badge {
  background-color: #eb8563;
  color: white;
  padding: 3px 9px;
  border-radius: 25px;
  font-weight: 900;
  margin-left: 9px;
}

.error-badge {
  color: #eb8563;
  margin-left: 9px;
  font-weight: 900;
}
.error-badge:before {
  content: "(";
  margin-right: -2px;
}
.error-badge:after {
  content: ")";
  margin-left: -2px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}

@media print {
  .pagebreak {
    page-break-after: always;
  }

  .print-invisible {
    display: none;
  }
}
@font-face {
  font-family: "AvenirNext";
  src: url("/fonts/7a1b7ae7-5c29-481f-83ac-652e932c5509.eot?#iefix");
  src: url("/fonts/7a1b7ae7-5c29-481f-83ac-652e932c5509.eot?#iefix") format("embedded-opentype"), url("/fonts/8e46b6cb-85f2-4400-a9d8-7cbd8ed30dd8.svg#8e46b6cb-85f2-4400-a9d8-7cbd8ed30dd8") format("svg"), url("/fonts/3a42a252-67ff-4186-88cf-762f56719ca1.woff") format("woff"), url("/fonts/dbc39ae3-2636-4653-a23e-8938bce2cf51.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/fonts/ec8454e9-1900-4157-902d-1667f20b503e.eot?#iefix");
  src: url("/fonts/ec8454e9-1900-4157-902d-1667f20b503e.eot?#iefix") format("embedded-opentype"), url("/fonts/e2f89b55-2e17-4aa3-af72-75a82c51008b.svg#e2f89b55-2e17-4aa3-af72-75a82c51008b") format("svg"), url("/fonts/e40e6ac5-f2bd-4d65-baf7-b1e397d7fdcc.woff") format("woff"), url("/fonts/34772968-ece3-42e3-9f0d-f5724cafa60e.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/fonts/f2c1017b-8f5f-4e69-8a34-3788975c6e84.eot?#iefix");
  src: url("/fonts/f2c1017b-8f5f-4e69-8a34-3788975c6e84.eot?#iefix") format("embedded-opentype"), url("/fonts/9eaa4170-3804-4e8d-a010-4d1f191948a4.svg#9eaa4170-3804-4e8d-a010-4d1f191948a4") format("svg"), url("/fonts/0417e965-6ae1-4395-8f71-f61ea767d523.woff") format("woff"), url("/fonts/eb8735e1-059f-4b58-b708-78ede4e39742.ttf") format("truetype");
  font-weight: bold;
}
.boldfont {
  font-weight: bold;
}

.bolderfont {
  font-weight: 900;
}

.noboldfont {
  font-weight: normal;
}

.largefont {
  font-size: 18px;
}

.normalfont {
  font-size: 14px;
}

.smallfont {
  font-size: 12px;
}

.largerfont {
  font-size: 24px;
}

.largestfont {
  font-size: 36px;
}

.largestestfont {
  font-size: 42px;
}

.hugefont {
  font-size: 60px;
}

.sd-alert {
  min-width: 350px;
  max-width: 70%;
  box-sizing: border-box;
  min-height: 100px;
  padding: 18px;
  box-shadow: 2px 2px 10px black;
}
@media (max-width: 767px) {
  .sd-alert {
    min-width: 100%;
  }
}
.sd-alert .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
.sd-alert .message {
  font-size: 18px;
  font-weight: bold;
}
.sd-alert .message.warning {
  margin-left: -18px;
  margin-right: -18px;
}
.sd-alert .actions {
  margin-top: 18px;
}
.sd-alert .actions .ractions {
  text-align: right;
  float: right;
}
.sd-alert .actions .lactions {
  text-align: left;
  float: left;
}
.sd-alert .actions .cactions {
  text-align: center;
}
.sd-alert .actions .alert-action {
  min-width: 100px;
}

.sd-alert-dialog-layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20000;
}

.emptybox {
  border: 2px dotted gray;
  display: inline-block;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}

@media print {
  .pagebreak {
    page-break-after: always;
  }

  .print-invisible {
    display: none;
  }
}
.location-selection-layer {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 40000;
  color: white;
}
.location-selection-layer .container {
  padding-top: 32px;
}
.location-selection-layer .container > .title {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .location-selection-layer .container > .title {
    font-size: 24px;
  }
}
.location-selection-layer .closer {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
.location-selection-layer .location-list {
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.location-selection-layer .location-item {
  display: inline-block;
  margin: 9px;
  font-weight: bold;
  cursor: pointer;
  width: 300px;
}
.location-selection-layer .location-item .location-type {
  font-size: 14px;
  margin-top: 3px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.location-selection-layer .location-item .location-name {
  display: block;
}
.location-selection-layer .selected-location {
  margin: 18px 0px;
}
.location-selection-layer .selected-location-item {
  font-size: 24px;
  margin: 9px 9px;
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
}
@media (max-width: 767px) {
  .location-selection-layer .selected-location-item {
    font-size: 18px;
  }
}
.location-selection-layer .selector {
  display: inline-block;
  cursor: pointer;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}

@media print {
  .pagebreak {
    page-break-after: always;
  }

  .print-invisible {
    display: none;
  }
}
.v3icon-ke {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.v3icon-ke:before {
  content: "\e050";
}

.ke-layer {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20000;
  color: white;
}
.ke-layer .container {
  padding-top: 32px;
}
.ke-layer .container > .title {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ke-layer .container > .title {
    font-size: 24px;
  }
}
.ke-layer .closer {
  position: absolute;
  top: 9px;
  left: 9px;
  cursor: pointer;
  z-index: 3;
}
.ke-layer .infopanel {
  width: 300px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow: auto;
  -ms-overflow-style: none;
}
.ke-layer .infopanel::-webkit-scrollbar {
  display: none;
}
.ke-layer .qipanel {
  width: 300px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 18px;
}
.ke-layer .qipanel .qinfo .body, .ke-layer .qipanel .qinfo .header {
  background-image: none;
}

#__canvassvg__ {
  visibility: hidden;
  position: absolute;
  left: -2000;
  width: 24px;
  height: 24px;
}

/*
Font Sizes
36px - main title
24px - ivivacloud title, ID title, sidebar field list value, qi title
18px - group header (bold) - sidebar links and labels, main table values, nodata, input text, qi field list value
14px - sidebar field list label, sidebar sublabels, sub table values, fieldlist title, subtitle,input suffix, tabs, qi field list label

Colors:
Background: #3e3641
    Text: #ece8ed
    SubText: #9d93a0

Form Background: #f2f2e8
    Text: #575650
    SubText: #a7a4a7

Sidebar Background: #dedade
    text: #505756
    subtext: #9d93a0

App Menu Background: #534857
    text: #e8dbe7
    subtext: #9d93a0

QI: #3e3641
    text: #ece8ed
    subtext: #9d93a0
forms: #f4f0f3
    text field: #505756
    sub?: #9d93a0
*/
.iviva-bread-crumb {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
}
.iviva-bread-crumb a.item {
  display: inline-block;
}
.iviva-bread-crumb a.item:first-of-type:before {
  content: '';
}
.iviva-bread-crumb a.item:before {
  content: '»';
  margin-left: 3px;
  margin-right: 3px;
}

html {
  font-family: "AvenirNext",sans-serif;
  font-size: 18px;
  font-weight: normal;
  border: 0px;
  padding: 0px;
  background-color: #3e3641;
  color: #ece8ed;
  -webkit-font-smoothing: antialiased;
}
html .subtxt, html .nodata {
  color: #9d93a0;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1em;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}

.large {
  font-size: 18px;
}

.largest {
  font-size: 36px;
}

.largestest {
  font-size: 42px;
}

.bolder {
  font-weight: 900;
}

.bold {
  font-weight: bold;
}

.padblock {
  padding: 18px;
}

.padblock-top {
  padding-top: 18px;
}

.padblock-bottom {
  padding-bottom: 18px;
}

.padblock-left {
  padding-left: 18px;
}

.padblock-right {
  padding-right: 18px;
}

.rightalign {
  text-align: right;
}

.centeralign {
  text-align: center;
}

.leftalign {
  text-align: left;
}

.likeinput, input[type='text'], input[type='password'], input[type='search'], input[type='number'] {
  font-family: inherit;
  font-size: 18px;
  padding: 0.4em 0.4em;
  border: 0px;
  border-radius: 0px;
  color: #505756;
  font-weight: bold;
  width: 235.6px;
  background-color: rgba(255, 255, 255, 0.5);
}
.likeinput:focus, input[type='text']:focus, input[type='password']:focus, input[type='search']:focus, input[type='number']:focus {
  background-color: white;
}
.likeinput.largetextfield, input[type='text'].largetextfield, input[type='password'].largetextfield, input[type='search'].largetextfield, input[type='number'].largetextfield {
  width: 400px;
}
@media (max-width: 767px) {
  .likeinput.largetextfield, input[type='text'].largetextfield, input[type='password'].largetextfield, input[type='search'].largetextfield, input[type='number'].largetextfield {
    width: 100%;
  }
}
.likeinput.stretch, input[type='text'].stretch, input[type='password'].stretch, input[type='search'].stretch, input[type='number'].stretch {
  width: 100%;
}

.likeinput {
  display: inline-block;
  height: 1em;
  max-height: 1em;
}

.listfooter, .textfooter {
  font-weight: bold;
  font-size: 18px;
}

.field-select {
  font-size: 18px;
  line-height: 1em;
  position: relative;
  width: 250px;
  height: 1.8em;
  display: inline-block;
}
.field-select.stretch {
  width: 100%;
}
.field-select > .textlabel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  cursor: pointer;
  padding: 0.4em 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  font-weight: bold;
}
.field-select > .textlabel.focus {
  background-color: white;
}
.field-select > select {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  cursor: pointer;
  height: 32.4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.field-select > .down-arrow {
  position: absolute;
  cursor: pointer;
  top: 0.7em;
  right: 0.4em;
  width: 10px;
}
.field-select.disabled > .down-arrow {
  visibility: hidden;
}

.multi-select .results {
  background-color: white;
  position: absolute;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  overflow: auto;
  max-height: 200px;
}
.multi-select .results .item {
  margin: 9px 3px;
  cursor: pointer;
  color: gray;
}
.multi-select .results .item .checkbox {
  width: 12px;
  height: 12px;
  font-size: 12px;
  border: 1px solid rgba(187, 187, 187, 0.5);
  display: inline-block;
  margin-right: 3px;
}

input[type='submit'], input[type='button'] {
  -webkit-appearance: none;
  border-radius: 0px;
}

textarea {
  font-family: inherit;
  font-size: 18px;
  border: 0px;
  padding: 0.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
}
textarea:focus {
  background-color: white;
}

.cb_container {
  font-size: 14px;
}
.cb_container label {
  font-weight: bold;
}

.appheader {
  font-weight: 900;
  font-size: 14px;
}
.appheader .accountlabel {
  font-size: 24px;
  line-height: 44px;
}
.appheader .mainlabel {
  position: relative;
  top: -5px;
  font-size: 0.9em;
}
.appheader .brandinglabel {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  height: 1em;
}
.appheader .usersection {
  z-index: 1;
}
.appheader .userlabel {
  font-weight: bold;
  line-height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 200px;
  white-space: nowrap;
}
.appheader .applisticon {
  line-height: 44px;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .appheader .applisticon {
    display: inline-block;
    position: relative;
    top: -4px;
    /* WTF? */
  }
}

.v3-app-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.v3-app-icon.v3icon-dashboard {
  font-size: 25px;
}

.v3-app-icon.v3icon-home-2 {
  font-size: 25px;
}

.darkicon {
  display: inline-block;
  width: 27px;
  font-size: 12px;
  height: 27px;
  line-height: 27px !important;
  color: #ededed !important;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/ui/icons/icon-back.png);
}
.darkicon:hover {
  color: white !important;
}

.icon-tb-profile {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: 0px 0px;
}
.icon-tb-profile:hover {
  background-position: 0px -30px;
}
.icon-tb-profile.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-search {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -30px 0px;
}
.icon-tb-search:hover {
  background-position: -30px -30px;
}
.icon-tb-search.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-help {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -60px 0px;
}
.icon-tb-help:hover {
  background-position: -60px -30px;
}
.icon-tb-help.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-edit {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -90px 0px;
}
.icon-tb-edit:hover {
  background-position: -90px -30px;
}
.icon-tb-edit.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-message {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -120px 0px;
}
.icon-tb-message:hover {
  background-position: -120px -30px;
}
.icon-tb-message.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-applist {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -210px -60px;
}
.icon-tb-applist:hover {
  background-position: -210px -90px;
}
.icon-tb-applist.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-message.pending {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -180px -60px;
}
.icon-tb-message.pending:hover {
  background-position: -180px -90px;
}
.icon-tb-message.pending.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-pin {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -150px 0px;
}
.icon-tb-pin:hover {
  background-position: -150px -30px;
}
.icon-tb-pin.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-edit-toggled {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -90px -60px;
}
.icon-tb-edit-toggled:hover {
  background-position: -90px -60px;
}
.icon-tb-edit-toggled.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-delete {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -180px 0px;
}
.icon-delete:hover {
  background-position: -180px 0px;
}
.icon-delete.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-edit {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -210px 0px;
}
.icon-edit:hover {
  background-position: -210px 0px;
}
.icon-edit.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-info {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -240px 0px;
}
.icon-info:hover {
  background-position: -240px 0px;
}
.icon-info.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-add {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -270px 0px;
}
.icon-add:hover {
  background-position: -270px 0px;
}
.icon-add.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-list {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -300px 0px;
}
.icon-list:hover {
  background-position: -300px 0px;
}
.icon-list.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-right-arrow {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -330px 0px;
}
.icon-right-arrow:hover {
  background-position: -330px 0px;
}
.icon-right-arrow.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-left-arrow {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -360px 0px;
}
.icon-left-arrow:hover {
  background-position: -360px 0px;
}
.icon-left-arrow.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-search {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -390px 0px;
}
.icon-search:hover {
  background-position: -390px 0px;
}
.icon-search.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-pin {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -420px 0px;
}
.icon-pin:hover {
  background-position: -420px 0px;
}
.icon-pin.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-calendar, .dateicon {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -450px 0px;
}
.icon-calendar:hover, .dateicon:hover {
  background-position: -450px 0px;
}
.icon-calendar.loading, .dateicon.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-collapse {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -480px 0px;
}
.icon-collapse:hover {
  background-position: -480px 0px;
}
.icon-collapse.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-down-arrow {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -30px -60px;
}
.icon-down-arrow:hover {
  background-position: -30px -60px;
}
.icon-down-arrow.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-circle {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -60px -60px;
}
.icon-circle:hover {
  background-position: -60px -60px;
}
.icon-circle.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.video-play {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-position: -120px -60px;
}
.video-play:hover {
  background-position: -120px -60px;
}
.video-play.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-close {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: 0px -60px;
}
.icon-close:hover {
  background-position: 0px -60px;
}
.icon-close.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-close-2 {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -150px -60px;
}
.icon-close-2:hover {
  background-position: -150px -60px;
}
.icon-close-2.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.loader-large {
  background-image: url(/ui/icons/throbber-128.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.loader-medium {
  background-image: url(/ui/icons/throbber-64.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.loader-small {
  background-image: url(/ui/icons/throbber-32.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.loader-smallest {
  background-image: url(/ui/icons/throbber-25.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.iconimage {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: -270px -60px;
}
.iconimage:hover {
  background-position: -270px -60px;
}
.iconimage.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.iconimage > span.icon {
  margin-left: 5px;
  color: white;
  display: inline-block;
  font-size: 16px;
  margin-top: 7px;
}
.iconimage.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.iconimage.loading > span.icon {
  color: transparent;
}

.largeicon {
  font-size: 27px;
}

.webletcontainer {
  position: relative;
}
.webletcontainer .emptyrow {
  position: absolute;
  height: 81px;
  width: 100%;
}
.webletcontainer .emptyrow.drop {
  background-color: #736479;
  height: 324px;
}

.nodrop {
  cursor: no-drop;
}

.weblet {
  display: inline-block;
  height: 324px;
  font-size: 14px;
  position: absolute;
  float: left;
  overflow: hidden;
  color: gray;
}
.weblet.dragging {
  box-shadow: 2px 2px 6px black;
}
.weblet.nudgeleft {
  margin-right: 10px;
}
.weblet.nudgeright {
  margin-left: 10px;
}
.weblet .header {
  padding: 18px;
  height: 36px;
  font-size: 24px;
  font-weight: bold;
}
.weblet .header .title {
  margin-bottom: 0px;
  height: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.weblet .settings {
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 270px;
  top: 0px;
  padding: 9px;
}
.weblet .settings .dynlist-edit {
  width: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.weblet .settings .fieldlist-vertical {
  margin: 18px 0px;
}
.weblet .settings .fieldlist-vertical .fieldlist-vertical-title {
  margin-bottom: 0.25em;
}
.weblet .settings .fieldlist-vertical .fieldlist-vertical-content {
  margin: 0px;
}
.weblet .settings .fieldgroup {
  padding: 0px;
}
.weblet .settings .fieldgroup .fieldgroup-header {
  margin-bottom: 0px;
  font-size: 18px;
}
.weblet > .content {
  position: absolute;
  top: 0px;
  left: 0px;
}
.weblet .weblet-utils {
  margin-right: 9px;
  margin-top: 9px;
  float: right;
}
.weblet .weblet-utils > a {
  float: left;
  margin-left: 5px;
}
.weblet .field-select {
  width: 190px;
  font-size: 14px;
}
.weblet .field-select.stretch {
  width: 100%;
}
.weblet .field-select > .textlabel {
  background-color: rgba(255, 255, 255, 0.3);
}

.weblet-section {
  display: none;
}

.weblet.w5 {
  width: 20%;
}
@media (max-width: 767px) {
  .weblet.w5 {
    width: 100%;
  }
}
.weblet.w5 > .content {
  width: 100%;
}
.weblet.w5 > .content .weblet-section-small {
  display: block;
}

.weblet.w4 {
  width: 25%;
}
@media (max-width: 767px) {
  .weblet.w4 {
    width: 100%;
  }
}
.weblet.w4 > .content {
  width: 100%;
}
.weblet.w4 > .content .weblet-section-small {
  display: block;
}

.weblet.w3 {
  width: 33.3333333333333%;
}
.weblet.w3 > .content {
  width: 100%;
}
.weblet.w3 > .content .weblet-section-normal {
  display: block;
}

.weblet.w2 {
  width: 50%;
}
.weblet.w2 > .content {
  width: 100%;
}
.weblet.w2 > .content .weblet-section-large {
  display: block;
}

.weblet.w1 {
  width: 100%;
}
.weblet.w1 > .content {
  width: 100%;
}
.weblet.w1 > .content .weblet-section-xlarge {
  display: block;
}

.color1 {
  background-color: #8aafb0;
  background-image: -moz-linear-gradient(#8aafb0, #7ba5a6);
  background-image: -webkit-linear-gradient(#8aafb0, #7ba5a6);
  background-image: linear-gradient(#8aafb0, #7ba5a6);
}

.color2 {
  background-color: #33ff66;
  background-image: -moz-linear-gradient(#33ff66, #1aff53);
  background-image: -webkit-linear-gradient(#33ff66, #1aff53);
  background-image: linear-gradient(#33ff66, #1aff53);
}

.hotspot {
  position: absolute;
  background-color: red;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 20000;
}

.celllist.forweblet {
  height: 252px;
}
.celllist.forweblet.withcount {
  height: 240px;
}

.webletcontent {
  height: 252px;
}

.webletsize1 {
  width: 216px !important;
}

.webletsize2 {
  width: 288px !important;
}

.webletsize3 {
  width: 432px !important;
}

.webletsize4 {
  width: 864px !important;
}

.webletsize0 {
  width: 0px !important;
}

.weblet-settings-area .sidebargroup {
  margin: -9px;
  background: none;
}
.weblet-settings-area .sidebargroup .sidebar_link, .weblet-settings-area .sidebargroup .sidebar_link_switch {
  background: none;
  max-width: 220px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.webletbrowser {
  margin-bottom: 18px;
  position: relative;
}
.webletbrowser .filter {
  line-height: 32px;
  height: 32px;
  font-size: 18px;
  font-weight: 900;
  vertical-align: top;
  display: inline-block;
}
.webletbrowser .filter .field-select > .textlabel {
  background-color: #5e4f62;
}
.webletbrowser .weblet-list-container {
  margin: 0px 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.webletbrowser .weblet-list-container .weblet-list {
  white-space: nowrap;
  height: 370px;
}
.webletbrowser .weblet-list-container .weblet-list .webletitem {
  display: inline-block;
  white-space: normal;
  margin: 5px;
  background-color: #f0f0f0;
  width: 252px;
  height: 360px;
  overflow: hidden;
  color: #505756;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  vertical-align: top;
}
.webletbrowser .weblet-list-container .weblet-list .webletitem .thumbnail {
  width: 216px;
  height: 143px;
  display: inline-block;
  margin: 18px;
}
.webletbrowser .weblet-list-container .weblet-list .webletitem .title {
  margin: 0px 18px;
}
.webletbrowser .weblet-list-container .weblet-list .webletitem .description {
  font-size: 14px;
  color: #728f91;
  margin: 0px 18px;
  line-height: 1.2em;
  overflow: auto;
  height: 90px;
  display: block;
}
.webletbrowser .weblet-list-container .weblet-list .webletitem button.addweblet {
  position: absolute;
  bottom: 18px;
  left: 18px;
  width: 216px;
  background-color: #c7e7c3;
  color: #505756;
  height: 36px;
}
.webletbrowser .weblet-list-container .weblet-list .webletitem button.removeweblet {
  position: absolute;
  bottom: 18px;
  left: 18px;
  width: 216px;
  background-color: #edd5d7;
  color: #505756;
  height: 36px;
}
.webletbrowser .weblet-list-container .weblet-list .noweblets {
  text-align: center;
  font-size: 24px;
  margin-top: 36px;
}
.webletbrowser .scroller {
  display: block;
  width: 30px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 37px;
  height: 370px;
  cursor: pointer;
}
.webletbrowser .scroller:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.webletbrowser .scroller .icon {
  line-height: 370px;
}
.webletbrowser .moveleft {
  left: 0px;
}
.webletbrowser .moveright {
  right: 0px;
}

.webletbrowser-message {
  padding-left: 32px;
}

.truncated_oid .oid {
  display: none;
}

.truncated_oid .ellipsis {
  /*background-color: #EEE;
  border: 1px solid #AAA;*/
}

.object_link_qi {
  font-weight: bold;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.object_link_qi .foid {
  word-break: break-all;
}

.pin_direct {
  color: #948d97;
  font-size: 14px;
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.pin_direct:before {
  content: "\e013";
}
.pin_direct:hover {
  color: #a19aa3;
}

.showqix {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -240px 0px;
  cursor: pointer;
}
.showqix:hover {
  background-position: -240px 0px;
}
.showqix.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.kepin {
  color: #948d97;
  font-size: 14px;
  cursor: pointer;
}
.kepin:hover {
  color: #a19aa3;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}

@media print {
  .pagebreak {
    page-break-after: always;
  }

  .print-invisible {
    display: none;
  }
}
.v3-app-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.v3-app-icon.v3icon-dashboard {
  font-size: 25px;
}

.v3-app-icon.v3icon-home-2 {
  font-size: 25px;
}

.darkicon {
  display: inline-block;
  width: 27px;
  font-size: 12px;
  height: 27px;
  line-height: 27px !important;
  color: #ededed !important;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/ui/icons/icon-back.png);
}
.darkicon:hover {
  color: white !important;
}

.icon-tb-profile {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: 0px 0px;
}
.icon-tb-profile:hover {
  background-position: 0px -30px;
}
.icon-tb-profile.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-search {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -30px 0px;
}
.icon-tb-search:hover {
  background-position: -30px -30px;
}
.icon-tb-search.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-help {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -60px 0px;
}
.icon-tb-help:hover {
  background-position: -60px -30px;
}
.icon-tb-help.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-edit {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -90px 0px;
}
.icon-tb-edit:hover {
  background-position: -90px -30px;
}
.icon-tb-edit.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-message {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -120px 0px;
}
.icon-tb-message:hover {
  background-position: -120px -30px;
}
.icon-tb-message.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-applist {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -210px -60px;
}
.icon-tb-applist:hover {
  background-position: -210px -90px;
}
.icon-tb-applist.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-message.pending {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -180px -60px;
}
.icon-tb-message.pending:hover {
  background-position: -180px -90px;
}
.icon-tb-message.pending.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-pin {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -150px 0px;
}
.icon-tb-pin:hover {
  background-position: -150px -30px;
}
.icon-tb-pin.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tb-edit-toggled {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -90px -60px;
}
.icon-tb-edit-toggled:hover {
  background-position: -90px -60px;
}
.icon-tb-edit-toggled.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-delete {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -180px 0px;
}
.icon-delete:hover {
  background-position: -180px 0px;
}
.icon-delete.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-edit {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -210px 0px;
}
.icon-edit:hover {
  background-position: -210px 0px;
}
.icon-edit.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-info {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -240px 0px;
}
.icon-info:hover {
  background-position: -240px 0px;
}
.icon-info.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-add {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -270px 0px;
}
.icon-add:hover {
  background-position: -270px 0px;
}
.icon-add.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-list {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -300px 0px;
}
.icon-list:hover {
  background-position: -300px 0px;
}
.icon-list.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-right-arrow {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -330px 0px;
}
.icon-right-arrow:hover {
  background-position: -330px 0px;
}
.icon-right-arrow.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-left-arrow {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -360px 0px;
}
.icon-left-arrow:hover {
  background-position: -360px 0px;
}
.icon-left-arrow.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-search {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -390px 0px;
}
.icon-search:hover {
  background-position: -390px 0px;
}
.icon-search.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-pin {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -420px 0px;
}
.icon-pin:hover {
  background-position: -420px 0px;
}
.icon-pin.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-calendar, .dateicon {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -450px 0px;
}
.icon-calendar:hover, .dateicon:hover {
  background-position: -450px 0px;
}
.icon-calendar.loading, .dateicon.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-collapse {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -480px 0px;
}
.icon-collapse:hover {
  background-position: -480px 0px;
}
.icon-collapse.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-down-arrow {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -30px -60px;
}
.icon-down-arrow:hover {
  background-position: -30px -60px;
}
.icon-down-arrow.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-circle {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -60px -60px;
}
.icon-circle:hover {
  background-position: -60px -60px;
}
.icon-circle.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.video-play {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-position: -120px -60px;
}
.video-play:hover {
  background-position: -120px -60px;
}
.video-play.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-close {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: 0px -60px;
}
.icon-close:hover {
  background-position: 0px -60px;
}
.icon-close.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-close-2 {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -150px -60px;
}
.icon-close-2:hover {
  background-position: -150px -60px;
}
.icon-close-2.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.loader-large {
  background-image: url(/ui/icons/throbber-128.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.loader-medium {
  background-image: url(/ui/icons/throbber-64.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.loader-small {
  background-image: url(/ui/icons/throbber-32.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.loader-smallest {
  background-image: url(/ui/icons/throbber-25.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.iconimage {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: -270px -60px;
}
.iconimage:hover {
  background-position: -270px -60px;
}
.iconimage.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.iconimage > span.icon {
  margin-left: 5px;
  color: white;
  display: inline-block;
  font-size: 16px;
  margin-top: 7px;
}
.iconimage.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.iconimage.loading > span.icon {
  color: transparent;
}

.largeicon {
  font-size: 27px;
}

.bubble-sheet {
  position: absolute;
  z-index: 1000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.pinbubble, .listbubble, .qibubble, .contentqibubble {
  background-color: #3e3641;
  display: inline-block;
  position: absolute;
  z-index: 20000;
  max-width: 500px;
  box-shadow: 2px 2px 10px black;
}
@media (max-width: 767px) {
  .pinbubble, .listbubble, .qibubble, .contentqibubble {
    position: fixed;
    width: 100%;
    max-height: 75%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.pinbubble .pointer_l, .listbubble .pointer_l, .qibubble .pointer_l, .contentqibubble .pointer_l {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #3e3641;
  left: -10px;
  top: 10px;
}
.pinbubble .pointer_r, .listbubble .pointer_r, .qibubble .pointer_r, .contentqibubble .pointer_r {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #3e3641;
  right: -10px;
  top: 10px;
}
.pinbubble .content > .nodata, .listbubble .content > .nodata, .qibubble .content > .nodata, .contentqibubble .content > .nodata {
  padding: 18px;
}
.pinbubble .errormessage, .listbubble .errormessage, .qibubble .errormessage, .contentqibubble .errormessage {
  padding: 18px;
}
.pinbubble .fe_table .fe_row, .pinbubble .fe_table.small .fe_row, .listbubble .fe_table .fe_row, .listbubble .fe_table.small .fe_row, .qibubble .fe_table .fe_row, .qibubble .fe_table.small .fe_row, .contentqibubble .fe_table .fe_row, .contentqibubble .fe_table.small .fe_row {
  background-color: inherit;
}
.pinbubble .fe_table .fe_row:nth-of-type(odd), .pinbubble .fe_table.small .fe_row:nth-of-type(odd), .listbubble .fe_table .fe_row:nth-of-type(odd), .listbubble .fe_table.small .fe_row:nth-of-type(odd), .qibubble .fe_table .fe_row:nth-of-type(odd), .qibubble .fe_table.small .fe_row:nth-of-type(odd), .contentqibubble .fe_table .fe_row:nth-of-type(odd), .contentqibubble .fe_table.small .fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.pinbubble .unitmismatch, .listbubble .unitmismatch, .qibubble .unitmismatch, .contentqibubble .unitmismatch {
  color: #eb8563;
}
.pinbubble .unitmismatch.currencyunit, .listbubble .unitmismatch.currencyunit, .qibubble .unitmismatch.currencyunit, .contentqibubble .unitmismatch.currencyunit {
  color: "";
}
.pinbubble .unitmismatch.currencyunit .currency_symbol, .listbubble .unitmismatch.currencyunit .currency_symbol, .qibubble .unitmismatch.currencyunit .currency_symbol, .contentqibubble .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563;
}
.pinbubble .field-select > .textlabel, .listbubble .field-select > .textlabel, .qibubble .field-select > .textlabel, .contentqibubble .field-select > .textlabel {
  background-color: rgba(255, 255, 255, 0.3);
  color: inherit;
}
.pinbubble .loading, .listbubble .loading, .qibubble .loading, .contentqibubble .loading {
  min-width: 50px;
  min-height: 50px;
  background-image: url(/ui/icons/throbber-dark-32.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.pinbubble .nodata {
  font-weight: bold;
  font-size: 14px;
  padding: 18px;
}
.pinbubble .v3-app-icon {
  margin: 0px 5px;
}
.pinbubble .pinned_object {
  margin: 9px;
}

.qinfo .header {
  font-size: 24px;
  font-weight: bold;
  margin: 18px 18px;
  word-break: break-word;
}
.qinfo .body {
  background-image: -moz-linear-gradient(#4b424f 0px, #3e3641 72px);
  background-image: -webkit-linear-gradient(#4b424f 0px, #3e3641 72px);
  background-image: linear-gradient(#4b424f 0px, #3e3641 72px);
}
.qinfo .body .body-content {
  padding: 18px 18px;
}
.qinfo .fieldlist-vertical-title {
  font-size: 14px;
  font-weight: 900;
  color: #9d93a0;
  margin-bottom: 0.2em;
}
.qinfo .field_table .field_name {
  font-size: 14px;
  font-weight: 900;
  color: #9d93a0;
  margin-bottom: 0.2em;
}
.qinfo .field_table .field_content {
  font-weight: bold;
  color: white;
  margin-bottom: 0.5em;
  color: #ece8ed;
}
.qinfo .fieldlist-vertical-content {
  font-weight: bold;
  color: white;
  margin-bottom: 0.5em;
  color: #ece8ed;
}
.qinfo .qipin {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -150px 0px;
  float: right;
}
.qinfo .qipin:hover {
  background-position: -150px 0px;
}
.qinfo .qipin.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.content_qi .content {
  display: none;
}

.extendedinfo_content {
  padding: 18px;
}

.react-bubble .content {
  padding: 9px;
}

.sw-container {
  background-color: #3e3641;
  position: absolute;
  box-shadow: 10px 10px 16px black;
  border-radius: 5px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.sw-container .sw-panel .header {
  font-size: 24px;
  font-weight: bold;
  padding: 18px 18px;
  word-break: break-word;
}
.sw-container .sw-panel .header .closer {
  margin: 9px;
  font-weight: bold;
  cursor: pointer;
  top: 14px;
  right: 0px;
  font-size: 14px;
  position: absolute;
}
.sw-container .sw-panel ._body {
  background-image: -moz-linear-gradient(#4b424f 0px, #3e3641 72px);
  background-image: -webkit-linear-gradient(#4b424f 0px, #3e3641 72px);
  background-image: linear-gradient(#4b424f 0px, #3e3641 72px);
}
.sw-container .sw-panel ._body .body-content {
  padding: 18px 18px;
}
.sw-container .fieldlist-vertical-title {
  font-size: 14px;
  font-weight: 900;
  color: #9d93a0;
  margin-bottom: 0.2em;
}
.sw-container .field_table .field_name {
  font-size: 14px;
  font-weight: 900;
  color: #9d93a0;
  margin-bottom: 0.2em;
}
.sw-container .field_table .field_content {
  font-weight: bold;
  color: white;
  margin-bottom: 0.5em;
  color: #ece8ed;
}
.sw-container .fieldlist-vertical-content {
  font-weight: bold;
  color: white;
  margin-bottom: 0.5em;
  color: #ece8ed;
}
.sw-container.expanded .sw-tab-button-extra.expand {
  display: none;
}
.sw-container.expanded .sw-tab-button-extra.contract {
  display: inline-block;
}

.sw-tab-container {
  perspective: 1000;
}
.sw-tab-container .sw-tabs {
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  min-width: 200px;
  min-height: 200px;
}
.sw-tab-container .sw-tabs .sw-tab {
  overflow: auto;
  background-image: -moz-linear-gradient(#4b424f 0px, #3e3641 72px);
  background-image: -webkit-linear-gradient(#4b424f 0px, #3e3641 72px);
  background-image: linear-gradient(#4b424f 0px, #3e3641 72px);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  backface-visibility: hidden;
}
.sw-tab-container .sw-tab-buttons {
  border-top: 1px solid rgba(127, 127, 127, 0.5);
}
.sw-tab-container .sw-tab-buttons .sw-tab-button, .sw-tab-container .sw-tab-buttons .sw-tab-button-extra {
  cursor: pointer;
  display: inline-block;
  width: 70px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  float: left;
  padding: 3px;
}
.sw-tab-container .sw-tab-buttons .sw-tab-button-extra {
  float: right;
  width: 25px;
}
.sw-tab-container .sw-tab-button-extra.contract {
  display: none;
}

.celllist {
  width: 100%;
  height: 400px;
  position: relative;
}
.celllist .more.top {
  top: 0px;
}
.celllist .more.bottom {
  bottom: 0px;
}
.celllist .more {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 18px;
  font-size: 14px;
  z-index: 1;
}
.celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.celllist .more a {
  visibility: hidden;
  display: block;
  width: 100%;
}
@media only screen and (device-width: 768px) {
  .celllist .more a {
    display: none;
  }
}
.celllist .more:hover a {
  visibility: visible;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.celllist .results::-webkit-scrollbar {
  display: none;
}
.celllist .results {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
@media only screen and (device-width: 768px) {
  .celllist .results {
    overflow: auto;
  }
}
.celllist .results .resultcontainer {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.celllist .results ul.celllist-column {
  display: table;
  table-layout: fixed;
  float: left;
}
.celllist .results ul.celllist-column li.celllist-cell {
  display: table-row;
  height: 50px;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
}
.celllist .results ul.celllist-column li.celllist-cell .subtxt {
  font-size: 14px;
}
.celllist .results ul.celllist-column li.celllist-cell .celllist-expanded {
  display: none;
}
.celllist .results ul.celllist-column li.celllist-cell.expandable {
  display: block;
  /* must be used with display:block */
  position: relative;
}
.celllist .results ul.celllist-column li.celllist-cell.expandable:hover {
  height: 90px;
}
.celllist .results ul.celllist-column li.celllist-cell.expandable:hover div.celllist-expanded {
  display: block;
}
.celllist .results ul.celllist-column li.celllist-cell.expandable:hover span.celllist-expanded {
  display: inline;
}
.celllist .results ul.celllist-column li.celllist-cell.expandable:hover .celllist-contracted {
  display: none;
}
.celllist .results ul.celllist-column li.celllist-cell .content {
  margin: 4px;
}
.celllist .loading {
  font-style: italic;
}
.celllist .loadmore {
  text-align: center;
  padding-bottom: 25px;
}
.celllist .loadmore > .loader {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 11px;
  display: none;
}
.celllist .loadmore > .text {
  display: block;
  cursor: pointer;
}
.celllist .loadmore.loading > .loader {
  display: block;
}
.celllist .loadmore.loading > .text {
  display: none;
}
.celllist .nodataresults {
  text-align: center;
}
.celllist .nomoredataresults {
  text-align: center;
  margin-bottom: 20px;
}

.celllist-header {
  font-size: 12px;
  padding-left: 9px;
  padding-right: 9px;
  font-weight: bold;
}

.celllist-cell-block {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 9px 5px 9px;
  overflow: hidden;
}
.celllist-cell-block.expandable {
  vertical-align: top;
  padding: 18px;
  display: block;
}

.celllist-util {
  zoom: 1;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}
.celllist-util:before, .celllist-util:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.celllist-util:after {
  clear: both;
}
.celllist-util .celllist-sorter {
  float: right;
  margin-right: 18px;
  /* hack hackity hack */
}
.celllist-util .celllist-sorter .lbl {
  top: -12px;
  position: relative;
}
.celllist-util .celllist-sorter select {
  top: -12px;
  position: relative;
}
.celllist-util .celllist-sorter .order {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-left: 9px;
  background-repeat: no-repeat;
  top: -4px;
  position: relative;
  cursor: pointer;
}
.celllist-util .celllist-sorter .order.ascending {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMzQgMTE3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMzQgMTE3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJMYXllcl8xXzFfIiBkaXNwbGF5PSJub25lIj4NCgkNCgkJPGltYWdlIGRpc3BsYXk9ImlubGluZSIgb3ZlcmZsb3c9InZpc2libGUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB3aWR0aD0iNjAiIGhlaWdodD0iNTEiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBRHdBQUFBekNBWUFBQURMcW11bkFBQUFDWEJJV1hNQUFBc1RBQUFMRXdFQW1wd1lBQUJBDQpqMmxVV0hSWVRVdzZZMjl0TG1Ga2IySmxMbmh0Y0FBQUFBQUFQRDk0Y0dGamEyVjBJR0psWjJsdVBTTHZ1NzhpSUdsa1BTSlhOVTB3DQpUWEJEWldocFNIcHlaVk42VGxSamVtdGpPV1FpUHo0S1BIZzZlRzF3YldWMFlTQjRiV3h1Y3pwNFBTSmhaRzlpWlRwdWN6cHRaWFJoDQpMeUlnZURwNGJYQjBhejBpUVdSdlltVWdXRTFRSUVOdmNtVWdOUzQyTFdNeE16SWdOemt1TVRVNU1qZzBMQ0F5TURFMkx6QTBMekU1DQpMVEV6T2pFek9qUXdJQ0FnSUNBZ0lDQWlQZ29nSUNBOGNtUm1PbEpFUmlCNGJXeHVjenB5WkdZOUltaDBkSEE2THk5M2QzY3Vkek11DQpiM0puTHpFNU9Ua3ZNREl2TWpJdGNtUm1MWE41Ym5SaGVDMXVjeU1pUGdvZ0lDQWdJQ0E4Y21SbU9rUmxjMk55YVhCMGFXOXVJSEprDQpaanBoWW05MWREMGlJZ29nSUNBZ0lDQWdJQ0FnSUNCNGJXeHVjenA0YlhBOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZlR0Z3DQpMekV1TUM4aUNpQWdJQ0FnSUNBZ0lDQWdJSGh0Ykc1ek9tUmpQU0pvZEhSd09pOHZjSFZ5YkM1dmNtY3ZaR012Wld4bGJXVnVkSE12DQpNUzR4THlJS0lDQWdJQ0FnSUNBZ0lDQWdlRzFzYm5NNmVHMXdUVTA5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmVHRndMekV1DQpNQzl0YlM4aUNpQWdJQ0FnSUNBZ0lDQWdJSGh0Ykc1ek9uTjBSWFowUFNKb2RIUndPaTh2Ym5NdVlXUnZZbVV1WTI5dEwzaGhjQzh4DQpMakF2YzFSNWNHVXZVbVZ6YjNWeVkyVkZkbVZ1ZENNaUNpQWdJQ0FnSUNBZ0lDQWdJSGh0Ykc1ek9uTjBVbVZtUFNKb2RIUndPaTh2DQpibk11WVdSdlltVXVZMjl0TDNoaGNDOHhMakF2YzFSNWNHVXZVbVZ6YjNWeVkyVlNaV1lqSWdvZ0lDQWdJQ0FnSUNBZ0lDQjRiV3h1DQpjenB3YUc5MGIzTm9iM0E5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmNHaHZkRzl6YUc5d0x6RXVNQzhpQ2lBZ0lDQWdJQ0FnDQpJQ0FnSUhodGJHNXpPblJwWm1ZOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZkR2xtWmk4eExqQXZJZ29nSUNBZ0lDQWdJQ0FnDQpJQ0I0Yld4dWN6cGxlR2xtUFNKb2RIUndPaTh2Ym5NdVlXUnZZbVV1WTI5dEwyVjRhV1l2TVM0d0x5SStDaUFnSUNBZ0lDQWdJRHg0DQpiWEE2UTNKbFlYUnZjbFJ2YjJ3K1FXUnZZbVVnVUdodmRHOXphRzl3SUVORElESXdNVFV1TlNBb1YybHVaRzkzY3lrOEwzaHRjRHBEDQpjbVZoZEc5eVZHOXZiRDRLSUNBZ0lDQWdJQ0FnUEhodGNEcERjbVZoZEdWRVlYUmxQakl3TVRZdE1EY3RNVGxVTVRFNk5EWTZORE1yDQpNRFU2TXpBOEwzaHRjRHBEY21WaGRHVkVZWFJsUGdvZ0lDQWdJQ0FnSUNBOGVHMXdPazFsZEdGa1lYUmhSR0YwWlQ0eU1ERTJMVEEzDQpMVEU1VkRFeE9qVXhPakEyS3pBMU9qTXdQQzk0YlhBNlRXVjBZV1JoZEdGRVlYUmxQZ29nSUNBZ0lDQWdJQ0E4ZUcxd09rMXZaR2xtDQplVVJoZEdVK01qQXhOaTB3TnkweE9WUXhNVG8xTVRvd05pc3dOVG96TUR3dmVHMXdPazF2WkdsbWVVUmhkR1UrQ2lBZ0lDQWdJQ0FnDQpJRHhrWXpwbWIzSnRZWFErYVcxaFoyVXZjRzVuUEM5a1l6cG1iM0p0WVhRK0NpQWdJQ0FnSUNBZ0lEeDRiWEJOVFRwSmJuTjBZVzVqDQpaVWxFUG5odGNDNXBhV1E2Tm1ReU0yVmtaVEF0Wm1FMFppMWtNRFF4TFRreE5HTXRPVFZqWWpnM1pXRmlZekptUEM5NGJYQk5UVHBKDQpibk4wWVc1alpVbEVQZ29nSUNBZ0lDQWdJQ0E4ZUcxd1RVMDZSRzlqZFcxbGJuUkpSRDVoWkc5aVpUcGtiMk5wWkRwd2FHOTBiM05vDQpiM0E2WmpGaE5HUmxabVF0TkdRM09DMHhNV1UyTFdFMU5qTXRaR1k1TTJNMk4yVmlNR0ZoUEM5NGJYQk5UVHBFYjJOMWJXVnVkRWxFDQpQZ29nSUNBZ0lDQWdJQ0E4ZUcxd1RVMDZUM0pwWjJsdVlXeEViMk4xYldWdWRFbEVQbmh0Y0M1a2FXUTZaamMyTVdKbFkyRXROakpoDQpaUzAwT0RRd0xXRXhaRFl0TkdFME5tUTROelV5TjJRNFBDOTRiWEJOVFRwUGNtbG5hVzVoYkVSdlkzVnRaVzUwU1VRK0NpQWdJQ0FnDQpJQ0FnSUR4NGJYQk5UVHBJYVhOMGIzSjVQZ29nSUNBZ0lDQWdJQ0FnSUNBOGNtUm1PbE5sY1Q0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpQSEprWmpwc2FTQnlaR1k2Y0dGeWMyVlVlWEJsUFNKU1pYTnZkWEpqWlNJK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHpkRVYyDQpkRHBoWTNScGIyNCtZM0psWVhSbFpEd3ZjM1JGZG5RNllXTjBhVzl1UGdvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBOGMzUkZkblE2DQphVzV6ZEdGdVkyVkpSRDU0YlhBdWFXbGtPbVkzTmpGaVpXTmhMVFl5WVdVdE5EZzBNQzFoTVdRMkxUUmhORFprT0RjMU1qZGtPRHd2DQpjM1JGZG5RNmFXNXpkR0Z1WTJWSlJENEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wUlhaME9uZG9aVzQrTWpBeE5pMHdOeTB4DQpPVlF4TVRvME5qbzBNeXN3TlRvek1Ed3ZjM1JGZG5RNmQyaGxiajRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEhOMFJYWjBPbk52DQpablIzWVhKbFFXZGxiblErUVdSdlltVWdVR2h2ZEc5emFHOXdJRU5ESURJd01UVXVOU0FvVjJsdVpHOTNjeWs4TDNOMFJYWjBPbk52DQpablIzWVhKbFFXZGxiblErQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHd2Y21SbU9teHBQZ29nSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjbVJtDQpPbXhwSUhKa1pqcHdZWEp6WlZSNWNHVTlJbEpsYzI5MWNtTmxJajRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEhOMFJYWjBPbUZqDQpkR2x2Ymo1ellYWmxaRHd2YzNSRmRuUTZZV04wYVc5dVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNmFXNXpkR0Z1DQpZMlZKUkQ1NGJYQXVhV2xrT2pnMll6ZGtOREF3TFRZeE16a3RNRFkwWmkwNVptRXpMVFl5WW1OaVkyRTRNMlpsTWp3dmMzUkZkblE2DQphVzV6ZEdGdVkyVkpSRDRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEhOMFJYWjBPbmRvWlc0K01qQXhOaTB3TnkweE9WUXhNVG8xDQpNVG93Tmlzd05Ub3pNRHd2YzNSRmRuUTZkMmhsYmo0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BITjBSWFowT25OdlpuUjNZWEpsDQpRV2RsYm5RK1FXUnZZbVVnVUdodmRHOXphRzl3SUVORElESXdNVFV1TlNBb1YybHVaRzkzY3lrOEwzTjBSWFowT25OdlpuUjNZWEpsDQpRV2RsYm5RK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHpkRVYyZERwamFHRnVaMlZrUGk4OEwzTjBSWFowT21Ob1lXNW5aV1ErDQpDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lEd3ZjbVJtT214cFBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBOGNtUm1PbXhwSUhKa1pqcHdZWEp6DQpaVlI1Y0dVOUlsSmxjMjkxY21ObElqNEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wUlhaME9tRmpkR2x2Ymo1amIyNTJaWEowDQpaV1E4TDNOMFJYWjBPbUZqZEdsdmJqNEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wUlhaME9uQmhjbUZ0WlhSbGNuTStabkp2DQpiU0JoY0hCc2FXTmhkR2x2Ymk5MmJtUXVZV1J2WW1VdWNHaHZkRzl6YUc5d0lIUnZJR2x0WVdkbEwzQnVaend2YzNSRmRuUTZjR0Z5DQpZVzFsZEdWeWN6NEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BDOXlaR1k2YkdrK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUR4eVpHWTZiR2tnDQpjbVJtT25CaGNuTmxWSGx3WlQwaVVtVnpiM1Z5WTJVaVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNllXTjBhVzl1DQpQbVJsY21sMlpXUThMM04wUlhaME9tRmpkR2x2Ymo0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BITjBSWFowT25CaGNtRnRaWFJsDQpjbk0rWTI5dWRtVnlkR1ZrSUdaeWIyMGdZWEJ3YkdsallYUnBiMjR2ZG01a0xtRmtiMkpsTG5Cb2IzUnZjMmh2Y0NCMGJ5QnBiV0ZuDQpaUzl3Ym1jOEwzTjBSWFowT25CaGNtRnRaWFJsY25NK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUR3dmNtUm1PbXhwUGdvZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQThjbVJtT214cElISmtaanB3WVhKelpWUjVjR1U5SWxKbGMyOTFjbU5sSWo0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnUEhOMFJYWjBPbUZqZEdsdmJqNXpZWFpsWkR3dmMzUkZkblE2WVdOMGFXOXVQZ29nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0E4DQpjM1JGZG5RNmFXNXpkR0Z1WTJWSlJENTRiWEF1YVdsa09qWmtNak5sWkdVd0xXWmhOR1l0WkRBME1TMDVNVFJqTFRrMVkySTROMlZoDQpZbU15Wmp3dmMzUkZkblE2YVc1emRHRnVZMlZKUkQ0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BITjBSWFowT25kb1pXNCtNakF4DQpOaTB3TnkweE9WUXhNVG8xTVRvd05pc3dOVG96TUR3dmMzUkZkblE2ZDJobGJqNEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wDQpSWFowT25OdlpuUjNZWEpsUVdkbGJuUStRV1J2WW1VZ1VHaHZkRzl6YUc5d0lFTkRJREl3TVRVdU5TQW9WMmx1Wkc5M2N5azhMM04wDQpSWFowT25OdlpuUjNZWEpsUVdkbGJuUStDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHh6ZEVWMmREcGphR0Z1WjJWa1BpODhMM04wDQpSWFowT21Ob1lXNW5aV1ErQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHd2Y21SbU9teHBQZ29nSUNBZ0lDQWdJQ0FnSUNBOEwzSmtaanBUDQpaWEUrQ2lBZ0lDQWdJQ0FnSUR3dmVHMXdUVTA2U0dsemRHOXllVDRLSUNBZ0lDQWdJQ0FnUEhodGNFMU5Pa1JsY21sMlpXUkdjbTl0DQpJSEprWmpwd1lYSnpaVlI1Y0dVOUlsSmxjMjkxY21ObElqNEtJQ0FnSUNBZ0lDQWdJQ0FnUEhOMFVtVm1PbWx1YzNSaGJtTmxTVVErDQplRzF3TG1scFpEbzRObU0zWkRRd01DMDJNVE01TFRBMk5HWXRPV1poTXkwMk1tSmpZbU5oT0RObVpUSThMM04wVW1WbU9tbHVjM1JoDQpibU5sU1VRK0NpQWdJQ0FnSUNBZ0lDQWdJRHh6ZEZKbFpqcGtiMk4xYldWdWRFbEVQbmh0Y0M1a2FXUTZaamMyTVdKbFkyRXROakpoDQpaUzAwT0RRd0xXRXhaRFl0TkdFME5tUTROelV5TjJRNFBDOXpkRkpsWmpwa2IyTjFiV1Z1ZEVsRVBnb2dJQ0FnSUNBZ0lDQWdJQ0E4DQpjM1JTWldZNmIzSnBaMmx1WVd4RWIyTjFiV1Z1ZEVsRVBuaHRjQzVrYVdRNlpqYzJNV0psWTJFdE5qSmhaUzAwT0RRd0xXRXhaRFl0DQpOR0UwTm1RNE56VXlOMlE0UEM5emRGSmxaanB2Y21sbmFXNWhiRVJ2WTNWdFpXNTBTVVErQ2lBZ0lDQWdJQ0FnSUR3dmVHMXdUVTA2DQpSR1Z5YVhabFpFWnliMjArQ2lBZ0lDQWdJQ0FnSUR4d2FHOTBiM05vYjNBNlZHVjRkRXhoZVdWeWN6NEtJQ0FnSUNBZ0lDQWdJQ0FnDQpQSEprWmpwQ1lXYytDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHlaR1k2YkdrZ2NtUm1PbkJoY25ObFZIbHdaVDBpVW1WemIzVnlZMlVpDQpQZ29nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0E4Y0dodmRHOXphRzl3T2t4aGVXVnlUbUZ0WlQ1QklGbzhMM0JvYjNSdmMyaHZjRHBNDQpZWGxsY2s1aGJXVStDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHh3YUc5MGIzTm9iM0E2VEdGNVpYSlVaWGgwUGtFZ1dqd3ZjR2h2DQpkRzl6YUc5d09reGhlV1Z5VkdWNGRENEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BDOXlaR1k2YkdrK0NpQWdJQ0FnSUNBZ0lDQWdJRHd2DQpjbVJtT2tKaFp6NEtJQ0FnSUNBZ0lDQWdQQzl3YUc5MGIzTm9iM0E2VkdWNGRFeGhlV1Z5Y3o0S0lDQWdJQ0FnSUNBZ1BIQm9iM1J2DQpjMmh2Y0RwRGIyeHZjazF2WkdVK016d3ZjR2h2ZEc5emFHOXdPa052Ykc5eVRXOWtaVDRLSUNBZ0lDQWdJQ0FnUEhScFptWTZUM0pwDQpaVzUwWVhScGIyNCtNVHd2ZEdsbVpqcFBjbWxsYm5SaGRHbHZiajRLSUNBZ0lDQWdJQ0FnUEhScFptWTZXRkpsYzI5c2RYUnBiMjQrDQpOekl3TURBd0x6RXdNREF3UEM5MGFXWm1PbGhTWlhOdmJIVjBhVzl1UGdvZ0lDQWdJQ0FnSUNBOGRHbG1aanBaVW1WemIyeDFkR2x2DQpiajQzTWpBd01EQXZNVEF3TURBOEwzUnBabVk2V1ZKbGMyOXNkWFJwYjI0K0NpQWdJQ0FnSUNBZ0lEeDBhV1ptT2xKbGMyOXNkWFJwDQpiMjVWYm1sMFBqSThMM1JwWm1ZNlVtVnpiMngxZEdsdmJsVnVhWFErQ2lBZ0lDQWdJQ0FnSUR4bGVHbG1Pa052Ykc5eVUzQmhZMlUrDQpOalUxTXpVOEwyVjRhV1k2UTI5c2IzSlRjR0ZqWlQ0S0lDQWdJQ0FnSUNBZ1BHVjRhV1k2VUdsNFpXeFlSR2x0Wlc1emFXOXVQall3DQpQQzlsZUdsbU9sQnBlR1ZzV0VScGJXVnVjMmx2Ymo0S0lDQWdJQ0FnSUNBZ1BHVjRhV1k2VUdsNFpXeFpSR2x0Wlc1emFXOXVQalV4DQpQQzlsZUdsbU9sQnBlR1ZzV1VScGJXVnVjMmx2Ymo0S0lDQWdJQ0FnUEM5eVpHWTZSR1Z6WTNKcGNIUnBiMjQrQ2lBZ0lEd3ZjbVJtDQpPbEpFUmo0S1BDOTRPbmh0Y0cxbGRHRStDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2p3L2VIQmhZMnRsZENCbGJtUTlJbmNpDQpQejdnNmlPaUFBQUFJR05JVWswQUFIb2xBQUNBZ3dBQStmOEFBSURwQUFCMU1BQUE2bUFBQURxWUFBQVhiNUpmeFVZQUFBVWdTVVJCDQpWSGphNUZwQlRCcHBGSDZEN0RoTGJWTU1XYXQxUy9CU1JidFpNb2FrZ2NhbDI1QldaNU1tRGIxVURrYWlCOUVyQncvcW9RbW12ZXdhDQphTHJXMHNacXMwN00yaGJRcUdzbHNkbXdGVmMzcThHREVsSmpxVTR5eWE2T0tNanNZVHVKYTZBeXdnTENkeHBtM3Z2L2ZIenZmLy83DQozd3lpVkNvN0lZY2dnQnlEa0x1dzIrMVpUWlFnaU54VU9PTUpUMDFOZlpsVGhKMU9aL1hLeXNxWnBLOWh2bkM1WE9mdjNidG5PSGpQDQpicmQzSlp2dyt2cDY2WU1IRDY2WnplYWZoVUlobXphRlVSVGRSeEFrd3RlUEpFbWNJSWdPZ2lBNmZENmYrRWhGaE1LdzErdTk5UGp4DQpZMFhhUXhwQkVONCswOVBUT0hmdGNEandPRndpQUFEajQrTlhYNzkrWFhxaTF2REN3a0t4Mys4djVuN1B6czdLNC9VTkJvT24rdnY3DQpyd2NDZ2M5UERPSGg0V0UxQU1DVksxYzhJcEVvU0ZHVTJHYXpxZUwxMzlqWU9OL1QwM09WWmRuTUowelROT2IxZXNzQUFGUXExUktPDQo0NHNmVmE3a0dTWFZOcHZ0NjR3blBESXlnak1NZzBtbDB2ZHF0WHBWcFZJdEFRRDQvZjdpbVptWk1qNWpqWTZPZnV0MnU0c3ltckRMDQo1Y0lCQUtxcnF4Y0JBTlJxOWFwRUlxRS9KaVNjejFnN096c0Z2YjI5dGNkWnp5a2g3SFE2NVJSRmlVVWlVZkRtelpzZTduNU5UWTBIDQpBTURyOVpiUk5JM3hHVE1RQ0Z5d1dDemZwS3p3NEFPSHc2RUdBR0FZQnRQcjlhYkR6eG1Hd1VaR1J2Q0dob1kzZk1hZG41K3ZmdmJzDQoyYnY2K3ZvL00wYmh3MXZSVVNIUEJ5ekxDbDY5ZXFWOSsvYnRGeG1qOE5qWUdBNEFJSkZJNkNkUG52d1FMZHl0VnF1T29pZ3hTWks0DQpUcWZ6OEJsL2UzdjdkRjlmMzNXWlRQYVRSQ0xaVGF2Q05FMWpIbytuOG1PeVdvcG1VMXRidThRbHI0TlZHQitzcmEzSkxCWkxUZHBEDQplbUJnUU0wd0RBWUFVRmRYRjFNNUxua2RaNHZpTURjM3B4d2NIS3hNYTBnYmpjWkpvOUU0ZVpSZFEwUERHNzRKNnpEMjkvZnpYcng0DQpvYTJvcVBpZ1VDaW9FM3NlNXJtZXoxaXQxdTgyTnpleHRHNUx5UVNLb3NHQ2dvSy9JcEZJMUtQYTF0Ylc2YUdob2E5YVdscCt5d3JDDQpGeTllWERTWlRPUGhjQmlKRWRwSUtCVEt5eHFGQlFKQjVPelpzM3RaMjlPS1Vtd2dDZjFoeDNVVUNvVVJPSUVRZm1JelA0VmhXRGhHDQpXTEZiVzF0b1ZoSHU3T3k4elRCTWdVQWcyRC84REVFUU5od09mOGF5ckNCckNDdVZ5ajlldm54SkpEcEJTMHRMMDFHSEI2bFUrdDVpDQpzZnlZa3FRWDYwRmpZK09jUXFGd1E1WWhwc0o1ZVhtczBXaWNibTl2THc0RUFoZU9PMEVzNVVpU3hKOCtmVW9jN0lLa1ZXRUFnS0tpDQpvbUJqWStOb2ZuNytUakluOWZsOFlwSWtyd0VBbEplWHJ5WmFSeWQxVzdwOCtYTGd4bzBiRXdpQ3NNbVlrS1pwckt1clM4OHdEQ2FSDQpTT2oyOW5ZeXBZVkxQRVlHZytIM3FxcXF1V1JNZVBmdVhSM1gzK3JvNk9nWGk4WEJqQ01NQU5EYTJqcDE3dHk1ZDRsTVpyUFpWRnh2DQpXcWZUVGNwa01qcmxwV204aGlVbEpjeWRPM2ZHVVJROWxpSXpNek5sdzhQRDF3RCtmZlBBdDVXVGNzSUFBQnFOWmsycjFmNXluQ1QxDQo2TkVqZ2t0U0pwTXBiZDlYOEs2VW1wdWJaK1Z5K1R3Zm4vdjM3K3NvaWhLbkkwa2xUQmhCRUdocmE1c29MQ3o4RUk5OWQzYzN3VlZhDQpCb1BCbnVva2xaVHpjR2xwS1ZOZlh6LzY4T0hEMjd1N3U2SlAyWEpkU3dBQXM5bXNqMllqRW9tQ1EwTkQzUm1wTUFldFZ1dlhhRFN1DQpyQ2t0NDBGVFU5T3N6K2NyWFY1ZXZoVExKbFhLcGFUamdhSm94R2cwVG9qRjRvMFQweUpLZEFDWlRQYTNYcTkzUmpzM0p3T2hVT2cvDQpMZGU5dmIzOHRJWDB3ZlhzZHJ0Ly9UOElQMy8rL1B1TVVwakRyVnUzNW5JaXBEbkk1WEk2cHdpZnVHMkorN3cyMjVGekN2OHpBT0ZSDQpBSlJHWlZuQkFBQUFBRWxGVGtTdVFtQ0MiIHRyYW5zZm9ybT0ibWF0cml4KDIuMDQ4IDAgMCAyLjA0OCA0LjIwMzQgNC44ODE0KSI+DQoJPC9pbWFnZT4NCjwvZz4NCjxnIGlkPSJMYXllcl8yIj4NCgk8cG9seWdvbiBwb2ludHM9IjM0LjE3MSwxNy42NTYgNDIsMTcuMjUxIDQyLDk4IDE2LjMxMSw2Mi43NDggMzMuNzQ0LDYzLjE3MyAJIi8+DQoJPHBvbHlnb24gcG9pbnRzPSI5NC45MDIsOTcuNzAzIDg3LDk4LjEwOCA4NywxNy4zNTkgMTEyLjc2Miw1Mi42MTEgOTUuMzI5LDUyLjE4NiAJIi8+DQoJPHRleHQgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSA1Mi40NzY2IDQ2LjYyOTEpIiBmb250LWZhbWlseT0iJ0F2ZW5pck5leHQtRGVtaUJvbGQnIiBmb250LXNpemU9IjM3LjU3MjVweCI+QTwvdGV4dD4NCgk8dGV4dCB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDUyLjQ3NjYgOTEuNzE2MSkiIGZvbnQtZmFtaWx5PSInQXZlbmlyTmV4dC1EZW1pQm9sZCciIGZvbnQtc2l6ZT0iMzcuNTcyNXB4Ij5aPC90ZXh0Pg0KPC9nPg0KPGcgaWQ9IkxheWVyXzMiPg0KCQ0KCQk8cmVjdCB4PSI2LjM1NiIgeT0iNi43MDkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIxMTkuMDU4IiBoZWlnaHQ9IjEwMi4wNDkiLz4NCjwvZz4NCjwvc3ZnPg0K);
}
.celllist-util .celllist-sorter .order.descending {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMzIgMTE0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMzIgMTE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJMYXllcl8xXzFfIiBkaXNwbGF5PSJub25lIj4NCgkNCgkJPGltYWdlIGRpc3BsYXk9ImlubGluZSIgb3ZlcmZsb3c9InZpc2libGUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB3aWR0aD0iNjAiIGhlaWdodD0iNTEiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBRHdBQUFBekNBWUFBQURMcW11bkFBQUFDWEJJV1hNQUFBc1RBQUFMRXdFQW1wd1lBQUJBDQpqMmxVV0hSWVRVdzZZMjl0TG1Ga2IySmxMbmh0Y0FBQUFBQUFQRDk0Y0dGamEyVjBJR0psWjJsdVBTTHZ1NzhpSUdsa1BTSlhOVTB3DQpUWEJEWldocFNIcHlaVk42VGxSamVtdGpPV1FpUHo0S1BIZzZlRzF3YldWMFlTQjRiV3h1Y3pwNFBTSmhaRzlpWlRwdWN6cHRaWFJoDQpMeUlnZURwNGJYQjBhejBpUVdSdlltVWdXRTFRSUVOdmNtVWdOUzQyTFdNeE16SWdOemt1TVRVNU1qZzBMQ0F5TURFMkx6QTBMekU1DQpMVEV6T2pFek9qUXdJQ0FnSUNBZ0lDQWlQZ29nSUNBOGNtUm1PbEpFUmlCNGJXeHVjenB5WkdZOUltaDBkSEE2THk5M2QzY3Vkek11DQpiM0puTHpFNU9Ua3ZNREl2TWpJdGNtUm1MWE41Ym5SaGVDMXVjeU1pUGdvZ0lDQWdJQ0E4Y21SbU9rUmxjMk55YVhCMGFXOXVJSEprDQpaanBoWW05MWREMGlJZ29nSUNBZ0lDQWdJQ0FnSUNCNGJXeHVjenA0YlhBOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZlR0Z3DQpMekV1TUM4aUNpQWdJQ0FnSUNBZ0lDQWdJSGh0Ykc1ek9tUmpQU0pvZEhSd09pOHZjSFZ5YkM1dmNtY3ZaR012Wld4bGJXVnVkSE12DQpNUzR4THlJS0lDQWdJQ0FnSUNBZ0lDQWdlRzFzYm5NNmVHMXdUVTA5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmVHRndMekV1DQpNQzl0YlM4aUNpQWdJQ0FnSUNBZ0lDQWdJSGh0Ykc1ek9uTjBSWFowUFNKb2RIUndPaTh2Ym5NdVlXUnZZbVV1WTI5dEwzaGhjQzh4DQpMakF2YzFSNWNHVXZVbVZ6YjNWeVkyVkZkbVZ1ZENNaUNpQWdJQ0FnSUNBZ0lDQWdJSGh0Ykc1ek9uTjBVbVZtUFNKb2RIUndPaTh2DQpibk11WVdSdlltVXVZMjl0TDNoaGNDOHhMakF2YzFSNWNHVXZVbVZ6YjNWeVkyVlNaV1lqSWdvZ0lDQWdJQ0FnSUNBZ0lDQjRiV3h1DQpjenB3YUc5MGIzTm9iM0E5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmNHaHZkRzl6YUc5d0x6RXVNQzhpQ2lBZ0lDQWdJQ0FnDQpJQ0FnSUhodGJHNXpPblJwWm1ZOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZkR2xtWmk4eExqQXZJZ29nSUNBZ0lDQWdJQ0FnDQpJQ0I0Yld4dWN6cGxlR2xtUFNKb2RIUndPaTh2Ym5NdVlXUnZZbVV1WTI5dEwyVjRhV1l2TVM0d0x5SStDaUFnSUNBZ0lDQWdJRHg0DQpiWEE2UTNKbFlYUnZjbFJ2YjJ3K1FXUnZZbVVnVUdodmRHOXphRzl3SUVORElESXdNVFV1TlNBb1YybHVaRzkzY3lrOEwzaHRjRHBEDQpjbVZoZEc5eVZHOXZiRDRLSUNBZ0lDQWdJQ0FnUEhodGNEcERjbVZoZEdWRVlYUmxQakl3TVRZdE1EY3RNVGxVTVRFNk5EWTZORE1yDQpNRFU2TXpBOEwzaHRjRHBEY21WaGRHVkVZWFJsUGdvZ0lDQWdJQ0FnSUNBOGVHMXdPazFsZEdGa1lYUmhSR0YwWlQ0eU1ERTJMVEEzDQpMVEU1VkRFeE9qVXhPakEyS3pBMU9qTXdQQzk0YlhBNlRXVjBZV1JoZEdGRVlYUmxQZ29nSUNBZ0lDQWdJQ0E4ZUcxd09rMXZaR2xtDQplVVJoZEdVK01qQXhOaTB3TnkweE9WUXhNVG8xTVRvd05pc3dOVG96TUR3dmVHMXdPazF2WkdsbWVVUmhkR1UrQ2lBZ0lDQWdJQ0FnDQpJRHhrWXpwbWIzSnRZWFErYVcxaFoyVXZjRzVuUEM5a1l6cG1iM0p0WVhRK0NpQWdJQ0FnSUNBZ0lEeDRiWEJOVFRwSmJuTjBZVzVqDQpaVWxFUG5odGNDNXBhV1E2Tm1ReU0yVmtaVEF0Wm1FMFppMWtNRFF4TFRreE5HTXRPVFZqWWpnM1pXRmlZekptUEM5NGJYQk5UVHBKDQpibk4wWVc1alpVbEVQZ29nSUNBZ0lDQWdJQ0E4ZUcxd1RVMDZSRzlqZFcxbGJuUkpSRDVoWkc5aVpUcGtiMk5wWkRwd2FHOTBiM05vDQpiM0E2WmpGaE5HUmxabVF0TkdRM09DMHhNV1UyTFdFMU5qTXRaR1k1TTJNMk4yVmlNR0ZoUEM5NGJYQk5UVHBFYjJOMWJXVnVkRWxFDQpQZ29nSUNBZ0lDQWdJQ0E4ZUcxd1RVMDZUM0pwWjJsdVlXeEViMk4xYldWdWRFbEVQbmh0Y0M1a2FXUTZaamMyTVdKbFkyRXROakpoDQpaUzAwT0RRd0xXRXhaRFl0TkdFME5tUTROelV5TjJRNFBDOTRiWEJOVFRwUGNtbG5hVzVoYkVSdlkzVnRaVzUwU1VRK0NpQWdJQ0FnDQpJQ0FnSUR4NGJYQk5UVHBJYVhOMGIzSjVQZ29nSUNBZ0lDQWdJQ0FnSUNBOGNtUm1PbE5sY1Q0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpQSEprWmpwc2FTQnlaR1k2Y0dGeWMyVlVlWEJsUFNKU1pYTnZkWEpqWlNJK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHpkRVYyDQpkRHBoWTNScGIyNCtZM0psWVhSbFpEd3ZjM1JGZG5RNllXTjBhVzl1UGdvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBOGMzUkZkblE2DQphVzV6ZEdGdVkyVkpSRDU0YlhBdWFXbGtPbVkzTmpGaVpXTmhMVFl5WVdVdE5EZzBNQzFoTVdRMkxUUmhORFprT0RjMU1qZGtPRHd2DQpjM1JGZG5RNmFXNXpkR0Z1WTJWSlJENEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wUlhaME9uZG9aVzQrTWpBeE5pMHdOeTB4DQpPVlF4TVRvME5qbzBNeXN3TlRvek1Ed3ZjM1JGZG5RNmQyaGxiajRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEhOMFJYWjBPbk52DQpablIzWVhKbFFXZGxiblErUVdSdlltVWdVR2h2ZEc5emFHOXdJRU5ESURJd01UVXVOU0FvVjJsdVpHOTNjeWs4TDNOMFJYWjBPbk52DQpablIzWVhKbFFXZGxiblErQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHd2Y21SbU9teHBQZ29nSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjbVJtDQpPbXhwSUhKa1pqcHdZWEp6WlZSNWNHVTlJbEpsYzI5MWNtTmxJajRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEhOMFJYWjBPbUZqDQpkR2x2Ymo1ellYWmxaRHd2YzNSRmRuUTZZV04wYVc5dVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNmFXNXpkR0Z1DQpZMlZKUkQ1NGJYQXVhV2xrT2pnMll6ZGtOREF3TFRZeE16a3RNRFkwWmkwNVptRXpMVFl5WW1OaVkyRTRNMlpsTWp3dmMzUkZkblE2DQphVzV6ZEdGdVkyVkpSRDRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEhOMFJYWjBPbmRvWlc0K01qQXhOaTB3TnkweE9WUXhNVG8xDQpNVG93Tmlzd05Ub3pNRHd2YzNSRmRuUTZkMmhsYmo0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BITjBSWFowT25OdlpuUjNZWEpsDQpRV2RsYm5RK1FXUnZZbVVnVUdodmRHOXphRzl3SUVORElESXdNVFV1TlNBb1YybHVaRzkzY3lrOEwzTjBSWFowT25OdlpuUjNZWEpsDQpRV2RsYm5RK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHpkRVYyZERwamFHRnVaMlZrUGk4OEwzTjBSWFowT21Ob1lXNW5aV1ErDQpDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lEd3ZjbVJtT214cFBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBOGNtUm1PbXhwSUhKa1pqcHdZWEp6DQpaVlI1Y0dVOUlsSmxjMjkxY21ObElqNEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wUlhaME9tRmpkR2x2Ymo1amIyNTJaWEowDQpaV1E4TDNOMFJYWjBPbUZqZEdsdmJqNEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wUlhaME9uQmhjbUZ0WlhSbGNuTStabkp2DQpiU0JoY0hCc2FXTmhkR2x2Ymk5MmJtUXVZV1J2WW1VdWNHaHZkRzl6YUc5d0lIUnZJR2x0WVdkbEwzQnVaend2YzNSRmRuUTZjR0Z5DQpZVzFsZEdWeWN6NEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BDOXlaR1k2YkdrK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUR4eVpHWTZiR2tnDQpjbVJtT25CaGNuTmxWSGx3WlQwaVVtVnpiM1Z5WTJVaVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNllXTjBhVzl1DQpQbVJsY21sMlpXUThMM04wUlhaME9tRmpkR2x2Ymo0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BITjBSWFowT25CaGNtRnRaWFJsDQpjbk0rWTI5dWRtVnlkR1ZrSUdaeWIyMGdZWEJ3YkdsallYUnBiMjR2ZG01a0xtRmtiMkpsTG5Cb2IzUnZjMmh2Y0NCMGJ5QnBiV0ZuDQpaUzl3Ym1jOEwzTjBSWFowT25CaGNtRnRaWFJsY25NK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUR3dmNtUm1PbXhwUGdvZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQThjbVJtT214cElISmtaanB3WVhKelpWUjVjR1U5SWxKbGMyOTFjbU5sSWo0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnUEhOMFJYWjBPbUZqZEdsdmJqNXpZWFpsWkR3dmMzUkZkblE2WVdOMGFXOXVQZ29nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0E4DQpjM1JGZG5RNmFXNXpkR0Z1WTJWSlJENTRiWEF1YVdsa09qWmtNak5sWkdVd0xXWmhOR1l0WkRBME1TMDVNVFJqTFRrMVkySTROMlZoDQpZbU15Wmp3dmMzUkZkblE2YVc1emRHRnVZMlZKUkQ0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BITjBSWFowT25kb1pXNCtNakF4DQpOaTB3TnkweE9WUXhNVG8xTVRvd05pc3dOVG96TUR3dmMzUkZkblE2ZDJobGJqNEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wDQpSWFowT25OdlpuUjNZWEpsUVdkbGJuUStRV1J2WW1VZ1VHaHZkRzl6YUc5d0lFTkRJREl3TVRVdU5TQW9WMmx1Wkc5M2N5azhMM04wDQpSWFowT25OdlpuUjNZWEpsUVdkbGJuUStDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHh6ZEVWMmREcGphR0Z1WjJWa1BpODhMM04wDQpSWFowT21Ob1lXNW5aV1ErQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHd2Y21SbU9teHBQZ29nSUNBZ0lDQWdJQ0FnSUNBOEwzSmtaanBUDQpaWEUrQ2lBZ0lDQWdJQ0FnSUR3dmVHMXdUVTA2U0dsemRHOXllVDRLSUNBZ0lDQWdJQ0FnUEhodGNFMU5Pa1JsY21sMlpXUkdjbTl0DQpJSEprWmpwd1lYSnpaVlI1Y0dVOUlsSmxjMjkxY21ObElqNEtJQ0FnSUNBZ0lDQWdJQ0FnUEhOMFVtVm1PbWx1YzNSaGJtTmxTVVErDQplRzF3TG1scFpEbzRObU0zWkRRd01DMDJNVE01TFRBMk5HWXRPV1poTXkwMk1tSmpZbU5oT0RObVpUSThMM04wVW1WbU9tbHVjM1JoDQpibU5sU1VRK0NpQWdJQ0FnSUNBZ0lDQWdJRHh6ZEZKbFpqcGtiMk4xYldWdWRFbEVQbmh0Y0M1a2FXUTZaamMyTVdKbFkyRXROakpoDQpaUzAwT0RRd0xXRXhaRFl0TkdFME5tUTROelV5TjJRNFBDOXpkRkpsWmpwa2IyTjFiV1Z1ZEVsRVBnb2dJQ0FnSUNBZ0lDQWdJQ0E4DQpjM1JTWldZNmIzSnBaMmx1WVd4RWIyTjFiV1Z1ZEVsRVBuaHRjQzVrYVdRNlpqYzJNV0psWTJFdE5qSmhaUzAwT0RRd0xXRXhaRFl0DQpOR0UwTm1RNE56VXlOMlE0UEM5emRGSmxaanB2Y21sbmFXNWhiRVJ2WTNWdFpXNTBTVVErQ2lBZ0lDQWdJQ0FnSUR3dmVHMXdUVTA2DQpSR1Z5YVhabFpFWnliMjArQ2lBZ0lDQWdJQ0FnSUR4d2FHOTBiM05vYjNBNlZHVjRkRXhoZVdWeWN6NEtJQ0FnSUNBZ0lDQWdJQ0FnDQpQSEprWmpwQ1lXYytDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHlaR1k2YkdrZ2NtUm1PbkJoY25ObFZIbHdaVDBpVW1WemIzVnlZMlVpDQpQZ29nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0E4Y0dodmRHOXphRzl3T2t4aGVXVnlUbUZ0WlQ1QklGbzhMM0JvYjNSdmMyaHZjRHBNDQpZWGxsY2s1aGJXVStDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHh3YUc5MGIzTm9iM0E2VEdGNVpYSlVaWGgwUGtFZ1dqd3ZjR2h2DQpkRzl6YUc5d09reGhlV1Z5VkdWNGRENEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BDOXlaR1k2YkdrK0NpQWdJQ0FnSUNBZ0lDQWdJRHd2DQpjbVJtT2tKaFp6NEtJQ0FnSUNBZ0lDQWdQQzl3YUc5MGIzTm9iM0E2VkdWNGRFeGhlV1Z5Y3o0S0lDQWdJQ0FnSUNBZ1BIQm9iM1J2DQpjMmh2Y0RwRGIyeHZjazF2WkdVK016d3ZjR2h2ZEc5emFHOXdPa052Ykc5eVRXOWtaVDRLSUNBZ0lDQWdJQ0FnUEhScFptWTZUM0pwDQpaVzUwWVhScGIyNCtNVHd2ZEdsbVpqcFBjbWxsYm5SaGRHbHZiajRLSUNBZ0lDQWdJQ0FnUEhScFptWTZXRkpsYzI5c2RYUnBiMjQrDQpOekl3TURBd0x6RXdNREF3UEM5MGFXWm1PbGhTWlhOdmJIVjBhVzl1UGdvZ0lDQWdJQ0FnSUNBOGRHbG1aanBaVW1WemIyeDFkR2x2DQpiajQzTWpBd01EQXZNVEF3TURBOEwzUnBabVk2V1ZKbGMyOXNkWFJwYjI0K0NpQWdJQ0FnSUNBZ0lEeDBhV1ptT2xKbGMyOXNkWFJwDQpiMjVWYm1sMFBqSThMM1JwWm1ZNlVtVnpiMngxZEdsdmJsVnVhWFErQ2lBZ0lDQWdJQ0FnSUR4bGVHbG1Pa052Ykc5eVUzQmhZMlUrDQpOalUxTXpVOEwyVjRhV1k2UTI5c2IzSlRjR0ZqWlQ0S0lDQWdJQ0FnSUNBZ1BHVjRhV1k2VUdsNFpXeFlSR2x0Wlc1emFXOXVQall3DQpQQzlsZUdsbU9sQnBlR1ZzV0VScGJXVnVjMmx2Ymo0S0lDQWdJQ0FnSUNBZ1BHVjRhV1k2VUdsNFpXeFpSR2x0Wlc1emFXOXVQalV4DQpQQzlsZUdsbU9sQnBlR1ZzV1VScGJXVnVjMmx2Ymo0S0lDQWdJQ0FnUEM5eVpHWTZSR1Z6WTNKcGNIUnBiMjQrQ2lBZ0lEd3ZjbVJtDQpPbEpFUmo0S1BDOTRPbmh0Y0cxbGRHRStDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnDQpJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2p3L2VIQmhZMnRsZENCbGJtUTlJbmNpDQpQejdnNmlPaUFBQUFJR05JVWswQUFIb2xBQUNBZ3dBQStmOEFBSURwQUFCMU1BQUE2bUFBQURxWUFBQVhiNUpmeFVZQUFBVWdTVVJCDQpWSGphNUZwQlRCcHBGSDZEN0RoTGJWTU1XYXQxUy9CU1JidFpNb2FrZ2NhbDI1QldaNU1tRGIxVURrYWlCOUVyQncvcW9RbW12ZXdhDQphTHJXMHNacXMwN00yaGJRcUdzbHNkbXdGVmMzcThHREVsSmpxVTR5eWE2T0tNanNZVHVKYTZBeXdnTENkeHBtM3Z2L2ZIenZmLy83DQozd3lpVkNvN0lZY2dnQnlEa0x1dzIrMVpUWlFnaU54VU9PTUpUMDFOZlpsVGhKMU9aL1hLeXNxWnBLOWh2bkM1WE9mdjNidG5PSGpQDQpicmQzSlp2dyt2cDY2WU1IRDY2WnplYWZoVUlobXphRlVSVGRSeEFrd3RlUEpFbWNJSWdPZ2lBNmZENmYrRWhGaE1LdzErdTk5UGp4DQpZMFhhUXhwQkVONCswOVBUT0hmdGNEandPRndpQUFEajQrTlhYNzkrWFhxaTF2REN3a0t4Mys4djVuN1B6czdLNC9VTkJvT24rdnY3DQpyd2NDZ2M5UERPSGg0V0UxQU1DVksxYzhJcEVvU0ZHVTJHYXpxZUwxMzlqWU9OL1QwM09WWmRuTUowelROT2IxZXNzQUFGUXExUktPDQo0NHNmVmE3a0dTWFZOcHZ0NjR3blBESXlnak1NZzBtbDB2ZHF0WHBWcFZJdEFRRDQvZjdpbVptWk1qNWpqWTZPZnV0MnU0c3ltckRMDQo1Y0lCQUtxcnF4Y0JBTlJxOWFwRUlxRS9KaVNjejFnN096c0Z2YjI5dGNkWnp5a2g3SFE2NVJSRmlVVWlVZkRtelpzZTduNU5UWTBIDQpBTURyOVpiUk5JM3hHVE1RQ0Z5d1dDemZwS3p3NEFPSHc2RUdBR0FZQnRQcjlhYkR6eG1Hd1VaR1J2Q0dob1kzZk1hZG41K3ZmdmJzDQoyYnY2K3ZvL00wYmh3MXZSVVNIUEJ5ekxDbDY5ZXFWOSsvYnRGeG1qOE5qWUdBNEFJSkZJNkNkUG52d1FMZHl0VnF1T29pZ3hTWks0DQpUcWZ6OEJsL2UzdjdkRjlmMzNXWlRQYVRSQ0xaVGF2Q05FMWpIbytuOG1PeVdvcG1VMXRidThRbHI0TlZHQitzcmEzSkxCWkxUZHBEDQplbUJnUU0wd0RBWUFVRmRYRjFNNUxua2RaNHZpTURjM3B4d2NIS3hNYTBnYmpjWkpvOUU0ZVpSZFEwUERHNzRKNnpEMjkvZnpYcng0DQpvYTJvcVBpZ1VDaW9FM3NlNXJtZXoxaXQxdTgyTnpleHRHNUx5UVNLb3NHQ2dvSy9JcEZJMUtQYTF0Ylc2YUdob2E5YVdscCt5d3JDDQpGeTllWERTWlRPUGhjQmlKRWRwSUtCVEt5eHFGQlFKQjVPelpzM3RaMjlPS1Vtd2dDZjFoeDNVVUNvVVJPSUVRZm1JelA0VmhXRGhHDQpXTEZiVzF0b1ZoSHU3T3k4elRCTWdVQWcyRC84REVFUU5od09mOGF5ckNCckNDdVZ5ajlldm54SkpEcEJTMHRMMDFHSEI2bFUrdDVpDQpzZnlZa3FRWDYwRmpZK09jUXFGd1E1WWhwc0o1ZVhtczBXaWNibTl2THc0RUFoZU9PMEVzNVVpU3hKOCtmVW9jN0lLa1ZXRUFnS0tpDQpvbUJqWStOb2ZuNytUakluOWZsOFlwSWtyd0VBbEplWHJ5WmFSeWQxVzdwOCtYTGd4bzBiRXdpQ3NNbVlrS1pwckt1clM4OHdEQ2FSDQpTT2oyOW5ZeXBZVkxQRVlHZytIM3FxcXF1V1JNZVBmdVhSM1gzK3JvNk9nWGk4WEJqQ01NQU5EYTJqcDE3dHk1ZDRsTVpyUFpWRnh2DQpXcWZUVGNwa01qcmxwV204aGlVbEpjeWRPM2ZHVVJROWxpSXpNek5sdzhQRDF3RCtmZlBBdDVXVGNzSUFBQnFOWmsycjFmNXluQ1QxDQo2TkVqZ2t0U0pwTXBiZDlYOEs2VW1wdWJaK1Z5K1R3Zm4vdjM3K3NvaWhLbkkwa2xUQmhCRUdocmE1c29MQ3o4RUk5OWQzYzN3VlZhDQpCb1BCbnVva2xaVHpjR2xwS1ZOZlh6LzY4T0hEMjd1N3U2SlAyWEpkU3dBQXM5bXNqMllqRW9tQ1EwTkQzUm1wTUFldFZ1dlhhRFN1DQpyQ2t0NDBGVFU5T3N6K2NyWFY1ZXZoVExKbFhLcGFUamdhSm94R2cwVG9qRjRvMFQweUpLZEFDWlRQYTNYcTkzUmpzM0p3T2hVT2cvDQpMZGU5dmIzOHRJWDB3ZlhzZHJ0Ly9UOElQMy8rL1B1TVVwakRyVnUzNW5JaXBEbkk1WEk2cHdpZnVHMkorN3cyMjVGekN2OHpBT0ZSDQpBSlJHWlZuQkFBQUFBRWxGVGtTdVFtQ0MiIHRyYW5zZm9ybT0ibWF0cml4KDIuMDQ4IDAgMCAyLjA0OCA1LjIwMzQgMy44ODE0KSI+DQoJPC9pbWFnZT4NCjwvZz4NCjxnIGlkPSJMYXllcl8yIj4NCgk8cG9seWdvbiBwb2ludHM9IjM1LjE3MSwxNi42NTYgNDMsMTYuMjUxIDQzLDk3IDE3LjMxMSw2MS43NDggMzQuNzQ0LDYyLjE3MyAJIi8+DQoJPHBvbHlnb24gcG9pbnRzPSI5NS45MDIsOTYuNzAzIDg4LDk3LjEwOCA4OCwxNi4zNTkgMTEzLjc2Miw1MS42MTEgOTYuMzI5LDUxLjE4NiAJIi8+DQoJPHRleHQgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSA1My40NzY2IDQ1LjYyOTEpIiBmb250LWZhbWlseT0iJ0F2ZW5pck5leHQtRGVtaUJvbGQnIiBmb250LXNpemU9IjM3LjU3MjVweCI+WjwvdGV4dD4NCgk8dGV4dCB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDUzLjQ3NjYgOTAuNzE2MSkiIGZvbnQtZmFtaWx5PSInQXZlbmlyTmV4dC1EZW1pQm9sZCciIGZvbnQtc2l6ZT0iMzcuNTcyNXB4Ij5BPC90ZXh0Pg0KPC9nPg0KPGcgaWQ9IkxheWVyXzMiPg0KCQ0KCQk8cmVjdCB4PSI3LjM1NiIgeT0iNS43MDkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIxMTkuMDU4IiBoZWlnaHQ9IjEwMi4wNDkiLz4NCjwvZz4NCjwvc3ZnPg0K);
}
.celllist-util .celllist-counter {
  float: right;
  text-align: right;
  height: 1em;
  position: relative;
  top: 4px;
}

.forcustomui.celllist {
  height: 100%;
}

ul.repeater {
  display: table;
  width: 100%;
  margin-bottom: 18px;
}
ul.repeater li {
  display: table-row;
  height: 50px;
}
ul.repeater li .repeater-cell {
  display: table-cell;
  padding: 9px;
  vertical-align: middle;
}
ul.repeater li.ui-sortable-helper .repeater-cell {
  display: block;
}

.videocontainer {
  margin: 36px;
}
.videocontainer .videoplayer {
  width: 640px;
  height: 480px;
  display: block;
  float: left;
  background-color: black;
}
.videocontainer .mediaplayer {
  height: 480px;
  width: 640px;
}
.videocontainer .videolist {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  float: left;
  width: 360px;
  height: 480px;
  color: #3e3641;
}
.videocontainer .videolist .title {
  font-weight: 900;
  font-size: 18px;
  padding: 18px;
}
.videocontainer .videolist .links a {
  font-size: 18px;
  font-weight: bold;
  padding: 18px;
  display: block;
  height: 36px;
  background: -moz-linear-gradient(#f3f3f3, #f0f0f0);
  background: -webkit-linear-gradient(#f3f3f3, #f0f0f0);
  background: linear-gradient(#f3f3f3, #f0f0f0);
}
.videocontainer .videolist .links a .txt {
  margin-left: 9px;
  height: 36px;
}
.videocontainer .videolist .links a .video-play {
  height: 36px;
}
.videocontainer .videolist .links a:hover {
  background: -moz-linear-gradient(#e6e6e6, #e3e3e3);
  background: -webkit-linear-gradient(#e6e6e6, #e3e3e3);
  background: linear-gradient(#e6e6e6, #e3e3e3);
}
.videocontainer .videolist .links a.selected {
  background: -moz-linear-gradient(#dcdcdc, #d9d9d9);
  background: -webkit-linear-gradient(#dcdcdc, #d9d9d9);
  background: linear-gradient(#dcdcdc, #d9d9d9);
}

.text-white {
  color: white;
}

.bg-white {
  background-color: white;
}

.text-purple {
  color: #853a6f;
}

.bg-purple {
  background-color: #853a6f;
}

.text-blue {
  color: #79acbb;
}

.bg-blue {
  background-color: #79acbb;
}

.text-orange {
  color: #d9791c;
}

.bg-orange {
  background-color: #d9791c;
}

.text-brown {
  color: #725b7a;
}

.bg-brown {
  background-color: #725b7a;
}

.text-blue2 {
  color: #3a688c;
}

.bg-blue2 {
  background-color: #3a688c;
}

.text-blue3 {
  color: #4e899d;
}

.bg-blue3 {
  background-color: #4e899d;
}

.text-green {
  color: #67a470;
}

.bg-green {
  background-color: #67a470;
}

.text-purple2 {
  color: #8b67a4;
}

.bg-purple2 {
  background-color: #8b67a4;
}

.text-orange2 {
  color: #e37373;
}

.bg-orange2 {
  background-color: #e37373;
}

.text-purple3 {
  color: #a879bb;
}

.bg-purple3 {
  background-color: #a879bb;
}

.text-yellow {
  color: #ebd177;
}

.bg-yellow {
  background-color: #ebd177;
}

.colorscheme1 {
  background-color: #9abfc0 !important;
  background: -moz-linear-gradient(#a0c3c4, #9abfc0 72px);
  background: -webkit-linear-gradient(#a0c3c4, #9abfc0 72px);
  background: linear-gradient(#a0c3c4, #9abfc0 72px);
  color: #2f5e5f !important;
}
.colorscheme1.darker {
  background: #5e9596 !important;
}
.colorscheme1.darkertext {
  color: #5e9596 !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme1 .sr_sub, .colorscheme1 .subtxt, .colorscheme1 .nodata, .colorscheme1 .fieldlist-subtitle, .colorscheme1 .fieldlist-vertical-title, .colorscheme1 .currency_symbol, .colorscheme1 .timezone {
  color: #668e90 !important;
}
.colorscheme1 .listfooter, .colorscheme1 .textfooter {
  color: #668e90 !important;
}
.colorscheme1 .pagetitle-subtitle {
  color: #668e90 !important;
}
.colorscheme1 .fe_header_content {
  color: #668e90 !important;
}
.colorscheme1 .celllist-header {
  color: #668e90 !important;
}
.colorscheme1 .sidebar_link_switch, .colorscheme1 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme1 .sidebar_link_switch:hover, .colorscheme1 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme1 .sidebar_link_switch[href^='#']:hover, .colorscheme1 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme1 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #9abfc0 !important;
}
.colorscheme1 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme1 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme1 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme1 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme1 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme1 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(154, 191, 192, 0), rgba(154, 191, 192, 0.7), #9abfc0);
  background: -webkit-linear-gradient(rgba(154, 191, 192, 0), rgba(154, 191, 192, 0.7), #9abfc0);
  background: linear-gradient(rgba(154, 191, 192, 0), rgba(154, 191, 192, 0.7), #9abfc0);
}
.colorscheme1 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme1 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme1 .weblet-settings-area {
  background-color: #3e4c4d;
  color: #f9f9f9 !important;
}
.colorscheme1 .weblet-settings-area .sr_sub, .colorscheme1 .weblet-settings-area .subtxt, .colorscheme1 .weblet-settings-area .nodata, .colorscheme1 .weblet-settings-area .fieldlist-subtitle, .colorscheme1 .weblet-settings-area .fieldlist-vertical-title, .colorscheme1 .weblet-settings-area .currency_symbol, .colorscheme1 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme1 .weblet-settings-area .listfooter, .colorscheme1 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme1 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme1 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme1 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme1 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme1 .unitmismatch.currencyunit {
  color: #2f5e5f !important;
}
.colorscheme1 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme2 {
  background-color: #aadcea !important;
  background: -moz-linear-gradient(#b2dfec, #aadcea 72px);
  background: -webkit-linear-gradient(#b2dfec, #aadcea 72px);
  background: linear-gradient(#b2dfec, #aadcea 72px);
  color: #3f5e5f !important;
}
.colorscheme2.darker {
  background: #58bad6 !important;
}
.colorscheme2.darkertext {
  color: #58bad6 !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme2 .sr_sub, .colorscheme2 .subtxt, .colorscheme2 .nodata, .colorscheme2 .fieldlist-subtitle, .colorscheme2 .fieldlist-vertical-title, .colorscheme2 .currency_symbol, .colorscheme2 .timezone {
  color: #668e90 !important;
}
.colorscheme2 .listfooter, .colorscheme2 .textfooter {
  color: #668e90 !important;
}
.colorscheme2 .pagetitle-subtitle {
  color: #668e90 !important;
}
.colorscheme2 .fe_header_content {
  color: #668e90 !important;
}
.colorscheme2 .celllist-header {
  color: #668e90 !important;
}
.colorscheme2 .sidebar_link_switch, .colorscheme2 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme2 .sidebar_link_switch:hover, .colorscheme2 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme2 .sidebar_link_switch[href^='#']:hover, .colorscheme2 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme2 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #aadcea !important;
}
.colorscheme2 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme2 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme2 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme2 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme2 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme2 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(170, 220, 234, 0), rgba(170, 220, 234, 0.7), #aadcea);
  background: -webkit-linear-gradient(rgba(170, 220, 234, 0), rgba(170, 220, 234, 0.7), #aadcea);
  background: linear-gradient(rgba(170, 220, 234, 0), rgba(170, 220, 234, 0.7), #aadcea);
}
.colorscheme2 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme2 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme2 .weblet-settings-area {
  background-color: #44585e;
  color: #f9f9f9 !important;
}
.colorscheme2 .weblet-settings-area .sr_sub, .colorscheme2 .weblet-settings-area .subtxt, .colorscheme2 .weblet-settings-area .nodata, .colorscheme2 .weblet-settings-area .fieldlist-subtitle, .colorscheme2 .weblet-settings-area .fieldlist-vertical-title, .colorscheme2 .weblet-settings-area .currency_symbol, .colorscheme2 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme2 .weblet-settings-area .listfooter, .colorscheme2 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme2 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme2 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme2 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme2 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme2 .unitmismatch.currencyunit {
  color: #3f5e5f !important;
}
.colorscheme2 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme3 {
  background-color: #cae2f1 !important;
  background: -moz-linear-gradient(#d2e6f3, #cae2f1 72px);
  background: -webkit-linear-gradient(#d2e6f3, #cae2f1 72px);
  background: linear-gradient(#d2e6f3, #cae2f1 72px);
  color: #3f5e5f !important;
}
.colorscheme3.darker {
  background: #79b6dc !important;
}
.colorscheme3.darkertext {
  color: #79b6dc !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme3 .sr_sub, .colorscheme3 .subtxt, .colorscheme3 .nodata, .colorscheme3 .fieldlist-subtitle, .colorscheme3 .fieldlist-vertical-title, .colorscheme3 .currency_symbol, .colorscheme3 .timezone {
  color: #668e90 !important;
}
.colorscheme3 .listfooter, .colorscheme3 .textfooter {
  color: #668e90 !important;
}
.colorscheme3 .pagetitle-subtitle {
  color: #668e90 !important;
}
.colorscheme3 .fe_header_content {
  color: #668e90 !important;
}
.colorscheme3 .celllist-header {
  color: #668e90 !important;
}
.colorscheme3 .sidebar_link_switch, .colorscheme3 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme3 .sidebar_link_switch:hover, .colorscheme3 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme3 .sidebar_link_switch[href^='#']:hover, .colorscheme3 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme3 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #cae2f1 !important;
}
.colorscheme3 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme3 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme3 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme3 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme3 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme3 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(202, 226, 241, 0), rgba(202, 226, 241, 0.7), #cae2f1);
  background: -webkit-linear-gradient(rgba(202, 226, 241, 0), rgba(202, 226, 241, 0.7), #cae2f1);
  background: linear-gradient(rgba(202, 226, 241, 0), rgba(202, 226, 241, 0.7), #cae2f1);
}
.colorscheme3 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme3 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme3 .weblet-settings-area {
  background-color: #515a60;
  color: #f9f9f9 !important;
}
.colorscheme3 .weblet-settings-area .sr_sub, .colorscheme3 .weblet-settings-area .subtxt, .colorscheme3 .weblet-settings-area .nodata, .colorscheme3 .weblet-settings-area .fieldlist-subtitle, .colorscheme3 .weblet-settings-area .fieldlist-vertical-title, .colorscheme3 .weblet-settings-area .currency_symbol, .colorscheme3 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme3 .weblet-settings-area .listfooter, .colorscheme3 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme3 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme3 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme3 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme3 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme3 .unitmismatch.currencyunit {
  color: #3f5e5f !important;
}
.colorscheme3 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme4 {
  background-color: #a3becd !important;
  background: -moz-linear-gradient(#aac3d1, #a3becd 72px);
  background: -webkit-linear-gradient(#aac3d1, #a3becd 72px);
  background: linear-gradient(#aac3d1, #a3becd 72px);
  color: #3f5e5f !important;
}
.colorscheme4.darker {
  background: #618fa9 !important;
}
.colorscheme4.darkertext {
  color: #618fa9 !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme4 .sr_sub, .colorscheme4 .subtxt, .colorscheme4 .nodata, .colorscheme4 .fieldlist-subtitle, .colorscheme4 .fieldlist-vertical-title, .colorscheme4 .currency_symbol, .colorscheme4 .timezone {
  color: #6e8491 !important;
}
.colorscheme4 .listfooter, .colorscheme4 .textfooter {
  color: #6e8491 !important;
}
.colorscheme4 .pagetitle-subtitle {
  color: #6e8491 !important;
}
.colorscheme4 .fe_header_content {
  color: #6e8491 !important;
}
.colorscheme4 .celllist-header {
  color: #6e8491 !important;
}
.colorscheme4 .sidebar_link_switch, .colorscheme4 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme4 .sidebar_link_switch:hover, .colorscheme4 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme4 .sidebar_link_switch[href^='#']:hover, .colorscheme4 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme4 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #a3becd !important;
}
.colorscheme4 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme4 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme4 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme4 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme4 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme4 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(163, 190, 205, 0), rgba(163, 190, 205, 0.7), #a3becd);
  background: -webkit-linear-gradient(rgba(163, 190, 205, 0), rgba(163, 190, 205, 0.7), #a3becd);
  background: linear-gradient(rgba(163, 190, 205, 0), rgba(163, 190, 205, 0.7), #a3becd);
}
.colorscheme4 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme4 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme4 .weblet-settings-area {
  background-color: #414c52;
  color: #f9f9f9 !important;
}
.colorscheme4 .weblet-settings-area .sr_sub, .colorscheme4 .weblet-settings-area .subtxt, .colorscheme4 .weblet-settings-area .nodata, .colorscheme4 .weblet-settings-area .fieldlist-subtitle, .colorscheme4 .weblet-settings-area .fieldlist-vertical-title, .colorscheme4 .weblet-settings-area .currency_symbol, .colorscheme4 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme4 .weblet-settings-area .listfooter, .colorscheme4 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme4 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme4 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme4 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme4 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme4 .unitmismatch.currencyunit {
  color: #3f5e5f !important;
}
.colorscheme4 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme5 {
  background-color: #cfe8d3 !important;
  background: -moz-linear-gradient(#d6ebd9, #cfe8d3 72px);
  background: -webkit-linear-gradient(#d6ebd9, #cfe8d3 72px);
  background: linear-gradient(#d6ebd9, #cfe8d3 72px);
  color: #4e6251 !important;
}
.colorscheme5.darker {
  background: #8ac794 !important;
}
.colorscheme5.darkertext {
  color: #8ac794 !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme5 .sr_sub, .colorscheme5 .subtxt, .colorscheme5 .nodata, .colorscheme5 .fieldlist-subtitle, .colorscheme5 .fieldlist-vertical-title, .colorscheme5 .currency_symbol, .colorscheme5 .timezone {
  color: #84a37e !important;
}
.colorscheme5 .listfooter, .colorscheme5 .textfooter {
  color: #84a37e !important;
}
.colorscheme5 .pagetitle-subtitle {
  color: #84a37e !important;
}
.colorscheme5 .fe_header_content {
  color: #84a37e !important;
}
.colorscheme5 .celllist-header {
  color: #84a37e !important;
}
.colorscheme5 .sidebar_link_switch, .colorscheme5 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme5 .sidebar_link_switch:hover, .colorscheme5 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme5 .sidebar_link_switch[href^='#']:hover, .colorscheme5 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme5 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #cfe8d3;
}
.colorscheme5 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255);
}
.colorscheme5 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme5 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme5 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme5 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme5 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(207, 232, 211, 0), rgba(207, 232, 211, 0.7), #cfe8d3);
  background: -webkit-linear-gradient(rgba(207, 232, 211, 0), rgba(207, 232, 211, 0.7), #cfe8d3);
  background: linear-gradient(rgba(207, 232, 211, 0), rgba(207, 232, 211, 0.7), #cfe8d3);
}
.colorscheme5 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme5 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme5 .weblet-settings-area {
  background-color: #535d54;
  color: #f9f9f9 !important;
}
.colorscheme5 .weblet-settings-area .sr_sub, .colorscheme5 .weblet-settings-area .subtxt, .colorscheme5 .weblet-settings-area .nodata, .colorscheme5 .weblet-settings-area .fieldlist-subtitle, .colorscheme5 .weblet-settings-area .fieldlist-vertical-title, .colorscheme5 .weblet-settings-area .currency_symbol, .colorscheme5 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme5 .weblet-settings-area .listfooter, .colorscheme5 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme5 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme5 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme5 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme5 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme5 .unitmismatch.currencyunit {
  color: #4e6251 !important;
}
.colorscheme5 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme6 {
  background-color: #c5e3c9 !important;
  background: -moz-linear-gradient(#cce6cf, #c5e3c9 72px);
  background: -webkit-linear-gradient(#cce6cf, #c5e3c9 72px);
  background: linear-gradient(#cce6cf, #c5e3c9 72px);
  color: #4e6251 !important;
}
.colorscheme6.darker {
  background: #80c289 !important;
}
.colorscheme6.darkertext {
  color: #80c289 !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme6 .sr_sub, .colorscheme6 .subtxt, .colorscheme6 .nodata, .colorscheme6 .fieldlist-subtitle, .colorscheme6 .fieldlist-vertical-title, .colorscheme6 .currency_symbol, .colorscheme6 .timezone {
  color: #84a37e !important;
}
.colorscheme6 .listfooter, .colorscheme6 .textfooter {
  color: #84a37e !important;
}
.colorscheme6 .pagetitle-subtitle {
  color: #84a37e !important;
}
.colorscheme6 .fe_header_content {
  color: #84a37e !important;
}
.colorscheme6 .celllist-header {
  color: #84a37e !important;
}
.colorscheme6 .sidebar_link_switch, .colorscheme6 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme6 .sidebar_link_switch:hover, .colorscheme6 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme6 .sidebar_link_switch[href^='#']:hover, .colorscheme6 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme6 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #c5e3c9 !important;
}
.colorscheme6 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme6 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme6 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme6 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme6 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme6 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(197, 227, 201, 0), rgba(197, 227, 201, 0.7), #c5e3c9);
  background: -webkit-linear-gradient(rgba(197, 227, 201, 0), rgba(197, 227, 201, 0.7), #c5e3c9);
  background: linear-gradient(rgba(197, 227, 201, 0), rgba(197, 227, 201, 0.7), #c5e3c9);
}
.colorscheme6 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme6 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme6 .weblet-settings-area {
  background-color: #4f5b50;
  color: #f9f9f9 !important;
}
.colorscheme6 .weblet-settings-area .sr_sub, .colorscheme6 .weblet-settings-area .subtxt, .colorscheme6 .weblet-settings-area .nodata, .colorscheme6 .weblet-settings-area .fieldlist-subtitle, .colorscheme6 .weblet-settings-area .fieldlist-vertical-title, .colorscheme6 .weblet-settings-area .currency_symbol, .colorscheme6 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme6 .weblet-settings-area .listfooter, .colorscheme6 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme6 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme6 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme6 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme6 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme6 .unitmismatch.currencyunit {
  color: #4e6251 !important;
}
.colorscheme6 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme7 {
  background-color: #b1e1df !important;
  background: -moz-linear-gradient(#b8e4e2, #b1e1df 72px);
  background: -webkit-linear-gradient(#b8e4e2, #b1e1df 72px);
  background: linear-gradient(#b8e4e2, #b1e1df 72px);
  color: #3f5e5f !important;
}
.colorscheme7.darker {
  background: #67c5c1 !important;
}
.colorscheme7.darkertext {
  color: #67c5c1 !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme7 .sr_sub, .colorscheme7 .subtxt, .colorscheme7 .nodata, .colorscheme7 .fieldlist-subtitle, .colorscheme7 .fieldlist-vertical-title, .colorscheme7 .currency_symbol, .colorscheme7 .timezone {
  color: #668e90 !important;
}
.colorscheme7 .listfooter, .colorscheme7 .textfooter {
  color: #668e90 !important;
}
.colorscheme7 .pagetitle-subtitle {
  color: #668e90 !important;
}
.colorscheme7 .fe_header_content {
  color: #668e90 !important;
}
.colorscheme7 .celllist-header {
  color: #668e90 !important;
}
.colorscheme7 .sidebar_link_switch, .colorscheme7 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme7 .sidebar_link_switch:hover, .colorscheme7 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme7 .sidebar_link_switch[href^='#']:hover, .colorscheme7 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme7 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #b1e1df !important;
}
.colorscheme7 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme7 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme7 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme7 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme7 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme7 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(177, 225, 223, 0), rgba(177, 225, 223, 0.7), #b1e1df);
  background: -webkit-linear-gradient(rgba(177, 225, 223, 0), rgba(177, 225, 223, 0.7), #b1e1df);
  background: linear-gradient(rgba(177, 225, 223, 0), rgba(177, 225, 223, 0.7), #b1e1df);
}
.colorscheme7 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme7 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme7 .weblet-settings-area {
  background-color: #475a59;
  color: #f9f9f9 !important;
}
.colorscheme7 .weblet-settings-area .sr_sub, .colorscheme7 .weblet-settings-area .subtxt, .colorscheme7 .weblet-settings-area .nodata, .colorscheme7 .weblet-settings-area .fieldlist-subtitle, .colorscheme7 .weblet-settings-area .fieldlist-vertical-title, .colorscheme7 .weblet-settings-area .currency_symbol, .colorscheme7 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme7 .weblet-settings-area .listfooter, .colorscheme7 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme7 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme7 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme7 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme7 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme7 .unitmismatch.currencyunit {
  color: #3f5e5f !important;
}
.colorscheme7 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme8 {
  background-color: #dbd5e3 !important;
  background: -moz-linear-gradient(#e0dbe7, #dbd5e3 72px);
  background: -webkit-linear-gradient(#e0dbe7, #dbd5e3 72px);
  background: linear-gradient(#e0dbe7, #dbd5e3 72px);
  color: #4f4141 !important;
}
.colorscheme8.darker {
  background: #a798ba !important;
}
.colorscheme8.darkertext {
  color: #a798ba !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme8 .sr_sub, .colorscheme8 .subtxt, .colorscheme8 .nodata, .colorscheme8 .fieldlist-subtitle, .colorscheme8 .fieldlist-vertical-title, .colorscheme8 .currency_symbol, .colorscheme8 .timezone {
  color: #837977 !important;
}
.colorscheme8 .listfooter, .colorscheme8 .textfooter {
  color: #837977 !important;
}
.colorscheme8 .pagetitle-subtitle {
  color: #837977 !important;
}
.colorscheme8 .fe_header_content {
  color: #837977 !important;
}
.colorscheme8 .celllist-header {
  color: #837977 !important;
}
.colorscheme8 .sidebar_link_switch, .colorscheme8 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme8 .sidebar_link_switch:hover, .colorscheme8 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme8 .sidebar_link_switch[href^='#']:hover, .colorscheme8 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme8 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #dbd5e3 !important;
}
.colorscheme8 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme8 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme8 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme8 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme8 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme8 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(219, 213, 227, 0), rgba(219, 213, 227, 0.7), #dbd5e3);
  background: -webkit-linear-gradient(rgba(219, 213, 227, 0), rgba(219, 213, 227, 0.7), #dbd5e3);
  background: linear-gradient(rgba(219, 213, 227, 0), rgba(219, 213, 227, 0.7), #dbd5e3);
}
.colorscheme8 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme8 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme8 .weblet-settings-area {
  background-color: #58555b;
  color: #f9f9f9 !important;
}
.colorscheme8 .weblet-settings-area .sr_sub, .colorscheme8 .weblet-settings-area .subtxt, .colorscheme8 .weblet-settings-area .nodata, .colorscheme8 .weblet-settings-area .fieldlist-subtitle, .colorscheme8 .weblet-settings-area .fieldlist-vertical-title, .colorscheme8 .weblet-settings-area .currency_symbol, .colorscheme8 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme8 .weblet-settings-area .listfooter, .colorscheme8 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme8 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme8 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme8 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme8 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme8 .unitmismatch.currencyunit {
  color: #4f4141 !important;
}
.colorscheme8 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme9 {
  background-color: #f0f0f0 !important;
  background: -moz-linear-gradient(#f5f5f5, #f0f0f0 72px);
  background: -webkit-linear-gradient(#f5f5f5, #f0f0f0 72px);
  background: linear-gradient(#f5f5f5, #f0f0f0 72px);
  color: #57525f !important;
}
.colorscheme9.darker {
  background: #bdbdbd !important;
}
.colorscheme9.darkertext {
  color: #bdbdbd !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme9 .sr_sub, .colorscheme9 .subtxt, .colorscheme9 .nodata, .colorscheme9 .fieldlist-subtitle, .colorscheme9 .fieldlist-vertical-title, .colorscheme9 .currency_symbol, .colorscheme9 .timezone {
  color: #9d93a0 !important;
}
.colorscheme9 .listfooter, .colorscheme9 .textfooter {
  color: #9d93a0 !important;
}
.colorscheme9 .pagetitle-subtitle {
  color: #9d93a0 !important;
}
.colorscheme9 .fe_header_content {
  color: #9d93a0 !important;
}
.colorscheme9 .celllist-header {
  color: #9d93a0 !important;
}
.colorscheme9 .sidebar_link_switch, .colorscheme9 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme9 .sidebar_link_switch:hover, .colorscheme9 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme9 .sidebar_link_switch[href^='#']:hover, .colorscheme9 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme9 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #f0f0f0 !important;
}
.colorscheme9 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme9 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme9 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme9 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme9 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme9 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(240, 240, 240, 0), rgba(240, 240, 240, 0.7), #f0f0f0);
  background: -webkit-linear-gradient(rgba(240, 240, 240, 0), rgba(240, 240, 240, 0.7), #f0f0f0);
  background: linear-gradient(rgba(240, 240, 240, 0), rgba(240, 240, 240, 0.7), #f0f0f0);
}
.colorscheme9 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme9 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme9 .weblet-settings-area {
  background-color: #606060;
  color: #f9f9f9 !important;
}
.colorscheme9 .weblet-settings-area .sr_sub, .colorscheme9 .weblet-settings-area .subtxt, .colorscheme9 .weblet-settings-area .nodata, .colorscheme9 .weblet-settings-area .fieldlist-subtitle, .colorscheme9 .weblet-settings-area .fieldlist-vertical-title, .colorscheme9 .weblet-settings-area .currency_symbol, .colorscheme9 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme9 .weblet-settings-area .listfooter, .colorscheme9 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme9 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme9 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme9 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme9 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme9 .unitmismatch.currencyunit {
  color: #57525f !important;
}
.colorscheme9 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme10 {
  background-color: #e1e0dc !important;
  background: -moz-linear-gradient(#e6e5e1, #e1e0dc 72px);
  background: -webkit-linear-gradient(#e6e5e1, #e1e0dc 72px);
  background: linear-gradient(#e6e5e1, #e1e0dc 72px);
  color: #505756 !important;
}
.colorscheme10.darker {
  background: #b2afa5 !important;
}
.colorscheme10.darkertext {
  color: #b2afa5 !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme10 .sr_sub, .colorscheme10 .subtxt, .colorscheme10 .nodata, .colorscheme10 .fieldlist-subtitle, .colorscheme10 .fieldlist-vertical-title, .colorscheme10 .currency_symbol, .colorscheme10 .timezone {
  color: #837977 !important;
}
.colorscheme10 .listfooter, .colorscheme10 .textfooter {
  color: #837977 !important;
}
.colorscheme10 .pagetitle-subtitle {
  color: #837977 !important;
}
.colorscheme10 .fe_header_content {
  color: #837977 !important;
}
.colorscheme10 .celllist-header {
  color: #837977 !important;
}
.colorscheme10 .sidebar_link_switch, .colorscheme10 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme10 .sidebar_link_switch:hover, .colorscheme10 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme10 .sidebar_link_switch[href^='#']:hover, .colorscheme10 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme10 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #e1e0dc !important;
}
.colorscheme10 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme10 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme10 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme10 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme10 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme10 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(225, 224, 220, 0), rgba(225, 224, 220, 0.7), #e1e0dc);
  background: -webkit-linear-gradient(rgba(225, 224, 220, 0), rgba(225, 224, 220, 0.7), #e1e0dc);
  background: linear-gradient(rgba(225, 224, 220, 0), rgba(225, 224, 220, 0.7), #e1e0dc);
}
.colorscheme10 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme10 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme10 .weblet-settings-area {
  background-color: #5a5a58;
  color: #f9f9f9 !important;
}
.colorscheme10 .weblet-settings-area .sr_sub, .colorscheme10 .weblet-settings-area .subtxt, .colorscheme10 .weblet-settings-area .nodata, .colorscheme10 .weblet-settings-area .fieldlist-subtitle, .colorscheme10 .weblet-settings-area .fieldlist-vertical-title, .colorscheme10 .weblet-settings-area .currency_symbol, .colorscheme10 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme10 .weblet-settings-area .listfooter, .colorscheme10 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme10 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme10 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme10 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme10 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme10 .unitmismatch.currencyunit {
  color: #505756 !important;
}
.colorscheme10 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme11 {
  background-color: #e1dcc5 !important;
  background: -moz-linear-gradient(#e4e0cc, #e1dcc5 72px);
  background: -webkit-linear-gradient(#e4e0cc, #e1dcc5 72px);
  background: linear-gradient(#e4e0cc, #e1dcc5 72px);
  color: #505756 !important;
}
.colorscheme11.darker {
  background: #beb382 !important;
}
.colorscheme11.darkertext {
  color: #beb382 !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme11 .sr_sub, .colorscheme11 .subtxt, .colorscheme11 .nodata, .colorscheme11 .fieldlist-subtitle, .colorscheme11 .fieldlist-vertical-title, .colorscheme11 .currency_symbol, .colorscheme11 .timezone {
  color: #837977 !important;
}
.colorscheme11 .listfooter, .colorscheme11 .textfooter {
  color: #837977 !important;
}
.colorscheme11 .pagetitle-subtitle {
  color: #837977 !important;
}
.colorscheme11 .fe_header_content {
  color: #837977 !important;
}
.colorscheme11 .celllist-header {
  color: #837977 !important;
}
.colorscheme11 .sidebar_link_switch, .colorscheme11 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme11 .sidebar_link_switch:hover, .colorscheme11 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme11 .sidebar_link_switch[href^='#']:hover, .colorscheme11 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme11 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #e1dcc5 !important;
}
.colorscheme11 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme11 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme11 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme11 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme11 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme11 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(225, 220, 197, 0), rgba(225, 220, 197, 0.7), #e1dcc5);
  background: -webkit-linear-gradient(rgba(225, 220, 197, 0), rgba(225, 220, 197, 0.7), #e1dcc5);
  background: linear-gradient(rgba(225, 220, 197, 0), rgba(225, 220, 197, 0.7), #e1dcc5);
}
.colorscheme11 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme11 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme11 .weblet-settings-area {
  background-color: #5a584f;
  color: #f9f9f9 !important;
}
.colorscheme11 .weblet-settings-area .sr_sub, .colorscheme11 .weblet-settings-area .subtxt, .colorscheme11 .weblet-settings-area .nodata, .colorscheme11 .weblet-settings-area .fieldlist-subtitle, .colorscheme11 .weblet-settings-area .fieldlist-vertical-title, .colorscheme11 .weblet-settings-area .currency_symbol, .colorscheme11 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme11 .weblet-settings-area .listfooter, .colorscheme11 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme11 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme11 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme11 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme11 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme11 .unitmismatch.currencyunit {
  color: #505756 !important;
}
.colorscheme11 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.colorscheme12 {
  background-color: #e1c1c0 !important;
  background: -moz-linear-gradient(#e4c8c7, #e1c1c0 72px);
  background: -webkit-linear-gradient(#e4c8c7, #e1c1c0 72px);
  background: linear-gradient(#e4c8c7, #e1c1c0 72px);
  color: #4d4141 !important;
}
.colorscheme12.darker {
  background: #c07d7b !important;
}
.colorscheme12.darkertext {
  color: #c07d7b !important;
  background: rgba(255, 255, 255, 0) !important;
}
.colorscheme12 .sr_sub, .colorscheme12 .subtxt, .colorscheme12 .nodata, .colorscheme12 .fieldlist-subtitle, .colorscheme12 .fieldlist-vertical-title, .colorscheme12 .currency_symbol, .colorscheme12 .timezone {
  color: #837977 !important;
}
.colorscheme12 .listfooter, .colorscheme12 .textfooter {
  color: #837977 !important;
}
.colorscheme12 .pagetitle-subtitle {
  color: #837977 !important;
}
.colorscheme12 .fe_header_content {
  color: #837977 !important;
}
.colorscheme12 .celllist-header {
  color: #837977 !important;
}
.colorscheme12 .sidebar_link_switch, .colorscheme12 .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme12 .sidebar_link_switch:hover, .colorscheme12 .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme12 .sidebar_link_switch[href^='#']:hover, .colorscheme12 .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme12 table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #e1c1c0 !important;
}
.colorscheme12 table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme12 ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme12 .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme12 .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme12 .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.colorscheme12 .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(225, 193, 192, 0), rgba(225, 193, 192, 0.7), #e1c1c0);
  background: -webkit-linear-gradient(rgba(225, 193, 192, 0), rgba(225, 193, 192, 0.7), #e1c1c0);
  background: linear-gradient(rgba(225, 193, 192, 0), rgba(225, 193, 192, 0.7), #e1c1c0);
}
.colorscheme12 .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.colorscheme12 .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.colorscheme12 .weblet-settings-area {
  background-color: #5a4d4d;
  color: #f9f9f9 !important;
}
.colorscheme12 .weblet-settings-area .sr_sub, .colorscheme12 .weblet-settings-area .subtxt, .colorscheme12 .weblet-settings-area .nodata, .colorscheme12 .weblet-settings-area .fieldlist-subtitle, .colorscheme12 .weblet-settings-area .fieldlist-vertical-title, .colorscheme12 .weblet-settings-area .currency_symbol, .colorscheme12 .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.colorscheme12 .weblet-settings-area .listfooter, .colorscheme12 .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.colorscheme12 .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.colorscheme12 .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.colorscheme12 .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.colorscheme12 .unitmismatch {
  color: #eb8563 !important;
}
.colorscheme12 .unitmismatch.currencyunit {
  color: #4d4141 !important;
}
.colorscheme12 .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.tabcollapsed {
  display: none;
}

.tab {
  height: 52px;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 32px;
  display: inline-block;
  float: left;
}
.tab.extra {
  display: none;
}
.tab.extra.last {
  display: inline-block;
}
.tab.extra .down-arrow {
  margin-left: 5px;
  margin-top: 13px;
  height: 8px;
  display: inline-block;
}
.tab .down-arrow {
  display: none;
}
.tab.tab_selected {
  display: inline-block;
  background-color: #e8e3e9;
  color: #575650;
}

.tab.tab-error {
  color: #eb8563;
}

.tab_container {
  background-color: #e0dce2;
  color: #948d97;
  font-weight: bold;
}
.tab_container .utilstrip {
  height: 52px;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
  display: table;
}
.tab_container .utilstrip-content {
  display: table-cell;
  vertical-align: middle;
}
.tab_container .utilstrip-content span, .tab_container .utilstrip-content div {
  margin-left: 9px;
}
.tab_container .popupmenu {
  background-color: #f4f0f3;
  z-index: 100;
}

.tabpage {
  background-color: #f2f2e8;
  color: #575650;
  float: left;
  width: 100%;
}
.tabpage .sr_sub, .tabpage .subtxt, .tabpage .nodata, .tabpage .fieldlist-subtitle, .tabpage .fieldlist-vertical-title, .tabpage .currency_symbol, .tabpage .timezone {
  color: #a7a4a7;
}
.tabpage .listfooter, .tabpage .textfooter {
  color: #a7a4a7;
}
.tabpage .pagetitle-subtitle {
  color: #a7a4a7;
}
.tabpage .fe_header_content {
  color: #a7a4a7;
}
.tabpage .celllist-header {
  color: #a7a4a7;
}
.tabpage .unitmismatch {
  color: #eb8563;
}
.tabpage .unitmismatch.currencyunit {
  color: #575650;
}
.tabpage .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563;
}
.tabpage .fieldlist-title, .tabpage .fieldlist-vertical-title, .tabpage .fieldlist-subtitle {
  font-size: 14px;
}
.tabpage .fieldlist-vertical-content {
  font-size: 24px;
}
.tabpage .fieldlist-content {
  font-size: 24px;
}
.tabpage .fieldlist-content .nodata {
  font-size: 18px;
}
.tabpage .fieldlist-vertical-columns .fieldlist-vertical-content {
  font-size: 18px;
}
.tabpage .fieldlist-vertical-columns.largetext .fieldlist-vertical-content {
  font-size: 24px;
}
.tabpage .fieldlist-vertical-columns.largertext .fieldlist-vertical-content {
  font-size: 36px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}

@media print {
  .pagebreak {
    page-break-after: always;
  }

  .print-invisible {
    display: none;
  }
}
.ui-datepicker {
  font-size: 0.8em;
  background-color: #e1e0dc !important;
  background: -moz-linear-gradient(#e6e5e1, #e1e0dc 72px);
  background: -webkit-linear-gradient(#e6e5e1, #e1e0dc 72px);
  background: linear-gradient(#e6e5e1, #e1e0dc 72px);
  color: #505756 !important;
  width: 250px;
  box-shadow: 2px 2px 20px black;
}
.ui-datepicker.darker {
  background: #b2afa5 !important;
}
.ui-datepicker.darkertext {
  color: #b2afa5 !important;
  background: rgba(255, 255, 255, 0) !important;
}
.ui-datepicker .sr_sub, .ui-datepicker .subtxt, .ui-datepicker .nodata, .ui-datepicker .fieldlist-subtitle, .ui-datepicker .fieldlist-vertical-title, .ui-datepicker .currency_symbol, .ui-datepicker .timezone {
  color: #837977 !important;
}
.ui-datepicker .listfooter, .ui-datepicker .textfooter {
  color: #837977 !important;
}
.ui-datepicker .pagetitle-subtitle {
  color: #837977 !important;
}
.ui-datepicker .fe_header_content {
  color: #837977 !important;
}
.ui-datepicker .celllist-header {
  color: #837977 !important;
}
.ui-datepicker .sidebar_link_switch, .ui-datepicker .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker .sidebar_link_switch:hover, .ui-datepicker .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker .sidebar_link_switch[href^='#']:hover, .ui-datepicker .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #e1e0dc !important;
}
.ui-datepicker table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(225, 224, 220, 0), rgba(225, 224, 220, 0.7), #e1e0dc);
  background: -webkit-linear-gradient(rgba(225, 224, 220, 0), rgba(225, 224, 220, 0.7), #e1e0dc);
  background: linear-gradient(rgba(225, 224, 220, 0), rgba(225, 224, 220, 0.7), #e1e0dc);
}
.ui-datepicker .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.ui-datepicker .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker .weblet-settings-area {
  background-color: #5a5a58;
  color: #f9f9f9 !important;
}
.ui-datepicker .weblet-settings-area .sr_sub, .ui-datepicker .weblet-settings-area .subtxt, .ui-datepicker .weblet-settings-area .nodata, .ui-datepicker .weblet-settings-area .fieldlist-subtitle, .ui-datepicker .weblet-settings-area .fieldlist-vertical-title, .ui-datepicker .weblet-settings-area .currency_symbol, .ui-datepicker .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.ui-datepicker .weblet-settings-area .listfooter, .ui-datepicker .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.ui-datepicker .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.ui-datepicker .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.ui-datepicker .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.ui-datepicker .unitmismatch {
  color: #eb8563 !important;
}
.ui-datepicker .unitmismatch.currencyunit {
  color: #505756 !important;
}
.ui-datepicker .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}

.ui-datepicker-container {
  font-size: 0.8em;
  background-color: #e1e0dc !important;
  background: -moz-linear-gradient(#e6e5e1, #e1e0dc 72px);
  background: -webkit-linear-gradient(#e6e5e1, #e1e0dc 72px);
  background: linear-gradient(#e6e5e1, #e1e0dc 72px);
  color: #505756 !important;
  width: 250px;
}
.ui-datepicker-container.darker {
  background: #b2afa5 !important;
}
.ui-datepicker-container.darkertext {
  color: #b2afa5 !important;
  background: rgba(255, 255, 255, 0) !important;
}
.ui-datepicker-container .sr_sub, .ui-datepicker-container .subtxt, .ui-datepicker-container .nodata, .ui-datepicker-container .fieldlist-subtitle, .ui-datepicker-container .fieldlist-vertical-title, .ui-datepicker-container .currency_symbol, .ui-datepicker-container .timezone {
  color: #837977 !important;
}
.ui-datepicker-container .listfooter, .ui-datepicker-container .textfooter {
  color: #837977 !important;
}
.ui-datepicker-container .pagetitle-subtitle {
  color: #837977 !important;
}
.ui-datepicker-container .fe_header_content {
  color: #837977 !important;
}
.ui-datepicker-container .celllist-header {
  color: #837977 !important;
}
.ui-datepicker-container .sidebar_link_switch, .ui-datepicker-container .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker-container .sidebar_link_switch:hover, .ui-datepicker-container .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker-container .sidebar_link_switch[href^='#']:hover, .ui-datepicker-container .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker-container table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #e1e0dc !important;
}
.ui-datepicker-container table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-container ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-container .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-container .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-container .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-container .ui-datepicker-calendar tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-container .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(225, 224, 220, 0), rgba(225, 224, 220, 0.7), #e1e0dc);
  background: -webkit-linear-gradient(rgba(225, 224, 220, 0), rgba(225, 224, 220, 0.7), #e1e0dc);
  background: linear-gradient(rgba(225, 224, 220, 0), rgba(225, 224, 220, 0.7), #e1e0dc);
}
.ui-datepicker-container .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.ui-datepicker-container .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker-container .weblet-settings-area {
  background-color: #5a5a58;
  color: #f9f9f9 !important;
}
.ui-datepicker-container .weblet-settings-area .sr_sub, .ui-datepicker-container .weblet-settings-area .subtxt, .ui-datepicker-container .weblet-settings-area .nodata, .ui-datepicker-container .weblet-settings-area .fieldlist-subtitle, .ui-datepicker-container .weblet-settings-area .fieldlist-vertical-title, .ui-datepicker-container .weblet-settings-area .currency_symbol, .ui-datepicker-container .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.ui-datepicker-container .weblet-settings-area .listfooter, .ui-datepicker-container .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.ui-datepicker-container .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.ui-datepicker-container .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.ui-datepicker-container .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.ui-datepicker-container .unitmismatch {
  color: #eb8563 !important;
}
.ui-datepicker-container .unitmismatch.currencyunit {
  color: #505756 !important;
}
.ui-datepicker-container .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}
.ui-datepicker-container.inline .ui-datepicker {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.ui-datepicker-container.inline .ui-datepicker .ui-datepicker-buttonpane {
  zoom: 1;
}
.ui-datepicker-container.inline .ui-datepicker .ui-datepicker-buttonpane:before, .ui-datepicker-container.inline .ui-datepicker .ui-datepicker-buttonpane:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.ui-datepicker-container.inline .ui-datepicker .ui-datepicker-buttonpane:after {
  clear: both;
}

.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar .ui-state-default {
  text-align: center;
}
.ui-datepicker-calendar .ui-state-active {
  color: red;
}
.ui-datepicker-calendar .ui-state-highlight {
  color: green;
}
.ui-datepicker-calendar .ui-state-hover {
  color: #ff9999;
}
.ui-datepicker-calendar tr {
  height: 25px;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td a {
  font-weight: bold;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  padding-left: 10px;
}

.ui-datepicker-current {
  padding: 10px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 900;
  font-family: inherit;
  border: 0px;
  color: white;
  background-color: #71618d;
  float: left;
  margin: 9px;
}
.ui-datepicker-current.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.ui-datepicker-close {
  padding: 10px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 900;
  font-family: inherit;
  border: 0px;
  color: white;
  background-color: #71618d;
  float: right;
  margin: 9px;
}
.ui-datepicker-close.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.ui-datepicker-prev {
  float: left;
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -360px 0px;
}
.ui-datepicker-prev:hover {
  background-position: -360px 0px;
}
.ui-datepicker-prev.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.ui-datepicker-prev .ui-icon {
  display: none;
}

.ui-datepicker-next {
  float: right;
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -330px 0px;
}
.ui-datepicker-next:hover {
  background-position: -330px 0px;
}
.ui-datepicker-next.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.ui-datepicker-next .ui-icon {
  display: none;
}

.ui-datepicker-header {
  background-color: #f0f0f0 !important;
  background: -moz-linear-gradient(#f5f5f5, #f0f0f0 72px);
  background: -webkit-linear-gradient(#f5f5f5, #f0f0f0 72px);
  background: linear-gradient(#f5f5f5, #f0f0f0 72px);
  color: #57525f !important;
  padding: 9px 9px;
}
.ui-datepicker-header.darker {
  background: #bdbdbd !important;
}
.ui-datepicker-header.darkertext {
  color: #bdbdbd !important;
  background: rgba(255, 255, 255, 0) !important;
}
.ui-datepicker-header .sr_sub, .ui-datepicker-header .subtxt, .ui-datepicker-header .nodata, .ui-datepicker-header .fieldlist-subtitle, .ui-datepicker-header .fieldlist-vertical-title, .ui-datepicker-header .currency_symbol, .ui-datepicker-header .timezone {
  color: #9d93a0 !important;
}
.ui-datepicker-header .listfooter, .ui-datepicker-header .textfooter {
  color: #9d93a0 !important;
}
.ui-datepicker-header .pagetitle-subtitle {
  color: #9d93a0 !important;
}
.ui-datepicker-header .fe_header_content {
  color: #9d93a0 !important;
}
.ui-datepicker-header .celllist-header {
  color: #9d93a0 !important;
}
.ui-datepicker-header .sidebar_link_switch, .ui-datepicker-header .sidebar_link {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker-header .sidebar_link_switch:hover, .ui-datepicker-header .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker-header .sidebar_link_switch[href^='#']:hover, .ui-datepicker-header .sidebar_link[href^='#']:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker-header table.fe_table tbody tr.fe_row:nth-of-type(even) {
  background-color: #f0f0f0 !important;
}
.ui-datepicker-header table.fe_table tbody tr.fe_row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-header ul.repeater li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-header .celllist-column-even .celllist-cell:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-header .celllist-column-odd .celllist-cell:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-header .alt {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.ui-datepicker-header .celllist .more.bottom {
  background: -moz-linear-gradient(rgba(240, 240, 240, 0), rgba(240, 240, 240, 0.7), #f0f0f0);
  background: -webkit-linear-gradient(rgba(240, 240, 240, 0), rgba(240, 240, 240, 0.7), #f0f0f0);
  background: linear-gradient(rgba(240, 240, 240, 0), rgba(240, 240, 240, 0.7), #f0f0f0);
}
.ui-datepicker-header .celllist .more:hover {
  background-color: rgba(5, 5, 5, 0.6);
  background-image: none;
}
.ui-datepicker-header .tab.tab_selected {
  background-color: rgba(255, 255, 255, 0.3);
}
.ui-datepicker-header .weblet-settings-area {
  background-color: #606060;
  color: #f9f9f9 !important;
}
.ui-datepicker-header .weblet-settings-area .sr_sub, .ui-datepicker-header .weblet-settings-area .subtxt, .ui-datepicker-header .weblet-settings-area .nodata, .ui-datepicker-header .weblet-settings-area .fieldlist-subtitle, .ui-datepicker-header .weblet-settings-area .fieldlist-vertical-title, .ui-datepicker-header .weblet-settings-area .currency_symbol, .ui-datepicker-header .weblet-settings-area .timezone {
  color: #c2c3c6 !important;
}
.ui-datepicker-header .weblet-settings-area .listfooter, .ui-datepicker-header .weblet-settings-area .textfooter {
  color: #c2c3c6 !important;
}
.ui-datepicker-header .weblet-settings-area .pagetitle-subtitle {
  color: #c2c3c6 !important;
}
.ui-datepicker-header .weblet-settings-area .fe_header_content {
  color: #c2c3c6 !important;
}
.ui-datepicker-header .weblet-settings-area .celllist-header {
  color: #c2c3c6 !important;
}
.ui-datepicker-header .unitmismatch {
  color: #eb8563 !important;
}
.ui-datepicker-header .unitmismatch.currencyunit {
  color: #57525f !important;
}
.ui-datepicker-header .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563 !important;
}
.ui-datepicker-header .ui-datepicker-title {
  margin-left: 60px;
}

.datecontrol {
  font-size: 24px;
}
.datecontrol > .datefield-container {
  position: relative;
  white-space: nowrap;
}
.datecontrol > .datefield-container > input.label[type='text'], .datecontrol > .datefield-container .likeinput.label {
  width: 180px;
}
.datecontrol > .datefield-container > input.label[type='text']::-ms-clear, .datecontrol > .datefield-container .likeinput.label::-ms-clear {
  display: none;
}
.datecontrol > .datefield-container .clearer {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 44px;
  top: 12px;
  width: 12px;
}
.datecontrol > .timefield-container {
  position: relative;
  display: inline-block;
  margin-top: 3px;
}
.datecontrol > .timefield-container .clearer {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 35px;
  top: 13px;
  width: 12px;
}
.datecontrol input[type='text'].timelabel, .datecontrol .linkinput.timelabel {
  width: 90px;
}
.datecontrol input[type='text'].timelabel::-ms-clear, .datecontrol .linkinput.timelabel::-ms-clear {
  display: none;
}
.datecontrol .dateicon {
  position: relative;
  top: 0.25em;
  cursor: pointer;
}
.datecontrol .choices {
  position: absolute;
  visibility: hidden;
  width: 105px;
  z-index: 20000;
  height: 150px;
}
.datecontrol .timezone {
  font-size: 14px;
}
.datecontrol .timeicon {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.datecontrol .timeicon:before {
  content: "\e07a";
}

.dynlist_results {
  position: absolute;
  background-color: white;
  min-width: 250px;
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid gray;
}

.dynlist > .dynlist_edit_container > .dynlist-edit {
  width: 235.6px;
}
.dynlist > .dynlist_edit_container > .dynlist-edit:focus {
  outline: none;
}
.dynlist > .dynlist_edit_container > .dynlist-edit::-ms-clear {
  display: none;
}

.dynlist.withpin > .dynlist_edit_container > .dynlist-edit {
  width: 200.6px;
}

.dynlist.has_location_search > .dynlist_edit_container > .dynlist-edit {
  width: 220.6px;
  border-left: 15px solid transparent;
}

.dynlist.canclear > .dynlist_edit_container > .dynlist-edit {
  width: 215.6px;
  border-right: 20px solid transparent;
}

.dynlist.canclear.withpin > .dynlist_edit_container > .dynlist-edit {
  width: 180.6px;
  border-right: 20px solid transparent;
}

.dynlist.has_location_search.withpin > .dynlist_edit_container > .dynlist-edit {
  width: 185.6px;
  border-left: 15px solid transparent;
}

.dynlist.canclear.withpin.has_location_search > .dynlist_edit_container > .dynlist-edit {
  width: 165.6px;
  border-right: 20px solid transparent;
  border-left: 15px solid transparent;
}

.dynlist.has_location_search .location-search {
  position: absolute;
  left: 0px;
  top: 7px;
  cursor: pointer;
}

.dynlist .nodata {
  color: #9d93a0;
  font-size: 14px;
}

.dynlist_results {
  z-index: 20001;
  /* one more than qi bubbles */
}

.dynlist_results .item {
  padding: 2px;
  color: gray;
  font-size: 14px;
  line-height: 1.2em;
}

.dynlist_results .item .mainitem {
  font-weight: bold;
}

.dynlist_results .item .subitem {
  color: #9d93a0;
  float: right;
}

.dynlist_results .active {
  background-color: #666;
  color: white;
  cursor: pointer;
}

.dynlistsearch {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -390px 0px;
  vertical-align: middle;
  position: relative;
}
.dynlistsearch:hover {
  background-position: -390px 0px;
}
.dynlistsearch.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.dynlist_edit_container {
  position: relative;
  display: inline-block;
}

.dynlist .pin_accept {
  vertical-align: top;
  top: 7px;
  position: relative;
  cursor: pointer;
}
.dynlist input:focus + .clearer {
  background-color: white;
}
.dynlist .clearer {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  width: 12px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .dynlist .clearer {
    padding: 12px 10px 11px 10px;
    right: 0px;
    top: 2px;
    font-size: 14px;
  }
}

.popuppanel {
  background-color: #f3f3e9;
  min-height: 400px;
  color: #505756;
}
.popuppanel .title {
  height: 72px;
  background-color: #dfdcdf;
  margin-bottom: 18px;
}
.popuppanel .title .maintitle {
  margin-left: 18px;
  line-height: 72px;
  font-size: 36px;
  font-weight: 900;
}
.popuppanel .popup_legend_box {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.popuppanel .layer_heading, .popuppanel .layer_list {
  padding: 9px;
}
.popuppanel .layer_list {
  font-size: 14px;
  font-weight: bold;
}

.paneltitle .title {
  height: 72px;
  background-color: #dfdcdf;
  margin-bottom: 18px;
}
.paneltitle .title .maintitle {
  margin-left: 18px;
  line-height: 72px;
  font-size: 36px;
  font-weight: 900;
}
.paneltitle .title {
  margin-bottom: 0px;
}

.popup-button {
  cursor: pointer;
  color: #948d97;
  margin-left: 9px;
  font-size: 14px;
}
.popup-button:hover {
  color: #a19aa3;
}

.document-popup-button {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.document-popup-button:before {
  content: "\e057";
}

.geomap-popup-button {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.geomap-popup-button:before {
  content: "\e1e5";
}

.calendar-popup-button {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.calendar-popup-button:before {
  content: "\e080";
}

.layout-popup-button {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.layout-popup-button:before {
  content: "\e0b4";
}

.leaflet-control-attribution {
  display: none;
}

.cal_button {
  cursor: pointer;
}

.caltitle {
  display: inline-block;
}

.view_switch {
  padding: 9px;
  margin-left: 1px;
  background-color: #a7a4a7;
  color: white;
  font-weight: 900;
  cursor: pointer;
  font-size: 14px;
}
.view_switch.switch_selected {
  background-color: #ece8ed;
  color: #505756;
}

.calswitcher {
  float: right;
  margin-right: 18px;
  margin-top: 27px;
}

.cal_today {
  font-size: 18px;
  margin-left: 18px;
  cursor: pointer;
  text-decoration: underline;
}

.cal_item {
  font-size: 12px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.cal_data_item {
  display: block;
  padding: 9px;
}

a.hint-link {
  cursor: pointer;
  color: #A0A0FB;
}

.guider.dark {
  position: absolute;
  z-index: 2000;
  font-size: 14px;
  box-shadow: 0px 0px 4px black;
  background-color: #28222a;
  color: #9d93a0;
  margin: 10px;
}
.guider.dark.small {
  max-width: 100px;
}
.guider.dark.medium {
  max-width: 300px;
}
.guider.dark.large {
  max-width: 500px;
}
.guider.dark .pointer_t {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #28222a;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: -10px;
  top: -20px;
  margin-left: 50%;
}
.guider.dark .pointer_b {
  position: absolute;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #28222a;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: -10px;
  bottom: -20px;
  margin-left: 50%;
}
.guider.dark .pointer_l {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-right: 10px solid #28222a;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -20px;
  top: 50%;
  margin-top: -10px;
}
.guider.dark .pointer_r {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-left: 10px solid #28222a;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}
.guider.dark .content {
  margin: 9px;
  max-width: 200px;
}
.guider.dark .contenticon {
  margin-right: 5px;
  font-size: 18px;
}
.guider.dark .link-container {
  text-align: right;
  margin-right: 9px;
  margin-bottom: 9px;
}

.es-search-title {
  margin: 0px 9px;
}

.modified-time {
  float: right;
}

.es-search-result {
  margin: 9px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 18px;
}
.es-search-result .es-results {
  display: inline-block;
  margin-left: 18px;
}
.es-search-result .es-results .es-label {
  font-weight: 900;
  font-size: 12px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 3px;
}
.es-search-result .es-results .es-value {
  font-weight: 900;
}

ul.applist {
  background-color: #534857;
  color: #e8dbe7;
  width: 72px;
  float: right;
}
ul.applist .subtxt, ul.applist .nodata {
  color: #9d93a0;
}
ul.applist li a {
  display: block;
  padding: 10px;
  text-align: center;
  height: 52px;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1em;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
ul.applist li a.selected {
  background-color: #736479;
}
ul.applist li a:hover, ul.applist li a.selected:hover {
  background-color: #a599aa;
}
ul.applist li a.more .v3-app-icon {
  font-size: 24px;
}
ul.applist.drawer {
  width: 237px;
}
ul.applist.drawer li {
  width: 72px;
  display: inline-block;
}
ul.applist .v3-app-icon {
  width: 25px;
  height: 25px;
  margin: 7px auto 7px auto;
  display: block;
}

.toolbarsection .toolbar.toolbar .v3icon.v3icon:hover {
  color: white;
}

.appdrawer {
  overflow: hidden;
  position: absolute;
  z-index: 7;
  /* wtf? required for leafelet which uses z-index 7 */
}
.appdrawer.sorting {
  overflow: visible;
}

.applist-reset {
  color: #999191;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 7px;
  padding: 6px;
  top: -10px;
  position: relative;
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  right: 14px;
  top: -35px;
  /*
  .lbl {
      display: block;
  }
  */
}
.applist-reset .v3icon {
  position: relative;
  top: 1px;
  left: 2px;
}
.applist-reset:visited {
  color: #999191;
}
.applist-reset:hover {
  color: white;
}
.applist-reset:hover .v3icon.v3icon {
  color: white;
}

@media (max-width: 767px) {
  #fullappmenu {
    position: fixed;
    width: 72px;
    overflow: auto;
    z-index: 200;
    top: 44px;
    bottom: 0px;
    left: 0px;
    -webkit-overflow-scrolling: touch;
  }
}

/* Field Lists */
.fieldlist-title {
  display: block;
}

.fieldlist-section-title {
  font-weight: 900;
}

.fieldlist-subtitle {
  display: block;
}

.fieldlist-name, .fieldlist-content {
  vertical-align: top;
}

.fieldlist-name {
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fieldlist-name {
    text-align: left;
  }
}

.fieldlist-row > td {
  padding-bottom: 0.5em;
}
@media (max-width: 767px) {
  .fieldlist-row > td {
    display: block;
  }
}

.fieldlist-vertical-title {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.fieldlist-vertical-content {
  font-weight: bold;
  margin-bottom: 1.5em;
}

.fieldlist-vertical.small .fieldlist-vertical-content {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5em;
}

.fieldlist-content .label {
  font-weight: bold;
}

.fieldlist-vertical-column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 9px 0px 9px;
}
@media (max-width: 767px) {
  .fieldlist-vertical-column {
    float: none;
    width: 100% !important;
  }
}

.fieldlist-vertical.smalltext .fieldlist-vertical-content {
  font-size: 18px;
  margin-bottom: 1.5em;
}
.fieldlist-vertical.xsmalltext .fieldlist-vertical-content {
  font-size: 14px;
  margin-bottom: 1.5em;
}

.contentfield {
  background-color: #f2f2e8;
  color: #575650;
  /*
  > .contentfield-child.content {
      float: left;
      background-color: #f2f2e8;
      width: 66.666666666666%;
  }
  > .contentfield-child.sidebar {
      float: left;
      @include break-word;
      width: 33.3333333333333%;
      @include sidebar;
  }
  */
}
.contentfield .sr_sub, .contentfield .subtxt, .contentfield .nodata, .contentfield .fieldlist-subtitle, .contentfield .fieldlist-vertical-title, .contentfield .currency_symbol, .contentfield .timezone {
  color: #a7a4a7;
}
.contentfield .listfooter, .contentfield .textfooter {
  color: #a7a4a7;
}
.contentfield .pagetitle-subtitle {
  color: #a7a4a7;
}
.contentfield .fe_header_content {
  color: #a7a4a7;
}
.contentfield .celllist-header {
  color: #a7a4a7;
}
.contentfield .unitmismatch {
  color: #eb8563;
}
.contentfield .unitmismatch.currencyunit {
  color: #575650;
}
.contentfield .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563;
}
.contentfield .fieldlist-title, .contentfield .fieldlist-vertical-title, .contentfield .fieldlist-subtitle {
  font-size: 14px;
}
.contentfield .fieldlist-vertical-content {
  font-size: 24px;
}
.contentfield .fieldlist-content {
  font-size: 24px;
}
.contentfield .fieldlist-content .nodata {
  font-size: 18px;
}
.contentfield .fieldlist-vertical-columns .fieldlist-vertical-content {
  font-size: 18px;
}
.contentfield .fieldlist-vertical-columns.largetext .fieldlist-vertical-content {
  font-size: 24px;
}
.contentfield .fieldlist-vertical-columns.largertext .fieldlist-vertical-content {
  font-size: 36px;
}
.contentfield > table {
  width: 100%;
}
.contentfield > table > tbody > tr > td {
  vertical-align: top;
}
.contentfield > table > tbody > tr > td.content {
  width: auto;
}
@media (max-width: 767px) {
  .contentfield > table > tbody > tr > td.content {
    display: block;
    width: 100%;
  }
}
.contentfield > table > tbody > tr > td.sidebar {
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  width: 300px;
  background-color: #dedade;
  color: #505756;
}
.contentfield > table > tbody > tr > td.sidebar .sr_sub, .contentfield > table > tbody > tr > td.sidebar .subtxt, .contentfield > table > tbody > tr > td.sidebar .nodata, .contentfield > table > tbody > tr > td.sidebar .fieldlist-subtitle, .contentfield > table > tbody > tr > td.sidebar .fieldlist-vertical-title, .contentfield > table > tbody > tr > td.sidebar .currency_symbol, .contentfield > table > tbody > tr > td.sidebar .timezone {
  color: #9d93a0;
}
.contentfield > table > tbody > tr > td.sidebar .listfooter, .contentfield > table > tbody > tr > td.sidebar .textfooter {
  color: #9d93a0;
}
.contentfield > table > tbody > tr > td.sidebar .pagetitle-subtitle {
  color: #9d93a0;
}
.contentfield > table > tbody > tr > td.sidebar .fe_header_content {
  color: #9d93a0;
}
.contentfield > table > tbody > tr > td.sidebar .celllist-header {
  color: #9d93a0;
}
.contentfield > table > tbody > tr > td.sidebar .sidebar_link_switch, .contentfield > table > tbody > tr > td.sidebar .sidebar_link {
  background-color: #eae7ea;
}
.contentfield > table > tbody > tr > td.sidebar .sidebar_link_switch:hover, .contentfield > table > tbody > tr > td.sidebar .sidebar_link:hover {
  background-color: #fbfafb;
}
.contentfield > table > tbody > tr > td.sidebar .sidebar_link_switch[href^='#']:hover, .contentfield > table > tbody > tr > td.sidebar .sidebar_link[href^='#']:hover {
  background-color: #f6f5f6;
}
.contentfield > table > tbody > tr > td.sidebar .fieldlist-title, .contentfield > table > tbody > tr > td.sidebar .fieldlist-vertical-title, .contentfield > table > tbody > tr > td.sidebar .fieldlist-subtitle {
  font-size: 14px;
}
.contentfield > table > tbody > tr > td.sidebar .fieldlist-vertical {
  margin: 18px 18px;
}
@media (max-width: 767px) {
  .contentfield > table > tbody > tr > td.sidebar {
    display: block;
    width: 100%;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .contentfield.mobile-drawer > table > tbody > tr {
    display: block;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .contentfield.mobile-drawer > table > tbody > tr > td.sidebar {
    position: absolute;
    left: 100%;
  }
}

.contentfield-plain {
  /*
  > .contentfield-child.content {
      float: left;
      background-color: #f2f2e8;
      width: 66.666666666666%;
  }
  > .contentfield-child.sidebar {
      float: left;
      @include break-word;
      width: 33.3333333333333%;
      @include sidebar;
  }
  */
}
.contentfield-plain .fieldlist-title, .contentfield-plain .fieldlist-vertical-title, .contentfield-plain .fieldlist-subtitle {
  font-size: 14px;
}
.contentfield-plain .fieldlist-vertical-content {
  font-size: 24px;
}
.contentfield-plain .fieldlist-content {
  font-size: 24px;
}
.contentfield-plain .fieldlist-content .nodata {
  font-size: 18px;
}
.contentfield-plain .fieldlist-vertical-columns .fieldlist-vertical-content {
  font-size: 18px;
}
.contentfield-plain .fieldlist-vertical-columns.largetext .fieldlist-vertical-content {
  font-size: 24px;
}
.contentfield-plain .fieldlist-vertical-columns.largertext .fieldlist-vertical-content {
  font-size: 36px;
}
.contentfield-plain > table {
  width: 100%;
}
.contentfield-plain > table > tbody > tr > td {
  vertical-align: top;
}
.contentfield-plain > table > tbody > tr > td.content {
  width: auto;
}
@media (max-width: 767px) {
  .contentfield-plain > table > tbody > tr > td.content {
    display: block;
    width: 100%;
  }
}
.contentfield-plain > table > tbody > tr > td.sidebar {
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  width: 300px;
}
.contentfield-plain > table > tbody > tr > td.sidebar .fieldlist-title, .contentfield-plain > table > tbody > tr > td.sidebar .fieldlist-vertical-title, .contentfield-plain > table > tbody > tr > td.sidebar .fieldlist-subtitle {
  font-size: 14px;
}
.contentfield-plain > table > tbody > tr > td.sidebar .fieldlist-vertical {
  margin: 18px 18px;
}
@media (max-width: 767px) {
  .contentfield-plain > table > tbody > tr > td.sidebar {
    display: block;
    width: 100%;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .contentfield-plain.mobile-drawer > table > tbody > tr {
    display: block;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .contentfield-plain.mobile-drawer > table > tbody > tr > td.sidebar {
    position: absolute;
    left: 100%;
  }
}

.fieldgroup {
  padding: 18px 18px;
}
.fieldgroup.inset {
  margin: 18px 18px;
}
.fieldgroup.alternate {
  background-color: #e6e6dc;
}

.fieldgroup-header {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 1em;
}

.fieldgroup-subtitle {
  float: right;
}

.fieldexpandable .fieldexpandable-header {
  font-weight: 900;
  font-size: 36px;
  padding: 18px 18px;
}
@media (max-width: 767px) {
  .fieldexpandable .fieldexpandable-header {
    font-size: 18px;
  }
}
.fieldexpandable .fieldexpandable-header .expand-group, .fieldexpandable .fieldexpandable-header .collapse-group {
  position: absolute;
  cursor: pointer;
}
.fieldexpandable .fieldexpandable-header .expand-group {
  visibility: hidden;
}
@media (max-width: 767px) {
  .fieldexpandable .fieldexpandable-title {
    height: 1.1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 250px;
  }
}
.fieldexpandable .fieldexpandable-subtitle {
  float: right;
  width: 20px;
}
.fieldexpandable .fieldexpandable-body {
  padding: 18px 0px;
}
.fieldexpandable.collapsed .fieldexpandable-header .expand-group {
  visibility: visible;
}
.fieldexpandable.collapsed .fieldexpandable-header .collapse-group {
  visibility: hidden;
}
.fieldexpandable.collapsed .fieldexpandable-body {
  display: none;
}

.columns_container {
  width: 100%;
}
.columns_container tr.field_row td {
  vertical-align: baseline;
}
.columns_container td {
  vertical-align: top;
}
@media (max-width: 767px) {
  .columns_container td {
    display: block;
    width: 100%;
  }
}

.cells_container {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.cells_container_column {
  display: table-cell;
  vertical-align: middle;
}
.cells_container_column.clip {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cells_container_column.break {
  word-break: break-word;
}
@media (max-width: 767px) {
  .cells_container_column {
    display: inline-block;
    width: 100% !important;
    margin-top: 9px;
  }
}

.sr_object {
  font-weight: 900;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fe_table {
  width: 100%;
}
.fe_table .fe_row {
  background-color: #f7f7f0;
}
.fe_table .fe_row .table_cell {
  overflow-y: hidden;
  padding: 5px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
}
@media print {
  .fe_table .fe_row .table_cell {
    border: 1px solid gray;
  }
}
.fe_table .fe_row .table_cell .subtxt {
  font-size: 14px;
}
.fe_table .fe_row:nth-of-type(odd) {
  background-color: #f3f3ea;
}
.fe_table tbody tr.fe_header, .fe_table thead tr.fe_header {
  font-size: 14px;
}
.fe_table tbody tr.fe_header td, .fe_table tbody tr.fe_header th, .fe_table thead tr.fe_header td, .fe_table thead tr.fe_header th {
  vertical-align: top;
}
.fe_table tbody tr.fe_header td .fe_header_content, .fe_table tbody tr.fe_header th .fe_header_content, .fe_table thead tr.fe_header td .fe_header_content, .fe_table thead tr.fe_header th .fe_header_content {
  display: inline-block;
  max-width: 90%;
}

.fe_table.small {
  width: 100%;
}
.fe_table.small .fe_row {
  background-color: #f7f7f0;
}
.fe_table.small .fe_row .table_cell {
  overflow-y: hidden;
  padding: 3px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
}
@media print {
  .fe_table.small .fe_row .table_cell {
    border: 1px solid gray;
  }
}
.fe_table.small .fe_row .table_cell .subtxt {
  font-size: 14px;
}
.fe_table.small .fe_row:nth-of-type(odd) {
  background-color: #f3f3ea;
}
.fe_table.small tbody tr.fe_header, .fe_table.small thead tr.fe_header {
  font-size: 14px;
}
.fe_table.small tbody tr.fe_header td, .fe_table.small tbody tr.fe_header th, .fe_table.small thead tr.fe_header td, .fe_table.small thead tr.fe_header th {
  vertical-align: top;
}
.fe_table.small tbody tr.fe_header td .fe_header_content, .fe_table.small tbody tr.fe_header th .fe_header_content, .fe_table.small thead tr.fe_header td .fe_header_content, .fe_table.small thead tr.fe_header th .fe_header_content {
  display: inline-block;
  max-width: 90%;
}

.simpletable {
  width: 100%;
}

.profilepic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
}
.profilepic.large {
  width: 100%;
  height: 128px;
  background-size: 128px;
}
.profilepic.qi, .profilepic.medium {
  background-size: 40px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.likebutton {
  padding: 10px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 900;
  font-family: inherit;
  border: 0px;
  color: white;
  background-color: #71618d;
  cursor: pointer;
}
.likebutton.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

button {
  padding: 10px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 900;
  font-family: inherit;
  border: 0px;
  color: white;
  background-color: #71618d;
  cursor: pointer;
}
button.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.normal_action, .normal_button, .secondary_action {
  padding: 10px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 900;
  font-family: inherit;
  border: 0px;
  color: white;
  background-color: #71618d;
  min-width: 200px;
}
.normal_action.loading, .normal_button.loading, .secondary_action.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
@media (max-width: 767px) {
  .normal_action, .normal_button, .secondary_action {
    margin-bottom: 9px;
  }
}

a.calltoaction {
  padding: 10px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 900;
  font-family: inherit;
  border: 0px;
  color: white;
  background-color: #71618d;
  display: inline-block;
  color: white;
  text-align: center;
  font-size: 14px;
}
a.calltoaction.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
a.calltoaction:visited {
  color: white;
}

.cancel-action {
  padding: 10px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 900;
  font-family: inherit;
  border: 0px;
  color: white;
  background-color: #a99190;
  min-width: 100px;
}
.cancel-action.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.actionlink, .actionbutton, .deletelink {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.actionlink.large, .actionbutton.large, .deletelink.large {
  font-size: 18px;
}
.actionlink.larger, .actionbutton.larger, .deletelink.larger {
  font-size: 24px;
}
.actionlink.loading:before, .actionbutton.loading:before, .deletelink.loading:before {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "ab";
  color: transparent;
}

.actionlist a, .actionlist span {
  margin-left: 6px;
  margin-right: 6px;
}

.searchbox_section {
  padding: 0.5em;
}
.searchbox_section input[type='text'], .searchbox_section input[type='search'] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

.searchtable {
  padding: 9px;
}
.searchtable .paging_browse {
  display: none;
  float: right;
  height: 0px;
}

.currency_symbol {
  font-size: 0.8em;
}

.currency_container .currency_symbol {
  font-weight: bold;
}

.modal_layer {
  z-index: 10;
  min-width: 700px;
  max-height: 90%;
  overflow: auto;
}
@media (max-width: 767px) {
  .modal_layer {
    min-width: 0px;
    max-height: 20000px;
    width: 100%;
  }
}

.modal_layer.stretch {
  width: 99%;
  max-height: 99%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.actionlayer {
  background-color: #f2f2e8;
  color: #575650;
  /* dialog ui change */
  background-color: #d7d7d7;
  box-shadow: 2px 2px 50px black;
  -webkit-animation-name: popupIn;
  -webkit-animation-duration: 0.05s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}
.actionlayer .sr_sub, .actionlayer .subtxt, .actionlayer .nodata, .actionlayer .fieldlist-subtitle, .actionlayer .fieldlist-vertical-title, .actionlayer .currency_symbol, .actionlayer .timezone {
  color: #a7a4a7;
}
.actionlayer .listfooter, .actionlayer .textfooter {
  color: #a7a4a7;
}
.actionlayer .pagetitle-subtitle {
  color: #a7a4a7;
}
.actionlayer .fe_header_content {
  color: #a7a4a7;
}
.actionlayer .celllist-header {
  color: #a7a4a7;
}
.actionlayer .unitmismatch {
  color: #eb8563;
}
.actionlayer .unitmismatch.currencyunit {
  color: #575650;
}
.actionlayer .unitmismatch.currencyunit .currency_symbol {
  color: #eb8563;
}
.actionlayer .fieldlist-title, .actionlayer .fieldlist-vertical-title, .actionlayer .fieldlist-subtitle {
  font-size: 14px;
}
.actionlayer .fieldlist-vertical-content {
  font-size: 24px;
}
.actionlayer .fieldlist-content {
  font-size: 24px;
}
.actionlayer .fieldlist-content .nodata {
  font-size: 18px;
}
.actionlayer .fieldlist-vertical-columns .fieldlist-vertical-content {
  font-size: 18px;
}
.actionlayer .fieldlist-vertical-columns.largetext .fieldlist-vertical-content {
  font-size: 24px;
}
.actionlayer .fieldlist-vertical-columns.largertext .fieldlist-vertical-content {
  font-size: 36px;
}
.actionlayer .header {
  /* dialog ui change from fwbolder */
  font-weight: normal;
  font-size: 24px;
  padding: 18px 18px;
  /* dialog ui change */
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 9px;
}
.actionlayer .header_title {
  float: left;
  margin-right: 20px;
}
.actionlayer .closer {
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 18px;
}
.actionlayer .closer a {
  border-width: 2px;
  border-style: solid;
  padding: 6px;
  border-radius: 25px;
  font-size: 0.8em;
}
.actionlayer .action {
  padding: 18px 18px;
}

.layer_mask {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  z-index: 9;
}

@-webkit-keyframes popupIn {
  0% {
    -webkit-transform: opacity(0.5);
  }

  100% {
    -webkit-transform: opacity(1);
  }
}
.sidebar_link_container {
  position: relative;
}
.sidebar_link_container > .sidebar_link_arrow {
  position: absolute;
  right: 9px;
  top: 25%;
}
.sidebar_link_container > .sidebar_link_text {
  margin-right: 14px;
  float: left;
}
.sidebar_link_container.loading > .sidebar_link_text:before {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  content: "ab";
  color: transparent;
}

.sidebar_link_switch, .sidebar_link {
  margin: 2px 0px;
  display: block;
  padding: 18px 18px;
  font-weight: bold;
}
.sidebar_link_switch .arrow, .sidebar_link .arrow {
  float: right;
}

.sidebargroup {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 72px);
}
.sidebargroup .title {
  font-weight: 900;
  font-size: 18px;
  padding: 9px 18px;
}
.sidebargroup .title .collapser {
  position: relative;
  float: right;
  top: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  font-size: 12px;
  left: -12px;
}
.sidebargroup .title .collapser .expand-group, .sidebargroup .title .collapser .collapse-group {
  position: absolute;
  cursor: pointer;
}
.sidebargroup .title .collapser .expand-group {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  visibility: hidden;
}
.sidebargroup .title .collapser .expand-group:before {
  content: "\e0f5";
}
.sidebargroup .title .collapser .collapse-group {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.sidebargroup .title .collapser .collapse-group:before {
  content: "\e0f4";
}
.sidebargroup .sidebarchild > input[type='submit'] {
  margin: 18px;
}
.sidebargroup .sidebarchild > button {
  margin: 18px;
}
.sidebargroup .sidebarchild > .actionlink {
  margin: 18px;
}
.sidebargroup.collapsed .sidebarchild {
  display: none;
}
.sidebargroup.collapsed .collapser .expand-group {
  visibility: visible;
}
.sidebargroup.collapsed .collapser .collapse-group {
  visibility: hidden;
}

.modal {
  position: absolute;
  width: 864px;
  max-height: 90%;
  box-shadow: 2px 2px 5px black;
  z-index: 900;
}
.modal .modal_container {
  overflow: auto;
  max-height: 648px;
}
.modal.stretch {
  width: 90%;
}
.modal .popup_close {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: 0px -60px;
  cursor: pointer;
  position: absolute;
  right: -13.5px;
  top: -13.5px;
}
.modal .popup_close:hover {
  background-position: 0px -60px;
}
.modal .popup_close.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .modal .popup_close {
    top: 0px;
    right: 0px;
    opacity: 0.3;
  }
}
.modal .popup_content {
  max-height: 500px;
}
@media (max-width: 767px) {
  .modal {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  .modal .popup_content {
    max-height: 4000px;
  }
}

#__popupoverlay__ {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #111;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  z-index: 899;
}

.emptypopup {
  height: 200px;
  text-align: center;
  background-color: #f2f2e8;
  color: #575650;
}
.emptypopup .sr_sub, .emptypopup .subtxt, .emptypopup .nodata, .emptypopup .fieldlist-subtitle, .emptypopup .fieldlist-vertical-title, .emptypopup .currency_symbol, .emptypopup .timezone {
  color: #a7a4a7;
}
.emptypopup .listfooter, .emptypopup .textfooter {
  color: #a7a4a7;
}
.emptypopup .pagetitle-subtitle {
  color: #a7a4a7;
}
.emptypopup .fe_header_content {
  color: #a7a4a7;
}
.emptypopup .celllist-header {
  color: #a7a4a7;
}

.onhover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
@media only screen and (device-width: 768px) {
  .onhover {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

.hover_container:hover .onhover {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.groupeditor-actions {
  text-align: center;
  margin-top: 36px;
}

.groupeditor-save {
  padding: 10px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 900;
  font-family: inherit;
  border: 0px;
  color: white;
  background-color: #71618d;
  min-width: 200px;
}
.groupeditor-save.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.groupeditor-cancel {
  padding: 10px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 900;
  font-family: inherit;
  border: 0px;
  color: white;
  background-color: #a99190;
  min-width: 100px;
}
.groupeditor-cancel.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.groupeditor-edit {
  font-size: 18px;
}

.fieldeditor-edit-action {
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}

.fieldeditor .editbox {
  display: block;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 18px;
}
.fieldeditor .editbox.invisible {
  display: none;
}
.fieldeditor .editbox .actions {
  margin-top: 9px;
  display: block;
}
.fieldeditor .edit_action {
  font-size: 14px;
}

.pre {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
}

.field-label {
  line-height: 1.4em;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.field-label.plain {
  word-break: break-all;
  word-wrap: break-word;
}

.errortext {
  color: #eb8563;
}

.warningmsg, .warning {
  background-color: #eb8563;
  padding: 18px;
  display: block;
  color: white;
  font-weight: bold;
}

.v3icon-warning {
  color: #eb8563;
}
.v3icon-warning.normal-warning {
  color: inherit;
}

.warning .v3icon-warning {
  color: white;
}

.hidden_banner {
  background-color: #eb8563;
  padding: 18px;
  display: block;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.hidden_banner a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.popuperror {
  height: 100px;
  padding: 36px 0px;
  background-color: #f2f2e8;
  text-align: center;
}
.popuperror .error {
  background-color: #eb8563;
  padding: 18px;
  display: block;
  color: white;
  font-weight: bold;
}

.field-wrapper.invalid {
  background-color: #eb8563;
  display: block;
  padding: 5px;
}
.field-wrapper.invalid .currency_symbol {
  color: white;
}

.field-validation-error {
  font-weight: bold;
  font-size: 14px;
  color: white;
  display: block;
  padding: 5px;
}
.field-validation-error .textfooter, .field-validation-error .listfooter, .field-validation-error .timeicon, .field-validation-error .timezone {
  color: white;
}

.field-required-marker:before {
  content: "*";
  margin-left: 2px;
}

.field-validation-error-label {
  display: block;
  margin-bottom: 18px;
}

ul.popupmenu {
  display: block;
  font-size: 14px;
  box-shadow: 2px 2px 3px gray;
}
ul.popupmenu li {
  display: block;
  height: -1px;
  padding: 18px;
  cursor: pointer;
}
ul.popupmenu li.selected {
  background-color: rgba(0, 0, 0, 0.02);
}
ul.popupmenu li:hover {
  background-color: #e9e4ea;
}

.pagetitle {
  padding: 9px;
  font-size: 14px;
  font-weight: bold;
}
.pagetitle.block {
  background: linear-gradient(#e4e1e4, #dedade);
}
.pagetitle .pagetitle-maintitle {
  margin: 9px;
  font-size: 24px;
}

.linkmenu {
  background-color: #28222a;
  z-index: 2000;
  font-size: 14px;
  box-shadow: 2px 2px 15px black;
  color: #9d93a0;
  min-width: 200px;
  font-size: 18px;
}
.linkmenu .sidebar_group {
  margin-bottom: 3px;
}
.linkmenu .sidebar_group.horizontal {
  float: left;
  width: 200px;
}
.linkmenu .sidebar_group .collapser {
  position: relative;
  float: right;
  top: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  font-size: 12px;
  left: -12px;
}
.linkmenu .sidebar_group .collapser .expand-group, .linkmenu .sidebar_group .collapser .collapse-group {
  position: absolute;
  cursor: pointer;
}
.linkmenu .sidebar_group .collapser .expand-group {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  visibility: hidden;
}
.linkmenu .sidebar_group .collapser .expand-group:before {
  content: "\e0f5";
}
.linkmenu .sidebar_group .collapser .collapse-group {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.linkmenu .sidebar_group .collapser .collapse-group:before {
  content: "\e0f4";
}
.linkmenu.collapsed .sidebar_content {
  display: none;
}
.linkmenu.collapsed .collapser .expand-group {
  visibility: visible;
}
.linkmenu.collapsed .collapser .collapse-group {
  visibility: hidden;
}
.linkmenu .sidebar_header {
  color: #ece8ed;
  padding: 9px 9px;
  font-weight: bold;
}
.linkmenu .sidebar_link_switch, .linkmenu .sidebar_link {
  padding: 5px 9px;
}
.linkmenu .sidebar_link_switch:hover, .linkmenu .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.linkmenu .sidebar_link_switch .menuicon, .linkmenu .sidebar_link .menuicon {
  margin-right: 5px;
  float: left;
}
.linkmenu .arrow {
  font-size: 14px;
}

.popupmenu {
  position: absolute;
  background-color: #28222a;
  z-index: 2000;
  font-size: 14px;
  box-shadow: 2px 2px 15px black;
  color: #9d93a0;
  min-width: 200px;
}
.popupmenu .sidebar_group {
  margin-bottom: 3px;
}
.popupmenu .sidebar_group.horizontal {
  float: left;
  width: 200px;
}
.popupmenu .sidebar_group .collapser {
  position: relative;
  float: right;
  top: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  font-size: 12px;
  left: -12px;
}
.popupmenu .sidebar_group .collapser .expand-group, .popupmenu .sidebar_group .collapser .collapse-group {
  position: absolute;
  cursor: pointer;
}
.popupmenu .sidebar_group .collapser .expand-group {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  visibility: hidden;
}
.popupmenu .sidebar_group .collapser .expand-group:before {
  content: "\e0f5";
}
.popupmenu .sidebar_group .collapser .collapse-group {
  font-family: 'ivivaworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.popupmenu .sidebar_group .collapser .collapse-group:before {
  content: "\e0f4";
}
.popupmenu.collapsed .sidebar_content {
  display: none;
}
.popupmenu.collapsed .collapser .expand-group {
  visibility: visible;
}
.popupmenu.collapsed .collapser .collapse-group {
  visibility: hidden;
}
.popupmenu .sidebar_header {
  color: #ece8ed;
  padding: 9px 9px;
  font-weight: bold;
}
.popupmenu .sidebar_link_switch, .popupmenu .sidebar_link {
  padding: 5px 9px;
}
.popupmenu .sidebar_link_switch:hover, .popupmenu .sidebar_link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.popupmenu .sidebar_link_switch .menuicon, .popupmenu .sidebar_link .menuicon {
  margin-right: 5px;
  float: left;
}
.popupmenu .arrow {
  font-size: 14px;
}
.popupmenu .pointer_t {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #28222a;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 0px;
  top: -20px;
  margin-left: 50%;
}
.popupmenu .pointer_t.right {
  right: 0px;
  left: auto;
}

.hover_container {
  position: relative;
  padding-right: 30px;
  /* about right??? */
}
.hover_container .hover_options {
  position: absolute;
  right: 0px;
  top: 0px;
}
.hover_container .hover_field {
  visibility: hidden;
}
.hover_container:hover .hover_field {
  visibility: visible;
}
@media only screen and (device-width: 768px) {
  .hover_container .hover_field {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    visibility: visible;
  }
  .hover_container:hover .hover_field {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

.delete_item {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -180px 0px;
}
.delete_item:hover {
  background-position: -180px 0px;
}
.delete_item.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.color-scheme-editor {
  display: none;
}

.page-edit-mode .color-scheme-editor {
  display: inline-block;
}

#scheme-bubble {
  position: absolute;
  z-index: 2000;
  box-shadow: 1px 1px 5px black;
}
#scheme-bubble ul {
  display: block;
}
#scheme-bubble ul li {
  display: block;
  width: 30px;
  height: 25px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#scheme-bubble ul li:hover {
  border: 1px solid white;
}

.util-info {
  font-size: 14px;
  font-weight: bold;
}
.util-info.withtext {
  display: block;
  margin: 18px 0px;
}

.util-icon-text {
  font-size: 14px;
  font-weight: bold;
}
.util-icon-text.withtext {
  display: block;
  margin: 18px 0px;
}
.util-icon-text .icon {
  margin-right: 5px;
}

.jsondata {
  display: none;
}

.pin_accept {
  background-image: url(/ui/icons/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: -420px 0px;
}
.pin_accept:hover {
  background-position: -420px 0px;
}
.pin_accept.loading {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

/* The hint bubble for showing an item has been
added to the pinboard
*/
.__hint__pinned {
  z-index: 50000;
}

#__pinboard__ .nodata {
  padding: 9px;
}
#__pinboard__ .sidebar_header .title {
  float: left;
}
#__pinboard__ .sidebar_header .subtitle {
  float: right;
  font-size: 0.9em;
  cursor: pointer;
}
#__pinboard__ .sidebar_group {
  padding-right: 9px;
}
#__pinboard__.editmode .edit {
  display: none;
}
#__pinboard__.editmode .done {
  display: inline-block;
}
#__pinboard__.editmode .remover {
  display: inline-block;
}
#__pinboard__.editmode .ke {
  display: none;
}
#__pinboard__.editmode .clearall {
  display: block;
}
#__pinboard__ .edit {
  display: inline-block;
}
#__pinboard__ .done {
  display: none;
}
#__pinboard__ .clearall {
  display: none;
  padding: 9px;
  font-weight: 900;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  cursor: pointer;
}
#__pinboard__ .remover {
  font-size: 12px;
  display: none;
  margin-left: 9px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  float: right;
  margin-top: 10px;
  cursor: pointer;
}
#__pinboard__ .sidebar_link_switch {
  display: inline-block;
}
#__pinboard__ .ke {
  float: right;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}

.edit-table-actions {
  margin-left: 20px;
  float: right;
  /* ??? */
}

.alert_message {
  position: fixed;
  top: 20%;
  padding: 27px;
  background-color: #3e3641;
  z-index: 50000;
}

.loading_small, .throbber, .execloader {
  background-image: url(/ui/icons/list-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 11px;
  width: 16px;
  display: inline-block;
}

.pagetitle-subtitle a {
  text-decoration: underline;
  /*
  font-size: $fslarger;
  font-weight: $fwnormal;
  */
}

.pagetitle-icon {
  font-size: 24px;
}

.filedropper .dropbox {
  font-size: 14px;
  border: 1px dashed gray;
  padding: 9px;
  cursor: pointer;
}
.filedropper .dropbox.dragover {
  border: 1px dashed #c8c8c8;
  background: rgba(255, 255, 255, 0.5);
}
.filedropper .dropbox .dropfilename {
  margin-top: 9px;
  display: block;
  font-weight: 900;
}
.filedropper .progressbar {
  float: left;
  height: 10px;
  width: 100%;
  display: block;
}
.filedropper .progressbar .meter {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  float: left;
}

.toolbar-item {
  margin-right: 7px;
  padding: 6px;
  top: -10px;
  position: relative;
}

.toolbar-icon, a.toolbar-icon {
  color: #999191;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 7px;
  padding: 6px;
  top: -10px;
  position: relative;
}
.toolbar-icon .v3icon, a.toolbar-icon .v3icon {
  position: relative;
  top: 1px;
  left: 2px;
}
.toolbar-icon:visited, a.toolbar-icon:visited {
  color: #999191;
}
.toolbar-icon:hover, a.toolbar-icon:hover {
  color: white;
}
.toolbar-icon:hover .v3icon.v3icon, a.toolbar-icon:hover .v3icon.v3icon {
  color: white;
}

.notification_message {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .welcomemsg {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

.sigfield .sigWrapper {
  position: relative;
  border: 0px;
}
.sigfield .sigWrapper.current {
  border: 0px;
}
.sigfield .sigWrapper .clearsig {
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 0px;
  height: 25px;
  font-size: 14px;
}

.search-filter-action {
  padding-left: 9px;
  padding-right: 9px;
}

.iviva-br {
  display: none;
  margin-top: 9px;
  margin-bottom: 9px;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
}

.uic-widget-horizontal {
  float: left;
  margin-right: 9px;
}

.uic-widget-vertical {
  margin-bottom: 9px;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: sup;
}

.processmessage {
  left: 0px;
  top: 0px;
  position: fixed;
  z-index: 4000;
  right: 0px;
  transition: transform 1s;
}
.processmessage.invisible {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}

.eula-title {
  font-size: 24px;
  font-weight: 900;
  margin-top: 18px;
  margin-bottom: 9px;
  text-align: center;
}
@media (max-width: 767px) {
  .eula-title {
    font-size: 18px;
  }
}

.eula-content {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
}
@media (max-width: 767px) {
  .eula-content {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .eula-action .normal_action {
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .eula-action .cancel-action {
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
}
.pinboard .v3-app-icon {
  margin-right: 5px;
}