/* Screen sizes corresponding to Bootstrap breakpoints */
/* So media queries don't overlap when required, provide a maximum */
/*
 * Global CSS styles applying to the whole site
 */
/* Screen sizes corresponding to Bootstrap breakpoints */
/* So media queries don't overlap when required, provide a maximum */
/* baloise primary colours */
body {
  color: #000D6E; }

body {
  font-family: ff-meta-web-pro,Helvetica,Arial,sans-serif;
  font-weight: 400; }

a, a:hover, a:active, a:focus {
  color: #2895d5; }

a:focus.pagination > li > a {
  color: #2895d5; }

.pagination > li > span {
  color: #2895d5; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #2895d5;
  border-color: #2895d5; }

.container {
  padding-bottom: 32px; }

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .container {
    padding-bottom: 5px; } }

.page-header {
  background-color: white;
  margin-top: 19px;
  border-bottom: 1px solid #dbdbdb;
  width: 100%; }

.page-header .container {
  padding-bottom: 0; }

.page-header .float-right {
  float: right;
  padding-right: 15px;
  color: #333;
  margin-top: 6px; }
  .page-header .float-right a,
  .page-header .float-right a:hover {
    color: #000D6E; }
  .page-header .float-right .glyphicon {
    vertical-align: middle; }
  .page-header .float-right .preferences .glyphicon {
    vertical-align: baseline; }
  .page-header .float-right .preferences .flag-icon {
    vertical-align: baseline;
    border: 0; }
  .page-header .float-right .preferences svg {
    width: .9em;
    height: .9em;
    vertical-align: baseline; }
  .page-header .float-right .user-links {
    padding-left: 5px; }
  .page-header .float-right .badge {
    margin-left: 4px;
    margin-right: 4px;
    padding: 3px 5px;
    font-size: 70%; }

.page-header.fixed .float-right {
  margin-top: -3px; }

.page-header .badged-icon {
  display: inline-block; }
  .page-header .badged-icon a:hover {
    color: #000D6E; }

.page-header .badged-icon-mini {
  margin-right: 15px;
  vertical-align: text-bottom; }
  .page-header .badged-icon-mini:last-child {
    margin-right: 40px; }

/**
 * 18 pixel badge for the iOS badge library
 */
.iosb-18 {
  box-shadow: 0 1px 2px rgba(68, 68, 68, 0.8), 0 1px rgba(255, 255, 255, 0.3) inset;
  min-width: 18px;
  height: 18px; }
  .iosb-18.iosb-bottom-left {
    bottom: -5px;
    left: -8px; }
  .iosb-18,
  .iosb-18 .iosb-inner {
    border-radius: 9px; }
  .iosb-18 .iosb-inner {
    margin: 1px;
    min-width: 16px;
    height: 16px; }
  .iosb-18 .iosb-content {
    padding: 0 4px;
    line-height: 16px;
    height: 16px; }
  .iosb-18 .iosb-number {
    font-size: 9px; }

@media screen and (max-width: 1200px) {
  .page-header.fixed .badged-icon-mini {
    margin-right: 10px;
    vertical-align: text-bottom;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block; }
    .page-header.fixed .badged-icon-mini .glyphicon {
      vertical-align: inherit;
      font-size: 16px; }
    .page-header.fixed .badged-icon-mini svg {
      width: 16px;
      height: 16px; }
  .page-header.fixed .float-right {
    font-size: 90%; }
  .page-header.fixed .iosb-18 {
    min-width: 10px;
    height: 10px; }
    .page-header.fixed .iosb-18.iosb-bottom-left {
      bottom: -4px;
      left: -6px; }
    .page-header.fixed .iosb-18,
    .page-header.fixed .iosb-18 .iosb-inner {
      border-radius: 5px; }
    .page-header.fixed .iosb-18 .iosb-inner {
      margin: 0;
      min-width: 10px;
      height: 10px; }
    .page-header.fixed .iosb-18 .iosb-content {
      padding: 0 2px;
      line-height: 10px;
      height: 10px; }
    .page-header.fixed .iosb-18 .iosb-number {
      font-size: 7px; } }

@media screen and (max-width: 768px) {
  .page-header .badged-icon-mini {
    margin-right: 10px;
    vertical-align: text-bottom;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block; }
    .page-header .badged-icon-mini .glyphicon {
      vertical-align: inherit;
      font-size: 16px; }
    .page-header .badged-icon-mini svg {
      width: 16px;
      height: 16px; }
  .page-header .float-right {
    font-size: 90%; }
  .page-header .iosb-18 {
    min-width: 10px;
    height: 10px; }
    .page-header .iosb-18.iosb-bottom-left {
      bottom: -4px;
      left: -6px; }
    .page-header .iosb-18,
    .page-header .iosb-18 .iosb-inner {
      border-radius: 5px; }
    .page-header .iosb-18 .iosb-inner {
      margin: 0;
      min-width: 10px;
      height: 10px; }
    .page-header .iosb-18 .iosb-content {
      padding: 0 2px;
      line-height: 10px;
      height: 10px; }
    .page-header .iosb-18 .iosb-number {
      font-size: 7px; } }

.page-header .logo {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 14px;
  display: inline-block; }

.page-header .logo-small {
  float: left;
  margin-left: 15px;
  margin-top: -4px; }

.page-header .nav-tabs li {
  padding-bottom: 0;
  overflow-y: visible;
  height: 14px;
  margin-bottom: 12px; }
  .page-header .nav-tabs li:nth-child(n+2) {
    border-left: 1px solid #dbdbdb; }
  .page-header .nav-tabs li a {
    border-radius: 0;
    margin: -4px 15px 0;
    padding: 0;
    color: #000D6E;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 5px solid white;
    font-weight: 400;
    padding-bottom: 11px;
    font-size: 16px; }
    .page-header .nav-tabs li a:hover {
      background-color: white;
      border-bottom: 5px solid #008ac9; }

@media screen and (max-width: 992px) {
  .page-header .nav.nav-tabs {
    padding-top: 7px;
    clear: both; } }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  padding-top: 19px;
  z-index: 10;
  box-shadow: 0 4px 5px rgba(102, 102, 102, 0.8); }
  .fixed .fix-hide {
    display: none; }

.fix-show {
  display: none; }
  .fixed .fix-show {
    display: inline; }

.panel-head .right img {
  width: 100%; }

.panel-head .left {
  padding-left: 4em;
  padding-top: 2em;
  color: white; }
  .panel-head .left h1 {
    font-size: 24px;
    font-weight: 400; }
  .panel-head .left h2 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 30px; }
  @media screen and (max-width: 1200px) {
    .panel-head .left h1 {
      font-size: 22px; }
    .panel-head .left h2 {
      font-size: 33px;
      margin-top: 20px; } }

@media screen and (min-width: 992px) {
  .panel-head {
    max-height: 236px;
    overflow: hidden; }
    .panel-head .right img {
      margin-top: -45px; } }

@media screen and (max-width: 992px) {
  .panel-head {
    max-height: 306px;
    overflow: hidden; }
    .panel-head .left {
      padding-bottom: 8px; } }

.nav-container {
  margin-bottom: 7px; }

.nav-links {
  color: #000D6E;
  font-weight: 600; }
  .nav-links a {
    color: #000D6E;
    font-weight: 400; }
  .nav-links .glyphicon {
    margin-right: 3px;
    top: 2px; }

.nav-tabs {
  border: 0;
  margin-top: 4px; }

hr {
  margin-top: 22px;
  margin-bottom: 22px; }

/*
 * Shared table style
 */
.table {
  border-spacing: 0 4px;
  border-collapse: unset; }
  .table .narrow {
    width: 140px; }
  .table > thead > tr > th {
    color: white;
    background-color: #c1c1c1;
    text-align: left;
    border-top: 0;
    border-bottom: 0;
    font-weight: 400;
    padding: 2px 12px; }
    .table > thead > tr > th.glyph-cell {
      text-align: center; }
  .table > tbody > tr > td {
    background-color: #ebebeb;
    text-align: left;
    border-top: 0;
    border-bottom: 0;
    padding: 2px 12px; }
    .table > tbody > tr > td.glyph-cell {
      text-align: center; }
  .table td.empty,
  .table th.empty {
    text-align: center; }

td.okay {
  color: green; }

td.warn {
  color: red; }

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
  bottom: 2px; }

table.hover tbody tr:hover td {
  background-color: #d2d2d2;
  cursor: pointer; }

/*
 * Masthead for support pages, etc
 */
.masthead {
  margin-top: 2em;
  font-size: 16px; }
  .masthead .no-image h1 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 10px; }
  .masthead .no-image h2 {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .masthead .no-image h3 {
    color: #2895d5;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 40px; }

/*
 * Re-usable simple three line header block
 */
.simple-head {
  margin-bottom: 30px; }
  .simple-head h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 36px;
    font-weight: 300; }
  .simple-head h2 {
    font-size: 22px;
    color: #333;
    font-weight: 300;
    margin-bottom: 5px; }
  .simple-head h3 {
    font-size: 18px;
    color: #2895d5;
    margin-top: 0; }

.undecorated,
.undecorated:hover,
.undecorated:focus,
.undecorated:active {
  color: inherit;
  text-decoration: none;
  outline: none; }

.inline-icon {
  width: 14px;
  height: 14px; }

.inline-icon-large {
  width: 16px;
  height: 16px; }

.ui-icon-mini {
  width: 22px;
  height: 22px; }

.badged-icon-mini {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block; }
  .badged-icon-mini .glyphicon {
    font-size: 22px; }
  .badged-icon-mini svg {
    width: 22px;
    height: 22px; }

.ui-icon-small {
  width: 32px;
  height: 32px; }

.badged-icon-small {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block; }
  .badged-icon-small .glyphicon {
    font-size: 32px; }
  .badged-icon-small svg {
    width: 32px;
    height: 32px; }

.ui-icon-medium {
  width: 48px;
  height: 48px; }

.badged-icon-medium {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block; }

/*
 * Ensure templates elements are hidden
 */
.template {
  display: none !important; }

.modal-body {
  overflow: auto; }

#xrx_bnr_v3_ftr_copyright {
  text-align: center;
  font-size: 12px; }

.footer {
  padding-left: 0;
  padding-right: 30px; }

.footer-area {
  margin-top: 15px;
  position: relative;
  padding-bottom: 12px;
  overflow: hidden; }

.footer-text {
  padding: 20px;
  font-weight: 400; }

@media screen and (max-width: 560px) {
  .hidden-xxs {
    display: none !important; } }

a[disabled] {
  pointer-events: none;
  color: #dbdbdb !important; }

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 50%;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-align: center; }

/*
 * CSS rules applying to forms across the whole site
 */
.help-block {
  font-family: "Roboto", sans-serif; }

.datepicker-days .day {
  width: 40px; }

.modal-body .dropzone {
  border: 2px dashed rgba(0, 0, 0, 0.3); }

.dropzone .fallback label.btn {
  color: white; }

.dropzone .fallback label.btn:hover {
  color: #333; }

.dropzone #input-upload-file {
  display: none; }

.dropzone .fallback {
  text-align: center; }

.dz-image .dz-thumbnail {
  width: 100%;
  height: 100%; }

.dz-preview:hover .delete-button {
  display: block; }

.dz-preview .delete-button {
  top: -12px;
  right: -12px;
  position: absolute;
  display: none;
  z-index: 30; }

.dz-preview a,
.dz-preview a * {
  cursor: pointer !important; }

.dz-preview .delete-button img {
  width: 36px;
  cursor: pointer; }

.form-group .input-group {
  width: 100%; }
  .form-group .input-group .input-group-addon label {
    color: #333;
    padding: 0; }
    .form-group .input-group .input-group-addon label .glyphicon {
      vertical-align: bottom; }

.form-group .input-group-addon {
  padding: 0 6px; }

.form-group .partner {
  margin-top: 15px; }

@media screen and (min-width: 768px) {
  .form-group.padded {
    margin-right: 60px; }
  .row.padded {
    margin-right: 45px; }
  label.padded {
    padding-right: 10px; } }

.form-control,
select.form-control {
  border-radius: 0;
  height: auto;
  padding: 2px 4px; }
  .form-control.narrow,
  select.form-control.narrow {
    width: 60%; }

textarea {
  resize: vertical; }

.form-sidebar h3 {
  color: white;
  padding: 3px;
  text-align: center;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 400; }

.btn,
.btn:active {
  background-color: #008ac9;
  border-radius: 17px;
  border: 0;
  color: white;
  min-width: 150px; }

.btn-default[disabled] {
  background-color: #ccc; }

.input-group-btn .btn {
  border-radius: inherit;
  min-width: 100px;
  height: 26px;
  padding: 0 12px; }

label {
  font-weight: normal;
  /*
     * On small screens, convert stacked labels to horizontal (hiding any
     * forced linebreaks), and pull all radio and checkbox controls inside
     * labels to the left of the enclosing label.
     */ }
  label.wrap {
    display: inline-block;
    width: 40%;
    vertical-align: middle; }
  label.stacked {
    display: inline-block;
    width: 40px;
    color: #333 !important;
    font-size: 12px;
    text-align: center;
    padding-right: 1px; }
  label.stacked-narrow {
    display: inline-block;
    width: 25px;
    color: #333 !important;
    font-size: 12px;
    text-align: center; }
  @media screen and (max-width: 768px) {
    label input[type="radio"],
    label input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: 0 !important;
      height: 12px; }
    label.stacked, label.stacked-narrow {
      width: 100%;
      text-align: inherit; }
    label.stacked br {
      display: none !important; } }

.form-subhead {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0; }

form .item-type {
  font-size: 28px;
  color: #333; }

.form-inline .input-group > .form-control.narrow {
  width: 65px; }

.form-inline .input-group > .form-control.dimension {
  width: 120px; }

.form-inline .input-group > .form-control.wide {
  width: 300px; }

@media screen and (max-width: 1200px) {
  .form-inline .input-group > .form-control.alt-quantity {
    width: 140px; }
  .form-inline .input-group > .form-control.dimension {
    width: 80px; } }

.form-inline .radio,
.form-inline .checkbox {
  padding-right: 15px; }

@media screen and (max-width: 768px) {
  .form-inline .form-group.small-side-by-side {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; } }

.form-side-by-side .form-group {
  display: inline-block; }

.bootbox-confirm {
  top: 40%; }

.bootbox-body {
  font-size: 16px; }

/* A cross-shaped button added to input fields used to clear the input */
.form-control-clear {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #c1c1c1; }

.input-group .glyphicon {
  z-index: 5; }

/* Add a red asterisk after the labels for required fields */
.required label::after {
  content: "*";
  font-size: 80%;
  color: #000D6E;
  font-weight: 300;
  vertical-align: top; }

/* Add a faint border around the flag icons so the white parts aren't obscured.  */
.flag-icon {
  line-height: .9em !important;
  border: 1px solid #c1c1c1; }

/* Hide spinner controls in number fields */
input[type="number"] {
  -moz-appearance: textfield; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.form-table thead th {
  vertical-align: bottom; }

.form-table tbody th {
  text-align: right;
  padding-bottom: 7px;
  width: 90px; }

.form-table td,
.form-table th {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px; }

.form-table td {
  padding-bottom: 7px; }

.form-table .group-start {
  padding-left: 6px; }

.form-table .group-end {
  padding-right: 6px; }

/* Hide overflow with an ellipsis.  Used for definition list entries likely to
 * hold long values */
dd.truncated {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap; }

/*
 * CSS rules applying to individual pages or sections only
 */
/*************************************************************
 * User Profile page
 *************************************************************/
.user-profile .nav-tabs {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px; }

.user-profile li.active a {
  border: 1px solid #dbdbdb;
  border-bottom-color: transparent; }

.user-profile .panel-head {
  background-color: #737373; }

.user-profile hr {
  border-color: #737373; }

.user-profile label {
  color: #737373; }

.user-profile .form-sidebar h3 {
  background-color: #737373; }

.user-profile .table > tbody > tr.selected > td {
  background-color: #737373;
  color: white; }

/*************************************************************
 * Dashboard page
 *************************************************************/
.job-creation .form-subhead {
  color: #2895d5; }

.job-creation .panel-head {
  background-color: #2895d5; }

.job-creation hr {
  border-color: #2895d5; }

.job-creation label {
  color: #2895d5; }

.job-creation .form-sidebar h3 {
  background-color: #2895d5; }

#dashboard-table thead tr th:first-child {
  width: 78px; }

#dashboard-table thead tr th:last-child {
  width: 50px; }

#dashboard-table tbody tr td:last-child {
  padding-left: 25px; }

.job-dashboard .panel-head {
  background-color: #008ac9; }

.job-dashboard hr {
  border-color: #008ac9; }

.job-dashboard label {
  color: #008ac9; }

.job-dashboard .form-sidebar h3 {
  background-color: #008ac9; }

.job-dashboard .table > tbody > tr.selected > td {
  background-color: #008ac9; }

.job-dashboard .your-tasks-head h3 {
  background-color: #008ac9;
  color: white;
  padding: 3px;
  text-align: center;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 400;
  margin-bottom: 0; }

.job-dashboard .your-tasks-item {
  color: #333;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  background-color: #ebebeb;
  height: 84px;
  cursor: pointer; }

.job-dashboard .your-tasks a, .job-dashboard .your-tasks a:hover, .job-dashboard .your-tasks a:active, .job-dashboard .your-tasks a:focus {
  text-decoration: none; }

@media screen and (min-width: 992px) {
  .job-dashboard .your-tasks .col-md-4:nth-child(n + 2) {
    padding-left: 3px; }
  .job-dashboard .your-tasks .col-md-4:nth-last-child(n + 2) {
    padding-right: 3px; } }

/* previous text */
.notification-dashboard .disableClick {
  cursor: not-allowed; }

.notification-dashboard #catalogue-table thead tr {
  background-color: #d2d2d2 !important; }

.notification-dashboard #catalogue-table thead th {
  border-right: 0 !important; }

.notification-dashboard #catalogue-table tbody tr {
  background-color: #ebebeb !important; }

.notification-dashboard #catalogue-table tbody th {
  border-right: 0 !important; }

.notification-dashboard #task-highlight-row {
  margin-right: 0;
  margin-left: 0; }
  .notification-dashboard #task-highlight-row #task-header {
    margin-left: -10px; }
    .notification-dashboard #task-highlight-row #task-header h5 {
      margin-top: 0; }

.notification-dashboard #task-type-holder {
  height: 110px; }
  .notification-dashboard #task-type-holder #service-header {
    margin-left: -10px; }
    .notification-dashboard #task-type-holder #service-header h5 {
      margin-top: 0; }
  .notification-dashboard #task-type-holder .task-type-box {
    cursor: pointer;
    border-right: solid white 5px;
    padding: 0;
    overflow: hidden;
    background-color: #ebebeb;
    height: 90px; }
    .notification-dashboard #task-type-holder .task-type-box .service-breakdown-total {
      text-align: center; }
      .notification-dashboard #task-type-holder .task-type-box .service-breakdown-total h1 {
        margin-top: 10px;
        margin-bottom: 0; }
    .notification-dashboard #task-type-holder .task-type-box .service-breakdown-description {
      text-align: center; }
      .notification-dashboard #task-type-holder .task-type-box .service-breakdown-description h6 {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 0;
        margin-bottom: 5px; }
    .notification-dashboard #task-type-holder .task-type-box .red-triangle {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      border-bottom: 1px inset;
      border-bottom-color: #000D6E;
      height: 25px;
      width: 80px;
      background-color: #000D6E;
      float: right;
      right: -30px;
      position: absolute;
      top: -5px; }
      .notification-dashboard #task-type-holder .task-type-box .red-triangle .active-task-holder {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        text-align: center;
        color: white; }
        .notification-dashboard #task-type-holder .task-type-box .red-triangle .active-task-holder h5 {
          padding-left: 3px; }
  .notification-dashboard #task-type-holder .task-type-box.service-selected {
    border-right: solid white 5px;
    padding: 0;
    overflow: hidden;
    background-color: #000D6E;
    height: 90px; }
    .notification-dashboard #task-type-holder .task-type-box.service-selected .service-breakdown-total {
      text-align: center; }
      .notification-dashboard #task-type-holder .task-type-box.service-selected .service-breakdown-total h1 {
        color: white;
        margin-top: 10px;
        margin-bottom: 0; }
    .notification-dashboard #task-type-holder .task-type-box.service-selected .service-breakdown-description {
      text-align: center; }
      .notification-dashboard #task-type-holder .task-type-box.service-selected .service-breakdown-description h6 {
        padding-left: 5px;
        padding-right: 5px;
        color: white;
        margin-top: 0;
        margin-bottom: 5px; }
    .notification-dashboard #task-type-holder .task-type-box.service-selected .red-triangle {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      border-bottom: 1px inset;
      border-bottom-color: #c1c1c1;
      height: 25px;
      width: 80px;
      background-color: #ebebeb;
      float: right;
      right: -30px;
      position: absolute;
      top: -5px; }
      .notification-dashboard #task-type-holder .task-type-box.service-selected .red-triangle .active-task-holder {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        text-align: center;
        color: #333; }
  .notification-dashboard #task-type-holder .task-type-box:hover {
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background: rgba(0, 0, 0, 0.2); }
  .notification-dashboard #task-type-holder .task-type-box.service-selected:hover {
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background: rgba(217, 34, 49, 0.2); }

