table.splitter {
  width: 100%;
  border-spacing: 5px 0px;
  border-collapse: inherit;
}

table.splitter td  {
  background-color: #fff;
  box-shadow: 1px 4px 4px rgba(0,0,0,.25);
  padding: 0px;
  vertical-align: top;
}

table.splitter td.hdr  {
  padding-left: 4px;
  background-color: #f4f4f4;
  color: #777;
  font-size: 13px;
  padding-top: 1px;
}

table.splitter td.hdrcolapsed  {
  padding-left: 4px;
  background-color: #f4f4f4;
  min-width: 20px;
  color: #777;
  font-size: 13px;
  padding-top: 1px;
}

table.splitter td.hdr a  {
}

table.splitter td.hdrcolapsed a  {
  color: #fff;
  font-size: 13px;
}



.jsonTree {
  font-family: HP Simplified, Arial, Helvetica;
  font-size: 12px;
  margin-left: -30px;
  margin-top:    3px;
  margin-bottom: 3px;
}

.jsonTree .glyphicon {
  font-size: 10px;
  clor: #0096d6;
  color: #bbb;
}

.jsonTree ul {
  margin-left: -28px;
  margin-bottom: 0px;
  margin-top: -4px;
}

.jsonTree ol {
  margin-left: -28px;
  margin-bottom: 0px;
  margin-top: -2px;
}

.jsonTree li {
  padding: 0px 0px;
  list-style-type: none;
  margin-bottom: -2px;
  margin-left: 0px;
}
.jsonTree li li {
  margin-left: -1px;
}
.jsonTree label {
  display: inline-block;
  margin-right: 13px;
  color: #0096d6;
  font-weight: normal;
  margin-bottom: 0px;
}
.jsonTree ol > li > label {
  color: #ccc;
}
.jsonTree .parentNode {
  margin-top: -8px;
}
.jsonTree .parentNode:before {
  content: "\0025B8";
  clor: #999;
  color: #0096d6;
  font-size: 18px;
  margin-left: -10px;
}
.jsonTree .parentNode  .expanded:before {
  content: "\0025BE";
  font-size: 18px;
}

.jsonTree .object > span {
  color: #04aa55;
  font-size: 12px;
  cursor: default;
}
.jsonTree .object > span:before  {
  content: "{} \0000a0 ";
}
// fades back the "n Items" label when expanded.
.jsonTree .object .expanded > span {
    color: #B3C0BD;
}

.jsonTree .array {
}
.jsonTree .array > span {
  color: #C042DF;
  font-size: 12px;
  cursor: default;
}
.jsonTree .array > span:before  {
  content: "[ ] \0000a0 ";
}
// fades back the "n Items" label when expanded.
.jsonTree .array .expanded > span {
  color: #D7D5D8;
}

.jsonTree .string > span {
  color: #43413D;
}
.jsonTree .number > span {
  color: #bb0000;
}
.jsonTree .boolean > span {
  color: #08C6CE;
}
.jsonTree .null > span {
  color: #DF113A;
}



.docTree {
  font-family: HP Simplified, Arial, Helvetica;
  font-size: 13px;
  margin-left: -36px;
  margin-top:    3px;
  margin-bottom: 3px;
}

.docTree .glyphicon {
  font-size: 11px;
}

.docTree ul {
  margin-left: -28px;
  margin-bottom: 0px;
  margin-top: -2px;
}

.docTree ol {
  margin-left: -28px;
  margin-bottom: 0px;
  margin-top: -2px;
}

.docTree li {
  padding: 0px 0px;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 0px;
}
.docTree li li {
  margin-left: 0px;
}
.docTree label {
  display: inline-block;
  margin-right: 13px;
  font-weight: normal;
  margin-bottom: 0px;
}
.docTree ol > li > label {
  color: #ccc;
}
.docTree .parentNode {
  color: #777;
  margin-top: 0px;
}
.docTree .parentNode:before {
  content: " ";
  font-size: 18px;
  margin-left: 0px;
}
.docTree .parentNode  .expanded:before {
  content: " ";
  font-size: 18px;
}

.docTree .actionLine:hover {
  background-color: #f9f9f9;
}

