@charset "UTF-8";
/*!
 * Copyright: Sigmax
 *
 * WARNING: This file is generated! Do not edit this file by hand!
 */
h1, h2, h3, h4, h5, h6 {
  color: black;
  font-family: "Verdana", sans-serif;
}

h1 {
  font-size: 2rem;
}

body {
  font-size: 0.9rem;
  font-family: "Verdana", sans-serif;
  color: #000;
  background-color: white;
}

.btnlink {
  text-decoration: none;
}

.logo-container {
  padding-left: 5px;
}

.logo {
  width: 250px;
  height: 100px;
  object-fit: contain;
}

header {
  align-items: center;
  display: flex;
}

.link-logo {
  display: inline-block;
}

.error {
  color: #e20505;
}

.block {
  width: 100%;
  line-height: 20px;
  margin: 10px 0;
  padding: 15px;
  background-color: white;
}

.display-block {
  display: block;
}

#logindisplay {
  margin: 0;
  padding: 0;
  position: relative;
  top: 37px;
  right: 20px;
  text-align: right;
}

.login-info {
  margin-bottom: 0;
  margin-left: 5px;
}

.login-input, .login-button {
  margin-left: 7px;
}

.login-input {
  margin-bottom: 10px;
}
.login-input input {
  margin-top: 0 !important;
}

.dialog,
.display-none {
  display: none;
}

.dialog-content {
  overflow: auto;
}

img.clickable:focus {
  box-shadow: 0 0 0 0.14rem #0066CC !important;
  outline: none;
}

#globalProgressDIV {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.3);
}
#globalProgressDIV .spinner-panel {
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#globalProgressDIV .spinner-panel span.fa-circle-notch {
  /* wobble issue */
  border: 8px solid #ccc;
  border-left-color: #0057A2;
  border-radius: 50%;
  animation: fa-spin 2s infinite linear;
}
#globalProgressDIV .spinner-panel span.fa, #globalProgressDIV .spinner-panel span.fas {
  font-size: 95px;
  color: transparent;
}
#globalProgressDIV .spinner-panel span.spinner-text {
  position: absolute;
  z-index: 3000;
  display: block;
  background: #fff;
  height: 90px;
  line-height: 90px;
  width: 90px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.selection-block {
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  margin: 5px 0px;
}

#tabs {
  padding: 0 10px;
}

.editor-label label {
  display: inline-block;
  padding: 10px 0px 5px 3px;
}

.account-details .field-validation-error {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.field-validation-error, .validation-summary-errors, .validation-additional-errors {
  color: #e20505;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 0.4rem;
  margin-top: 0.3rem;
}

.validation-summary-errors {
  margin-top: 0.3rem;
  margin-left: 0.3rem;
}
.validation-summary-errors ul {
  display: none;
}

.validation-summary-valid ul {
  display: none;
}

.validation-additional-errors {
  margin-left: 20px;
  display: none;
}

input:not([type=checkbox]):not([type=radio]), select {
  margin-bottom: 5px;
  padding: 5px;
  color: #0057A2;
  border: solid 1px #aaa;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
input:not([type=checkbox]):not([type=radio]).error, input:not([type=checkbox]):not([type=radio]).input-validation-error, select.error, select.input-validation-error {
  border: 1px solid #e20505;
}

.text-box.multi-line {
  width: 100%;
  height: 75px;
}

.orderlines table {
  width: 100%;
}

.orderlines th {
  border-bottom: 1px solid;
}

.orderlines td {
  padding: 5px;
}

.orderlines .right {
  text-align: right;
}

.orderlines tfoot td {
  font-weight: bold;
  border-top: 1px solid;
  padding-top: 5px;
}

@media (max-width: 576px) {
  .logo {
    width: 125px;
    height: 50px;
  }
}
.login-img {
  width: 80px;
}
.login-img img {
  width: 80px;
}
.login-img .login-icon {
  width: 80px;
}

.login-method {
  background-color: #f8f9fa;
}
.login-method:hover {
  background-color: #e9ecef;
  border-color: #495057 !important;
}
.login-method:focus-within {
  background-color: #e9ecef;
  border-color: #495057 !important;
}
.login-method a:focus {
  box-shadow: none;
  padding: 0;
}
.login-method i {
  color: #888;
}
.login-method:hover i {
  color: #019dff;
}

.login-method-container {
  padding: 1px;
}

li.ui-state-default a {
  text-decoration: underline !important;
}

li.ui-state-active a {
  text-decoration: none !important;
}

#session-expire-notification {
  background-color: rgba(0, 0, 0, 0.4);
}

.go-to-main-content a {
  position: absolute;
  margin-top: -50px;
  background-color: white;
  color: #0066CC;
}
.go-to-main-content a:focus {
  margin-top: 90px;
  margin-left: 130px;
  padding: 10px 10px;
  z-index: 1;
  border-radius: 7px;
  box-shadow: 0 0 0 3px #495057 !important;
  outline: none;
  transition: ease, margin-top 0.1s, margin-left 0.1s;
}

.hidden {
  display: none;
}

@media (max-width: 300px) {
  .go-to-main-content a:focus {
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 10px;
  }
}
@media (min-width: 300px) and (max-width: 576px) {
  .go-to-main-content a:focus {
    margin-top: 20px;
    margin-left: 130px;
    padding: 10px 10px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .go-to-main-content a:focus {
    margin-top: 90px;
    margin-left: 130px;
    padding: 10px 10px;
  }
}
@media (max-width: 576px) {
  .indent-value-of-key {
    margin-left: 10px;
  }
}
.ui-dialog {
  background-color: #fff;
  margin: 0 auto;
  border: solid 1px #0057A2;
  padding: 10px;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.5);
  max-width: 800px;
  z-index: 101;
}

.ui-dialog-titlebar {
  text-align: left;
  font-weight: bold;
  height: 48px;
}

.ui-dialog-titlebar-close {
  float: right;
  clear: both;
}

.ui_tpicker_time_label,
.ui_tpicker_time {
  display: none;
}

.ui-dialog {
  padding: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  max-width: 750px;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.5);
}