.notification-dashboard .hovering-service-info-holder {
  position: absolute;
  width: 270px; }
  .notification-dashboard .hovering-service-info-holder .hovering-service-info-fill-box {
    background-color: #c1c1c1;
    height: 90px;
    width: 100%;
    float: left;
    margin-top: -10px;
    z-index: 1;
    position: relative; }
    .notification-dashboard .hovering-service-info-holder .hovering-service-info-fill-box .row {
      margin: 0; }
    .notification-dashboard .hovering-service-info-holder .hovering-service-info-fill-box .hovering-service-info-fill-col {
      height: 80px;
      padding-left: 5px;
      padding-right: 5px;
      margin-top: 5px; }
      .notification-dashboard .hovering-service-info-holder .hovering-service-info-fill-box .hovering-service-info-fill-col .hover-service-single-box {
        background-color: #ebebeb;
        height: 80px;
        overflow: hidden; }
      .notification-dashboard .hovering-service-info-holder .hovering-service-info-fill-box .hovering-service-info-fill-col .service-breakdown-total {
        text-align: center;
        position: relative; }
        .notification-dashboard .hovering-service-info-holder .hovering-service-info-fill-box .hovering-service-info-fill-col .service-breakdown-total h1 {
          margin-top: 10px;
          margin-bottom: 0; }
      .notification-dashboard .hovering-service-info-holder .hovering-service-info-fill-box .hovering-service-info-fill-col .service-breakdown-description {
        position: relative;
        text-align: center; }
        .notification-dashboard .hovering-service-info-holder .hovering-service-info-fill-box .hovering-service-info-fill-col .service-breakdown-description h6 {
          padding-left: 5px;
          padding-right: 5px;
          margin-top: 0; }
  .notification-dashboard .hovering-service-info-holder .hovering-service-info-transparent-area-one {
    width: 40%;
    height: 20px;
    float: left; }
  .notification-dashboard .hovering-service-info-holder .hovering-service-info-transparent-area-two {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20%;
    background-color: #c1c1c1;
    height: 60px;
    float: left;
    margin-bottom: -40px;
    z-index: 1;
    position: relative; }
  .notification-dashboard .hovering-service-info-holder .hovering-service-info-transparent-area-three {
    width: 40%;
    height: 20px;
    float: left; }

.notification-dashboard #task-specific-info-holder {
  height: 90px; }
  .notification-dashboard #task-specific-info-holder .task-specific-info-box {
    cursor: pointer;
    border-left: solid white 5px;
    padding: 0;
    background-color: #dbdbdb;
    height: 90px; }
  .notification-dashboard #task-specific-info-holder .task-breakdown-total {
    text-align: center; }
    .notification-dashboard #task-specific-info-holder .task-breakdown-total h1 {
      margin-top: 10px;
      margin-bottom: -5px; }
  .notification-dashboard #task-specific-info-holder .task-breakdown-description {
    text-align: center;
    padding-left: 3px;
    padding-right: 3px; }
  .notification-dashboard #task-specific-info-holder .service-info-selected.service-info-selected {
    background-color: #737373;
    color: white; }
  .notification-dashboard #task-specific-info-holder .red-bottom-line {
    height: 5px;
    width: 100%;
    background-color: #000D6E;
    position: absolute;
    bottom: 0; }

.notification-dashboard #table-box-holder {
  margin-right: 0;
  margin-left: 0; }
  .notification-dashboard #table-box-holder #user-info-bar {
    min-height: 30px;
    background-color: #ebebeb;
    margin-top: 10px;
    margin-bottom: 5px; }
    .notification-dashboard #table-box-holder #user-info-bar h5 {
      font-size: 12px;
      padding-left: 0;
      padding-right: 0; }
    .notification-dashboard #table-box-holder #user-info-bar .btn,
    .notification-dashboard #table-box-holder #user-info-bar .btn:active {
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      background-color: #737373;
      border: 1px;
      color: white;
      min-width: 0;
      line-height: 1.2;
      margin-top: 3px; }
  .notification-dashboard #table-box-holder #task-table-area {
    background-color: #ebebeb;
    padding-left: 0;
    padding-right: 0; }
    .notification-dashboard #table-box-holder #task-table-area .dataTables_scrollHeadInner {
      margin-top: -5px;
      background-color: #dbdbdb; }
    .notification-dashboard #table-box-holder #task-table-area .dataTables_scrollFootInner table {
      margin-bottom: 0 !important; }
    .notification-dashboard #table-box-holder #task-table-area .table-option-list-holder {
      position: absolute;
      right: 25px; }
      .notification-dashboard #table-box-holder #task-table-area .table-option-list-holder ul {
        background-color: #c1c1c1;
        opacity: .9;
        border-left: 5px solid #c1c1c1;
        border-right: 5px solid #c1c1c1;
        padding-left: 0;
        padding-top: 2px;
        width: 100px;
        position: relative;
        z-index: 1; }
        .notification-dashboard #table-box-holder #task-table-area .table-option-list-holder ul li:last-child {
          border: 0; }
        .notification-dashboard #table-box-holder #task-table-area .table-option-list-holder ul li {
          list-style: none;
          border-bottom: 1px white solid; }
          .notification-dashboard #table-box-holder #task-table-area .table-option-list-holder ul li a,
          .notification-dashboard #table-box-holder #task-table-area .table-option-list-holder ul li a:hover,
          .notification-dashboard #table-box-holder #task-table-area .table-option-list-holder ul li a:active,
          .notification-dashboard #table-box-holder #task-table-area .table-option-list-holder ul li a:focus {
            color: #333;
            text-decoration: none;
            font-size: 12px; }
          .notification-dashboard #table-box-holder #task-table-area .table-option-list-holder ul li .line-option-pointer {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            height: 12px;
            width: 12px;
            position: absolute;
            top: 3px;
            right: -11px;
            background-color: #c1c1c1; }
    .notification-dashboard #table-box-holder #task-table-area .row-option-list-holder {
      position: absolute;
      right: 45px; }
      .notification-dashboard #table-box-holder #task-table-area .row-option-list-holder ul {
        background-color: #c1c1c1;
        opacity: .9;
        border-left: 5px solid #c1c1c1;
        border-right: 5px solid #c1c1c1;
        padding-left: 0;
        width: 100px;
        position: relative;
        z-index: 1; }
        .notification-dashboard #table-box-holder #task-table-area .row-option-list-holder ul li:last-child {
          border: 0; }
        .notification-dashboard #table-box-holder #task-table-area .row-option-list-holder ul li {
          list-style: none;
          border-bottom: 1px white solid; }
          .notification-dashboard #table-box-holder #task-table-area .row-option-list-holder ul li a,
          .notification-dashboard #table-box-holder #task-table-area .row-option-list-holder ul li a:hover,
          .notification-dashboard #table-box-holder #task-table-area .row-option-list-holder ul li a:active,
          .notification-dashboard #table-box-holder #task-table-area .row-option-list-holder ul li a:focus {
            color: #333;
            text-decoration: none;
            font-size: 12px; }
          .notification-dashboard #table-box-holder #task-table-area .row-option-list-holder ul li .line-option-pointer {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            height: 12px;
            width: 12px;
            position: absolute;
            top: 4px;
            right: -11px;
            background-color: #c1c1c1; }
    .notification-dashboard #table-box-holder #task-table-area #task-table thead .line-button-options {
      display: none; }
    .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper {
      font-size: 12px;
      margin-top: -2px !important; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper .sub-catalogue-item-table {
        border-bottom-color: #c1c1c1; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper .sub-catalogue-item-table #sub-catalogue-td-one {
          vertical-align: top; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper .sub-catalogue-item-table img {
          width: 13px;
          margin-top: 2px;
          vertical-align: top;
          float: right; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper .dataTables_scrollBody {
        overflow-y: scroll !important;
        overflow-x: hidden !important; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper thead tr {
        background-color: #ebebeb; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper thead tr th:first-child {
          border: None;
          padding-left: 2px;
          padding-right: 3px; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper thead tr th:nth-last-child(2) {
          border: 0; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper thead tr th {
          padding-top: 3px;
          padding-left: 5px;
          padding-right: 5px;
          border-right: 1px solid white;
          font-weight: 300; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper thead tr .sorting::after {
          opacity: 0;
          content: ""; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper thead tr .sorting_asc::after,
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper thead tr .sorting_desc::after {
          content: ""; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper thead #table-control-options {
        position: absolute;
        padding-right: 3px;
        top: 15%;
        right: 0;
        cursor: pointer;
        color: #737373; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tbody tr {
        border-left: 2px solid #ebebeb;
        border-right: 2px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        background-color: white; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tbody tr td {
          padding-left: 5px;
          border-right: 1px solid;
          border-right-color: transparent; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tbody tr th:nth-last-child(2) {
          border: 0; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tbody tr td:first-child {
          padding-left: 0;
          padding-right: 0;
          border: 0; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tbody .row-selected {
        background-color: #f3f3f3; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tr .viewed {
        background-color: #000D6E; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tr .not-viewed {
        background-color: None; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tr .tick {
        font-style: italic;
        color: #6daf3d; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tr .cross {
        font-weight: bold;
        font-family: "Arial Black", "Verdana", sans-serif;
        color: #000D6E; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tr .line {
        color: #ebebeb;
        font-size: 16px; }
        .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tr .line p {
          margin-top: -2px;
          margin-bottom: -3px; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tr .line-button-options {
        cursor: pointer;
        color: #737373; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tr .table-cell-center {
        text-align: center;
        padding-left: 2px;
        padding-right: 2px; }
      .notification-dashboard #table-box-holder #task-table-area #task-table_wrapper tr .td-capitalize {
        text-transform: capitalize; }

.notification-dashboard .footer-text {
  padding-bottom: 0; }

.notification-dashboard .footer {
  padding: 0; }

@media screen and (min-width: 992px) {
  .notification-dashboard #task-type-holder {
    padding-right: 20px; }
  .notification-dashboard #task-specific-info-holder {
    padding-left: 20px; } }

@media screen and (max-width: 992px) {
  .notification-dashboard #task-type-holder {
    padding-right: 10px;
    margin-bottom: 10px; }
  .notification-dashboard #task-specific-info-holder {
    padding-left: 10px; } }

#notifications-table th {
  background-color: #ebebeb;
  padding: 5px;
  border-bottom-width: 0;
  border-top-width: 0;
  text-align: center;
  color: #737373; }

#notifications-table tr.even {
  background-color: #dbdbdb; }

#notifications-table tr td {
  text-align: center; }

@media screen and (max-width: 992px) {
  .portal-links-expanded {
    margin-left: 0; } }

@media screen and (min-width: 992px) {
  .portal-links-expanded {
    margin-left: -10px; } }

.portal-links-expanded {
  margin-right: 0;
  margin-top: 25px; }
  .portal-links-expanded .thin-col {
    padding-left: 2px;
    padding-right: 2px; }
  .portal-links-expanded .col-md-6 .link-image-area img {
    height: 100%; }
  .portal-links-expanded .col-md-6 #asset-library-image img {
    width: 100%; }
  .portal-links-expanded .col-md-12 .link-image-area img {
    width: 100%; }
  .portal-links-expanded .col-md-12 #youtube-image img,
  .portal-links-expanded .col-md-12 #user-preferences-image img,
  .portal-links-expanded .col-md-12 #social-media-image img,
  .portal-links-expanded .col-md-12 #customer-support-image img {
    margin-top: -20px; }
  .portal-links-expanded .link-color-area-holder.red-box .link-text-area .red-button {
    background-color: #737373 !important; }
  .portal-links-expanded .link-color-area-holder {
    cursor: pointer; }
    .portal-links-expanded .link-color-area-holder .grey-box {
      background-color: #737373; }
    .portal-links-expanded .link-color-area-holder .red-box {
      background-color: #000D6E; }
    .portal-links-expanded .link-color-area-holder .link-color-area {
      overflow: hidden;
      height: 110px;
      margin-bottom: 4px; }
      .portal-links-expanded .link-color-area-holder .link-color-area img {
        height: 55px;
        margin-top: 55px; }
    .portal-links-expanded .link-color-area-holder .link-text-area {
      padding-top: 3px;
      padding-left: 10px;
      padding-right: 5px;
      margin-top: -100px;
      color: white;
      font-weight: 300;
      position: absolute;
      width: 100%;
      font-size: 14px; }
      .portal-links-expanded .link-color-area-holder .link-text-area .field-teaser-button {
        margin-left: 10px;
        margin-right: -1px; }
        .portal-links-expanded .link-color-area-holder .link-text-area .field-teaser-button .red-button {
          background-color: #000D6E;
          margin-top: -3px;
          color: white;
          width: 20px;
          height: 20px;
          padding: 2px 4px;
          font-size: 12px;
          background-image: url("/static/images/arrow_white_desktop.png");
          background-position: 50%;
          background-repeat: no-repeat;
          background-size: 16px; }
  .portal-links-expanded .link-image-area-holder:hover .field-teaser-button .red-button {
    color: #000D6E !important;
    background-color: white !important;
    background-image: url("/static/images/arrow_red_desktop.png") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important; }
  .portal-links-expanded .link-color-area-holder:hover .field-teaser-button .red-button {
    color: #000D6E !important;
    background-color: white !important;
    background-image: url("/static/images/arrow_red_desktop.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px; }
  .portal-links-expanded .link-color-area-holder .link-color-area:hover::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    left: 2px;
    right: 2px;
    top: 0;
    bottom: 4px;
    background: rgba(0, 0, 0, 0.4); }
  .portal-links-expanded .col-md-6.link-image-area-holder #social-media-image:hover::before,
  .portal-links-expanded .col-md-6.link-image-area-holder #print_on_demand-image:hover::before {
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background: rgba(0, 0, 0, 0.4); }
  .portal-links-expanded .col-md-6.link-image-area-holder #social-media-image::before,
  .portal-links-expanded .col-md-6.link-image-area-holder #print_on_demand-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); }
  .portal-links-expanded .col-md-12.link-image-area-holder #social-media-image:hover::before,
  .portal-links-expanded .col-md-12.link-image-area-holder #print_on_demand-image:hover::before {
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background: rgba(0, 0, 0, 0.4); }
  .portal-links-expanded .col-md-12.link-image-area-holder #social-media-image::before,
  .portal-links-expanded .col-md-12.link-image-area-holder #print_on_demand-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); }
  .portal-links-expanded .link-image-area-holder .link-image-area:hover::before {
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background: rgba(0, 0, 0, 0.4); }
  .portal-links-expanded .link-image-area-holder .link-image-area::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    left: 2px;
    right: 2px;
    top: 0;
    bottom: 4px;
    background: rgba(0, 0, 0, 0.2); }
  .portal-links-expanded .link-image-area-holder {
    cursor: pointer; }
    .portal-links-expanded .link-image-area-holder .link-image-area {
      overflow: hidden;
      height: 110px;
      margin-bottom: 4px; }
    .portal-links-expanded .link-image-area-holder .link-text-area {
      padding-left: 5px;
      padding-right: 5px;
      margin-top: -45px;
      color: white;
      font-weight: 300;
      position: absolute;
      width: 100%;
      font-size: 14px; }
      .portal-links-expanded .link-image-area-holder .link-text-area .field-teaser-button {
        margin-left: 10px;
        margin-right: -1px; }
        .portal-links-expanded .link-image-area-holder .link-text-area .field-teaser-button .red-button {
          background-color: #000D6E;
          color: white;
          width: 20px;
          height: 20px;
          padding: 2px 4px;
          font-size: 12px;
          background-image: url("/static/images/arrow_white_desktop.png");
          background-position: 50%;
          background-repeat: no-repeat;
          background-size: 16px; }

.notification-dashboard #quick-links .col-md-6.link-color-area-holder #about-icon img {
  height: 55px;
  margin-top: 50px; }

.notification-dashboard #quick-links .col-md-6.link-color-area-holder #customer-support-icon img {
  margin-top: 50px;
  margin-left: 2px; }

.notification-dashboard #quick-links .col-md-6.link-color-area-holder #user-preferences-icon img {
  height: 80px;
  margin-top: 40px;
  margin-left: -8px; }

.notification-dashboard #quick-links .col-md-6.link-color-area-holder #creative-icon img {
  height: 65px;
  margin-top: 50px; }

.notification-dashboard #quick-links .col-md-6.link-color-area-holder #catalogue-icon img {
  height: 70px;
  margin-top: 50px;
  margin-left: -2px; }

.notification-dashboard #quick-links .col-md-6.link-color-area-holder #print_on_demand-icon img {
  height: 65px;
  margin-top: 50px;
  margin-left: -5px; }

.notification-dashboard #quick-links .col-md-6.link-color-area-holder #creative-text span {
  left: 10px;
  position: absolute;
  width: 100%; }