.docTree .actionLine > .actionButton {
  font-size: 11px;
  color: #fff;
  padding: 1px 3px 1px 3px;
  border-radius: 1px 3px 0px 3px;
  text-decoration: none;
  cursor: default;
}

.docTree .actionLine:hover > .actionButton {
  background-color: #0096d6;
}

.docTree .object > span {
  color: #04aa55;
  font-size: 12px;
  cursor: default;
}

.docTree .templateNode {
  color: #0096d6;
}
.docTree .changed > label {
  font-weight: 700;
}
.docTree .templateNode:hover {
  background-color: #f9f9f9;
}


.docTree .blockNode {
  color: #aa4444;
}
.docTree .blockNode:hover {
  background-color: #f9f9f9;
}


.docTree .pdfNode {
  color: #aa0;
}
.docTree .pictureNode {
  color: #44aa44;
}
.docTree .unknownNode {
  color: #aaa;
}

.docTree .selected {
  background-color: #f4f4f4;
  border-right: 3px solid #0096d6;
}

.dropdown-item-recycle {
  padding: 5px;
  cursor: pointer;
}

.dropdown-item-recycle:hover {
  background-color: #f1f1f1;
}

.dropdown-recycle {
  display: block;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 6px 6px;
  z-index: 1;
  border-radius: 3px;
  border: 1px solid #aaa;
}
.shipments-tracker{
  overflow: auto;
}

.shipmentProgressBarArrow {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -2px;
  top: -3px;
  border-left:   9px solid #e8e8e8;
  border-top:    9px solid transparent;
  border-bottom: 9px solid transparent;
  vertical-align: middle;
}
.shipmentProgressBarArrow100 {
  width: 0;
  height: 18px;  
  position: absolute;
  right: -2px;
  top: -3px;
  border: 0;
  border-right: 5px solid #0096d6;
  vertical-align: middle;
}


.right
{
	float: right;
}
.margin7
{
	margin-bottom: 7px !important;
	margin-top: 7px !important;
}
.noBorder
{
	border: none !important;
}
.noBorder > legend
{
	margin-left: 0px !important;
}
.fullWidth
{
	width: 100% !important;
}
.bottompadding20
{
	padding-bottom: 20px !important;
}
.bottompadding10
{
	padding-bottom: 10px !important;
}
.bottompadding5
{
	padding-bottom: 5px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
}
.leftMargin10
{
	margin-left: 10px!important;
}
.margintop12
{
	margin-top: -12px!important;
}
.dateControl
{
	padding-bottom: 44px ! important;
	width: 100%;
}
.thGrid
{
	border-bottom: 1px solid #fff;
	text-align: center;
}
#date_selection
{
	margin-top: -5px;
	width: 60%;
    height: 35px;
    line-height: 35px;
}
.margintop10
{
	margin-top: -10px;
}
.marginleft8
{
	margin-left: -8px !important;
}
.marginleft10
{
	margin-left: 8px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    text-align: right;
}
.highlighted {
  background-color: #ffffcc;
}
.tableRowHighlight{
  outline:thin solid black;
}


div.fieldCard {

  width: 50ex;
  background-color: #f4f4f4;
  margin: 14px;
  padding: 6px 8px;
  box-shadow: 1px 1px 7px rgba(0,0,0, .4);
  overflow: hidden;
}

div.fieldCard:hover {
  background-color: #eeeeee;
}

div.fieldName {
   font-size: 15px;
   float: left;
}

.fieldLevelText {
   font-weight: 600;
   font-size: 14px;
}

.fieldDataTypeText {
   font-weight: 600;
   font-size: 14px;
   color: #0096d6;
}

.fieldDataTypeNum {
   font-weight: 600;
   font-size: 14px;
   color: #c1401a;
}

.fieldInput {
  width: 200px;
}

div.fieldLevel {
   font-size: 9px;
   float: right;
}

div.fieldDescription {
   clear: both;
   font-size: 10px;
   display: inline-block;
   max-height: 8ex;
   width: 66ex;
   overflow: hidden;
}

span.dataname-gp {
  display: inline-block;
}

span.dataname {
  font-weight: bolder;
}