.ui-dialog .ui-dialog-titlebar {
  padding: 1px 5px;
  background: #f5f5f5;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  height: 40px;
}

.ui-dialog .ui-dialog-title {
  padding: 8px 10px;
  display: inline-block;
}

.ui-dialog .ui-dialog-titlebar button {
  background-color: #f5f5f5 !important;
  border: solid 1px rgba(0, 0, 0, 0.1) !important;
  color: #333;
  height: 25px;
  line-height: 25px;
}
.ui-dialog .ui-dialog-titlebar button:hover {
  color: #0066CC;
  border: solid 1px #0066CC !important;
}

.ui-dialog .ui-dialog-content {
  padding: 20px 20px;
}

.ui-dialog-buttonset button {
  min-width: 80px;
  margin: 0px 5px;
}

.ui-dialog-buttonset {
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 8px 8px 12px 8px;
}

.ui-dialog .ui-dialog-buttonpane button {
  background-color: #555 !important;
  color: #fff !important;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #333 !important;
  color: #fff !important;
}
.ui-dialog .ui-dialog-buttonpane button:focus {
  box-shadow: 0 0 0 0.2rem rgb(25.5, 140.25, 255) !important;
}

.ui-action-button {
  margin-top: 5px;
}

.ui-description-label {
  padding-left: 0;
}

.ui-dropdown-list {
  margin-bottom: 5px;
}

.ui-radio-buttons {
  margin: 5px 0;
}

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.ui-period-selection {
  padding-left: 12px !important;
}

.ui-datepicker {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  border: solid 2px #0057A2;
  display: none;
}

.ui-datepicker .ui-state-active {
  color: #0057A2;
  font-weight: bold;
}

.ui-datepicker .ui-state-highlight {
  background-color: #ffff00;
}

.ui-datepicker a {
  text-decoration: none;
  border: solid 1px #0057A2;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  color: black;
}

.ui-datepicker a:hover {
  background-color: #0057A2;
  color: #fff;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  margin: 0 5px 5px 0;
  padding: 0 6px;
  float: left;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
}

.ui-datepicker-title {
  width: 50%;
  text-align: right;
  float: right;
  padding-top: 7px;
}

.ui-datepicker-calendar {
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.ui-icon {
  width: 16px;
  height: 25px;
}

.ui-icon-circle-triangle-e:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0a9";
}

.ui-icon-circle-triangle-w:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0a8";
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: ".";
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}

/* end css for timepicker */
header {
  background-color: white;
  height: auto;
}

nav {
  height: 40px;
  line-height: 40px;
  background-color: #0057A2;
  color: #fff;
}
nav a {
  color: #fff;
}
nav a:hover {
  color: rgb(216.75, 216.75, 216.75);
}
nav a:focus {
  box-shadow: 0 0 0 0.14rem rgb(216.75, 216.75, 216.75) !important;
}