.notification-dashboard #quick-links .col-md-6.link-image-area-holder #creative-image img {
  height: 280%;
  margin-left: -110%;
  margin-top: -78%; }

.notification-dashboard #quick-links .col-md-6.link-image-area-holder #creative-text {
  margin-top: -100px; }
  .notification-dashboard #quick-links .col-md-6.link-image-area-holder #creative-text span {
    top: 65px;
    left: 10px;
    position: absolute;
    width: 100%; }

.notification-dashboard #quick-links .col-md-6.link-image-area-holder #social-media-text {
  margin-top: -100px; }
  .notification-dashboard #quick-links .col-md-6.link-image-area-holder #social-media-text span {
    top: 50px;
    left: 10px;
    position: absolute;
    width: 50%; }

.notification-dashboard #quick-links .col-md-6.link-image-area-holder #catalogue-image img {
  height: 200%;
  margin-left: -110%;
  margin-top: -35%; }

.notification-dashboard #quick-links .col-md-6.link-image-area-holder #catalogue-text,
.notification-dashboard #quick-links .col-md-6.link-image-area-holder #pricing-text {
  margin-top: -100px; }
  .notification-dashboard #quick-links .col-md-6.link-image-area-holder #catalogue-text span,
  .notification-dashboard #quick-links .col-md-6.link-image-area-holder #pricing-text span {
    left: 10px;
    position: absolute; }

.notification-dashboard #quick-links .col-md-6.link-image-area-holder #social-media-image {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.notification-dashboard #quick-links .col-md-6.link-image-area-holder #print_on_demand-image {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }
  .notification-dashboard #quick-links .col-md-6.link-image-area-holder #print_on_demand-image img {
    height: 125%;
    margin-left: -32%; }

.notification-dashboard #quick-links .col-md-6.link-image-area-holder #pricing-image img {
  height: 220%;
  margin-left: -66%;
  margin-top: -20%; }

.notification-dashboard #quick-links .col-md-6.link-image-area-holder #asset-library-text {
  margin-top: -100px; }
  .notification-dashboard #quick-links .col-md-6.link-image-area-holder #asset-library-text span {
    top: 50px;
    left: 10px;
    position: absolute;
    width: 80%; }

.notification-dashboard #quick-links .col-md-12.link-image-area-holder #pricing-image img {
  width: 200%;
  margin-top: -23%;
  margin-left: -62%; }

.notification-dashboard #quick-links .col-md-12.link-image-area-holder #pricing-text {
  margin-top: -100px; }
  .notification-dashboard #quick-links .col-md-12.link-image-area-holder #pricing-text span {
    top: 5px;
    left: 10px;
    position: absolute;
    width: 100%; }

.notification-dashboard #quick-links .col-md-12.link-image-area-holder #asset-library-image img {
  margin-left: -20%;
  margin-top: -26%;
  width: 134%; }

.notification-dashboard #quick-links .col-md-12.link-image-area-holder #asset-library-text {
  margin-top: -100px; }
  .notification-dashboard #quick-links .col-md-12.link-image-area-holder #asset-library-text span {
    top: 65px;
    left: 10px;
    position: absolute;
    width: 100%; }

.notification-dashboard #quick-links .col-md-12.link-image-area-holder #print_on_demand-image {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }
  .notification-dashboard #quick-links .col-md-12.link-image-area-holder #print_on_demand-image img {
    margin-top: -10px; }

.notification-dashboard #quick-links .col-md-12.link-image-area-holder #print_on_demand-text,
.notification-dashboard #quick-links .col-md-12.link-image-area-holder #creative-text,
.notification-dashboard #quick-links .col-md-12.link-image-area-holder #social-media-text,
.notification-dashboard #quick-links .col-md-12.link-image-area-holder #catalogue-text {
  margin-top: -100px; }
  .notification-dashboard #quick-links .col-md-12.link-image-area-holder #print_on_demand-text span,
  .notification-dashboard #quick-links .col-md-12.link-image-area-holder #creative-text span,
  .notification-dashboard #quick-links .col-md-12.link-image-area-holder #social-media-text span,
  .notification-dashboard #quick-links .col-md-12.link-image-area-holder #catalogue-text span {
    top: 65px;
    left: 10px;
    position: absolute;
    width: 100%; }

.notification-dashboard #quick-links .col-md-12.link-image-area-holder #creative-image img {
  width: 220%;
  margin-top: -53%;
  margin-left: -45%; }

.notification-dashboard #quick-links .col-md-12.link-image-area-holder #social-media-image {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }
  .notification-dashboard #quick-links .col-md-12.link-image-area-holder #social-media-image img {
    width: 100%;
    margin-top: -45px; }

.notification-dashboard #quick-links .col-md-12.link-image-area-holder #catalogue-image img {
  margin-top: -50px;
  margin-left: -40px;
  width: 120%; }

/*************************************************************
 * Support page (Country Contacts)
 *************************************************************/
.support .masthead .no-image h3 {
  color: #333; }

.support .form-sidebar h3 {
  background-color: #7053aa; }

.support-options .jumbotron {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 240px;
  background-color: #ebebeb; }
  .support-options .jumbotron:hover {
    background-color: #ebebeb; }
    .support-options .jumbotron:hover .link-btn {
      background-color: white;
      color: #000D6E; }
  .support-options .jumbotron .link-btn {
    margin-top: 20px;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    background-color: #000D6E;
    font-weight: 400;
    color: white;
    display: inline-block; }
  .support-options .jumbotron h2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 28px;
    font-weight: 300; }
  .support-options .jumbotron p {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px; }

.country-contacts {
  padding: 0; }
  .country-contacts .nav-tabs li:nth-child(n + 2) {
    border-left: 1px solid #ebebeb;
    /* padding-right: 16px; */ }
  .country-contacts .nav-tabs {
    background-color: #7053aa; }
    .country-contacts .nav-tabs li a {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      color: white;
      font-size: 18px;
      padding: 15px;
      margin: 0;
      border: 0; }
      .country-contacts .nav-tabs li a:hover {
        background-color: #b79cc9;
        padding: 15px;
        border: 0; }
    .country-contacts .nav-tabs .active a,
    .country-contacts .nav-tabs .active a:hover,
    .country-contacts .nav-tabs .active a:focus {
      background-color: #b79cc9;
      color: white;
      border: 0; }
  .country-contacts .contact-info {
    padding: 15px 15px 0; }
  .country-contacts .tab-content {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #c1c1c1; }
    .country-contacts .tab-content .active h1 {
      color: #2895d5;
      font-size: 18px;
      font-weight: 900;
      margin-top: 10px; }
    .country-contacts .tab-content .active h2 {
      font-size: 14px;
      margin-top: 10px; }
    .country-contacts .tab-content .active h4 {
      color: #737373;
      line-height: 20px;
      font-size: 14px;
      font-weight: 300;
      margin-top: 10px;
      margin-bottom: 10px; }
    .country-contacts .tab-content .active p {
      color: #737373;
      line-height: 13px; }
    .country-contacts .tab-content .contacts-container {
      padding-bottom: 15px; }
  .country-contacts .contact-sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

/*************************************************************
 * About Xerox page
 *************************************************************/
#about-xerox-header {
  background-color: #9b2583;
  color: white; }
  #about-xerox-header h1 {
    font-size: 18px;
    padding: 12px;
    margin: 0; }

#about-xerox-content {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #c1c1c1;
  padding: 30px; }
  #about-xerox-content .copy {
    font-size: 16px; }
    #about-xerox-content .copy h3 {
      font-size: 22px;
      color: #2895d5; }
    #about-xerox-content .copy li {
      font-size: 18px;
      color: #2895d5; }
    #about-xerox-content .copy .links {
      font-size: 12px;
      width: 40%;
      margin-right: 45px;
      margin-top: 45px;
      border-top: 1px solid #c1c1c1; }
    #about-xerox-content .copy .help-list {
      overflow: hidden; }
  #about-xerox-content .pane {
    border-left: 2px solid #c1c1c1;
    min-height: 400px; }
  #about-xerox-content .bubble {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 1px solid #c1c1c1;
    padding: 15px;
    margin-bottom: 30px; }
  #about-xerox-content #communication-img {
    max-width: 200px;
    margin-top: 45px; }

/*************************************************************
 * Bespoke Print Job Creation
 *************************************************************/
#recent-jobs-modal .modal-dialog {
  top: 50%;
  width: 300px; }

#recent-jobs-modal h4 {
  padding-bottom: 15px; }

#new-item-modal .modal-dialog {
  top: 50%;
  width: 300px;
  font-size: 18px; }

#new-item-modal h4 {
  padding-bottom: 15px; }

#new-item-modal .item-name {
  padding-left: 30px;
  float: left;
  width: 6em;
  font-weight: 300; }

/*************************************************************
 * Login page
 *************************************************************/
#login-modal .modal-dialog {
  top: 30%;
  width: 300px; }

.home-page .lower {
  margin-top: 15px;
  max-height: 233px;
  overflow: hidden; }
  .home-page .lower .panel-body {
    padding: 0;
    margin-bottom: 15px; }
  .home-page .lower h1 {
    font-size: 22px;
    font-weight: 300; }

.home-page .img img {
  width: 100%; }

.home-page .top {
  max-height: 306px;
  overflow: hidden; }
  .home-page .top .left {
    padding-top: 15px;
    padding-left: 45px; }
    .home-page .top .left h1 {
      font-size: 26px;
      font-weight: 300;
      margin-bottom: 30px; }

.home-page .teal {
  background-color: #008ac9;
  color: white; }

.home-page .purple {
  background-color: #9b2583;
  color: white; }

.home-page .blue {
  background-color: #2895d5;
  color: white; }

.home-page .red {
  background-color: #000D6E;
  color: white; }

.home-page .grey {
  background-color: #737373;
  color: white; }

@media screen and (min-width: 1200px) {
  .home-page .full-box {
    height: 233px; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .home-page .full-box {
    height: 188px; } }

@media screen and (max-width: 992px) {
  .home-page .top {
    max-height: inherit; }
    .home-page .top .left {
      min-height: 188px;
      padding-bottom: 25px; }
  .home-page .lower {
    max-height: inherit; }
    .home-page .lower .img {
      display: none; }
    .home-page .lower .row .row {
      padding-top: 15px;
      padding-bottom: 25px;
      padding-left: 30px;
      padding-right: 30px; }
    .home-page .lower .full-box {
      padding-left: 45px;
      padding-right: 45px;
      padding-bottom: 25px; }
      .home-page .lower .full-box .full-box h1 {
        padding-top: 30px; } }

.home-page .space-right {
  margin-right: 7px; }

.home-page a {
  color: white;
  text-decoration: none; }
  .home-page a:hover {
    color: white;
    text-decoration: none; }

.home-page .red .link-box {
  text-align: left;
  background: #000D6E;
  color: white;
  width: 216px;
  padding: 7px;
  font-size: 18px; }
  .home-page .red .link-box:hover {
    padding: 6px;
    background: white;
    color: #000D6E; }

.home-page .grey .link-box {
  text-align: left;
  background: #737373;
  color: white;
  border: 1px solid white;
  width: 216px;
  padding: 7px;
  font-size: 18px; }
  .home-page .grey .link-box:hover {
    background: white;
    padding: 6px;
    color: #737373; }

.home-page .link-box {
  text-align: left;
  background: none;
  border: 1px solid white;
  width: 216px;
  padding: 7px;
  font-size: 18px; }
  .home-page .link-box:hover {
    background: none;
    border: 2px solid white;
    padding: 6px; }

/*************************************************************
 * Home screen
 *************************************************************/
@media screen and (max-width: 768px) {
  .service-panels {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .service-panels img {
      margin-top: -100px; } }

.service-panels > .row {
  margin-left: -7px;
  margin-right: -7px; }

.service-panels .a-sixth-panel {
  padding: 7px; }

.service-panels .extra-options-row {
  margin-top: 20px; }

.service-panels .extra-options-row h3 {
  margin-top: 10px;
  font-weight: 300; }

.service-panels .extra-options-row .panel {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #c1c1c1; }

.service-panels .extra-options-row .panel-heading {
  padding: 1px 20px;
  background-color: white;
  border: 0;
  cursor: pointer; }

.service-panels #home-options-panel .extra-option {
  background-color: #ebebeb;
  padding: 15px;
  margin-bottom: 15px; }

.service-panels #home-options-panel .extra-option:hover {
  background-color: #c1c1c1;
  padding: 15px;
  margin-bottom: 15px; }

.service-panels #home-options-panel .extra-option .extra-option-chevron {
  color: #000D6E; }

.service-panels .panel-heading span {
  color: #000D6E;
  font-weight: 300; }

.service-panels a:hover .red-button {
  background-color: white;
  color: #000D6E;
  width: 30px;
  height: 30px;
  padding: 6px 8px 12px;
  background-image: url("/static/images/arrow_red_desktop.png");
  background-position: 50%;
  background-repeat: no-repeat; }

.service-panels .a-sixth-panel a,
.service-panels .a-sixth-panel a:focus,
.service-panels .a-sixth-panel a:hover {
  text-decoration: none; }

.service-panels .small-panel-image,
.service-panels .tall-panel-image,
.service-panels .massive-panel-image {
  overflow: hidden; }

.service-panels .row {
  position: relative; }

.service-panels .bottom-small-panel-area .service-box-text,
.service-panels .top-small-panel-area .service-box-text,
.service-panels .tall-panel-area .service-box-text,
.service-panels .massive-panel-area .service-box-text,
.service-panels .a-sixth-panel .service-box-text {
  background-color: #737373; }

.service-panels .bottom-small-panel-area .field-teaser-copy,
.service-panels .top-small-panel-area .field-teaser-copy,
.service-panels .tall-panel-area .field-teaser-copy,
.service-panels .massive-panel-area .field-teaser-copy,
.service-panels .a-sixth-panel .field-teaser-copy {
  opacity: 0; }

.service-panels .bottom-small-panel-area:hover .field-teaser-copy,
.service-panels .top-small-panel-area:hover .field-teaser-copy,
.service-panels .tall-panel-area:hover .field-teaser-copy,
.service-panels .massive-panel-area:hover .field-teaser-copy,
.service-panels .a-sixth-panel:hover .field-teaser-copy {
  opacity: 1; }

.service-panels .split-row-top {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0; }

.service-panels .split-row-bottom {
  margin-left: 0;
  margin-right: 0; }

.service-panels .small-grey-panel-link-column .color-block {
  background-color: #737373;
  height: 202px; }

.service-panels .small-grey-panel-link-column .icon-holder {
  height: 110px;
  position: absolute;
  bottom: 0; }

.service-panels .small-red-panel-link-column #print_on_demand-icon,
.service-panels .small-grey-panel-link-column #print_on_demand-icon {
  left: -5px; }

.service-panels .small-red-panel-link-column #creative-icon,
.service-panels .small-grey-panel-link-column #creative-icon {
  bottom: -5px;
  left: 0; }

.service-panels .small-red-panel-link-column #user-preferences-icon,
.service-panels .small-grey-panel-link-column #user-preferences-icon,
.service-panels .small-red-panel-link-column #pricing-icon,
.service-panels .small-grey-panel-link-column #pricing-icon {
  left: 0; }

.service-panels .small-red-panel-link-column #user-preferences-icon img,
.service-panels .small-grey-panel-link-column #user-preferences-icon img {
  height: 130px;
  margin-left: -5px; }

