.responsive-tableWidget th, .responsive-tableWidget td::before {
  text-align: left;
  font-weight: normal; }

@media (max-width: 760px) {
  .responsive-tableWidget, .responsive-tableWidget tbody {
    display: block; }
  .responsive-tableWidget thead th {
    display: none; }
  .responsive-tableWidget tbody th {
    display: block; }
  .responsive-tableWidget tbody tr {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .responsive-tableWidget tbody tr:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.04); }
  .responsive-tableWidget tbody td {
    display: flex;
    align-items: last baseline; }
  .responsive-tableWidget tbody td::before {
    content: attr(data-col-header);
    display: block;
    flex: 0 1 33%;
    margin-right: .66em; } }

@media (max-width: 560px) {
  .responsive-tableWidget tbody td {
    display: block; } }

div#main-content {
  overflow-x: visible;
  overflow-y: visible; }

div#page-content.columns {
  display: flex; }
  div#page-content.columns > div {
    box-sizing: border-box;
    width: 50%;
    padding-right: 1rem; }
    @media screen and (max-width: 760px) {
      div#page-content.columns > div {
        width: auto;
        padding: 0; } }
  @media screen and (max-width: 760px) {
    div#page-content.columns {
      flex-direction: column; } }
div.welcome {
  border: 1px solid #e4e4e4;
  background: #fcfcfc;
  padding: 1ex; }

div.textcell {
  clear: both; }

#content div.cell.gauge {
  width: 270px;
  max-width: 32%;
  float: left; }

div.cell {
  margin-bottom: 2rem; }

.empty-cell {
  display: none; }

div.cell.gauge div.bo-block {
  position: relative; }

div.cell.gauge div.bo-block span.counter {
  position: absolute;
  top: 0.5ex;
  right: 0.5ex;
  font-size: 200%; }

div.cell div.loading {
  color: #444;
  position: relative; }

@-webkit-keyframes cell-loading-pulse {
  to {
    width: 100%; } }

@keyframes cell-loading-pulse {
  to {
    width: 100%; } }

div.ajax-loaded div.loading {
  position: absolute;
  width: 10%;
  right: 0; }

div.cell div.loading span {
  position: relative;
  z-index: 10;
  padding: 0.5ex;
  display: inline-block; }

div.cell div.loading::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  width: 0px;
  background: #eee;
  height: 100%;
  -webkit-animation: cell-loading-pulse 2s linear infinite alternate;
  animation: cell-loading-pulse 2s linear infinite alternate; }

div.cell div.loading.error-loading {
  background: #f44; }

div.cell div.loading.error-loading::after {
  content: none; }

div.searchcell form {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  div.searchcell form input {
    flex: 1 0 auto;
    margin-right: 1rem; }
  div.searchcell form::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #386ede;
    width: 0%; }
  div.searchcell form.searching::after {
    -webkit-animation: cell-loading-pulse 0.5s linear infinite alternate;
    animation: cell-loading-pulse 0.5s linear infinite alternate; }

div.searchcell div.links-list li {
  padding-left: 3rem; }
  div.searchcell div.links-list li::before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    font-size: 1.5rem;
    left: 0rem;
    color: #555;
    width: 3rem;
    text-align: center;
    padding-top: 1rem;
    content: "\f0f6"; }
  div.searchcell div.links-list li.hidden {
    display: none; }

div.searchcell div.combo-search-results-users div.links-list li::before {
  content: "\f007"; }

div.searchcell div.combo-search-results-tracking-code div.links-list li::before {
  content: "\f02a"; }

div.searchcell div.combo-search-results-backoffice-submission div.links-list li::before {
  content: "\f0fe"; }

div.searchcell div div.links-list li.see-more::before {
  content: "\f067"; }

div.searchcell div.combo-search-results.expanded div.links-list li.hidden {
  display: block; }

div.searchcell div.combo-search-results.expanded div.links-list li.see-more::before {
  content: "\f068"; }