main {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
main.container {
  margin-top: 1rem;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 20px;
}
main h2 {
  margin-left: 7px;
}

footer {
  margin-bottom: 1rem;
}

section {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 1rem;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 1rem;
}
fieldset legend {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0057A2;
  font-family: "Verdana", sans-serif;
}

a {
  text-decoration: underline;
  color: #0066CC;
}
a:hover {
  color: rgb(25.5, 140.25, 255);
}
a:focus {
  padding: 1px;
  box-shadow: 0 0 0 0.14rem #0066CC !important;
  outline: none;
}

dl.row {
  margin-left: 0;
  margin-right: 0;
}
dl dt {
  height: 2.4rem;
  line-height: 2.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
}
dl dd {
  height: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #006eb3;
}

.alert {
  border-radius: 0;
}

.alert.alert-danger {
  color: #000;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.table {
  font-size: 0.8rem;
}
.table th, .table .header {
  border-top: 0 transparent;
}

.btn {
  border-radius: 0;
  background-color: #0057A2;
  color: #fff;
}

.btn:not(:disabled):not(.disabled):focus, button:not(:disabled):focus {
  box-shadow: 0 0 0 0.2rem #495057 !important;
}
.btn:not(:disabled):not(.disabled):hover, button:not(:disabled):hover {
  color: #fff;
  background-color: rgb(0, 45.9166666667, 85.5);
}

.btn-primary {
  color: #fff;
  background-color: #0057A2;
  border-color: #0057A2;
}
.btn-primary:focus {
  background-color: #0057A2;
  color: #fff;
}
.btn-primary:hover {
  color: rgb(216.75, 216.75, 216.75);
  background-color: rgb(0, 45.9166666667, 85.5);
  border-color: rgb(0, 45.9166666667, 85.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #0057A2;
  border-color: #0057A2;
  opacity: 0.2;
  cursor: not-allowed;
}

.form-select,
.form-control {
  border-radius: 0;
}
.form-select:focus,
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-check-inline {
  position: relative;
  margin-top: 5px;
  margin-left: 0;
  width: 2.5em;
  height: 2.5em;
}

.maxlength-check-panel {
  height: 20px;
  color: #555;
  line-height: 20px;
  padding: 0px;
  display: inline-block;
}

.form-group input:not([type=checkbox]):not([type=radio]),
input:not([type=checkbox]):not([type=radio]),
.form-group select,
.form-group textarea {
  margin-top: 5px;
  margin-bottom: 0;
}

.form-group select {
  border-color: #aaa;
  padding-left: 2px;
}
.form-group select:focus {
  box-shadow: 0 0 0 0.14rem #495057 !important;
}
#stepWrapper .form-group {
  margin-bottom: 0.2rem;
}
.form-group legend {
  color: inherit;
}

input:not([type=checkbox]):not([type=radio]), select {
  border: solid 1px #495057 !important;
}
input:not([type=checkbox]):not([type=radio]).form-control-plaintext, select.form-control-plaintext {
  border: solid 1px transparent !important;
}

input:focus, select:focus {
  box-shadow: 0 0 0 0.14rem #495057 !important;
  outline: none;
}

.form-group.row .mandatory-form-control {
  margin-left: 0;
}

.mandatory-info {
  display: block;
  margin-top: 5px;
}

.mandatory-form-control::before {
  content: "•";
  padding-right: 2px;
  color: red;
}

.form-group.row .mandatory-form-control::before {
  margin-left: -7px;
}

.form-inline-button {
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 1px;
}

.inline-info-button {
  height: 16px;
  width: 16px;
  margin-top: 5px;
  margin-left: -8px;
}

@media (min-width: 768px) {
  .container {
    max-width: 810px;
  }
  .form-select,
  .form-control,
  .form-control-plaintext {
    width: 60%;
  }
  #stepWrapper .form-select,
  #stepWrapper .form-control,
  #stepWrapper .form-control-plaintext {
    width: 100%;
  }
  .form-group.row .form-control.col-md-9 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-width: 576px) {
  .form-select {
    width: 60%;
  }
  .form-group.row .form-select.col-sm-7,
  .form-group.row .form-control.col-sm-7 {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .form-select,
  .form-control,
  .form-control-plaintext {
    width: 40%;
  }
  #stepWrapper .form-select,
  #stepWrapper .form-control,
  #stepWrapper .form-control-plaintext {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 576px) {
  main.container {
    margin-top: 0;
  }
  footer {
    margin-bottom: 0;
  }
  dl dd {
    border-top: 1px transparent;
    margin-left: 0.2rem;
  }
  .form-group.row input:not([type=checkbox]):not([type=radio]),
  .form-group.row select {
    width: 90%;
    margin-left: 15px;
  }
  .form-inline-button {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  header {
    height: auto;
  }
  .form-inline-button {
    margin-left: 15px;
    max-width: 90%;
  }
}
.cp-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  font-size: 0.8rem;
}
.cp-table caption {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.cp-table thead,
.cp-table tbody,
.cp-table tfoot {
  width: 100%;
}
.cp-table tr.hide-xs {
  display: table-row;
}
.cp-table tr .display-xs {
  display: none;
}
.cp-table tr .display-xs.text-light {
  color: #6c757d !important;
}
@media (max-width: 768px) {
  .cp-table tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .cp-table tr.hide-xs {
    display: none;
  }
  .cp-table tr .display-xs {
    display: initial;
  }
  .cp-table tr .header-xs {
    font-weight: bold;
    padding-bottom: 0.2rem;
  }
}
.cp-table th, .cp-table td {
  padding: 0.75rem;
  vertical-align: top;
}
@media (max-width: 768px) {
  .cp-table th, .cp-table td {
    padding: 0.2rem;
  }
}
.cp-table th {
  border-top: 0 transparent;
}
.cp-table td, .cp-table th.header-xs {
  border-top: 1px solid #dee2e6;
}
@media (max-width: 768px) {
  .cp-table td, .cp-table th.header-xs {
    border-top: 0 solid #dee2e6;
  }
}
@media (max-width: 768px) {
  .cp-table td:last-child {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
  }
}

td.no-border {
  border-top: 0 transparent !important;
}

td.padding-1 {
  padding: 0.1rem !important;
}

td.padding-top-1 {
  padding-top: 0.1rem !important;
}

.productList {
  display: table;
  width: 100%;
  line-height: 30px;
}

#dvPermit .permits-filter {
  margin-left: 7px;
}

.permit {
  width: 100%;
  display: table-row;
}
.permit.header {
  display: table-row !important;
}
.permit.header .permitProperty {
  border: 1px transparent;
}
.permit .permitProperty {
  font-size: 13px;
  line-height: 30px;
}

.permitProperty {
  display: table-cell;
  font-size: 0.8em;
  box-sizing: border-box;
  padding: 0px 2px 0px 2px;
  height: 25px;
  line-height: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-overflow: ellipsis;
  overflow: hidden;
}
.permitProperty > span {
  display: none;
}

.permit.header .permitProperty {
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .permit.header {
    display: none !important;
  }
  .permitNumber {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .permitProperty {
    font-size: 0.9em;
    padding: 2px;
    display: block !important;
    border: 0px;
    line-height: initial;
    height: 22px;
    white-space: nowrap;
  }
  .permitProperty > span {
    display: inline-block;
    width: 100px;
    font-size: 1em;
    opacity: 0.5;
  }
  .permitButtons button {
    margin: 5px;
  }
  .permitButtons {
    padding-top: 10px;
    height: 45px;
  }
}
button, .qq-upload-button {
  display: inline-block;
  margin: 6px 2px 6px 0px;
  padding: 0 10px;
  width: auto;
  height: 35px;
  line-height: 33px;
  cursor: pointer;
  background-color: #0057A2;
  color: #fff;
  border: 1px solid #0057A2;
  border-radius: 0;
}
button:hover, .qq-upload-button:hover {
  color: rgb(216.75, 216.75, 216.75);
  background-color: rgb(0, 45.9166666667, 85.5);
  border-color: rgb(0, 45.9166666667, 85.5);
}
button:disabled, .qq-upload-button:disabled {
  color: #fff;
  background-color: #0057A2;
  border-color: #0057A2;
  opacity: 0.2;
  cursor: not-allowed;
}

#stepContent .form-group .flex-70 .qq-upload-button label {
  color: #fff;
}

.permitButtons {
  text-align: right;
  white-space: nowrap;
}
.permitButtons button {
  font-size: 0.9em;
}
.permitButtons button:disabled {
  cursor: not-allowed !important;
  opacity: 0.2;
}

.permitTabs [role=tablist], .requestTabs [role=tablist] {
  overflow: visible;
  margin-top: 0;
  margin-bottom: 1rem;
}
.permitTabs [role=tab][aria-selected=true],
.permitTabs [role=tab][aria-selected=true]:hover,
.permitTabs [role=tab][aria-selected=true]:focus, .requestTabs [role=tab][aria-selected=true],
.requestTabs [role=tab][aria-selected=true]:hover,
.requestTabs [role=tab][aria-selected=true]:focus {
  background-color: #0057A2;
  border-color: #0057A2 !important;
  color: #fff !important;
}
.permitTabs [role=tab][aria-selected=false], .requestTabs [role=tab][aria-selected=false] {
  text-decoration: underline;
}
.permitTabs [role=tab], .requestTabs [role=tab] {
  display: inline-block;
  margin: 6px 2px 6px 0px;
  padding: 0 10px;
  height: 35px;
  line-height: 33px;
  list-style: none;
  background-color: #555;
  color: white !important;
  border: 1px solid #555 !important;
  border-radius: 0;
}
.permitTabs [role=tab]:hover, .permitTabs [role=tab]:focus, .requestTabs [role=tab]:hover, .requestTabs [role=tab]:focus {
  outline: 2px solid #555;
  background-color: #0057A2;
  color: #fff !important;
  border-color: #555 !important;
}

#divCustomerContextButtons {
  margin: 0;
  padding: 0;
}
#divCustomerContextButtons li {
  float: left;
  margin: 30px 0;
  padding: 0;
  width: 48%;
  height: 45px;
  line-height: 43px;
  text-align: center;
}
#divCustomerContextButtons li:first-child {
  margin-right: 2%;
}
#divCustomerContextButtons li:last-child {
  margin-left: 2%;
}
#divCustomerContextButtons li {
  list-style: none;
  background-color: #888;
  border: 1px solid #888;
  border-radius: 0;
}
#divCustomerContextButtons li a {
  text-decoration: none;
  display: block;
}
#divCustomerContextButtons li a:hover {
  color: rgb(216.75, 216.75, 216.75);
}
#divCustomerContextButtons li.ui-state-active {
  background-color: #0057A2;
  border-color: #0057A2;
}
#divCustomerContextButtons li.ui-state-default a {
  color: #fff;
}
#divCustomerContextButtons li.ui-state-active a {
  color: #fff;
}
#divCustomerContextButtons li:hover {
  background-color: rgb(0, 45.9166666667, 85.5);
  border-color: rgb(0, 45.9166666667, 85.5);
}