.service-panels .small-red-panel-link-column #about-icon img,
.service-panels .small-grey-panel-link-column #about-icon img {
  height: 100px; }

.service-panels .small-grey-panel-link-column .icon-holder img {
  height: 110px; }

.service-panels .small-red-panel-link-column .color-block {
  background-color: #000D6E;
  height: 202px; }

.service-panels .small-red-panel-link-column .icon-holder {
  height: 110px;
  position: absolute;
  bottom: 0; }

.service-panels .small-red-panel-link-column .icon-holder img {
  height: 110px; }

.service-panels .small-grey-panel-link-column {
  padding-right: 5px;
  padding-left: 5px; }

.service-panels .small-red-panel-link-column {
  padding-right: 5px;
  padding-left: 5px; }
  .service-panels .small-red-panel-link-column .red-button {
    background-color: #737373; }

.service-panels .wide-panel-link-column {
  padding-right: 5px;
  padding-left: 5px; }

.service-panels .wide-panel-link .wide-panel-image {
  height: 202px;
  overflow: hidden; }

.service-panels .left-grouping {
  padding-left: 0; }

.service-panels .left-large-pannel {
  padding-right: 5px; }
  .service-panels .left-large-pannel #youtube-image img {
    margin-left: -100px; }
  .service-panels .left-large-pannel .massive-panel-image {
    height: 413px; }

.service-panels .small-red-panel-link-column .field-teaser-button {
  top: 25px;
  margin-left: 10px; }

.service-panels .small-red-panel-link-column .field-title {
  top: 5px; }

.service-panels .small-grey-panel-link-column .field-teaser-button {
  top: 25px;
  margin-left: 10px; }

.service-panels .small-grey-panel-link-column .field-title {
  top: 5px; }

.service-panels .left-large-pannel .field-teaser-button {
  top: 25px;
  margin-left: 10px; }

.service-panels .left-large-pannel #social-media-text .field-teaser-button {
  top: 25px;
  right: 4px; }

.service-panels .left-large-pannel .field-title {
  top: 5px; }

.service-panels .wide-panel-link .field-teaser-button {
  top: 25px;
  margin-left: 10px; }

.service-panels .wide-panel-link .field-title {
  min-height: 170px;
  max-width: 100%; }
  .service-panels .wide-panel-link .field-title h2 {
    position: absolute;
    bottom: 0px; }

.service-panels .left-large-pannel .massive-panel-image::before {
  content: "";
  display: block;
  position: absolute;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  left: 15px;
  right: 5px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); }

.service-panels .left-large-pannel:hover .massive-panel-image::before {
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  background: rgba(0, 0, 0, 0.6); }

.service-panels .left-large-pannel .massive-panel-image#social-media-image::before {
  content: "";
  display: block;
  position: absolute;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); }

.service-panels .left-large-pannel:hover .massive-panel-image#social-media-image::before {
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  background: rgba(0, 0, 0, 0.6); }

.service-panels .wide-panel-link-column .wide-panel-image::before {
  content: "";
  display: block;
  position: absolute;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.2); }

.service-panels .wide-panel-link-column:hover .wide-panel-image::before {
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  background: rgba(0, 0, 0, 0.6); }

.service-panels .wide-panel-link-column .wide-panel-image#social-media-image::before,
.service-panels .wide-panel-link-column .wide-panel-image#print_on_demand-image::before {
  content: "";
  display: block;
  position: absolute;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2); }

.service-panels .wide-panel-link-column:hover .wide-panel-image#social-media-image::before,
.service-panels .wide-panel-link-column:hover .wide-panel-image#print_on_demand-image::before {
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  background: rgba(0, 0, 0, 0.6); }

.service-panels .small-red-panel-link-column:hover .color-block::before {
  content: "";
  display: block;
  position: absolute;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.6); }

.service-panels .small-grey-panel-link-column:hover .color-block::before {
  content: "";
  display: block;
  position: absolute;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.4); }

.service-panels .a-sixth-panel:hover .service-box-image-field::before {
  content: "";
  display: block;
  position: absolute;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (min-width: 1400px) {
  .service-panels .top-small-panel-area,
  .service-panels .bottom-small-panel-area,
  .service-panels .top-small-panel-area:hover,
  .service-panels .bottom-small-panel-area:hover {
    height: 250px;
    overflow: hidden;
    padding: 7px; }
  .service-panels .tall-panel-area,
  .service-panels .massive-panel-area,
  .service-panels .tall-panel-area:hover,
  .service-panels .massive-panel-area:hover {
    height: 500px;
    overflow: hidden;
    padding: 7px; }
  .service-panels .small-panel-image {
    height: 236px; }
    .service-panels .small-panel-image img {
      overflow: hidden; }
  .service-panels .tall-panel-image,
  .service-panels .massive-panel-image {
    height: 486px; }
    .service-panels .tall-panel-image img,
    .service-panels .massive-panel-image img {
      overflow: hidden;
      height: 100%; }
  .service-panels .massive-panel-image#asset-library-image img {
    width: 166%;
    height: 166%;
    margin-top: -17%; }
  .service-panels .massive-panel-image#catalogue-image img {
    width: 210%;
    height: 135%;
    margin-left: -420px;
    margin-top: -50px; }
  .service-panels .massive-panel-image#creative-image img {
    width: 250%;
    height: 160%;
    margin-left: -302px;
    margin-top: -110px; }
  .service-panels .massive-panel-image#pricing-image img {
    width: 182%;
    height: 120%;
    margin-left: -90px; }
  .service-panels .massive-panel-image#print_on_demand-image img {
    margin-left: -115px;
    height: 110%;
    margin-top: -40px; }
  .service-panels .massive-panel-image#social-media-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .service-panels .massive-panel-image#social-media-image img {
    margin-left: -130px;
    width: 140%; }
  .service-panels .wide-panel-image#asset-library-image img {
    width: 100%;
    margin-top: -95px; }
  .service-panels .wide-panel-image#catalogue-image img {
    width: 150%;
    margin-left: -45%;
    margin-top: -120px; }
  .service-panels .wide-panel-image#creative-image img {
    width: 200%;
    margin-left: -160px;
    margin-top: -180px; }
  .service-panels .wide-panel-image#pricing-image img {
    width: 190%;
    margin-top: -70px;
    margin-left: -235px; }
  .service-panels .wide-panel-image#print_on_demand-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .service-panels .wide-panel-image#print_on_demand-image img {
    width: 104%;
    margin-top: -45px; }
  .service-panels .wide-panel-image#social-media-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .service-panels .wide-panel-image#social-media-image img {
    width: 105%;
    margin-top: -60px; }
  .service-panels .wide-panel-image#user-preferences-image img,
  .service-panels .wide-panel-image#youtube-image img,
  .service-panels .wide-panel-image#customer-support-image img {
    width: 100%; }
  .service-panels .top-small-panel-area .small-panel-image::before,
  .service-panels .bottom-small-panel-area .small-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.2);
    height: 236px; }
  .service-panels .top-small-panel-area:hover .small-panel-image::before,
  .service-panels .bottom-small-panel-area:hover .small-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.6);
    height: 236px; }
  .service-panels .massive-panel-area .massive-panel-image::before,
  .service-panels .tall-panel-area .tall-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.2);
    height: 486px; }
  .service-panels .massive-panel-area:hover .massive-panel-image::before,
  .service-panels .tall-panel-area:hover .tall-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.6);
    height: 486px; }
  .service-panels .tall-panel-area img {
    margin: 0 0 0 -300px; } }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .service-panels .top-small-panel-area,
  .service-panels .bottom-small-panel-area {
    height: 206px;
    overflow: hidden;
    padding: 7px; }
  .service-panels .tall-panel-area,
  .service-panels .massive-panel-area {
    height: 420px;
    overflow: hidden;
    padding: 7px; }
  .service-panels .small-panel-image {
    height: 203px; }
    .service-panels .small-panel-image img {
      overflow: hidden; }
  .service-panels .tall-panel-image,
  .service-panels .massive-panel-image {
    height: 406px; }
    .service-panels .tall-panel-image img,
    .service-panels .massive-panel-image img {
      overflow: hidden;
      height: 100%; }
  .service-panels .massive-panel-image#asset-library-image img {
    width: 166%;
    height: 166%;
    margin-top: -17%; }
  .service-panels .massive-panel-image#catalogue-image img {
    width: 210%;
    height: 135%;
    margin-left: -420px;
    margin-top: -50px; }
  .service-panels .massive-panel-image#creative-image img {
    width: 250%;
    height: 160%;
    margin-left: -302px;
    margin-top: -110px; }
  .service-panels .massive-panel-image#pricing-image img {
    width: 182%;
    height: 120%;
    margin-left: -90px; }
  .service-panels .massive-panel-image#print_on_demand-image img {
    margin-left: -60px; }
  .service-panels .massive-panel-image#social-media-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    .service-panels .massive-panel-image#social-media-image img {
      margin-left: -130px;
      width: 140%; }
  .service-panels .wide-panel-image#asset-library-image img {
    width: 100%;
    margin-top: -95px; }
  .service-panels .wide-panel-image#catalogue-image img {
    width: 150%;
    margin-left: -45%;
    margin-top: -120px; }
  .service-panels .wide-panel-image#creative-image img {
    width: 200%;
    margin-left: -160px;
    margin-top: -180px; }
  .service-panels .wide-panel-image#pricing-image img {
    width: 190%;
    margin-top: -70px;
    margin-left: -235px; }
  .service-panels .wide-panel-image#print_on_demand-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    .service-panels .wide-panel-image#print_on_demand-image img {
      width: 104%;
      margin-top: -45px; }
  .service-panels .wide-panel-image#social-media-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    .service-panels .wide-panel-image#social-media-image img {
      width: 105%;
      margin-top: -60px; }
  .service-panels .wide-panel-image#user-preferences-image img,
  .service-panels .wide-panel-image#youtube-image img,
  .service-panels .wide-panel-image#customer-support-image img {
    width: 100%; }
  .service-panels .top-small-panel-area .small-panel-image::before,
  .service-panels .bottom-small-panel-area .small-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.2);
    height: 203px; }
  .service-panels .top-small-panel-area:hover .small-panel-image::before,
  .service-panels .bottom-small-panel-area:hover .small-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.6);
    height: 203px; }
  .service-panels .massive-panel-area .massive-panel-image::before,
  .service-panels .tall-panel-area .tall-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.2);
    height: 406px; }
  .service-panels .massive-panel-area:hover .massive-panel-image::before,
  .service-panels .tall-panel-area:hover .tall-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.6);
    height: 406px; }
  .service-panels .tall-panel-area img {
    margin: 0 0 0 -270px; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .service-panels .top-small-panel-area,
  .service-panels .bottom-small-panel-area {
    height: 181px;
    overflow: hidden;
    padding: 7px; }
  .service-panels .tall-panel-area,
  .service-panels .massive-panel-area {
    height: 362px;
    overflow: hidden;
    padding: 7px; }
  .service-panels .massive-panel-image#asset-library-image img {
    width: 166%;
    height: 166%;
    margin-top: -17%; }
  .service-panels .massive-panel-image#catalogue-image img {
    width: 210%;
    height: 135%;
    margin-left: -340px;
    margin-top: -50px; }
  .service-panels .massive-panel-image#creative-image img {
    width: 250%;
    height: 160%;
    margin-left: -302px;
    margin-top: -110px; }
  .service-panels .massive-panel-image#pricing-image img {
    width: 182%;
    height: 120%;
    margin-left: -90px; }
  .service-panels .massive-panel-image#print_on_demand-image img {
    margin-left: -115px;
    height: 110%;
    margin-top: -40px; }
  .service-panels .massive-panel-image#social-media-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    .service-panels .massive-panel-image#social-media-image img {
      margin-left: -130px; }
  .service-panels .wide-panel-image#asset-library-image img {
    width: 100%;
    margin-top: -95px; }
  .service-panels .wide-panel-image#catalogue-image img {
    width: 150%;
    margin-left: -35%;
    margin-top: -80px; }
  .service-panels .wide-panel-image#creative-image img {
    width: 200%;
    margin-left: -160px;
    margin-top: -180px; }
  .service-panels .wide-panel-image#pricing-image img {
    width: 190%;
    margin-top: -70px;
    margin-left: -235px; }
  .service-panels .wide-panel-image#print_on_demand-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    .service-panels .wide-panel-image#print_on_demand-image img {
      width: 104%;
      margin-top: -45px; }
  .service-panels .wide-panel-image#social-media-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    .service-panels .wide-panel-image#social-media-image img {
      width: 105%;
      margin-top: -60px; }
  .service-panels .wide-panel-image#user-preferences-image img,
  .service-panels .wide-panel-image#youtube-image img,
  .service-panels .wide-panel-image#customer-support-image img {
    width: 100%; }
  .service-panels .small-panel-image {
    height: 174px; }
    .service-panels .small-panel-image img {
      overflow: hidden; }
  .service-panels .tall-panel-image,
  .service-panels .massive-panel-image {
    height: 362px; }
    .service-panels .tall-panel-image img,
    .service-panels .massive-panel-image img {
      overflow: hidden;
      height: 100%; }
  .service-panels .top-small-panel-area .small-panel-image::before,
  .service-panels .bottom-small-panel-area .small-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.2);
    height: 174px; }
  .service-panels .top-small-panel-area:hover .small-panel-image::before,
  .service-panels .bottom-small-panel-area:hover .small-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.6);
    height: 174px; }
  .service-panels .massive-panel-area .massive-panel-image::before,
  .service-panels .tall-panel-area .tall-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.2);
    height: 362px; }
  .service-panels .massive-panel-area:hover .massive-panel-image::before,
  .service-panels .tall-panel-area:hover .tall-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.6);
    height: 362px; }
  .service-panels .tall-panel-area img {
    margin: 0 0 0 -255px; } }

@media screen and (max-width: 992px) {
  .service-panels .split-row-top {
    height: auto;
    margin-bottom: 0;
    margin-left: 0; }
  .service-panels .small-grey-panel-link-column img,
  .service-panels .small-red-panel-link-column img {
    margin-top: 0; }
  .service-panels .split-row-bottom {
    height: auto;
    margin-left: 0;
    margin-right: 0; }
  .service-panels .wide-panel-link-column,
  .service-panels .small-grey-panel-link-column,
  .service-panels .small-red-panel-link-column {
    margin-bottom: 7px; }
  .service-panels .left-grouping {
    padding-left: 0;
    padding-right: 0; }
  .service-panels .left-large-pannel {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 7px; }
    .service-panels .left-large-pannel .massive-panel-image {
      height: 200px; }
    .service-panels .left-large-pannel .service-box-text .field-teaser-button {
      right: 7px; }
  .service-panels .left-large-pannel .massive-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    left: 7px;
    right: 7px;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); }
  .service-panels .left-large-pannel:hover .massive-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    left: 7px;
    right: 7px;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  .service-panels .top-small-panel-area,
  .service-panels .bottom-small-panel-area,
  .service-panels .tall-panel-area,
  .service-panels .massive-panel-area {
    height: 190px;
    overflow: hidden;
    padding: 7px; }
  .service-panels .small-panel-image,
  .service-panels .tall-panel-image,
  .service-panels .massive-panel-image {
    height: 176px;
    overflow: hidden; }
  .service-panels .small-panel-image img,
  .service-panels .tall-panel-image img,
  .service-panels .massive-panel-image img {
    width: 100%;
    overflow: hidden; }
  .service-panels .top-small-panel-area .small-panel-image::before,
  .service-panels .bottom-small-panel-area .small-panel-image::before,
  .service-panels .massive-panel-area .massive-panel-image::before,
  .service-panels .tall-panel-area .tall-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.2); }
  .service-panels .massive-panel-area:hover .massive-panel-image::before,
  .service-panels .tall-panel-area:hover .tall-panel-image::before,
  .service-panels .top-small-panel-area:hover .small-panel-image::before,
  .service-panels .bottom-small-panel-area:hover .small-panel-image::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.6); } }

.service-box-image-field {
  max-height: 196px;
  overflow: hidden;
  position: relative; }
  .service-box-image-field::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2); }
  .service-box-image-field img {
    max-width: 100%; }

.massive-panel-area .service-box-text .field-title {
  max-width: 480px; }

.service-box-text .red-button {
  background-color: #000D6E;
  color: white;
  width: 30px;
  height: 30px;
  padding: 6px 8px 12px;
  background-image: url("/static/images/arrow_white_desktop.png");
  background-position: 50%;
  background-repeat: no-repeat; }