div.links-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 0; }
  div.links-list ul > li {
    color: #333;
    border-bottom: 1px solid #ccc;
    position: relative; }
    div.links-list ul > li > h4 {
      margin: 0;
      font-size: 110%;
      font-weight: normal;
      color: #386ede;
      font-weight: bold;
      padding: 1rem;
      border-bottom: 1px solid #386ede; }
    div.links-list ul > li > a {
      display: block;
      padding: 1rem;
      border: none; }
      div.links-list ul > li > a:not([href]) {
        color: inherit; }
    div.links-list ul > li:hover {
      color: #333;
      background-color: #eee; }
    div.links-list ul > li div {
      color: #666666; }
    div.links-list ul > li a + div {
      padding-left: 1rem;
      margin-top: -0.9rem;
      padding-bottom: 0.5rem; }

div.backofficesubmissioncell div.links-list h4 {
  background: url(/static/css/icons/categories.small.386ede.png) 5px center no-repeat;
  background-size: 20px;
  padding-left: 35px; }

.link-list-cell.pk-button li {
  margin: 1em 0;
  border: none; }

/* support foldable cells */
div.cell.foldable > div > h2:first-child {
  padding-right: 1em;
  cursor: pointer; }
  div.cell.foldable > div > h2:first-child::after {
    font-family: FontAwesome;
    content: "\f106";
    /* angle-up */
    position: absolute;
    right: 0; }

div.cell.foldable.folded > div > h2:first-child {
  display: block; }
  div.cell.foldable.folded > div > h2:first-child::after {
    content: "\f107";
    /* angle-down */ }

div.cell.foldable.folded > div > * {
  display: none; }

div.card .label,
div.profile .label {
  color: #58584a;
  font-size: 95%;
  display: block;
  margin-top: 0;
  margin-bottom: 0.2em; }

div.card .value,
div.profile .value {
  display: block;
  margin-left: 0; }
  div.card .value .nodata,
  div.profile .value .nodata {
    font-style: italic; }

.cell-items-pagination,
.cell-cards--items-pagination {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  .cell-items-pagination-next,
  .cell-cards--items-pagination-next {
    order: 3;
    margin-left: auto; }
  .cell-items-pagination-prev,
  .cell-cards--items-pagination-prev {
    margin-right: 0.5em; }
  .cell-items-pagination-page,
  .cell-cards--items-pagination-page {
    all: unset;
    color: var(--link-color); }
    .cell-items-pagination-page:hover,
    .cell-cards--items-pagination-page:hover {
      all: unset;
      cursor: pointer;
      color: var(--link-hover-color); }
    .cell-items-pagination-page[disabled],
    .cell-cards--items-pagination-page[disabled] {
      text-decoration: none; }
  .cell-items-pagination-page, .cell-items-pagination-page:hover, .cell-items-pagination-ellipsis, .cell-items-pagination-ellipsis:hover,
  .cell-cards--items-pagination-page,
  .cell-cards--items-pagination-page:hover,
  .cell-cards--items-pagination-ellipsis,
  .cell-cards--items-pagination-ellipsis:hover {
    order: 1;
    padding-right: 0.33em;
    padding-left: 0.33em; }
  .cell-items-pagination-state,
  .cell-cards--items-pagination-state {
    order: 2;
    margin: .5em; }

.chartngcell .main td {
  padding: 0.5em; }

.wcs-card-cell.card-card fx-grid, .wcs-card-cell.card-card [class*="fx-grid--"] {
  align-items: baseline; }
  .wcs-card-cell.card-card fx-grid > div, .wcs-card-cell.card-card [class*="fx-grid--"] > div {
    margin-bottom: 1rem; }

.wcs-card-cell.card-card h3 {
  margin-top: 0;
  margin-bottom: 0; }

@media screen and (min-width: 1586px) {
  div#page-content div.cubesbarchart {
    width: 49.5%;
    margin-right: 0.5%;
    float: left;
    height: 350px; } }

@media print {
  div#page-content div.cubesbarchart {
    float: none; }
  div.cubesbarchart:nth-child(2n) {
    page-break-after: always; } }

#calls ul, #calls li {
  margin: 0;
  padding: 0;
  list-style: none; }

#calls ul {
  margin-bottom: 1em; }

#calls li {
  margin-bottom: 1ex; }

#calls .caller {
  cursor: pointer; }
  #calls .caller:hover {
    text-decoration: underline; }

.pk-list-zebra li:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.04); }

div.cell.shown-because-admin {
  opacity: 0.5;
  background-image: repeating-linear-gradient(-45deg, #eee 0px, #eee 14px, transparent 15px, transparent 30px); }
  div.cell.shown-because-admin:hover {
    opacity: 1;
    background-image: inherit; }

div#portal-agent-content div.searchcell, aside#sidebar div.searchcell {
  font-size: 110%; }

div#portal-agent-content div.cell, aside#sidebar div.cell {
  background: white;
  padding: 1rem;
  margin-top: initial;
  margin-bottom: 1rem;
  border-radius: 3px; }
  div#portal-agent-content div.cell.transparent, div#portal-agent-content div.cell.pk-transparent, aside#sidebar div.cell.transparent, aside#sidebar div.cell.pk-transparent {
    background: transparent; }
  div#portal-agent-content div.cell.highlight, div#portal-agent-content div.cell.pk-highlight, aside#sidebar div.cell.highlight, aside#sidebar div.cell.pk-highlight {
    background: linear-gradient(to right, #386ede 30%, #00d6eb 100%);
    color: white; }
    div#portal-agent-content div.cell.highlight h2, div#portal-agent-content div.cell.highlight a, div#portal-agent-content div.cell.pk-highlight h2, div#portal-agent-content div.cell.pk-highlight a, aside#sidebar div.cell.highlight h2, aside#sidebar div.cell.highlight a, aside#sidebar div.cell.pk-highlight h2, aside#sidebar div.cell.pk-highlight a {
      color: white; }
  div#portal-agent-content div.cell.no-bottom-margin, aside#sidebar div.cell.no-bottom-margin {
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 0; }
    div#portal-agent-content div.cell.no-bottom-margin p:last-child, aside#sidebar div.cell.no-bottom-margin p:last-child {
      margin-bottom: 0;
      padding-bottom: 1ex; }
    div#portal-agent-content div.cell.no-bottom-margin + div, aside#sidebar div.cell.no-bottom-margin + div {
      margin-top: 0;
      border-radius: 0 0 3px 3px;
      border-top: 0; }
      div#portal-agent-content div.cell.no-bottom-margin + div.no-bottom-margin, aside#sidebar div.cell.no-bottom-margin + div.no-bottom-margin {
        border-radius: 0; }
      div#portal-agent-content div.cell.no-bottom-margin + div p:first-child, aside#sidebar div.cell.no-bottom-margin + div p:first-child {
        margin-top: 0;
        padding-top: 1ex; }

aside#sidebar div.cell {
  background: white;
  padding: 0 1rem;
  margin-top: 1rem; }

div.combo-search-results a.nolink {
  color: #3c3c33;
  border-bottom-color: transparent; }

.wcs-card-cell .value img {
  max-width: 100%; }

/*# sourceMappingURL=agent-portal.css.map */