.StepName {
  padding-right: 10px;
  width: 38%;
}

.StepName, .StepValue label {
  color: #333;
}

.StepValue, .StepName, .mandatory-hidden, .mandatory, .StepFull {
  float: left;
  margin-bottom: 1px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: 38px;
  line-height: 25px;
  padding-top: 5px;
}

.display-label, .display-field {
  float: none;
  display: inline-block;
}

.StepValue {
  color: #0057A2;
  width: 60%;
}

.editor-label.StepName label {
  padding: 0;
}

.subHeader {
  text-decoration: underline;
}

#stepsWrapper {
  width: 21%;
  overflow: hidden;
  float: left;
  margin: 0;
  border: 0;
  padding: 0;
  padding-right: 10px;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

#stepsWrapperProgressIndicator {
  display: flex;
  flex-direction: row;
  visibility: hidden;
  margin-bottom: 5px;
}
#stepsWrapperProgressIndicator .step-indicator {
  display: flex;
  flex: 1;
  background: #ccc;
  border: solid 2px #fff;
  border-width: 0 2px 0 2px;
  height: 5px;
}
#stepsWrapperProgressIndicator .step-indicator.step-indicator-selected {
  background-color: #0057A2;
}

.step-title {
  color: #555;
  background-color: initial;
  margin: 0;
  margin-bottom: 3px;
  padding: 5px;
  padding-right: 10px;
  width: 100%;
  text-align: right;
  box-sizing: border-box;
}