.service-box-text .field-title {
  left: 10;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  top: 20px;
  width: 100%;
  position: absolute;
  max-width: 260px; }

.service-box-text .field-title h2 {
  font-weight: 300;
  font-size: 30px;
  color: white;
  padding-right: 30px; }

.massive-panel-link .service-box-text .field-title {
  max-width: 100%; }

.service-box-text .field-teaser-copy {
  margin-top: 10px;
  margin-right: 7px;
  position: absolute;
  bottom: 25px; }

.service-box-text .field-teaser-button {
  top: 40px;
  right: 5px;
  position: absolute; }

.massive-panel-link #asset-library-text .field-title,
.massive-panel-link #creative-text .field-title {
  max-width: 100%;
  bottom: 20px;
  left: 30px;
  top: unset; }

.wide-panel-link #asset-library-text .field-title {
  max-width: 100%;
  bottom: 10px;
  left: 10px;
  top: unset; }

.wide-panel-link #pricing-text .field-title,
.wide-panel-link #catalogue-text .field-title {
  max-width: 100%;
  bottom: unset;
  top: 5px; }

.massive-panel-link #pricing-text .field-title {
  max-width: 100%; }

.panel-body a, .panel-body a:focus, .panel-body a:hover {
  text-decoration: none;
  color: #333; }

@media screen and (min-width: 1400px) {
  #left-panel-block {
    float: left; }
  #centre-panel-block {
    left: 25%;
    position: absolute; }
  #right-panel-block {
    left: 75%;
    position: absolute; }
  .service-box-text .field-teaser-copy p {
    font-weight: 300;
    font-size: 18px;
    color: white;
    margin: 10px 10px 10px 20px; }
  #signage-image img {
    margin-left: 0; }
  .small-panel-link #site-admin-image img {
    margin: 0; }
  .tall-panel-link #site-admin-image img {
    margin: 0 0 0 -65px; }
  .service-box-image-field {
    max-height: 236px;
    overflow: hidden;
    position: relative; } }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .service-box-text .field-teaser-copy p {
    font-weight: 300;
    font-size: 18px;
    color: white;
    margin: 10px 10px 10px 20px; }
  #left-panel-block {
    float: left; }
  #centre-panel-block {
    left: 25%;
    position: absolute; }
  #right-panel-block {
    left: 75%;
    position: absolute; }
  #signage-image img {
    margin-left: 0; }
  .small-panel-link #site-admin-image img {
    margin: 0; }
  .tall-panel-link #site-admin-image img {
    margin: 0 0 0 -65px; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .service-box-text .field-title h2 {
    font-size: 26px; }
  #left-panel-block {
    float: left; }
  #centre-panel-block {
    left: 25%;
    position: absolute; }
  #right-panel-block {
    left: 75%;
    position: absolute; }
  .service-box-text .field-teaser-copy p {
    font-weight: 300;
    font-size: 18px;
    color: white;
    margin: 10px 10px 10px 20px; }
  .small-panels-inside .service-box-text .field-teaser-copy p {
    font-weight: 300;
    font-size: 14px;
    color: white;
    margin: 10px 10px 10px 18px; }
  #signage-image img {
    margin-left: 0; }
  .small-panel-link #site-admin-image img {
    margin: 0; }
  .tall-panel-link #site-admin-image img {
    margin: 0 0 0 -65px; } }

@media screen and (max-width: 992px) {
  .service-box-text .field-teaser-copy p {
    font-weight: 300;
    font-size: 16px;
    color: white;
    margin: 10px 10px 10px 20px; }
  #social-media-image img {
    height: 100%; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .tall-panel-area #signage-image img {
    margin-top: -200px; }
  .massive-panel-area #signage-image img {
    margin-top: -200px; }
  #asset-library-image img {
    margin-top: -40px;
    width: 100%; }
  #customer-support-image img,
  #catalogue-image img,
  #print_on_demand-image img,
  #creative-image img,
  #social-media-image img,
  #social-media-image img,
  #store_profiling-image img,
  #legal_archive-image img {
    width: 100%; } }

/* Adjustments for specific images on very small screens */
@media screen and (max-width: 768px) {
  #site-admin-image img {
    margin-top: -50px; }
  #site-admin-image img,
  #build-report-image img {
    margin-top: -50px; }
  #order-image img {
    margin-top: -100px; }
  #campaigns-image img {
    margin-top: -80px; }
  #asset-library-image img {
    margin-top: -40px;
    width: 100%; }
  #customer-support-image img,
  #catalogue-image img,
  #print_on_demand-image img,
  #pricing-image img,
  #creative-image img,
  #social-media-image img,
  #social-media-image img,
  #store_profiling-image img,
  #legal_archive-image img {
    width: 100%; }
  #print_on_demand-image img,
  #hybridmail-image img,
  #campaigns-image img,
  #build-report-image img,
  #doc-development-image img,
  #report-image img {
    height: 100%;
    margin-top: 0 !important; }
  #quick-links #catalogue-image img {
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    width: none; }
  #quick-links #catalogue-image span {
    top: 58px;
    padding-right: 15px; }
  .portal-links-expanded
.link-color-area-holder
.link-text-area
.field-teaser-button {
    margin-left: 0; } }

#pricing-image.tall-panel-image img {
  margin-left: 0; }

#connectWithXeroxPannel {
  margin-top: 10px;
  background-color: #ebebeb;
  margin-left: 7px;
  margin-right: 12px; }
  @media screen and (min-width: 992px) {
    #connectWithXeroxPannel .first-connect-with-inner {
      padding-left: 25px; }
    #connectWithXeroxPannel .last-connect-with-inner {
      padding-right: 25px; } }
  #connectWithXeroxPannel img {
    height: 25px;
    margin-bottom: 5px; }
  #connectWithXeroxPannel h1 {
    margin-top: 10px;
    font-weight: 300;
    font-size: 22px;
    color: #333; }
  #connectWithXeroxPannel p {
    border-top: 1px solid #dbdbdb;
    padding-top: 5px;
    font-size: 14px;
    color: #333; }

@media screen and (max-width: 992px) {
  #connectWithXeroxPannel {
    margin-left: -2px;
    margin-right: -2px; } }

/*************************************************************
 * Archive retrieval page
 *************************************************************/
#archive-job-table-container {
  min-height: 402px; }

#record-document-modal .modal-body {
  max-height: 80vh; }

#record-document-modal object,
#record-document-modal embed {
  height: 70vh;
  width: 560px; }

.checkbox.group-enable {
  margin-top: -5px;
  padding-right: 0; }

#shopping-basket-modal .modal-body {
  min-height: 40vh;
  max-height: 80vh;
  padding-bottom: 60px; }

#shopping-basket-modal .modal-dialog {
  max-width: 80vw;
  width: 800px; }

#shopping-basket-modal .basket-empty-control {
  position: absolute;
  bottom: 15px;
  left: 15px; }

#shopping-basket-modal .basket-controls {
  position: absolute;
  bottom: 15px;
  right: 15px; }

#shopping-basket-modal #basket-contents .dataTables_scrollBody {
  max-height: 50vh; }

.table .remove {
  cursor: pointer;
  vertical-align: middle;
  text-align: center; }
  .table .remove:hover {
    color: #000D6E; }

#record-table-basket-container {
  padding-left: 15px; }

.job-dashboard #step3-row {
  min-height: 500px; }

/*************************************************************
 * Support page link boxes
 *************************************************************/
.support-buttons-area {
  display: inline-flex; }

.support-box {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px; }

.support-box:hover {
  background-color: #ebebeb; }

.support-box a,
.support-box a:focus,
.support-boxgb a:hover {
  text-decoration: none; }

.support-box-image-field {
  max-height: 175px;
  overflow: hidden;
  position: relative; }

.support-box-image-field img {
  max-width: 100%; }

.support-box-image-field::before {
  content: "";
  display: block;
  position: absolute;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2); }

.support-box-text .field-title {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute; }

.support-box-text .field-title h2 {
  font-weight: 300;
  font-size: 30px;
  color: white;
  padding: 10px 30px; }

.support-box-text .field-teaser-copy {
  margin-top: 10px;
  position: relative; }

.support-box-text .field-teaser-copy p {
  font-weight: 300;
  font-size: 20px;
  color: #333; }

@media screen and (max-width: 992px) {
  .support-box-text .field-article-teaser {
    right: 20px; } }

.support-box-text .field-article-teaser {
  position: absolute;
  bottom: 15px; }

.support-box-text .red-button {
  padding: 5px 12px;
  font-size: 16px;
  background-color: #000D6E;
  font-weight: 400;
  color: white;
  display: inline-block;
  min-width: 134px; }

.support-box:hover .red-button {
  padding: 5px 12px;
  font-size: 16px;
  background-color: white;
  font-weight: 400;
  color: #000D6E;
  display: inline-block; }

@media screen and (min-width: 992px) {
  .support-options .support-box {
    height: 370px;
    margin-bottom: 50px; } }

.support-options {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

/*************************************************************
 * Support Request Pages
 *************************************************************/
.form-group.reply-controls {
  overflow: auto; }

#add-note-li .close {
  margin-right: 60px; }

/*************************************************************
 * Transactional Processing page link boxes
 *************************************************************/
.content-transactional .masthead {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.content-transactional .panel-block {
  padding: 3px; }

.content-transactional .massive-panel-area:hover .massive-panel-image img {
  background-color: #333; }

.content-transactional .tall-panel-area {
  background-color: #000D6E;
  height: 440px; }
  .content-transactional .tall-panel-area .side-button-area .glyphicon {
    background-color: #737373;
    color: white;
    width: 35px;
    height: 35px;
    padding: 10px;
    margin-left: 10px; }
  .content-transactional .tall-panel-area:hover {
    background-color: #000D6E; }
    .content-transactional .tall-panel-area:hover .side-button-area .glyphicon {
      background-color: white;
      color: #000D6E; }

.content-transactional .top-small-panel-area {
  background-color: #737373;
  height: 217px;
  margin-bottom: 6px; }
  .content-transactional .top-small-panel-area .side-button-area .glyphicon {
    background-color: #000D6E;
    color: white;
    width: 35px;
    height: 35px;
    padding: 10px; }
  .content-transactional .top-small-panel-area:hover {
    background-color: #333; }
    .content-transactional .top-small-panel-area:hover .side-button-area .glyphicon {
      background-color: white;
      color: #000D6E; }

.content-transactional .bottom-small-panel-area {
  background-color: #000D6E;
  height: 217px; }
  .content-transactional .bottom-small-panel-area .side-button-area .glyphicon {
    background-color: #737373;
    color: white;
    width: 35px;
    height: 35px;
    padding: 10px; }
  .content-transactional .bottom-small-panel-area:hover {
    background-color: #000D6E; }
    .content-transactional .bottom-small-panel-area:hover .side-button-area .glyphicon {
      background-color: white;
      color: #000D6E; }

.content-transactional .massive-panel-area {
  height: 440px; }
  .content-transactional .massive-panel-area .side-button-area .glyphicon {
    background-color: #000D6E;
    color: white;
    width: 35px;
    height: 35px;
    padding: 10px;
    position: absolute;
    top: 52px;
    right: 3px; }
  .content-transactional .massive-panel-area img {
    height: 440px;
    width: 100%;
    background-color: #737373; }
  .content-transactional .massive-panel-area:hover .side-button-area .glyphicon {
    background-color: white;
    color: #000D6E; }

.content-transactional .panel-area {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .content-transactional .panel-area .panel-top-text {
    color: white;
    text-transform: uppercase;
    padding: 20px 40px 0 20px;
    font-size: 16px;
    font-weight: 400; }
  .content-transactional .panel-area .massive-panel-area .panel-top-text {
    position: absolute;
    top: 0; }
  .content-transactional .panel-area .massive-panel-area .panel-middle-text {
    position: absolute;
    top: 55px; }
  .content-transactional .panel-area .panel-middle-text {
    color: white;
    padding: 0 40px 0 20px;
    font-size: 30px;
    font-weight: 300; }

@media screen and (max-width: 992px) {
  .content-transactional .tall-panel-area {
    height: 217px; } }

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .content-transactional .tall-panel-area {
    height: 363px; }
  .content-transactional .top-small-panel-area {
    height: 179px;
    margin-bottom: 5px; }
  .content-transactional .bottom-small-panel-area {
    height: 179px; }
  .content-transactional .massive-panel-area {
    height: 363px; }
  .content-transactional .massive-panel-image img {
    height: 363px;
    width: 100%; }
  .content-transactional .panel-area .panel-top-text {
    padding: 18px 36px 0 18px;
    font-size: 14px; }
  .content-transactional .panel-area .panel-middle-text {
    padding: 0 36px 0 18px;
    font-size: 26px; }
  .content-transactional .page-header {
    margin-top: 15px; }
  .content-transactional .masthead {
    margin-top: 1em; }
    .content-transactional .masthead .no-image h3 {
      margin-top: 10px;
      margin-bottom: 15px; }
    .content-transactional .masthead .no-image h1 {
      margin-top: 0;
      margin-bottom: 5px; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .content-transactional .panel-area .panel-middle-text {
    padding: 0 36px 0 18px;
    font-size: 22px; } }

/*************************************************************
 * Transactional Dashboard page link boxes
 *************************************************************/
.tp-dashboard-contents {
  /* for demo area duplicated for positive and negative */ }
  .tp-dashboard-contents h1 {
    font-size: 16px;
    margin: 0; }
  .tp-dashboard-contents .pane-border {
    border: 1px solid #737373;
    margin: 0 0 4px;
    border-bottom-right-radius: .6em;
    border-bottom-left-radius: .6em;
    overflow: hidden; }
  .tp-dashboard-contents .tp-header-area {
    background-color: #2895d5;
    padding: 1px 10px;
    border: 1px solid #2895d5;
    color: white;
    border-top-right-radius: .6em;
    border-top-left-radius: .6em; }
  .tp-dashboard-contents .form-sidebar h3 {
    background-color: #7053aa; }
  .tp-dashboard-contents .help-block {
    margin-bottom: 20px; }
  .tp-dashboard-contents .tp-site-measurements {
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .tp-dashboard-contents .tp-site-measurements-active {
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .tp-dashboard-contents .tp-site-measurements-active .btn {
      background-color: #31b0d5;
      border-color: #2895d5; }
  .tp-dashboard-contents .progress {
    background-color: #000D6E;
    margin: 2px; }
  .tp-dashboard-contents .modal-body table td {
    font-size: 20px;
    font-weight: 300;
    padding: 5px 15px; }
  .tp-dashboard-contents .modal-header {
    background-color: #7053aa;
    text-align: center; }
  .tp-dashboard-contents #left-bottom-pane {
    height: 275px; }
    .tp-dashboard-contents #left-bottom-pane .row .col-sm-12 {
      margin-top: -6px;
      margin-bottom: -6px; }
    .tp-dashboard-contents #left-bottom-pane th {
      text-align: center;
      max-width: 30px;
      border-bottom: 1px solid #c1c1c1; }
      .tp-dashboard-contents #left-bottom-pane th:first-child {
        text-align: left;
        padding-left: 5px; }
    .tp-dashboard-contents #left-bottom-pane td {
      text-align: center; }
      .tp-dashboard-contents #left-bottom-pane td:first-child {
        text-align: left;
        padding-left: 5px; }
  .tp-dashboard-contents #central-top-pane {
    height: 275px; }
    .tp-dashboard-contents #central-top-pane .btn-group-justified {
      border-radius: 0.6em;
      -webkit-border-radius: 0.6em;
      -moz-border-radius: 0.6em;
      margin: 3px 0 0;
      overflow: hidden; }
    .tp-dashboard-contents #central-top-pane .btn {
      background-color: #c1c1c1;
      border-left: 1px solid #ebebeb;
      border-right: 1px solid #ebebeb;
      color: black;
      min-width: 10px; }
      .tp-dashboard-contents #central-top-pane .btn:active, .tp-dashboard-contents #central-top-pane .btn.active {
        background-color: #ebebeb;
        color: black;
        min-width: 10px; }
  .tp-dashboard-contents #central-bottom-pane {
    height: 275px; }
    .tp-dashboard-contents #central-bottom-pane th {
      text-align: center;
      border-bottom: 1px solid #c1c1c1; }
    .tp-dashboard-contents #central-bottom-pane td {
      text-align: center;
      border-bottom: 1px solid #c1c1c1; }
  .tp-dashboard-contents .dotted-y-gird-lines {
    opacity: .3; }
  .tp-dashboard-contents .comparison-stats-table #right-tab-col {
    padding: 2px 5px 0;
    text-align: right;
    font-size: 14px;
    width: 90px; }
  .tp-dashboard-contents .comparison-stats-table #left-tab-col {
    padding: 2px 5px 0;
    text-align: left;
    font-size: 14px;
    width: 140px;
    white-space: nowrap; }
  .tp-dashboard-contents .percentage-area {
    font-size: 20px;
    font-weight: 800;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-right: 30px;
    white-space: nowrap; }
  .tp-dashboard-contents .arrow-area .glyphicon {
    margin-top: 10px;
    color: #000D6E;
    font-size: x-large; }
  .tp-dashboard-contents .arrow-area-up .glyphicon {
    margin-top: 10px;
    color: #6daf3d;
    font-size: x-large; }
  .tp-dashboard-contents #DataTables_Table_0_wrapper .row:first-child {
    display: none; }
  .tp-dashboard-contents .site-league-table {
    width: 100%;
    height: 273px; }
    .tp-dashboard-contents .site-league-table .glyphicon-arrow-up {
      color: #6daf3d; }
    .tp-dashboard-contents .site-league-table .glyphicon-arrow-down {
      color: #000D6E; }
    .tp-dashboard-contents .site-league-table thead tr {
      background: #ebebeb; }
    .tp-dashboard-contents .site-league-table tbody tr:nth-child(even) {
      background: #ebebeb; }
    .tp-dashboard-contents .site-league-table tbody tr:nth-child(odd) {
      background: white; }
  .tp-dashboard-contents .bottom-row {
    margin-top: 20px; }
  .tp-dashboard-contents #site-contact-details-area {
    height: 125px; }
    .tp-dashboard-contents #site-contact-details-area table {
      width: 100%;
      height: 100%; }
    .tp-dashboard-contents #site-contact-details-area th {
      text-align: center;
      width: 30%; }
    .tp-dashboard-contents #site-contact-details-area td {
      text-align: center;
      width: 60%; }
    .tp-dashboard-contents #site-contact-details-area tr:nth-child(odd) {
      background-color: #ebebeb; }
  .tp-dashboard-contents #site-customers-list-area {
    height: 125px;
    display: block;
    overflow-y: auto; }
    .tp-dashboard-contents #site-customers-list-area table {
      width: 100%;
      height: 100%; }
    .tp-dashboard-contents #site-customers-list-area th {
      text-align: center;
      background-color: #ebebeb; }
    .tp-dashboard-contents #site-customers-list-area td {
      text-align: center; }
    .tp-dashboard-contents #site-customers-list-area tr:nth-child(even) {
      background-color: #ebebeb; }
  .tp-dashboard-contents .site-stats-table {
    width: 100%;
    height: 151px; }
    .tp-dashboard-contents .site-stats-table thead tr {
      background-color: #ebebeb; }
    .tp-dashboard-contents .site-stats-table td {
      width: 20%; }
  .tp-dashboard-contents .site-capacity-table {
    width: 100%;
    height: 122px; }
    .tp-dashboard-contents .site-capacity-table thead tr {
      background-color: #ebebeb; }
    .tp-dashboard-contents .site-capacity-table td {
      width: 20%; }

/*************************************************************
 * Site administration
 *************************************************************/
#role-permissions {
  border: 1px solid #c1c1c1;
  min-height: 12em; }
  #role-permissions .permission {
    padding-left: 4px;
    padding-right: 4px; }
  #role-permissions .permission:nth-child(even) {
    background-color: #ebebeb; }