span.button-gp {
  vertical-align: middle;
  margin-left: 5px;
}

a.icon-button {
  color: #0096d6;
  cursor: pointer;
}

span.datalevel {
  font-size: 16px;
  margin-left: 30px;
}

span.datatype {
  font-size: 16px;
  margin-left: 30px;
}

span.datadates {
  float: right;
  font-size: 12px;
  margin-right: 20px;
  text-align: right;
}

div.datadescription {
  border: 1px solid #0096d6;
  padding: 10px;
  font-size: 12px;
}

h1.datadescription-title {
  width: 80px;
  margin-top: -20px;
  margin-left: 5px;
  color: #0096d6;
  background: #fff;
  font-size: 14px;
  padding-left: 3px;
}

textarea.datadescription-txt {
  font-size: 12px;
  height: 83px;
  width: 830px;
  margin-left: 8px;
  border: 1px solid #ccc;
  outline: none;
}

input.datadescription-txt {
  font-size: 12px;
  width: 830px;
  margin-left: 8px;
  border: 1px solid #ccc;
  outline: none;
}

table.datainfo-container {
  table-layout: fixed;
  width: 100%;
}

table.datainfo-container td {
  width: 50%;
  font-size: 12px;
  vertical-align: top;
  padding: 0px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

table.datainfo {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate
}

table.datainfo tr td {
    background-color: #f4f4f4;
}

table.datainfo  pre {
    padding: 2px;
    margin: 0px;
    background-color: #e6F2F1;
    border: 0px;
    border-radius: 1px;
}

table.datainfo tr td.data_tr_section {
    margin-bottom: 4px;
    background-color: #0096d6;
    color: white;
}

table.datainfo select,
table.datainfo input {
  width: 180px;
  padding: 3px 4px;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  text-align: left;
  outline: none;
}

table.datainfo textarea {
  margin-top: 5px;
  height: 95px;
  width: 360px;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  outline: none;
}

div.addField {

  width: 14ex;
  height: 5ex;
  background-color: #f4f4f4;
  margin: 14px;
  padding: 6px 8px;
  box-shadow: 1px 1px 7px rgba(0,0,0, .4);
  overflow: hidden;
  float: right;
}

div.addField:hover {
  background-color: #eeeeee;
}

div.fieldCards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.btn-reset-x-container {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
}

.btn-reset-x {
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 31px;
  cursor: pointer;
  background-color: #f4f4f4;
  color: #888;
  border-radius: 3px 0 0 3px;
  padding: 0;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  font-family: HPSimplified, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.textbox-dd {
  padding-left: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 2.2;
  color: #555;
}

.textbox-dd:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

table.listview {
  width: 100%;
}

table.listview td {
  overflow: hidden;
}

table.listview th {
  position: sticky;
  white-space: nowrap;
  height: 40px;
  top: 0;
}

.more-details {
  display: inline-block;
}

.more-details .more-details-content {
  position: absolute;
  width: auto;
  background-color: #fff;
  color: #767676;
  z-index: 1;
  padding-top: 0.5px;
  margin-left: 10px;
  border-style: solid;
  border-color: #0096d6;
  border-radius: 3px;
  visibility: hidden;
  max-width: 600px;
}

.more-details .more-details-content::after {
  content: "";
  position: absolute;
  top: 0%;
  left: -13px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #0096d6 transparent transparent;
}

.more-details:hover .more-details-content {
  visibility: visible;
}

.more-details:hover .more-details-table {
  visibility: visible;
}

.more-details-table {
  display: table;
  visibility: collapse;
}

.more-details-tr {
  display: table-row;
}

.more-details-th {
  display: table-cell;
  padding: 2px 3px !important;
  border: 1px solid #00aaee;
  background-color: #0096d6 !important;
  color: #fff !important;
  font-weight: 400;
  font-size: 11px !important;
}

.more-details-td {
  display: table-cell;
  padding: 2px 3px !important;
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  overflow: hidden;
  font-weight: 400;
  font-size: 11px !important;
  min-width: 40px;
}

.download-btn-wrapper {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  background-color: rgb(239, 239, 239);
  padding: 5px 10px;
  border-radius: 0 5px 0 5px;
}

.download-btn {
  margin-left: 10px;
  color: #fff;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
}

.download-btn-xls {
  background-color: #239B56;
}

.download-btn-pdf {
  background-color: #EC7063;
}

.download-btn-html {
  background-color: #D68910;
}

.download-btn-md {
  background-color: #566573;
}

a.download-btn-link,
a.download-btn-link:visited,
a.download-btn-link:hover,
a.download-btn-link:active {
  color: #fff;
  text-decoration: none;
}

.dot-spinner,
.dot-spinner:before,
.dot-spinner:after {
  display: inline-block;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: auk-spin 1.8s infinite ease-in-out;
  animation: auk-spin 1.8s infinite ease-in-out;
}

.dot-spinner {
  color: #0096d6;
  font-size: 5px;
  margin-left: 30px;
  margin-bottom: 7px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.dot-spinner:before,
.dot-spinner:after {
  content: '';
  position: absolute;
  top: 0;
}

.dot-spinner:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.dot-spinner:after {
  left: 3.5em;
}

@-webkit-keyframes auk-spin {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes auk-spin {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.lv-topbar {
  border: 4px solid rgb(0, 150, 214);
  display: block;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 150, 214);
  font-size: 12px;
  text-align: center;
  min-height: 25px;
  max-height: 25px;
  margin-left: 1px;
}

.lv-topbar-element {
  margin-left: 10px;
}

.lv-topbar-element-warn-msg {
  background-color: rgb(255, 119, 119);
  color: rgb(0, 0, 0);
}

.lv-topbar-element-btn {
  vertical-align: middle;
  cursor: pointer;
}

.lv-topbar-element-dropdown {
  position: relative;
  display: inline-block;
}

.lv-topbar-element-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  text-align: left;
  z-index: 1;
  min-width: 160px;
  margin: 0px -3px;
  border-bottom: 3px solid #0096d6;
  box-shadow: rgb(0 0 0 / 70%) 2px 14px 20px;
}

.lv-topbar-element-dropdown-content span {
  color: black;
  padding: 3px 5px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.lv-topbar-element-dropdown-content span:hover {
  background-color: #0096d6;
  color: #fff;
}

.lv-topbar-element-dropdown:hover .lv-topbar-element-dropdown-content {
  display: block;
}

.nameChangeModal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4)
}

.nameChangeModal .modal-title span {
  color: #0090d6;
  font-weight: 400;
  text-transform: capitalize;
}

.table-wrapper {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 1px solid rgb(204, 204, 204);
  overflow: auto;
}

.pagination-sleek li a {
  color: #fff;
  background-color: #0096d6;
  border-color: #0096d6;
  padding: 2px 10px;
  margin: 0px 5px;
  line-height: 1;
  cursor: pointer;
  border-radius: 10px !important;
}

.pagination-sleek .active a {
  color: #0096d6;
  background-color: #fff;
  border-color: #0096d6;
}

.pagination-sleek .active a:hover {
  color: #0096d6;
  background-color: #fff;
  border-color: #0096d6;
}

.pagination-sleek .disabled a {
  display: none;
}

.switch-box, .switch-label {
 display: inline-block;
 vertical-align: middle;
 margin: 10px;
}

.switch-label {
 color: #ddd;
 transition: .2s;
 font-weight: bold;
}

.switch-label-active {
 color: #0096d6;
}

.switch-box {
 position: relative;
 width: 30px;
 height: 15px;
 border-radius: 100px;
 background-color: #0096d6;
 overflow: hidden;
 box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.switcher {
 position: absolute;
 display: block;
 cursor: pointer;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
 z-index: 6;
}

.switcher:checked ~ .switch {
 right: 2px;
 left: 57.5%;
 transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
 transition-property: left, right;
 transition-delay: .08s, 0s;
}

.switch {
 position: absolute;
 display: block;
 left: 2px;
 top: 2px;
 bottom: 2px;
 right: 57.5%;
 background-color: #fff;
 border-radius: 36px;
 z-index: 1;
 transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
 transition-property: left, right;
 transition-delay: 0s, .08s;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


/*# sourceMappingURL=onetimeWidget.2e5c841d.css.map*/