.step-title-selected {
  color: #fff;
  background-color: #0057A2;
}

.step-title-hidden {
  display: none;
}

#stepWrapper {
  width: 79%;
  overflow: hidden;
  float: left;
}
#stepWrapper #stepdiv {
  padding: 0 2px 0 8px;
}
#stepWrapper #requestButtons {
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0 0;
  padding-top: 10px;
}
#stepWrapper #requestButtons .back-button {
  padding-left: 10px;
}
#stepWrapper #requestButtons button {
  background-color: #555;
  border: 1px solid #555;
  color: white;
  padding-left: 0;
}
#stepWrapper #requestButtons button span {
  margin-left: 5px;
}
#stepWrapper #requestButtons button .icon {
  height: 33px;
  line-height: 33px;
  width: 30px;
  background-color: rgb(123.25, 123.25, 123.25);
}
#stepWrapper #requestButtons button#buttonSaveRequest:hover .icon {
  background-color: #34A85D;
}
#stepWrapper #requestButtons button#processflow-finalize {
  padding-left: inherit;
}
#stepWrapper #requestButtons button#processflow-reject:hover .icon {
  background-color: #e20505;
}
#stepWrapper #requestButtons button#processflow-cancel:hover .icon {
  background-color: #e20505;
}
#stepWrapper #requestButtons button:focus {
  box-shadow: 0 0 0 0.2rem rgb(25.5, 140.25, 255) !important;
}

#stepContent {
  padding-left: 15px;
}
#stepContent h2, #stepContent h3, #stepContent h4 {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 8px;
  color: #000;
  font-size: 22px;
  font-weight: normal;
}
#stepContent h3 {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
#stepContent h4 {
  font-size: 18px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  color: #333;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
#stepContent .col-sm-4 {
  padding-left: 0;
}
#stepContent .fieldWrapper {
  clear: both;
}
#stepContent span.req,
#stepContent abbr.req {
  color: #e20505;
}
#stepContent .mandatory, #stepContent .mandatory-hidden {
  width: 15px;
  color: #e20505;
  margin-left: -10px;
  border-top: 0px;
  padding-top: 7px;
  font-size: 20px;
  position: absolute;
}
#stepContent .mandatory-hidden {
  color: transparent !important;
}
#stepContent .row {
  margin-left: 5px;
}
#stepContent .flow-info-panel {
  position: relative;
}
#stepContent .flow-info-panel .info-button {
  position: absolute;
  top: 10px;
  left: -21px;
  width: 16px;
  height: 16px;
  background: #ddd;
  border: solid 1px #ccc;
  color: #333;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  line-height: 15px;
}
#stepContent .flow-info-panel .info-button:hover {
  background: #00598f;
  color: #fff;
  border: solid 1px #00598f;
}
#stepContent .flow-info-panel .info-panel {
  position: absolute;
  top: 5px;
  left: 10px;
  padding: 5px 10px;
  background-color: #fff;
  border-color: #ddd;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