/*********************************************************
 * Reports home page
 **********************************************************/
#report-display-modal .report-modal-header {
  padding: 15px;
  border-bottom: 0;
  margin-bottom: 10px; }

#report-display-modal .image-area {
  height: 120px;
  overflow: hidden; }
  #report-display-modal .image-area img {
    width: 100%; }

#report-display-modal .header-text {
  text-align: center;
  margin-top: -100px;
  color: white; }
  #report-display-modal .header-text h1 {
    font-size: 50px;
    font-weight: lighter; }

#report-display-modal .modal-body .close {
  margin-top: -10px;
  margin-right: -3px;
  font-size: 25px; }

#report-display-modal #selected-report #selected-report-description-area {
  border-top-width: 2px;
  border-top-style: outset;
  border-bottom-width: 2px;
  border-bottom-style: inset;
  width: 100%;
  margin-bottom: 10px; }
  #report-display-modal #selected-report #selected-report-description-area .selected-report-metric {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 5px; }

@media screen and (max-width: 992px) {
  #report-display-modal #selected-report .discription-year-buffer {
    margin-top: 20px; } }

@media screen and (min-width: 992px) {
  #report-display-modal #selected-report .discription-year-buffer {
    margin-top: 58px; } }

@media screen and (max-width: 992px) {
  #report-display-modal #selected-report .discription-month-year-buffer {
    margin-top: 20px; } }

@media screen and (min-width: 992px) {
  #report-display-modal #selected-report .discription-month-year-buffer {
    margin-top: 83px; } }

#report-display-modal #selected-report #selected-report-information {
  border-top-width: 2px;
  border-top-style: outset;
  border-bottom-width: 2px;
  border-bottom-style: inset;
  margin-top: 20px; }
  #report-display-modal #selected-report #selected-report-information #selected-report-name {
    text-align: center;
    font-size: 24px; }
  #report-display-modal #selected-report #selected-report-information .selected-report-metric {
    font-size: 14px;
    padding: 2px 10px; }
    #report-display-modal #selected-report #selected-report-information .selected-report-metric span {
      float: right; }
  #report-display-modal #selected-report #selected-report-information #selected-report-owner,
  #report-display-modal #selected-report #selected-report-information #selected-report-frequency,
  #report-display-modal #selected-report #selected-report-information #selected-report-lastupdate {
    text-transform: capitalize; }
  #report-display-modal #selected-report #selected-report-information h2 {
    margin-top: 10px;
    margin-bottom: 5px; }
  #report-display-modal #selected-report #selected-report-information h1 {
    margin-top: 10px;
    margin-bottom: 5px; }

#report-display-modal #month-filter #month-list-holder {
  margin-top: 10px; }

#report-display-modal #report-history-report #above-table-filter {
  margin-top: 10px;
  text-align: center; }
  #report-display-modal #report-history-report #above-table-filter #reset-year-filter {
    position: absolute;
    left: 10px;
    margin: 1px 3px 1px 12px;
    cursor: pointer; }
    @media screen and (max-width: 992px) {
      #report-display-modal #report-history-report #above-table-filter #reset-year-filter {
        top: 9px; } }
    @media screen and (min-width: 992px) {
      #report-display-modal #report-history-report #above-table-filter #reset-year-filter {
        top: 18px; } }
  #report-display-modal #report-history-report #above-table-filter #year-filter-holder {
    margin-left: 20px;
    margin-bottom: 10px;
    display: inline-flex; }
    #report-display-modal #report-history-report #above-table-filter #year-filter-holder #left-filter-control {
      margin-top: 8px;
      cursor: pointer; }
    #report-display-modal #report-history-report #above-table-filter #year-filter-holder #right-filter-control {
      margin-top: 8px;
      cursor: pointer; }
    #report-display-modal #report-history-report #above-table-filter #year-filter-holder #year-filter {
      list-style-type: none;
      display: flex;
      margin-bottom: 0;
      padding-left: 0;
      padding-top: 2px;
      margin-left: 10px;
      margin-right: 10px;
      max-width: 260px;
      overflow: hidden;
      position: relative; }
      #report-display-modal #report-history-report #above-table-filter #year-filter-holder #year-filter .selected-year-filter {
        font-weight: bold; }
      #report-display-modal #report-history-report #above-table-filter #year-filter-holder #year-filter li {
        margin: 5px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto; }
        #report-display-modal #report-history-report #above-table-filter #year-filter-holder #year-filter li a {
          margin-left: 5px;
          margin-right: 5px; }
        #report-display-modal #report-history-report #above-table-filter #year-filter-holder #year-filter li a:hover,
        #report-display-modal #report-history-report #above-table-filter #year-filter-holder #year-filter li a:focus,
        #report-display-modal #report-history-report #above-table-filter #year-filter-holder #year-filter li a:active {
          text-decoration: none; }
  #report-display-modal #report-history-report #above-table-filter #reports-modal-shopping-basket {
    margin: 1px 10px 1px 0;
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer; }
    #report-display-modal #report-history-report #above-table-filter #reports-modal-shopping-basket .ui-icon-small {
      width: 24px;
      height: 24px; }

#report-display-modal #report-history-report #month-filter-holder {
  display: inline-flex; }
  @media screen and (max-width: 992px) {
    #report-display-modal #report-history-report #month-filter-holder {
      margin-right: 80px;
      margin-left: 80px; } }
  @media screen and (min-width: 992px) {
    #report-display-modal #report-history-report #month-filter-holder {
      margin-right: 20px;
      margin-left: 20px; } }

#report-display-modal #report-history-report #month-list {
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 5px; }
  #report-display-modal #report-history-report #month-list .selected-month-filter a {
    color: #2895d5; }
  #report-display-modal #report-history-report #month-list li {
    margin: 0 5px;
    cursor: pointer; }
    #report-display-modal #report-history-report #month-list li a {
      color: #c1c1c1; }
    #report-display-modal #report-history-report #month-list li a:hover,
    #report-display-modal #report-history-report #month-list li a:focus,
    #report-display-modal #report-history-report #month-list li a:active {
      text-decoration: none; }

#report-display-modal #report-history-report #report-table .updated-report {
  color: #6daf3d; }

#report-display-modal #report-history-report #report-table .new-report {
  color: #000D6E; }

#report-display-modal #report-history-report #report-table tr.even {
  background-color: #ebebeb; }

#report-display-modal #report-history-report #report-table tr:hover {
  background-color: rgba(135, 206, 250, 0.3); }

#report-display-modal #report-history-report #report-table th {
  background-color: #c1c1c1;
  color: white;
  padding: 5px 0; }

#report-display-modal #report-history-report #report-table thead .sorting_asc::after {
  content: "" !important; }

#report-display-modal #report-history-report #report-table thead .sorting_desc::after {
  content: "" !important; }

#report-display-modal #report-history-report #report-table thead .sorting::after {
  content: "" !important; }

#report-display-modal #report-history-report #report-table .ui-icon-small {
  -webkit-filter: grayscale(100%) opacity(25%);
  filter: grayscale(100%) opacity(25%);
  width: 24px;
  height: 24px;
  margin: 2px;
  cursor: pointer; }
  #report-display-modal #report-history-report #report-table .ui-icon-small:hover {
    -webkit-filter: grayscale(0%) opacity(100%);
    filter: grayscale(0%) opacity(100%); }

#report-display-modal #report-history-report #report-table tr .tdLinks #download-report {
  margin-left: 20px; }

#report-display-modal #report-history-report #report-table tr .tdLinks #view-report {
  margin-left: 6px; }

#report-display-modal #report-history-report #report-table .expand-file-tab {
  cursor: pointer;
  margin-left: 10px; }

#report-display-modal #report-history-report #report-table .report-version-inner {
  display: flex;
  padding-left: 38px; }
  #report-display-modal #report-history-report #report-table .report-version-inner p {
    margin: 5px 0; }
  #report-display-modal #report-history-report #report-table .report-version-inner .subtdLinks {
    margin-left: auto;
    margin-right: 42px; }
    #report-display-modal #report-history-report #report-table .report-version-inner .subtdLinks a {
      margin: 2px; }
    #report-display-modal #report-history-report #report-table .report-version-inner .subtdLinks a:last-child {
      margin-left: 0; }
      #report-display-modal #report-history-report #report-table .report-version-inner .subtdLinks a:last-child #view-report {
        margin-right: -2px;
        margin-left: 6px; }
  #report-display-modal #report-history-report #report-table .report-version-inner .report-status {
    width: 90px; }

#report-display-modal #report-history-report #report-table .version-outer {
  border-top: 2px black solid;
  border-bottom: 2px black solid; }

#report-display-modal .modal-footer {
  padding: 0;
  text-align: right;
  border-top: 0; }

#report-display-modal .date-grouping {
  border: 1px solid #c1c1c1;
  min-height: 30px;
  margin: 10px; }
  #report-display-modal .date-grouping .report-instance {
    border: 1px solid #c1c1c1;
    min-height: 30px;
    margin: 10px;
    list-style: none; }
    #report-display-modal .date-grouping .report-instance h2 {
      margin: 5px;
      font-size: 15px; }
    #report-display-modal .date-grouping .report-instance button {
      float: right;
      margin-top: -35px;
      margin-right: 5px; }
  #report-display-modal .date-grouping ol {
    padding-left: 0; }
  #report-display-modal .date-grouping h1 {
    font-size: 24px;
    text-align: center; }

#report-type-access-modal .table .selected td {
  background-color: #d2d2d2; }

#report-type-access-modal #department-access-confirm {
  margin-top: 10px; }

#report-type-access-modal #user-access-confirm {
  margin-top: 10px; }

@media screen and (min-width: 992px) {
  .reports-home-page .document-body {
    display: block;
    overflow-y: visible;
    overflow-x: hidden;
    padding-bottom: 15px; } }

.reports-home-page .document-body .document-body h3 {
  font-weight: 300; }

.reports-home-page .document-body .document-body .row {
  padding-bottom: 7px; }

.reports-home-page .document-holder {
  height: 100px;
  margin: 5px;
  /* box-shadow: 1px 1px 10px 1px rgba(0,0,0,.75); */
  overflow: visible; }
  .reports-home-page .document-holder img {
    -webkit-box-shadow: 0 19px 61px -34px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 19px 61px -34px rgba(0, 0, 0, 0.75);
    box-shadow: 0 19px 61px -34px rgba(0, 0, 0, 0.75);
    height: 90px;
    width: 48%;
    margin: 5px; }
    @media screen and (max-width: 992px) {
      .reports-home-page .document-holder img {
        width: 158px;
        margin-left: 13%; } }
  .reports-home-page .document-holder:hover {
    height: 100px;
    margin: 5px;
    background-color: #ebebeb; }

.reports-home-page .document-holder-text {
  padding: 5px;
  height: 90px;
  width: 48%;
  margin-top: 10px; }
  .reports-home-page .document-holder-text p {
    text-align: center;
    font-size: 10px;
    margin-bottom: 5px;
    color: #333; }
  .reports-home-page .document-holder-text .title {
    text-align: center;
    font-size: 14px; }

.reports-home-page .request-btn-bar .rnr-btn {
  margin-left: 10px; }

.reports-home-page .category-search {
  width: 100px;
  height: 25px;
  margin-right: 20px; }

.reports-home-page #report-search {
  width: 100px;
  height: 25px; }

.reports-home-page .reports-header-area h1 {
  margin-top: 0;
  margin-bottom: 0; }

.reports-home-page .reports-header-area .badged-icon-small {
  margin: 1px 0 1px 15px;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block; }

.reports-home-page .reports-header-area #reports-shopping-basket-icon-main .ui-icon-small {
  width: 24px;
  height: 24px; }

.reports-home-page .reports-header-area #report-admin {
  border: 0;
  color: black;
  font-size: 22px;
  margin-left: 10px; }
  .reports-home-page .reports-header-area #report-admin span {
    top: 8px; }

.reports-home-page .category-header {
  margin-top: 10px;
  margin-bottom: 10px; }

#report-nav-modal .mod-body {
  display: flex; }

/*********************************************************
 * Reports document iframe page
 **********************************************************/
.reports-document-page .reports-header-area h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300; }

.reports-document-page .request-btn-bar .rnr-btn {
  margin-left: 10px; }

.reports-document-page .report-iframe {
  width: 100%;
  height: 380px;
  margin-bottom: 10px;
  border: 1px solid #c1c1c1; }

.reports-document-page .control-area {
  height: 32px;
  margin-bottom: 7px; }
  .reports-document-page .control-area .buttons {
    margin-top: -6px; }

.reports-document-page .btn .glyphicon {
  margin-right: 4px; }

/*********************************************************
 * Reports admin page
 **********************************************************/
.reports-admin-page #report-type-table th {
  background-color: #008ac9;
  color: white;
  padding: 10px; }

.reports-admin-page #report-type-table th::after {
  bottom: 10px; }

.reports-admin-page #report-type-table tr:nth-child(even) td {
  background-color: #ebebeb; }

.reports-admin-page #report-type-table td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left; }

.reports-admin-page #report-type-table .tdButton {
  text-align: center; }
  .reports-admin-page #report-type-table .tdButton .report-admin-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    min-width: 80px;
    border-width: thin;
    border-color: #c1c1c1;
    border-style: solid;
    text-decoration: none; }

.reports-admin-page #report-type-header {
  margin-bottom: 10px; }
  .reports-admin-page #report-type-header .add-btn {
    margin-top: 24px;
    margin-bottom: 10px; }

.reports-admin-page #reports-file #report-file-header {
  margin-bottom: 10px; }
  .reports-admin-page #reports-file #report-file-header .add-btn {
    margin-top: 24px;
    margin-bottom: 10px; }

.reports-admin-page #reports-file #report-table th {
  background-color: #008ac9;
  color: white;
  padding: 10px; }

.reports-admin-page #reports-file #report-table th::after {
  bottom: 10px; }

.reports-admin-page #reports-file #report-table tr:nth-child(even) {
  background-color: #ebebeb; }

.reports-admin-page #reports-file #report-table td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left; }

.reports-admin-page #reports-file #report-table .tdButton {
  text-align: center;
  padding-right: 30px; }
  .reports-admin-page #reports-file #report-table .tdButton .report-admin-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    min-width: 80px;
    border-width: thin;
    border-color: #c1c1c1;
    border-style: solid;
    text-decoration: none; }

/*********************************************************
 * Error page
 *********************************************************/
.error-page {
  margin-bottom: 45px; }
  .error-page h4 {
    margin-bottom: 45px; }

/*********************************************************
 * Preferences Page
 *********************************************************/
#home-page-layout label img {
  width: 100%; }

@media screen and (min-width: 768px) {
  #home-page-layout label img {
    margin-top: 7px;
    margin-bottom: 7px; } }

#home-page-layout label.stacked {
  width: 80px; }

body.dragging,
body.dragging * {
  cursor: move !important; }

.dragged {
  position: absolute;
  opacity: .5;
  z-index: 2000; }