#stepContent .flow-info-panel .hidden {
  display: none;
}
#stepContent .flowInfo-description {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  color: #333;
  padding: 6px 12px;
  margin: 5px 0;
  flex: 0 0 98%;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  padding-left: 15px !important;
}
#stepContent .flowInfo-description.flowInfo-alert {
  background: #fff3cd;
  color: #664d03;
  border-color: #ffe69c;
  padding: 10px 15px !important;
}
#stepContent .flowInfo-description.flowInfo-header {
  background: #f7fbff;
  border: solid 1px #bad7ef;
  margin: 10px 0 15px;
  overflow: hidden;
  position: relative;
  padding: 12px 15px;
}
#stepContent .flowInfo-description.flowInfo-warning {
  background: #ffe8e8;
  color: red;
  padding: 5px 10px;
  border-color: #ffa2a2;
}
#stepContent .flowInfo-description h2,
#stepContent .flowInfo-description h3,
#stepContent .flowInfo-description h4 {
  margin: 0;
  margin-bottom: 8px;
  color: #000;
  font-size: 22px;
  font-weight: normal;
}
#stepContent .flowInfo-description h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
#stepContent .flowInfo-description h4 {
  font-size: 14px;
}
#stepContent .flowInfo-nextstep {
  border: 0;
  background-color: #fff;
  padding-left: 0;
  margin-bottom: 5px;
}
#stepContent .flowInfo-nextstep div {
  display: inline-block;
}
#stepContent .form-group .flex-70 label {
  color: #0057A2;
}
#stepContent fieldset {
  padding: 0;
  margin-top: 7px;
  border: 0;
}
#stepContent fieldset legend {
  font-weight: normal;
  padding-left: 0;
}
#stepContent fieldset .form-check .form-check-input {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.25rem;
}
#stepContent .hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#stepContent .required-fields {
  margin-left: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.form-check-label {
  cursor: pointer;
}
.form-check-label em {
  display: inline-block;
  margin-left: 1px;
  font-size: 11px;
  font-style: normal;
  border-radius: 3px;
  background: #fff;
  color: #0057A2;
  padding: 1px 5px 2px 5px;
  border: solid 1px #ddd;
  line-height: 1;
}
.form-check-label u,
.form-check-label a,
.form-check-label i {
  background: transparent;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  font-style: normal;
  text-decoration: none;
}
.form-check-label u {
  text-align: center;
  border: 0;
  padding: 1px;
  border-radius: 20px;
  background: #999;
  color: #fff;
  line-height: 14px;
  font-weight: bold;
  font-size: 10px;
  margin-left: 5px;
}
.form-check-label a:before {
  font-family: "Font Awesome 7 Free";
  content: "\f07b";
  color: #0057A2;
  font-size: 17px;
}
.form-check-label i:before {
  font-family: "Font Awesome 7 Free";
  content: "\f15b";
  text-align: center;
  color: #999;
  font-size: 15px;
}

.fieldWrapper-flowInfo-description {
  border: 0;
}

.flowInfo-nextstep {
  border-top: 0;
  border-bottom: 0;
  box-sizing: border-box;
  display: inline-block;
  color: #333 !important;
  height: 40px;
  line-height: 40px;
}
.flowInfo-nextstep:before {
  font-family: "Font Awesome 7 Free";
  content: "\f105";
  padding-right: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #0057A2;
}

.flowInfo-nomargin {
  max-width: 100% !important;
  margin-left: 15px !important;
}

#navigationButtons, #requestButtons {
  padding: 0 15px 0 20px;
}

.tblInvoicePreview, .tblRefundPreview {
  width: 100%;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.tblInvoicePreview tr.spacer, .tblRefundPreview tr.spacer {
  height: 8px;
  line-height: 8px !important;
}
.tblInvoicePreview .priceRowTotal td, .tblRefundPreview .priceRowTotal td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
}
.tblInvoicePreview .priceRowTotal.grant, .tblRefundPreview .priceRowTotal.grant {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 5px 2px;
}
.tblInvoicePreview .priceRowTotal.grant td, .tblRefundPreview .priceRowTotal.grant td {
  border-top: 1px solid #ddd;
  padding: 4px 2px;
}
.tblInvoicePreview .vat, .tblRefundPreview .vat {
  color: #495057;
  line-height: 13px;
}
.tblInvoicePreview .vat strong, .tblRefundPreview .vat strong {
  font-weight: normal;
}
.tblInvoicePreview th, .tblInvoicePreview td, .tblRefundPreview th, .tblRefundPreview td {
  padding: 2px 2px;
  text-align: left;
}
.tblInvoicePreview th.w-60, .tblInvoicePreview td.w-60, .tblRefundPreview th.w-60, .tblRefundPreview td.w-60 {
  width: 60%;
  min-width: 170px;
}
.tblInvoicePreview th.priceDescription, .tblInvoicePreview td.priceDescription, .tblRefundPreview th.priceDescription, .tblRefundPreview td.priceDescription {
  width: 25%;
  min-width: 170px;
}
.tblInvoicePreview th.priceAmount, .tblInvoicePreview td.priceAmount, .tblRefundPreview th.priceAmount, .tblRefundPreview td.priceAmount {
  width: 150px;
  text-align: right;
  padding-right: 15px !important;
}
.tblInvoicePreview th.priceStructure, .tblInvoicePreview td.priceStructure, .tblRefundPreview th.priceStructure, .tblRefundPreview td.priceStructure {
  font-size: 0.85rem;
  color: #495057;
  font-style: italic;
}

.no-data {
  opacity: 0.5;
}

.process-flow-component {
  width: 100%;
  box-sizing: border-box;
}
.process-flow-component .header {
  display: flex;
  flex-direction: row;
}
.process-flow-component .header p {
  border: 0 !important;
  flex: 1;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.process-flow-component .header p .remarks {
  display: inline-block;
  margin-left: 5px;
  font-style: italic;
}
.process-flow-component .header .toggle-link {
  float: right;
  width: 60px;
}

.select-panel {
  height: unset !important;
}
.select-panel.form-check {
  padding-left: 0 !important;
}
.select-panel .list-group-panel {
  border: solid 1px #0057A2;
  color: #0057A2;
  background: #f3f3f3;
  padding: 5px 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}
.select-panel .list-group-panel:hover {
  border-color: #0057A2 !important;
  color: #0057A2 !important;
}
.select-panel .list-group-panel:hover:before {
  color: #0057A2 !important;
}
.select-panel .list-group-panel.no-group {
  display: none;
}
.select-panel .list-group-panel.first-group {
  margin-top: 0px;
}
.select-panel .list-group-panel.collapsed {
  border: solid 1px #ccc;
  color: #333 !important;
}
.select-panel .list-group-panel.collapsed:before {
  font-family: "Font Awesome 7 Free";
  content: "\f07b";
  color: #555 !important;
}
.select-panel .list-group-panel.collapsed:after {
  font-family: "Font Awesome 7 Free";
  content: "\f067";
  position: absolute;
  font-weight: 900;
  right: 10px;
  color: #555 !important;
}
.select-panel .list-group-panel:before {
  font-family: "Font Awesome 7 Free";
  content: "\f07c";
  margin-right: 5px;
  font-weight: 900;
  font-size: 14px;
  color: #0057A2;
}
.select-panel .list-group-panel:after {
  font-family: "Font Awesome 7 Free";
  content: "\f068";
  position: absolute;
  font-weight: 900;
  right: 10px;
  font-size: 11px;
  color: #0057A2;
}
.select-panel .list-item {
  border: solid 1px #ddd;
  background: #fff;
  margin-left: 15px;
  border-left-width: 5px;
  padding: 6px;
  margin-bottom: 2px;
  border-radius: 3px;
  cursor: pointer;
}
.select-panel .list-item:hover {
  border-color: #0057A2;
  color: #0057A2 !important;
}
.select-panel .list-item:hover .list-item-checked-icon {
  font-weight: bold;
  color: #999;
}
.select-panel .list-item.focus {
  border: solid 2px black !important;
}
.select-panel .list-item.selected {
  border-color: #0057A2;
  background: rgb(238.5, 247.3611111111, 255);
  color: #0057A2 !important;
  border-left-width: 1px;
}
.select-panel .list-item.selected .list-item-checked-icon:after {
  font-weight: bold;
}
.select-panel .list-item.selected .list-item-code {
  border-color: #0057A2;
}
.select-panel .list-item.selected .list-item-info {
  display: block;
  color: #333 !important;
}
.select-panel .list-item.selected label {
  color: #0057A2 !important;
  font-weight: bold;
}
.select-panel .list-item.hidden {
  display: none;
}
.select-panel .list-item.show {
  display: block;
}
.select-panel .list-item.no-group {
  margin-left: 0;
  border-left-width: 1px;
}
.select-panel .list-item.no-group.first-item {
  margin-top: 1px;
}
.select-panel .list-item label {
  display: flex;
  align-items: center;
}
.select-panel .list-item span {
  display: block;
  transform: none;
}
.select-panel .list-item .list-item-checked-icon {
  color: #555;
  margin-right: 10px;
}
.select-panel .list-item .list-item-checked-icon:after {
  font-family: "Font Awesome 7 Free";
  content: "\f111";
}
.select-panel .list-item .list-item-code {
  border: solid 1px #ddd;
  transform: unset;
  line-height: 1;
  padding: 2px 4px;
  color: #0057A2;
  border-radius: 3px;
  margin-left: 8px;
  font-size: 11px;
}
.select-panel .list-item .form-check-display-value {
  display: none;
}
.select-panel .list-item .list-item-info {
  display: none;
  margin: 3px 0px;
  padding: 5px 10px;
  line-height: normal;
  border: solid 1px #ddd;
  background-color: #fff;
}
.select-panel .list-item .list-item-info:empty {
  display: none;
}

.grid-view {
  max-width: 800px;
  border-bottom: solid 1px #aaa;
}
.grid-view.max-height {
  max-height: 135px;
  overflow: hidden;
  overflow-y: auto;
  max-width: unset !important;
}
.grid-view.collapsed {
  display: none;
  margin: 0 !important;
  border-top: 0 !important;
}
.grid-view.margin-top {
  margin-top: 5px;
}
.grid-view.invoice-total {
  margin-top: 15px !important;
}
.grid-view.no-border {
  border-width: 0 !important;
}
.grid-view.compact .col {
  padding: 1px 5px !important;
}
.grid-view .grid-row {
  display: flex;
  flex-direction: row;
  border-left: solid 1px #aaa;
  border-right: solid 1px #aaa;
}
.grid-view .grid-row.grid-header-sticky {
  position: sticky;
  top: 0;
  background: #eee;
  border: 0;
  border-bottom: solid 1px #ddd !important;
  border-top: solid 1px #ddd !important;
}
.grid-view .grid-row.no-border {
  border-width: 0;
}
.grid-view .grid-row.sub-header {
  background-color: rgb(0, 59.6111111111, 111);
  color: #fff;
}
.grid-view .grid-row.total {
  font-size: 1.05rem;
}
.grid-view .grid-row.total.grand-total {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: solid 1px #aaa;
  background-color: #e9ecef;
}
.grid-view .grid-row.total.grand-total .col {
  font-size: 1.1rem;
  font-weight: bold;
}
.grid-view .grid-row .col {
  flex: 1;
  padding: 3px 5px;
  box-sizing: border-box;
}
.grid-view .grid-row .col.currency, .grid-view .grid-row .col.number {
  flex: unset;
  width: 100px;
  padding-right: 10px;
  text-align: right;
}
.grid-view .grid-row .col.date-field {
  flex: unset;
  width: 110px;
}
.grid-view .grid-row .col.code {
  flex: unset;
  width: 110px;
}
.grid-view .grid-row .col.width-smaller {
  width: 70px !important;
}
.grid-view .grid-row .col.description {
  padding-left: 15px;
}
.grid-view .grid-row .col.col-header {
  border: solid 1px #aaa;
  border-bottom: 0;
  background-color: #e9ecef;
}
.grid-view .grid-row .col.col-header-bold {
  font-weight: bold !important;
}
.grid-view .grid-row .col.border-right {
  border-right: solid 1px #aaa;
}
.grid-view .content {
  background-color: #fff;
}
.grid-view .content .grid-row .col.grid-content {
  font-style: italic;
  color: #333;
}
.grid-view .content .grid-row:first-child .col {
  padding-top: 10px !important;
  color: #000 !important;
  font-style: normal !important;
}
.grid-view .content .grid-row:last-child .col {
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 576px) {
  #stepsWrapper {
    width: 100%;
    border-right: solid 0 transparent;
    padding: 0;
    margin-bottom: 10px;
  }
  #stepsWrapper #stepsWrapperProgressIndicator {
    visibility: visible;
  }
  #stepsWrapper .step-title {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: -10;
  }
  #stepsWrapper .step-title-selected {
    position: relative;
    top: unset;
    left: unset;
    display: block;
    text-align: left;
    padding-left: 10px;
    visibility: visible;
    z-index: unset;
  }
  #stepWrapper {
    width: 100%;
  }
  #stepContent {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #stepdiv {
    padding: 0 2px 0 2px;
  }
  .tblInvoicePreview .priceDescription, .tblRefundPreview .priceDescription {
    width: calc(100% - 120px) !important;
  }
  .tblInvoicePreview .priceStructure, .tblRefundPreview .priceStructure {
    width: 0 !important;
    overflow: hidden;
  }
  .tblInvoicePreview .priceStructure span, .tblRefundPreview .priceStructure span {
    display: none;
  }
  .tblInvoicePreview .priceAmount, .tblRefundPreview .priceAmount {
    margin-right: 0;
  }
  .grid-view .grid-row .col {
    padding: 3px;
    font-size: 14px;
  }
  .grid-view .grid-row .col.currency, .grid-view .grid-row .col.number {
    width: 85px;
    padding-right: 5px;
  }
  .grid-view .grid-row .col.hide-mobile {
    display: none !important;
  }
  .grid-view .grid-row .col.width-smaller {
    width: 65px;
  }
  .grid-view .grid-row .col.description {
    padding-left: 10px;
  }
  .grid-view .content .grid-content:first-child .col {
    padding-top: 5px !important;
  }
  .grid-view .content .grid-content:last-child .col {
    padding-bottom: 5px !important;
  }
}
#shoppingCartIcon {
  position: relative;
  margin-top: 7px;
}