ol.sortable.three-visible li:nth-child(n + 4) {
  background-color: #ebebeb; }

ol.sortable.four-visible li:nth-child(n + 5) {
  background-color: #ebebeb; }

ol.sortable.five-visible li:nth-child(n + 6) {
  background-color: #ebebeb; }

ol.sortable.six-visible li:nth-child(n + 7) {
  background-color: #ebebeb; }

ol.sortable {
  padding-left: 0; }

ol.sortable li {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #c1c1c1; }

ol.sortable li.placeholder {
  position: relative;
  /** More li styles **/
  border: 0;
  display: block; }

ol.sortable li.placeholder::before {
  position: absolute;
  content: "\e072";
  font-family: "Glyphicons Halflings";
  color: #000D6E;
  left: -20px;
  top: -6px; }

/*********************************************************
 *  Transactional Job Tracking
 *********************************************************/
.transactional-tracking .schedule h3 {
  color: white;
  padding: 3px;
  text-align: center;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 400;
  background-color: #008ac9; }

.transactional-tracking .okay {
  color: #6daf3d;
  cursor: default; }

.transactional-tracking .delayed {
  color: #fd9f13;
  cursor: default; }

.transactional-tracking .warn {
  color: #000D6E;
  cursor: default; }

.transactional-tracking .queried {
  color: #737373;
  cursor: default; }

.transactional-tracking .received-indicator {
  margin-right: 4px; }

.transactional-tracking .received {
  color: #737373;
  cursor: default; }

.transactional-tracking .transp {
  color: white;
  opacity: 0;
  cursor: default; }

.transactional-tracking .time-grading {
  border-top: 1px solid #dbdbdb;
  min-height: 32px;
  padding-bottom: 3px; }
  .transactional-tracking .time-grading .time {
    font-size: 9px; }

.transactional-tracking .schedule .job {
  min-height: 20px;
  margin-top: 7px;
  padding-right: 30px; }
  .transactional-tracking .schedule .job h4 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0; }
    .transactional-tracking .schedule .job h4 small {
      color: #c1c1c1; }
  .transactional-tracking .schedule .job .details {
    margin-top: 0;
    font-size: 9px; }
    .transactional-tracking .schedule .job .details .time {
      margin-left: 15px; }
  .transactional-tracking .schedule .job:first-child {
    margin-top: 15px; }

.transactional-tracking .checkbox.day-of-month {
  width: 30px; }

.transactional-tracking label {
  color: #008ac9; }

.transactional-tracking .form-sidebar h3 {
  background-color: #008ac9; }

/*********************************************************
 *  Transactional Aproval page
 *********************************************************/
.transactional-approval .container {
  padding-right: 0;
  padding-left: 0; }

.transactional-approval thead th {
  background-color: #008ac9;
  padding: 10px;
  color: white;
  text-align: center; }

.transactional-approval .holdTabButVal {
  text-align: center; }

.transactional-approval table.dataTable thead .sorting::after,
.transactional-approval table.dataTable thead .sorting_asc::after,
.transactional-approval table.dataTable thead .sorting_desc::after,
.transactional-approval table.dataTable thead .sorting_asc_disabled::after,
.transactional-approval table.dataTable thead .sorting_desc_disabled::after {
  bottom: 10px;
  opacity: .7; }

.transactional-approval .slider table {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-spacing: 0;
  width: 100%;
  padding: 2px;
  margin: 2px 0;
  border: 1px solid #ebebeb; }

.transactional-approval .slider thead th {
  background-color: #008ac9;
  padding: 5px;
  color: white;
  text-align: center; }

.transactional-approval div.slider {
  display: none;
  padding-left: 50px; }

.transactional-approval .even {
  background-color: #ebebeb; }

.transactional-approval .slider tbody tr:nth-child(even) {
  background-color: #ebebeb; }

.transactional-approval table.dataTable tbody td.no-padding {
  padding: 5px; }

.transactional-approval .approveTabButVal,
.transactional-approval .fileTabButVal {
  text-align: center; }

.transactional-approval .tabTxtVal {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.transactional-approval .tabNumVal {
  padding-left: 10px;
  padding-right: 25px;
  text-align: right; }

.transactional-approval .action-cell {
  padding-left: 30px;
  padding-right: 5px;
  cursor: default;
  white-space: nowrap; }
  .transactional-approval .action-cell .approve-span,
  .transactional-approval .action-cell .reject-span,
  .transactional-approval .action-cell .hold-span,
  .transactional-approval .action-cell .release-span,
  .transactional-approval .action-cell .file-view-span,
  .transactional-approval .action-cell .file-record-pull-span {
    vertical-align: -2px; }

.transactional-approval .action-cell a:hover .approve-span,
.transactional-approval .action-cell a:hover .reject-span,
.transactional-approval .action-cell a:hover .hold-span,
.transactional-approval .action-cell a:hover .release-span,
.transactional-approval .action-cell a:hover .file-view-span,
.transactional-approval .action-cell a:hover .file-record-pull-span {
  color: #c1c1c1; }

.transactional-approval .approve-span {
  padding: 3px 3px 3px 7px;
  font-size: 20px;
  color: #6daf3d;
  cursor: pointer; }

.transactional-approval .reject-span {
  padding: 3px 3px 3px 7px;
  font-size: 20px;
  color: #000D6E;
  cursor: pointer; }

.transactional-approval .no-action-span {
  padding: 3px 3px 3px 7px;
  font-size: 20px;
  font-weight: 600; }

.transactional-approval .release-span,
.transactional-approval .hold-span,
.transactional-approval .file-view-span,
.transactional-approval .file-record-pull-span {
  padding: 3px 3px 3px 7px;
  font-size: 20px;
  color: #737373;
  cursor: pointer; }

.transactional-approval .approve-span:hover,
.transactional-approval .reject-span:hover,
.transactional-approval .release-span:hover,
.transactional-approval .hold-span:hover,
.transactional-approval .file-view-span:hover,
.transactional-approval .file-record-pull-span:hover {
  padding: 3px 3px 3px 7px;
  font-size: 20px;
  color: #c1c1c1;
  cursor: pointer; }

.transactional-approval .filter-box-button {
  -webkit-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.75);
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #008ac9;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer; }
  .transactional-approval .filter-box-button:hover {
    background-color: #DBECF9;
    text-decoration: none; }

.transactional-approval a:focus .filter-box-button {
  background-color: #DBECF9; }

.transactional-approval .filter-box-button p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  font-size: 22px;
  font-weight: 400;
  color: white; }

@media screen and (min-width: 768px) {
  .transactional-approval .search-filter-box {
    display: table-cell;
    width: 20%;
    margin-left: 0; } }

@media screen and (max-width: 1200px) {
  .transactional-approval .filter-box-button p {
    font-size: 20px; } }

@media screen and (min-width: 992px) {
  .transactional-approval .filter-box-button {
    height: 170px; } }

@media screen and (max-width: 992px) {
  .transactional-approval .filter-box-button {
    height: 120px;
    background-size: 110px 110px; }
    .transactional-approval .filter-box-button p {
      font-size: 16px; } }

.transactional-approval #expand-file-tab {
  color: #737373; }

.transactional-approval #trans-dash-table tbody tr .expand-job-col,
.transactional-approval #trans-dash-table tbody thead th {
  cursor: pointer; }

.transactional-approval #approval-job {
  background-image: url("/static/images/document_approved_dark_turquoise.png");
  background-repeat: no-repeat;
  background-position: center center; }

.transactional-approval #held-job {
  background-image: url("/static/images/document_error_dark_turquoise.png");
  background-repeat: no-repeat;
  background-position: center center; }

.transactional-approval #production-job {
  background-image: url("/static/images/production_fulfilment_dark_turquoise.png");
  background-repeat: no-repeat;
  background-position: center center; }

.transactional-approval #completed-job {
  background-image: url("/static/images/complete_dark_turquoise.png");
  background-repeat: no-repeat;
  background-position: center center; }

.transactional-approval #pull-reprint {
  background-image: url("/static/images/inspection_dark_turquoise.png");
  background-repeat: no-repeat;
  background-position: center center; }

.transactional-approval .form-sidebar h3 {
  background-color: #008ac9; }

.transactional-approval #file-record-list th,
.transactional-approval #file-record-list td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center; }

.transactional-approval #file-record-list .highlighted td {
  background-color: #737373; }

.transactional-approval .status-icon-cell {
  white-space: nowrap; }

.transactional-approval .status-icon {
  width: 18px;
  height: 18px; }
  .transactional-approval .status-icon:nth-child(n + 1) {
    margin-left: 10px; }

.transactional-approval .job-detail-head {
  cursor: pointer; }

.transactional-approval #site-selection {
  margin-bottom: 5px; }

.transactional-approval td.current-milestone {
  font-weight: bold; }

@media screen and (max-width: 992px) {
  .transactional-approval .status-icon:nth-child(n + 1) {
    margin-left: 7px; } }

@media screen and (max-width: 768px) {
  .transactional-approval .action-cell {
    padding-left: 5px; } }

.transactional-approval #record-modal .record-view {
  margin-top: 30px; }

/*************************************************************
 * Composition Approval page
 *************************************************************/
#comp-dash-table > tbody tr.odd.selected {
  background-color: white;
  color: black; }

#comp-dash-table > tbody tr.odd.selected .sorting_1 {
  background-color: white; }

#comp-dash-table > tbody tr.even.selected {
  background-color: #dbdbdb;
  color: black; }

#comp-dash-table > tbody tr.even.selected .sorting_1 {
  background-color: #dbdbdb; }

#comp-dash-table > tbody tr .ui-icon-small {
  width: 25px;
  height: 25px; }

#comp-dash-table_wrapper {
  margin-top: 10px; }

@media (min-width: 992px) {
  #left-block #lock-info-holder {
    text-align: center;
    font-size: x-large;
    font-weight: 500;
    color: #737373; }
    #left-block #lock-info-holder #timmer-job-id {
      text-transform: capitalize; }
  .no-lock-header {
    margin-top: 60px; }
  #main-table-header-lock {
    margin-bottom: 10px; } }

@media (max-width: 992px) {
  #left-block #lock-info-holder {
    text-align: center;
    font-size: x-large;
    font-weight: 500;
    color: #737373; }
    #left-block #lock-info-holder #timmer-job-id {
      text-transform: capitalize; }
  #main-table-header-lock {
    margin-bottom: 10px; } }

.composition-approval .job-action {
  width: 25px;
  margin: 7px 7px 0 0; }
  .composition-approval .job-action img {
    width: 100%;
    cursor: pointer; }
  .composition-approval .job-action svg {
    width: 25px;
    height: 25px;
    cursor: pointer; }

.composition-approval .job-action-approve-active svg {
  color: #6daf3d; }

.composition-approval .job-action-reject-active svg {
  color: #000D6E; }

.composition-approval .job-action-approve-non-active svg {
  color: #c1c1c1; }

.composition-approval .job-action-reject-non-active svg {
  color: #c1c1c1; }

.composition-approval .job-action-view svg {
  color: #2895d5; }

.composition-approval .job-action-null {
  color: #c1c1c1; }
  .composition-approval .job-action-null svg {
    cursor: default; }

.composition-approval #reject-message-cancel {
  background-color: #000D6E; }
  .composition-approval #reject-message-cancel:hover {
    background-color: #ebebeb; }

.composition-approval #approval-message-cancel {
  background-color: #000D6E; }
  .composition-approval #approval-message-cancel:hover {
    background-color: #ebebeb; }

.composition-approval #reject-message-modal .modal-title {
  display: inline;
  text-transform: capitalize; }

.composition-approval #reject-message-modal .modal-body {
  width: 100%; }

.composition-approval #reject-message-modal #reject-reason-form {
  margin-left: 10px;
  margin-right: 10px; }

.composition-approval #reject-message-modal #modal-lock-indicator-reject {
  float: right;
  padding-right: 30px;
  margin-top: -10px; }
  .composition-approval #reject-message-modal #modal-lock-indicator-reject .ui-icon-medium {
    margin-bottom: 6px; }

.composition-approval #approval-message-modal .modal-title {
  display: inline;
  text-transform: capitalize; }

.composition-approval #approval-message-modal .modal-body {
  width: 100%; }

.composition-approval #approval-message-modal #modal-lock-indicator-approve {
  float: right;
  padding-right: 30px;
  margin-top: -10px; }
  .composition-approval #approval-message-modal #modal-lock-indicator-approve .ui-icon-medium {
    margin-bottom: 6px; }

.composition-approval #log-bottom-buffer {
  height: 7px;
  background-color: #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  margin-right: 11px;
  z-index: 5;
  top: -7px;
  position: inherit; }

.composition-approval .positive {
  color: #6daf3d; }

.composition-approval .negative {
  color: #000D6E; }

.composition-approval .ticker-row {
  margin: 0; }
  .composition-approval .ticker-row #ticker {
    height: 40px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px; }
    .composition-approval .ticker-row #ticker ul.er-controls > li {
      height: 20px;
      line-height: 20px; }
  .composition-approval .ticker-row #tickerUL li {
    font-weight: 500; }
    .composition-approval .ticker-row #tickerUL li p {
      display: inline-block;
      margin-left: 40px;
      text-transform: uppercase;
      font-weight: 800; }
    .composition-approval .ticker-row #tickerUL li span {
      margin-left: 10px;
      font-weight: 800; }

.composition-approval .left-offset-ui-icon {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  margin-left: -45px;
  width: 40px;
  height: 40px; }

.composition-approval .approveTabButVal {
  display: flex;
  white-space: nowrap;
  position: relative; }
  .composition-approval .approveTabButVal .job-action:first-child {
    margin-left: auto; }
  .composition-approval .approveTabButVal .job-action:last-child {
    margin-right: auto; }

.composition-approval thead th:first-child {
  border-top-left-radius: 15px; }

.composition-approval thead th:last-child {
  border-top-right-radius: 15px; }

.composition-approval thead th {
  background-color: #008ac9;
  padding: 10px;
  color: white;
  min-height: 20px; }

.composition-approval tbody tr {
  height: 30px; }
  .composition-approval tbody tr .status-icon {
    cursor: pointer; }

.composition-approval tfoot th:first-child {
  border-bottom-left-radius: 10px; }

.composition-approval tfoot th:last-child {
  border-bottom-right-radius: 9px; }

.composition-approval tfoot th {
  background-color: #008ac9;
  padding: 10px; }

.composition-approval .holdTabButVal {
  text-align: center; }

.composition-approval table.dataTable thead .sorting::after,
.composition-approval table.dataTable thead .sorting_asc::after,
.composition-approval table.dataTable thead .sorting_desc::after,
.composition-approval table.dataTable thead .sorting_asc_disabled::after,
.composition-approval table.dataTable thead .sorting_desc_disabled::after {
  bottom: 10px;
  opacity: .7; }

.composition-approval .slider table {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-spacing: 0;
  width: 100%;
  padding: 2px;
  margin: 2px 0;
  border: 1px solid #ebebeb; }

.composition-approval .slider thead th {
  background-color: #008ac9;
  padding: 5px;
  color: white;
  text-align: center; }

.composition-approval div.slider {
  display: none;
  padding-left: 50px; }

.composition-approval .even {
  background-color: #ebebeb; }

.composition-approval .slider tbody tr:nth-child(even) {
  background-color: #ebebeb; }

.composition-approval table.dataTable tbody td.no-padding {
  padding: 5px; }

.composition-approval .tabTxtVal {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left; }

.composition-approval .tabNumVal {
  padding-left: 10px;
  padding-right: 25px;
  text-align: center; }

.composition-approval .action-cell {
  padding-left: 60px;
  padding-right: 5px;
  cursor: default;
  white-space: nowrap; }
  .composition-approval .action-cell .approve-span,
  .composition-approval .action-cell .reject-span,
  .composition-approval .action-cell .hold-span,
  .composition-approval .action-cell .release-span,
  .composition-approval .action-cell .file-view-span,
  .composition-approval .action-cell .file-record-pull-span {
    vertical-align: -2px; }

.composition-approval .action-cell a:hover .approve-span,
.composition-approval .action-cell a:hover .reject-span,
.composition-approval .action-cell a:hover .hold-span,
.composition-approval .action-cell a:hover .release-span,
.composition-approval .action-cell a:hover .file-view-span,
.composition-approval .action-cell a:hover .file-record-pull-span {
  color: #c1c1c1; }

.composition-approval .approve-span {
  padding: 3px 3px 3px 7px;
  font-size: 20px;
  color: #6daf3d;
  cursor: pointer; }

.composition-approval .reject-span {
  padding: 3px 3px 3px 7px;
  font-size: 20px;
  color: #000D6E;
  cursor: pointer; }

.composition-approval .no-action-span {
  padding: 3px 3px 3px 7px;
  font-size: 20px;
  font-weight: 600; }

.composition-approval .release-span,
.composition-approval .hold-span,
.composition-approval .file-view-span,
.composition-approval .file-record-pull-span {
  padding: 3px 3px 3px 7px;
  font-size: 20px;
  color: #737373;
  cursor: pointer; }

.composition-approval .approve-span:hover,
.composition-approval .reject-span:hover,
.composition-approval .release-span:hover,
.composition-approval .hold-span:hover,
.composition-approval .file-view-span:hover,
.composition-approval .file-record-pull-span:hover {
  padding: 3px 3px 3px 7px;
  font-size: 20px;
  color: #c1c1c1;
  cursor: pointer; }

.composition-approval .filter-box-button {
  -webkit-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.75);
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #008ac9;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer; }
  .composition-approval .filter-box-button:hover {
    background-color: #DBECF9;
    text-decoration: none; }

.composition-approval a:focus .filter-box-button {
  background-color: #DBECF9; }

.composition-approval .filter-box-button p {
  position: absolute;
  top: 60px;
  transform: translateY(-50%);
  padding: 20px;
  font-size: 22px;
  font-weight: 400;
  color: white; }

.composition-approval .filter-box-button .stat-text {
  width: 60%; }

.composition-approval .filter-box-button .stat-value {
  width: 40%;
  right: 10px; }

@media screen and (min-width: 768px) {
  .composition-approval .search-filter-box {
    display: table-cell;
    width: 33.3%;
    margin-left: 0; } }

@media screen and (max-width: 1200px) {
  .composition-approval .filter-box-button p {
    font-size: 20px; } }

@media screen and (min-width: 992px) {
  .composition-approval .filter-box-button {
    height: 120px; } }

@media screen and (max-width: 992px) {
  .composition-approval .filter-box-button {
    height: 120px;
    background-size: 110px 110px; }
    .composition-approval .filter-box-button p {
      font-size: 16px; } }

.composition-approval #expand-file-tab {
  color: #737373; }

.composition-approval #trans-dash-table tbody tr .expand-job-col,
.composition-approval #trans-dash-table tbody thead th {
  cursor: pointer; }

.composition-approval .form-sidebar h3 {
  background-color: #008ac9;
  width: 350px;
  text-transform: capitalize; }

.composition-approval #file-record-list th,
.composition-approval #file-record-list td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center; }

.composition-approval #file-record-list .highlighted td {
  background-color: #737373; }

.composition-approval .status-icon-cell {
  white-space: nowrap; }

.composition-approval .status-icon {
  width: 18px;
  height: 18px; }
  .composition-approval .status-icon:nth-child(n + 1) {
    margin-left: 10px; }

.composition-approval table.dataTable thead .sorting::after,
.composition-approval table.dataTable thead .sorting_asc::after,
.composition-approval table.dataTable thead .sorting_desc::after {
  content: ""; }

.composition-approval .job-detail-head {
  cursor: pointer; }

.composition-approval #site-selection {
  margin-bottom: 5px; }

.composition-approval td.current-milestone {
  font-weight: bold; }

@media screen and (max-width: 992px) {
  .composition-approval .status-icon:nth-child(n + 1) {
    margin-left: 7px; } }

@media screen and (max-width: 768px) {
  .composition-approval .action-cell {
    padding-left: 5px; } }

.composition-approval #record-modal .record-view {
  margin-top: 30px; }

.composition-approval #record-modal .form-sidebar {
  font-size: 20px; }
  .composition-approval #record-modal .form-sidebar h3 {
    float: left;
    font-size: 20px; }