#shoppingCartCheckBox {
  display: none;
}
#shoppingCartCheckBox:checked + #shoppingCartLabel {
  background: url("../images/cart_up.png") no-repeat;
}

#shoppingCartLabel {
  width: 48px;
  height: 24px;
  background: url("../images/cart_down.png") no-repeat;
  display: block;
  cursor: pointer;
}

#shoppingCartLabel {
  position: absolute;
  top: 1px;
  right: 1px;
}

.PendingItems {
  position: absolute;
  top: 10px;
  right: 17px;
  width: 15px;
  background-color: crimson;
  color: white;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  height: 15px;
  z-index: 1;
  border-radius: 15px;
  cursor: pointer;
}

.cart {
  display: none;
  position: absolute;
  top: 23px;
  right: 0px;
  font-family: Arial, sans-serif;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  background-color: white;
  color: black;
  z-index: 99;
  min-width: 400px;
  text-align: right;
  white-space: normal;
  line-height: normal;
}

.cart-items {
  margin-left: 0px;
  padding-left: 0px;
}

.cart-note {
  color: #0090e3;
  padding: 12px;
  font-size: 13px;
  text-align: left;
  font-style: italic;
  line-height: normal;
}

.cart-item-sub-desc {
  color: #555;
  padding: 1px 3px 0px 7px;
  font-size: 90%;
  font-weight: normal;
}

.cart-order-title {
  text-align: right;
  font-size: 90%;
}

.cart-price {
  text-align: right;
  font-weight: bold;
}

.cart-tax {
  color: rgb(0, 99, 160);
}

.filepond--label-action:focus {
  box-shadow: 0 0 0 0.15em currentColor;
}

.filepond--root:focus-within {
  box-shadow: 0 0 0 0.2em #0066CC;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #2b8454 !important;
}

.filepond--file-info-sub {
  margin-top: 1px;
}

.filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 1;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 1;
  background-color: #2b8454;
}

.filepond--file-info .filepond--file-info-main {
  overflow: visible;
  font-size: inherit;
}

.flowinfo {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  color: #333;
  padding: 12px 15px;
  margin: 10px 0 15px;
}