.composition-approval #modal-lock-indicator-view {
  padding-right: 30px;
  margin-top: -10px;
  float: right; }
  .composition-approval #modal-lock-indicator-view .ui-icon-medium {
    margin-bottom: 6px; }

.composition-approval #user-response {
  z-index: 2000;
  text-align: center; }

.composition-approval #floating-lock-extend {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4000; }
  .composition-approval #floating-lock-extend .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    min-width: 200px;
    min-height: 40px; }

/* Log widget*/
.log-row {
  margin-top: 0;
  /* Track */ }
  .log-row .half-triangle {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    height: 20px;
    position: absolute;
    width: 20px;
    top: 10px;
    right: -10px;
    z-index: 1;
    background-color: #ebebeb; }
  .log-row .log-item {
    padding-left: 0;
    overflow: auto; }
    .log-row .log-item .list-group-item:last-child {
      margin-bottom: 10px; }
    .log-row .log-item h5,
    .log-row .log-item h6 {
      margin-top: 5px;
      margin-bottom: 5px; }
    .log-row .log-item #log_id_line {
      font-weight: 800; }
  .log-row .well {
    padding: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 0;
    max-height: 345px;
    min-height: 165px;
    /* Handle */ }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .log-row .well {
        min-height: 205px; } }
    .log-row .well::-webkit-scrollbar {
      width: 10px; }
    .log-row .well::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px; }
    .log-row .well::-webkit-scrollbar-thumb {
      -webkit-box-shadow: inset 0 0 0 6px black;
      -moz-box-shadow: inset 0 0 6px 0 black;
      box-shadow: inset 0 0 6px 0 black;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      background: white; }
    .log-row .well::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(255, 255, 255, 0.6); }
  .log-row .well-sm {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0; }
  .log-row .time-period {
    padding-right: 0; }
    .log-row .time-period .list-group-item:first-child {
      border-top-right-radius: 0; }
    .log-row .time-period .list-group-item:last-child {
      border-bottom-right-radius: 0; }
    .log-row .time-period .list-group-item {
      background-color: #008ac9; }
    .log-row .time-period a.list-group-item:focus,
    .log-row .time-period a.list-group-item:hover,
    .log-row .time-period button.list-group-item:focus,
    .log-row .time-period button.list-group-item:hover {
      background-color: #DBECF9;
      text-decoration: none; }
    .log-row .time-period a.list-group-item,
    .log-row .time-period button.list-group-item {
      color: white;
      font-weight: 700; }
  .log-row .list-group {
    margin-bottom: 0; }
  .log-row a.list-group-item,
  .log-row button.list-group-item {
    z-index: 5; }
  .log-row #log-empty {
    text-align: center;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #dbdbdb;
    margin-top: 50px; }
    .log-row #log-empty h5 {
      color: #333; }

#approval-body .log-button-holder {
  position: relative;
  min-height: 1px;
  float: left;
  width: 30%;
  margin-bottom: 13px;
  padding: 1px; }

#approval-body #approve-button-holder {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-color: #6daf3d;
  margin-left: 33%;
  margin-right: 1%; }
  #approval-body #approve-button-holder #approve-log-button {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background-color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    border-style: outset;
    color: #6daf3d; }
    #approval-body #approve-button-holder #approve-log-button h1 {
      margin-top: 0;
      padding-top: 10px;
      font-weight: 800; }
    #approval-body #approve-button-holder #approve-log-button h5 {
      font-weight: 800; }
  #approval-body #approve-button-holder #approve-log-button.active {
    background-color: #6daf3d;
    border-style: double;
    color: white; }

#approval-body #reject-button-holder {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-color: #000D6E;
  margin-left: 1%;
  margin-right: 4%; }
  #approval-body #reject-button-holder #reject-log-button {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background-color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    border-style: outset;
    color: #000D6E; }
    #approval-body #reject-button-holder #reject-log-button h1 {
      margin-top: 0;
      padding-top: 10px;
      font-weight: 800; }
    #approval-body #reject-button-holder #reject-log-button h5 {
      font-weight: 800; }
  #approval-body #reject-button-holder #reject-log-button.active {
    background-color: #000D6E;
    border-style: double;
    color: white; }

#log-record-modal dt {
  font-weight: 800;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px; }
  #log-record-modal dt.inline {
    float: left; }

#log-record-modal dd {
  font-size: 16px;
  margin-bottom: 5px; }
  #log-record-modal dd.inline {
    margin-left: 128px; }

#log-record-modal .modal-body {
  padding: 15px; }

#log-record-modal .modal-footer {
  border-top: 0; }

#log-record-modal #line-job-channel-response {
  text-transform: capitalize; }

#archive-record-table thead th {
  min-height: 0; }

#archive-record-table_wrapper .jobItemName {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis; }

#archive-record-table_wrapper .jobItemAddress {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 992px) {
  #archive-record-table_wrapper .jobItemSheets {
    display: none; } }

#archive-record-table_wrapper table.table td {
  white-space: nowrap; }

/*************************************************************
 * Admin Home page link boxes
 *************************************************************/
.admin-box {
  padding-left: 7px;
  padding-right: 7px; }
  .admin-box .admin-link:hover .admin-box-image-field::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 0;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.6); }
  .admin-box .admin-link:hover .red-button {
    background-color: white;
    color: #000D6E;
    width: 30px;
    height: 30px;
    padding: 6px 8px 12px;
    background-image: url("/static/images/arrow_red_desktop.png");
    background-position: 50%;
    background-repeat: no-repeat; }
  .admin-box .admin-link .field-teaser-copy {
    opacity: 0; }
  .admin-box .admin-link:hover .field-teaser-copy {
    opacity: 1; }

.admin-box-image-field::before {
  content: "";
  display: block;
  position: absolute;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  top: 0;
  bottom: 0;
  left: 7px;
  right: 7px;
  background: rgba(0, 0, 0, 0.2); }

.admin-box-text .field-title {
  left: 10;
  padding: 0 15px;
  top: 20px;
  width: 100%;
  position: absolute;
  max-width: 260px; }

.admin-box-text .field-title h2 {
  font-weight: 300;
  font-size: 30px;
  color: white;
  padding-right: 10px; }

.admin-box-text .field-teaser-copy {
  margin-top: 10px;
  margin-right: 7px;
  position: absolute;
  bottom: 25px; }

.admin-box-text .field-teaser-button {
  top: 40px;
  right: 7px;
  position: absolute; }

.admin-box-text .red-button {
  background-color: #000D6E;
  color: white;
  width: 30px;
  height: 30px;
  padding: 6px 8px 12px;
  background-image: url("/static/images/arrow_white_desktop.png");
  background-position: 50%;
  background-repeat: no-repeat; }

@media screen and (min-width: 992px) {
  .admin-box-text .field-teaser-copy p {
    font-weight: 300;
    font-size: 18px;
    color: white;
    margin: 10px 10px 10px 20px; }
  .admin-box-image-field {
    height: 400px;
    overflow: hidden; }
  #user-administration-image img {
    margin-left: -200px; }
  #role-administration-image img {
    margin-top: -150px;
    margin-left: -150px; }
  #organisation-admin-image img {
    margin-left: -250px; }
  #transactional-admin-image img {
    margin-left: -200px; } }

@media screen and (max-width: 992px) {
  .admin-box-text .field-teaser-copy p {
    font-weight: 300;
    font-size: 16px;
    color: white;
    margin: 10px 10px 10px 20px; }
  .admin-box-image-field {
    height: 175px;
    overflow: hidden;
    margin-bottom: 7px; }
  .admin-box-image-field img {
    width: 100%; }
  #user-administration-image img {
    margin-top: -200px; }
  #role-administration-image img {
    margin-top: -350px; }
  #organisation-admin-image img {
    margin-top: -200px; } }

/*************************************************************
 * Transactional joblist page
 *************************************************************/
#trans-dash-table > tbody tr.selected a {
  color: #333; }

.transactional-joblist tr.even {
  background-color: #dbdbdb; }

.transactional-joblist .tabTxtVal {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.transactional-joblist .filter-box-button {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.75);
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.75);
  background-color: #008ac9;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer; }
  .transactional-joblist .filter-box-button:hover {
    background-color: #DBECF9;
    text-decoration: none; }

.transactional-joblist a:focus .filter-box-button {
  background-color: #DBECF9; }

.transactional-joblist .filter-box-button p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  font-size: 22px;
  font-weight: 400;
  color: white; }

@media screen and (min-width: 768px) {
  .transactional-joblist .search-filter-box {
    display: table-cell;
    width: 25%;
    margin-right: 0; } }

@media screen and (max-width: 1200px) {
  .transactional-joblist .filter-box-button p {
    font-size: 20px; } }

@media screen and (min-width: 992px) {
  .transactional-joblist .filter-box-button {
    height: 170px; }
  .transactional-joblist #daily-job {
    background-image: url("/static/images/calendar_day.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px; }
  .transactional-joblist #monthly-job {
    background-image: url("/static/images/calendar_month.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px; }
  .transactional-joblist #annual-job {
    background-image: url("/static/images/calendar_year.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px; }
  .transactional-joblist #all-jobs {
    background-image: url("/static/images/inspection_dark_turquoise.png");
    background-repeat: no-repeat;
    background-position: center center; } }

@media screen and (max-width: 992px) {
  .transactional-joblist .filter-box-button {
    height: 120px;
    background-size: 110px 110px; }
    .transactional-joblist .filter-box-button p {
      font-size: 16px; }
  .transactional-joblist #daily-job {
    background-image: url("/static/images/calendar_day.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75px; }
  .transactional-joblist #monthly-job {
    background-image: url("/static/images/calendar_month.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75px; }
  .transactional-joblist #annual-job {
    background-image: url("/static/images/calendar_year.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75px; }
  .transactional-joblist #all-jobs {
    background-image: url("/static/images/inspection_dark_turquoise.png");
    background-repeat: no-repeat;
    background-position: center center; } }

.transactional-joblist #joblist-info-area .selected-job,
.transactional-joblist #joblist-info-area .no-selected-job {
  border: 1px solid #c1c1c1;
  height: 283px;
  margin-top: 35px;
  overflow: hidden;
  padding: 5px; }

.transactional-joblist #joblist-info-area .no-selected-job h1 {
  text-align: center;
  margin-top: 18%;
  font-size: 28px; }

.transactional-joblist #joblist-info-area .no-selected-job h3 {
  text-align: center;
  font-size: 18px; }

.transactional-joblist #joblist-info-area .selected-job .header-row {
  text-align: center; }

.transactional-joblist #joblist-info-area .job-non-metrics {
  margin-top: 5px;
  margin-bottom: 5px; }

.transactional-joblist #joblist-info-area .job-non-metrics .bottom-one th {
  padding-left: 10px;
  width: 20%; }

.transactional-joblist #joblist-info-area .job-non-metrics .bottom-one td {
  padding-left: 10px;
  width: 20%; }

.transactional-joblist #joblist-info-area .job-non-metrics .bottom-two th {
  padding-left: 10px;
  width: 20%; }

.transactional-joblist #joblist-info-area .job-non-metrics .bottom-two td {
  padding-left: 10px;
  width: 75%; }

.transactional-joblist #joblist-info-area .job-metrics .top-one th {
  border: 1px solid #c1c1c1;
  background: #c1c1c1;
  text-align: center; }

.transactional-joblist #joblist-info-area .job-metrics .top-two td {
  border: 1px solid #c1c1c1;
  text-align: center; }

.transactional-joblist #joblist-info-area .job-details {
  margin-bottom: 5px; }

.transactional-joblist #joblist-table-area tbody tr {
  cursor: pointer; }

.transactional-joblist #joblist-table-area thead th {
  background-color: #008ac9;
  padding: 10px;
  color: white;
  text-align: center; }
  .transactional-joblist #joblist-table-area thead th::after {
    bottom: 10px;
    opacity: .7; }

.transactional-joblist #joblist-table-area #joblist-table_filter {
  text-align: left; }

/*************************************************************
 * Admin Home page link boxes
 *************************************************************/
.admin-box {
  padding-left: 7px;
  padding-right: 7px; }
  .admin-box .admin-link:hover .admin-box-image-field::before {
    content: "";
    display: block;
    position: absolute;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    top: 0;
    bottom: 0;
    left: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.6); }
  .admin-box .admin-link:hover .red-button {
    background-color: white;
    color: #000D6E;
    width: 30px;
    height: 30px;
    padding: 6px 8px 12px;
    background-image: url("/static/images/arrow_red_desktop.png");
    background-position: 50%;
    background-repeat: no-repeat; }
  .admin-box .admin-link .field-teaser-copy {
    opacity: 0; }
  .admin-box .admin-link:hover .field-teaser-copy {
    opacity: 1; }

.admin-box-image-field::before {
  content: "";
  display: block;
  position: absolute;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  top: 0;
  bottom: 0;
  left: 7px;
  right: 7px;
  background: rgba(0, 0, 0, 0.2); }

.admin-box-text .field-title {
  left: 10;
  padding: 0 15px;
  top: 20px;
  width: 100%;
  position: absolute;
  max-width: 260px; }

.admin-box-text .field-title h2 {
  font-weight: 300;
  font-size: 30px;
  color: white;
  padding-right: 10px; }

.admin-box-text .field-teaser-copy {
  margin-top: 10px;
  margin-right: 7px;
  position: absolute;
  bottom: 25px; }

.admin-box-text .field-teaser-button {
  top: 40px;
  right: 7px;
  position: absolute; }

.admin-box-text .red-button {
  background-color: #000D6E;
  color: white;
  width: 30px;
  height: 30px;
  padding: 6px 8px 12px;
  background-image: url("/static/images/arrow_white_desktop.png");
  background-position: 50%;
  background-repeat: no-repeat; }

@media screen and (min-width: 992px) {
  .admin-box-text .field-teaser-copy p {
    font-weight: 300;
    font-size: 18px;
    color: white;
    margin: 10px 10px 10px 20px; }
  .admin-box-image-field {
    height: 400px;
    overflow: hidden; }
  #user-administration-image img {
    margin-left: -200px; }
  #role-administration-image img {
    margin-top: -150px;
    margin-left: -150px; }
  #organisation-admin-image img {
    margin-left: -250px; }
  #transactional-admin-image img {
    margin-left: -200px; } }

@media screen and (max-width: 992px) {
  .admin-box-text .field-teaser-copy p {
    font-weight: 300;
    font-size: 16px;
    color: white;
    margin: 10px 10px 10px 20px; }
  .admin-box-image-field {
    height: 175px;
    overflow: hidden;
    margin-bottom: 7px; }
  .admin-box-image-field img {
    width: 100%; }
  #user-administration-image img {
    margin-top: -200px; }
  #role-administration-image img {
    margin-top: -350px; }
  #organisation-admin-image img {
    margin-top: -200px; } }

.report-page .show-history a {
  cursor: pointer; }
