.default-logo-list {
  font-size: 1.33333333em !important;
  line-height: 0.75em;
  vertical-align: -15%;
  display: inline-block;
  font: normal normal normal 14px/1 PaymentFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.default-logo-list:before {
  content: '\f045';
}

.default-logo-list.payu {
  background-image: url('../resources/images/list-logos/default-payu.png');
  background-color: transparent;
  display: block;
  height: 31px;
  background-repeat: no-repeat;
  margin-left: 17px;
}

.report-logo {
  display: block;
  /*background-image: url("../resources/images/BOIPA_logo_report.png");*/
  background-repeat: no-repeat;
  background-color: white;
  float: right;
  background-size: contain;
}

.paymentMethod::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 30px;
  padding: 1px 0;
  position: relative;
  width: auto;
  background-position: center center;
  margin-left: 14px;
  margin: 14px;
  margin-top: 0;
}

.transaction-key-details .paymentMethod::before {
  position: inherit;
  float: none;
  margin: auto;
}

.refund-meter {
  overflow: hidden;
  position: absolute;
  width: 120px;
  top: 15px;
  right: 15px;
}

.refund-meter-chart {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 200px;
  background-color: #73879c;
  position: relative;
}

.timerExpired-meter {
  overflow: hidden;
  position: absolute;
  width: 120px;
  top: 15px;
  right: 145px;
}

.timerExpired-meter-chart {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 200px;
  background-color: #ff0000;
  position: relative;
}

.fa-exclamation:before {
  content: "\f12a";
  color: #ffffff;
}

.timerExpired-meter-d {
  color: white;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.refund-meter .transaction-key-details {
  border-radius: 7px;
  margin-top: 12px;
  text-align: center;
  font-weight: bold;
  background-color: white;
}

body {
  min-height: 100vh;
  min-width: 320px;
  overflow-y: scroll !important;
  color: #73879c;
  background: #2a3f54;
  font-weight: 400;
  line-height: 1.471;
}

@media (min-width: 360px) {
  body {
    overflow-x: hidden;
  }
}

.app-container {
  background: #f7f7f7;
  position: relative;
  overflow: inherit;
  min-height: 100vh;
  resize: vertical;
}

.app-container > .container-fluid {
  padding-top: 15px;
}

.page-header {
  padding-bottom: 0;
  margin-top: 0;
}

vt-lite-header {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  min-height: 35px;
}

.side-toggle {
  align-items: center;
  display: flex;
}

.header-title {
  align-items: center;
  flex: 1 1 100%;
  display: flex;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
}
.header-title .title {
  font-size: 1.3em;
  overflow: hidden;
  text-align: center;
  flex: 1 1 auto;
}

.user-details {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 5px;
}

.user-details .user-details-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.user-details .img-responsive {
  width: 2em;
}
.user-details .username {
  white-space: nowrap;
  margin-left: 5px;
  font-size: 0.9em;
}

.user-details .dropdown-menu {
  left: auto;
  right: 5px;
  min-width: 250px;
}

.show-navbar .user-details .username {
  display: none;
}

@media (min-width: 768px) {
  .show-navbar .user-details .username {
    display: block;
  }
}

.bold {
  font-weight: 700 !important;
}

.panel-transaction-detail dl {
  margin-bottom: 0;
}

.panel-transaction-detail dd:before {
  content: '\00a0' !important;
  display: inline-block !important;
}

.panel-transaction-detail > .panel-heading {
  color: white;
  padding: 6px 10px;
  background-color: #2a3f54;
  border-bottom: none;
}

/* panel mods see TSME-2392 */
.border-modified-panel.panel {
  border: none;
}

.border-modified-panel .panel-body {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border-modified-panel.panel > .list-group .list-group-item {
  border-width: 1px;
}

.border-modified-panel.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 1px solid #ddd;
}

.border-modified-panel.panel > .list-group:last-child .list-group-item:first-child {
  border-top: none;
}
/* panel mods see TSME-2392 */

.x-credit-card-wrap {
  max-width: 375px;
  margin: 0 auto;
}

.x-credit-card {
  margin: 10px;
  padding: 5px;
  min-height: 200px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #cdcdcd;
  background-image: linear-gradient(
    17deg,
    #b3b3b3 0%,
    hsla(0, 0%, 66%, 1) 12%,
    #a6a6a6 37%,
    #b3b3b3 51%,
    #c0c0c0 64%,
    #cdcdcd 83%,
    #d9d9d9 100%
  );
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #bcbcbc;
}

result-container {
  display: flex;
  align-items: center;
}

result-container .lite-result-container {
  flex: 1 1 auto;
}

.result-type.result-success {
  color: #009688;
}

.result-type.result-error {
  color: #c62828;
}

.result-type .fa {
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 4px currentColor;
  height: 3em;
  width: 3em;
  line-height: 3em;
  font-size: 1.5em;
}

.completed-refund-filling {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ff6600;
}

.completed-refund-d {
  color: white;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.credit-card-wrap .credit-card-number {
  white-space: inherit !important;
}

/* .dl-horizontal dl {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: #73879c dotted 1px;
  margin-left: 5px;
  clear: both;
} */
.dl-horizontal dt {
  width: auto;
  overflow: initial;
  white-space: inherit;
}
.dl-horizontal dd {
  margin-left: 15px;
  word-wrap: break-word;
}

.transaction-key-details.dl-horizontal {
  padding-right: 145px;
}

/* .transaction-key-details dl {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 0 none;
} */

.text-orange {
  color: #fc7e2a;
}
.text-white {
  color: #fff;
}

.transaction-address {
  margin-bottom: 0px;
  word-wrap: break-word;
}

.transaction-key-details-amount {
  font-size: 24px;
}

.lite-transactions .transactions-summary {
  display: flex;
  align-items: center;
}

.lite-transactions .transactions-summary .summary-text {
  flex: 1 1 auto;
}

.transaction-item.list-group-item {
  display: flex;
  padding: 5px 0px;
  border: none;
  background-color: transparent;
}

.transaction-item .transaction-icons {
  align-items: center;
  display: flex;
}

.transaction-item .transaction-status {
  min-width: 40px;
  min-height: 55px;
  border-radius: 5px;
  background-color: lightgray;
  padding: 5px;
  color: white;
  flex: 0 0 auto;
}

.transaction-item .transaction-status .st-i {
  font-size: 25px;
  display: block;
}

.transaction-item .transaction-details {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  overflow: hidden;
  word-break: break-all;
  word-break: break-word;
  border-bottom: 1px dotted #cccccc;
  margin-left: 10px;
}

.transaction-item .transaction-description {
  flex: 1 1 auto;
  padding-right: 10px;
}

.transaction-item .transaction-actions {
  flex: 0 0 auto;
}

.loading-indicator {
  list-style: none;
  padding: 5px 0;
}

.loading-indicator .fa {
  font-size: 1.5em;
}

.page-content {
  position: relative;
}

.btn-group-radio-blocks .btn {
  width: 100px;
}

.jp-card {
  transform: translate(-50%);
  left: 50%;
}

@media (min-width: 768px) {
  .btns-filter {
    margin-top: 25px;
  }
  .nopadding-sm {
    padding: 0 !important;
  }

  .transaction-details-customer.dl-horizontal dd {
    margin-left: 70px;
  }

  .transaction-key-details.dl-horizontal dd {
    margin-left: 120px;
  }

  .btn-group-radio-blocks .btn {
    width: 250px;
  }
  [name='step4Form'] {
    margin-right: 330px;
  }

  .step4-cashier-ui {
    margin-right: 330px;
  }

  .transaction-preview {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
  }

  .transaction-preview .jp-card {
    transform: translate(-50%) scale(0.85);
    left: 50%;
  }
}

@media (min-width: 1200px) {
  .empty-label-xl {
    margin-top: 25px;
  }
}

@media (max-width: 450px) {
  .small-card-fix .jp-card {
    transform: translate(-50%) scale(0.8);
    left: 50%;
  }
}

.transaction-details-customer {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 5px;
}

.transaction-details-customer.dl-horizontal dt {
  width: auto;
  overflow: initial;
  white-space: inherit;
}

h6.x-title {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
  color: #fff;
}

h5.x-inner-label {
  margin-top: 0;
  margin-bottom: 10px;
}

/* terminal.view.html */
/* *********  form wizard  **************************** */

[name='step3Form'] .form-group {
  margin-bottom: 5px;
}

span.empty-value {
  background-color: #ddd;
  font-weight: bolder;
  padding: 2px;
}

.actionBar {
  width: 100%;
  padding: 10px 5px;
  text-align: right;
  margin-top: 10px;
}

.actionBar .buttonDisabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.actionBar a {
  margin: 0 3px;
}

/**-------**/

.wizard_verticle .wizard_content {
  width: 100%;
  float: left;
  padding-left: 20px;
}

/**-------**/

.btn.btn-outline {
  background: transparent;
}

.btn-primary.btn-outline {
  color: #1a82c3;
  border-width: 2px;
}

.btn-default.btn-outline {
  color: #34495e;
  border-width: 2px;
}

.btn-success.btn-outline {
  color: #1abb9c;
  border-width: 2px;
}

.btn-info.btn-outline {
  color: #34495e;
  border-width: 2px;
}

.btn-warning.btn-outline {
  color: #5bc0de;
  border-width: 2px;
}

.btn-danger.btn-outline {
  color: #34495e;
  border-width: 2px;
}

.btn-dark.btn-outline {
  color: #c0392b;
  border-width: 2px;
}

.btn-warning {
  background: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  background: #d9534f;
  border-color: #d9534f;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #4fb5d3;
  border-color: #4fb5d3;
  color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #d58512;
  border-color: #d58512;
  color: #ffffff;
}

.btn-radio .btn-default:active,
.btn-radio .btn-default.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #1479b8;
  border-color: #1479b8;
  color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #d43f3a;
  border-color: #d43f3a;
  color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-color: #394d5f;
  border-color: #394d5f;
  color: #ffffff;
}

.custom-notifications {
  position: fixed;
  margin: 15px;
  right: 0;
  float: right;
  width: 400px;
  z-index: 4000;
  bottom: 0;
}

.btn-round {
  border-radius: 30px;
}

.btn-transparent.btn-outline {
  color: #1a82c3;
  border-width: 2px;
}

.btn-transparent {
  background-color: transparent;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-custom {
  background-color: #1a82c3;
  border-color: #1a82c3;
  color: #ffffff;
}

.step-container div form .section {
  font-size: 25px;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-use-text-color: #ffffff;
  border-color: #eeeeee;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.customer-header {
  font-size: 25px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-bottom-color: #eeeeee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;

  /*margin-top: -25px;*/
}

.animate-show.ng-hide {
  opacity: 0;
}

.animate-show.ng-hide-remove {
  transition: all linear 0.5s;
}

.animationDiv {
  display: none;
}

.tile:hover {
  text-decoration: none;
}

.searchButton {
  position: absolute;
  right: 25px;
}

.myriadCardNumber img {
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 1.5em;
  position: absolute;
  top: 1.5em;
  left: 21em;
}

.ui-grid-row .ui-grid-cell.non-actionable {
  color: #9e9e9e;
}

.spinner {
  width: 100px;
  height: 100px;

  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 50px);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2a3f54;
  border: solid 3px #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;

  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.overlay {
  opacity: 0.75;
  background-color: #000;
  width: calc(100% + 10px);
  /*height: calc(100% + 2px);*/
  position: absolute;
  z-index: 5;
  margin: -20px -20px;
  border-radius: 3px;
  top: 0;
  bottom: 0;
}

.please-wait {
  text-align: center;
  position: absolute;
  top: calc(50% + 45px);
  left: calc(50% - 45px);
  color: #fff;
  z-index: 10;
}

.awaiting-preview {
  height: 650px;
  width: 99%;
  background-color: rgb(240, 240, 240);
  border: 2px solid rgb(204, 204, 204);
  overflow-y: scroll;
}

.awaiting-preview-text {
  text-align: center;
  font-size: 100px;
  color: rgb(194, 194, 194);
  margin-top: 10%;
}

.customRow {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.grid-button {
  background-color: #1abb9c;
  color: white;
}

.grid {
  font-size: 12px;
}

.grid-message-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
}

.grid-message-overlay .grid-message-container {
  align-self: center;
  font-size: 1.3em;
}

.grid-message-container .well {
  margin-bottom: 0px;
}

.secondary-grid-button {
  background-color: #5bc0de;
  color: white;
}

.legendColorBox {
  height: 15px;
  width: 15px;
  margin-right: 20px;
  margin-left: 5px;
  vertical-align: sub;
}

.address-display {
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
}

.capitalize {
  text-transform: capitalize;
}

.step4-shipping-title {
  font-style: normal;
  font-weight: bolder;
}

.number-prompt {
  height: 23px !important;
}

.no-flash #login-wrapper {
  margin-top: 35px;
}

#login-wrapper, #request-password-reset, #reset-password, #request-username {
  max-width: 500px;
  left: 50%;
  transform: translate(-50%);
}

#login-wrapper .forget-password {
  margin: 20px 0;
}

@media (min-height: 480px) {
  .no-flash #login-wrapper {
    margin-top: 0px;
  }
  .no-flash #request-password-reset {
    margin-top: 0px;
  }
  #login-wrapper, #request-password-reset, #reset-password, #request-username {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -75%);
  }
}
#myriadPopup {
  width: 95%;
  width: calc(100% - 4em);
  height: 95%;
  height: calc(100% - 4em);
  max-width: 1200px;
  max-height: 800px;
  box-shadow: black 0 0 16px;
}

#myriadPopup iframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: white;
}

/* Form corrigations */
@media (max-width: 991px) {
  /*margin for form btns */
  .btnWithLittleMargin {
    margin-top: 10px;
    margin-right: 16px;
    margin-bottom: 10px;
    margin-left: 16px;
  }
}

/* side_bar hide */
@media (min-width: 992px) {
  label.filterDiv {
    min-height: 45px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

.btnWithMargin {
  margin-top: 10px;
  margin-right: 16px;
  margin-bottom: 10px;
  margin-left: 16px;
}

.pagination.custom-pagination {
  margin-top: 0px;
}

.searchBtn {
  float: right;
}

.btnGrpInput {
  margin-top: 18px;
  margin-bottom: 18px;
}

.noWrapLbl {
  white-space: nowrap;
}

.settingsRowWithMargTop {
  margin-top: 10px;
}

.noPadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* PAYMENT IFRAME */
#containerMyRiadCashierContainer {
  width: 559px;
  height: 350px;
}

div#myriadCashierContainer {
  height: 333px;
}

.panel-body.greyed .overlay2 {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #eee;
  z-index: 5;
  opacity: 0.7;
  cursor: arrow;
}

.panel-body {
  position: relative;
}

ul[ng-if='isOpen'] li[ng-if='showButtonBar'] button[ng-click="select('today')"] {
  display: none;
}

ul[ng-if='isOpen'] li[ng-if='showButtonBar'] button[ng-click='select(null)'] {
  border-radius: 3px !important;
}

/* PRINT TRX purchase*/

.onlyprint {
  display: none;
}

/*Buttons size*/

.width70 {
  width: 70px;
}

.btn.ng-invalid,
.ng-invalid ~ .input-group-btn .btn,
input.form-control.ng-invalid,
input.form-control.ng-invalid-required,
select.form-control.ng-invalid,
select.form-control.ng-invalid-required,
input[type='checkbox'].ng-invalid,
input[type='checkbox'].ng-invalid-required {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input[type='text']::-ms-clear {
  display: none;
}

input[type=radio].ng-invalid::after,
input[type=radio].ng-invalid-required::after {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    content: '';
    border: 1px solid #a94442 !important;
    box-sizing: border-box;
    border-radius:100%;
}

.on-boarding-wizard span.has-error {
  color: #a94442;
}

span.info-label {
  float: right;
  color: #aba8a8;
  font-weight: bolder;
}

input ~ p {
  margin-bottom: 5px;
}

input ~ p:last-child {
  margin-bottom: 0px;
}

p.has-error,
span.has-error,
label.has-error {
  color: #a94442;
}

form.inner-form label {
  margin-top: 5px;
}

.on-boarding-wizard textarea {
  width: 100%;
  height: 150px;
}

.form-horizontal .inner {
  padding-top: 0;
  font-size: 10pt;
  color: #73879c;
}

.form-horizontal #recurring-payments-plan-details-form .form-group {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.form-horizontal #recurring-payments-scheme-details-form .form-group {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wizard-success p.title {
  text-transform: uppercase;
  color: #3c763d;
  font-size: larger;
  font-weight: bold;
}

/*------------*/

.page-break {
  display: none !important;
}

@media print {
  .customer-header {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: none;
    width: 100%;
  }

  .noprint {
    display: none !important;
  }

  .app-container,
  .main-container.show-navbar .app-container {
    margin-left: 0;
  }
  .app-container > .container-fluid {
    padding-top: 0px;
  }

  .dl-horizontal dl {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .onlyprint {
    display: block;
  }

  .email-print-style {
    width: 500px !important;
  }

  /*.page-break {
        display: block;
        page-break-before: auto;
    }*/

  /*.col-md-2 {
        width: 16.66666667%;
        float: left;
        word-wrap: break-word;
    }*/

  .panel {
    page-break-inside: avoid;
    font-size: 11px;
  }

  .jp-card-back {
    display: none;
  }

  .jp-card-front {
    border: solid 1px black;
  }

  @page {
    margin: 0cm 0.8cm;
    size: landscape;
  }

  .wizard_verticle ul.wizard_steps {
    display: none;
  }

  a.done.noprint::before {
    display: none;
  }

  #export > div {
    width: 100% !important;
    page-break-inside: auto;
  }
}

.reporting-preview-container {
  background-color: rgb(224, 224, 224);
  padding-top: 10px;
  padding-bottom: 10px;
  /*In mobile view -> add scrolling possibility*/
  overflow-x: scroll;
}

.reporting-preview-background {
  /*background-color: white;*/
  background-color: transparent;
  width: 596px;
  margin: 0 auto;
}

.select2 > .select2-choice.ui-select-match {
  /* Because of the inclusion of Bootstrap */
  height: 29px;
}

.select2-container .select2-search--inline {
  float: left;
  z-index: 1 !important;
}

.selectize-control > .selectize-dropdown {
  top: 36px;
}

.green {
  color: #1abb9c;
}

.aero {
  color: #9cc2cb;
}

.red {
  color: #e74c3c;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 3px 3px;
}

/*Between*/
.input-group.input-btw input {
  padding: 6px 6px !important;
}

.input-group.input-btw .input-group-addon {
  position: relative;
  border-width: 1px 0;
  padding: 6px 4px;
}

.input-group.input-btw .input-group-addon:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 4;
  transform: translate(50%, -50%) rotate(45deg);
  border-color: rgb(204, 204, 204) !important;
  border: solid;
  border-width: 0 0 1px 1px;
}

.input-group.input-btw .input-group-addon:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  transform: translate(-50%, -50%) rotate(45deg);
  border-color: rgb(204, 204, 204) !important;
  border: solid;
  border-width: 0 0 1px 1px;
}

.data-cell {
  position: relative;
  min-height: 1px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  width: 100%;
}

.cellLabel,
.cellInput {
  display: inline-block;
  vertical-align: middle;
}

.cellLabel {
  width: 35%;
  text-align: right;
  line-height: 0.8em;
  height: 100%;
  font-weight: bold;
}

.cellInput {
  width: calc(65% - 10px);
  padding: 10px;
}

@media (min-width: 550px) {
  .data-cell {
    width: 50%;
  }
}

@media (min-width: 870px) {
  .data-cell {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .data-cell {
    margin-bottom: auto;
  }
}

@media (min-width: 1190px) {
  .data-cell {
    width: 25%;
  }
}

.data-cell .col-md-7 {
  padding-right: 7px;
  padding-left: 7px;
}

.data-cell .col-md-12 {
  padding: 0;
}

.ui-select-multiple input.ui-select-search {
  width: 100% !important;
}

.amounttypelist {
  padding-left: 0px;
}

.btncost {
  color: #fff;
  font-weight: bold;
  background-color: #2a3f54;
  padding-left: 4px;
  padding-right: 4px;
}

.amount-type-button {
  font-size: 11px;
}

.btn-last {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.searchBtnCell {
  height: 100%;
  width: 100%;
}

.ui-grid-vcenter,
.ui-grid-vright {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-grid-vright {
  text-align: right;
  padding-right: 0.5em;
}

.data-cell #searchButton {
  color: #fff;
  font-weight: bold;
}

input.other::-webkit-input-placeholder {
  font-size: 16pt;
  text-align: center;
  line-height: normal;
}

input.other::-moz-placeholder {
  font-size: 16pt;
  text-align: center;
  line-height: normal;
}

input.other:-ms-input-placeholder {
  font-size: 16pt;
  text-align: center;
  line-height: normal;
}

input.other:-moz-placeholder {
  font-size: 16pt;
  text-align: center;
  line-height: normal;
}

/******* 3d Secure Settings filter ********/

vt-trigger-settings {
  display: block;
}

.secure-3d .mb-fix {
  margin-bottom: -15px;
}

.secure-3d .panel-heading {
  display: flex;
  align-items: center;
}

.secure-3d .panel-heading .panel-title {
  flex: 1 1 auto;
}

.secure-3d .panel-heading .btn-group {
  flex: 0 0 auto;
}

.sm-col [class^='col-'] {
  padding-left: 7px;
  padding-right: 7px;
}

.sm-col .row {
  margin-left: -7px;
  margin-right: -7px;
}

@media (min-width: 768px) {
  /* these stzles are used in 3D Secure Settings (Ecom) only on screens bigger than 768, on mobile everyting is col-sm-12*/
  .interval-condition {
    display: flex;
  }

  .interval-condition .form-group:not(.text-center) {
    flex: 0 1 50%;
  }
  .interval-condition .form-group.text-center {
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm-col .interval-condition .form-group.text-center {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 2.4em;
  }
}

/* Change Password */
vt-password-settings {
  display: block;
}

.vt-password-toggle {
  cursor: pointer;
  pointer-events: all;
  font-size: 1.5em;
}

.settingPasswCell {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 0;
  padding-right: 0;
}

.settingPasswCellLabel {
  width: 40%;
  min-width: 157px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  line-height: 0.8em;
  height: 100%;
  font-weight: bold;
}

.settingPasswInput {
  width: 53%;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}

.settingSavePasswCell {
  position: relative;
  min-height: 1px;
  float: left;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  height: 55px;
}

.settingPasswGenCell {
  text-align: center;
  width: 20%;
  position: relative;
  min-height: 1px;
  float: left;
  padding: 10px 0;
}

/* General settings */
.settingPasswCell {
  display: inline-block;
  width: 100%;
  height: 55px;
}

.settingPasswCellLabel {
  display: inline-block;
}

.settingPasswGenCell {
  display: inline-block;
  width: 100%;
  height: 55px;
}

.settingPasswGenCell button {
  min-width: 155px;
  width: 90%;
}

.settingSavePasswCell button {
  min-width: 155px;
  width: 90%;
}

.settingGeneralBtnCell {
  width: 100%;
  text-align: center;
}

.settingGeneralBtnCell button {
  min-width: 155px;
  width: 90%;
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-center-xs {
    text-align: center;
  }
}

@media (min-width: 550px) {
  .settingPasswInput {
    width: 53%;
  }

  .settingPasswGenCell button {
    min-width: 155px;
    width: 50%;
  }

  .settingSavePasswCell button {
    min-width: 155px;
    width: 50%;
  }

  .settingGeneralBtnCell {
    width: 100%;
    text-align: center;
  }

  .settingGeneralBtnCell button {
    min-width: 155px;
    width: 50%;
  }
}

@media (min-width: 870px) {
  /* General settings */
  .settingPasswCell {
    display: inline-block;
    width: 50%;
    height: 55px;
  }

  .settingSavePasswCell {
    display: inline-block;
    width: 100%;
    height: 55px;
  }

  .settingPasswInput {
    width: 59%;
  }

  .settingPasswGenCell button {
    min-width: 155px;
    width: 95%;
  }

  .settingPasswGenCell {
    display: inline-block;
    width: 50%;
    height: 55px;
  }
}

@media (min-width: 990px) {
  .settingPasswInput {
    width: 55%;
  }

  .settingPasswGenCell button {
    min-width: 155px;
    width: 93%;
  }
}

@media (min-width: 1061px) {
  .settingPasswInput {
    width: 59%;
  }

  .settingPasswGenCell button {
    min-width: 155px;
    width: 95%;
  }
}

@media (min-width: 1190px) {
  /* General settings */
  .settingSavePasswCell {
    display: inline-block;
    width: 100%;
    height: 55px;
  }
}

@media (min-width: 1380px) {
  .settingPasswInput {
    width: 48%;
  }

  .settingPasswCell {
    display: inline-block;
    width: 28%;
    height: 55px;
  }

  .settingPasswGenCell {
    display: inline-block;
    width: 15%;
    height: 55px;
  }
}

.settingGeneralBtnCell {
  /*width: 53%;*/
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}

.foo {
  outline: 1px solid orange;
}

.fill {
  min-height: 100%;
  height: 100%;
}

.inner,
.inner div {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.inner {
  border: 2px solid #ff6600;
  border-top-width: 0;
  background-color: #ff6600;
  bottom: 0;
  height: 0%;
}

.btn-custom-spin.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-custom-spin {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #73849c;
  background-image: -moz-linear-gradient(top, #73879c, #73809c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73879c), to(#73809c));
  background-image: -webkit-linear-gradient(top, #73879c, #73809c);
  background-image: -o-linear-gradient(top, #73879c, #73809c);
  background-image: linear-gradient(to bottom, #73879c, #73809c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73879c', endColorstr='#ff73809c', GradientType=0);
  border-color: #73809c #73809c #515b72;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #73809c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-custom-spin:hover,
.btn-custom-spin:focus,
.btn-custom-spin:active,
.btn-custom-spin.active,
.btn-custom-spin.disabled,
.btn-custom-spin[disabled] {
  color: #ffffff;
  background-color: #73809c;
  *background-color: #667390;
}

.btn-custom-spin:active,
.btn-custom-spin.active {
  background-color: #5b6781;
}

.bubble {
  margin-top: 10px;
  position: relative;
  padding: 8px;
  background: #ff6600;
  border-radius: 5px;
}

.bubble:after {
  content: ' ';
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #ff6600 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -10px;
  right: 35px;
}

.select2-selection__choice {
  font-size: 12px;
}

.select2-selection.select2-selection--multiple {
  /*height: 33.9915px !important;*/
  overflow: hidden !important;
  border: 1px solid #ccc !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 1px;
}

.amounttypelist {
  cursor: pointer;
}

/* Reporting css */
.reportFilterBtnCell {
  text-align: center;
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 0;
  padding-right: 0;
}

.reportFilterBtn {
  width: 100%;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}

.reportFilterBtnCell {
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
}

.reportFilterBtn button {
  width: 90%;
}
@media (min-width: 550px) {
  .reportFilterBtnCell {
    float: left;
    width: 50%;
    height: 55px;
    margin-bottom: 15px;
  }
}

@media (min-width: 870px) {
  .reportFilterBtnCell {
    width: 43%;
    height: 55px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .reportFilterBtnCell {
    width: 40%;
    height: 55px;
    margin-bottom: auto;
  }
}

@media (min-width: 1190px) {
  .reportFilterBtnCell {
    width: 50%;
    height: 55px;
  }
}

@media (min-width: 1540px) {
  .reportFilterBtnCell {
    width: 18%;
    height: 55px;
  }
}

/*REPORTING end */

.process-btn-container {
  text-align: center;
  margin-top: 20px;
  height: auto;
}

@media (min-width: 1575px) {
  .btn-process {
    position: relative;
    top: -45px;
  }

  .process-btn-container {
    margin-top: 0;
    height: 0px;
  }
}

select *.placeholder {
  color: #999;
  opacity: 1;
  font-size: 16pt;
  text-align: center;
}

#bin-select.ng-invalid div span.btn.btn-default.form-control.ui-select-toggle,
#bin-select.ng-invalid-required div span.btn.btn-default.form-control.ui-select-toggle {
  border-color: #a94442;
}

#cardTypes .form-control {
  height: auto;
  float: left;
}

#datePickerClearButton {
  display: none;
}
#terminal-wrapper #datePickerClearButton {
  display: block;
}

#link-to-pay-form .btn {
  white-space: normal;
}

#link-to-pay-form input {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#link-to-pay-form .select2-container .select2-selection--single,
#link-to-pay-form .select2-choice {
  height: 34px !important;
}

#link-to-pay-form .select2-container b {
  display: none;
}

#link-to-pay-form .select2-container span {
  text-align: center;
}

.title-wrapper img {
  max-height: 110px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ltp-form-input {
  display: block;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ltp-footer-cell {
  border-left: 2px solid #cacaca;
}

/*Link-to-pay*/

.ltp-form-container {
  background: #2a6399; /* Old browsers */
  background: -moz-linear-gradient(top, #2a6399 0%, #1c7eb2 11%, #04aada 39%, #04aada 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2a6399 0%, #1c7eb2 11%, #04aada 39%, #04aada 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #2a6399 0%,
    #1c7eb2 11%,
    #04aada 39%,
    #04aada 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a6399', endColorstr='#04aada', GradientType=0); /* IE6-9 */
}

.ltp-header-titles {
  height: 10px;
  background: #05a8d8;
  font-size: 0.5em;
  position: absolute;
  left: 15px;
  right: 80px;
}

.ltp-header-content {
  height: 35px;
  background: white;
  position: absolute;
  left: 50px;
  right: 80px;
  top: 10px;
  display: flex;
}

.ltp-header-content:before,
.ltp-header-content:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
}

.ltp-header-content:before {
  border-top: 35px solid white;
  border-left: 35px solid transparent;
  transform: translateX(-100%);
  left: 0;
}

.ltp-header-content:after {
  border-bottom: 35px solid white;
  border-right: 35px solid transparent;
  transform: translateX(100%);
  right: 0;
}

.ltp-header-logo-container {
  display: flex;
  align-items: center;
}

.ltp-header-logo {
  flex: 1;
}

.ltp-order-id {
  color: #7ad1ea;
}

.ltp-order-desc {
  color: #7ad1ea;
  border-top: 1px solid #44bfe3;
}

.ltp-welcome-message {
  background-color: #aaeeff;
  border: solid 1px #33cbf3;
  color: black;
  width: 100%;
  margin-left: -30px;
  padding: 0 15px;
}

.ltp-thank-you-message {
  font-size: 0.8em;
}
.ltp-panel {
  margin-left: 50px;
  margin-right: 40px;
  position: relative;
  top: 45px;
}

#preview-linktopay-products .ltp-form-container {
  padding-bottom: 45px;
}

#preview-linktopay-products .ltp-panel {
  border-top-right-radius: 6px 20px;
  border-top-left-radius: 0;
}

.ltp-item-table {
  font-size: 0.9em;
  border-collapse: separate;
  table-layout: fixed;
}

.ltp-item-table th,
.ltp-item-table td {
  padding: 3px !important;
}

.ltp-item-table th {
  text-align: left;
}

.ltp-item-table td {
  border-top: 1px solid #aaeeff;
  word-wrap: break-word;
}

.ltp-subtotal-col {
  border-top: none !important;
}

.ltp-total-cell {
  border-radius: 3px;
  border: 2px solid #aaeeff !important;
  padding: 2px;
}

.ltp-myriadCashierContainer {
  background: url('../resources/images/cashier-sample.png');
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 200px;
  background-position: center;
}

#ltp-merchant-specific-text {
  resize: none;
}

.ltp-status {
  color: #4cc13a;
}

.ltp-currency-label {
  margin-top: 8px;
  margin-left: 4px;
}

.ltp-browser-header h5 {
  color: white;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
  min-height: 15px;
}

.ltp-browser-header-shape {
  background: grey;
  transform: skew(20deg, 00deg);
  -ms-transform: skew(20deg, 00deg);
  -webkit-transform: skew(20deg, 0deg);
  width: 80%;
  height: 32px;
  position: absolute;
  right: -25px;
  top: 0px;
  background: #f7f7f7;
}

.ltp-browser-content {
  position: relative;
}
.ltp-tax button {
  font-size: smaller;
}

.ltp-products-table .table > tbody > tr > td {
  padding: 2px;
}

#link-to-pay-form .alert-warning {
  font-size: smaller;
  margin-bottom: 0;
}

.min-th-width {
  min-width: 100px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/*DASHBOARD*/

.important-padding-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.select2-selection.select2-selection--single,
.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}

.dashboard-container {
  z-index: 0 !important;
}

.dashboard-container .panel-title {
  font-weight: bold;
}

.dashboard-container .panel-body {
  padding: 10px 10px 0px 10px;
}

.dashboard-container .chart-x-label {
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-weight: bold;
}

.amount-chart-bar {
  height: 250px;
}

.failed-transactions-chart-bar,
.refunds-chart-bar {
  height: 180px;
}

.amount-chart-bar .failed-transactions-chart-bar,
.refunds-chart-bar {
  width: 100%;
}

.morris-hover {
  display: none !important;
}

#chart-selection {
  top: 24px;
  left: 74px;
  width: 28px;
  height: 186px;
}

.chart-selection {
  display: block;
  position: absolute;
  background-color: rgba(112, 156, 255, 0.35);
}

.dashboard-time-tag {
  display: inline-block;
  border: rgba(114, 114, 154, 0.58) 1px solid;
  border-radius: 6px 6px 6px 6px;
  background-color: #73879c;
  font-weight: bolder;
  font-size: 0.8em;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.dashboard-time-close {
  margin-left: 6px;
  color: #800000;
}

.dashboard-time-close:hover {
  margin-left: 6px;
  color: #ffffff;
}

.dashboard-gauge-text {
  position: absolute;
  top: 60%;
  left: -12px;
  width: 130px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.dashboard-gauge-unit {
  position: absolute;
  top: 60%;
  left: 5px;
  width: 130px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.dashboard-transaction-list-row {
  display: block !important;
  padding: 5px;
  font-size: 0.75em;
  line-height: 130%;
  height: 65px;
}

.dashboard-transaction-list-row-refund {
  border-left: 5px #d35400 solid;
}

.dashboard-transaction-list-row-error {
  border-left: 5px #7f0000 solid;
}

.dashboard-transaction-list-row-captured {
  border-left: 5px #00d3a9 solid;
}

.dashboard-transaction-list-btn {
  background-color: #73879c !important;
  border-color: #73879c !important;
  padding: 2px 5px !important;
}

.dashboard-transaction-icon {
  position: absolute;
  left: 20%;
}

.dashboard-transaction-list {
  height: 1000px;
  overflow-y: scroll;
}

.dashboard-transaction-list-row li {
  display: block;
}

.dashboard-transaction-icons {
  display: inherit;
}

.dashboard-transaction-button.col-md-2 {
  width: 16.6666%;
}

.dashboard-transaction-list-row {
  height: 65px;
}

@media (min-width: 992px) {
  .dashboard-transaction-icons {
    display: none;
  }

  .dashboard-transaction-button.col-md-2 {
    width: 30%;
  }

  .dashboard-transaction-list-row {
    height: 120px;
  }
}

@media (min-width: 1250px) {
  .dashboard-transaction-icons {
    display: inherit;
  }

  .dashboard-transaction-button.col-md-2 {
    width: 16.666%;
  }

  .dashboard-transaction-list-row {
    height: 65px;
  }
}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active,
.hvr-back-pulse.active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #c4d3eb;
  background-color: #aeb9d1;
  color: white;
}

.emptylist {
  display: none !important;
}

.noOverflow {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#email-preview textarea {
  width: 100%;
}

@media (max-width: 991px) {
  /*Align buttons to center in bootstrap md size*/
  #dashboardtimebuttons {
    text-align: center;
  }
}

.select2-selection__placeholder {
  font-style: italic;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

.tax-input-class {
  background-color: initial;
}

.tax-input-yellow-class {
  background-color: #fff698;
}

.autogenerate-icon {
  color: #1abb9c;
}

input[type='checkbox'].user-permission-checkbox {
  display: inline;
  margin-right: 10px;
}

.text-hidden {
  color: transparent;
}

.select2-results {
  max-height: none !important;
}

#select2-trx-status-results {
  max-height: none;
}

.grid.shaded {
  background-color: #eeeeee;
  color: red !important;
}

.shaded .chart-bar-container {
  background-color: #eeeeee;
}

#customer dl dd,
#merchant-reference-preview {
  word-wrap: break-word;
}

.center {
  display: flex;
  align-items: center;
  margin: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1em;
}
.mb-1 {
  margin-bottom: 1em;
}
.ml-1 {
  margin-left: 1em;
}
.mr-1 {
  margin-right: 1em;
}

.ltp-products-table {
  border-top: none !important;
}

.ltp-products-table .symbol {
  line-height: 34px;
  text-align: center;
}

.ltp-products-table .symbol .btn {
  padding: 1px 5px 1px 5px;
}

.ltp-products-table .symbol label {
  margin-bottom: 0px;
}

.ltp-products-table input {
  text-overflow: ellipsis;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  padding: 4px;
}
.ltp-products-table .select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
}
.ltp-products-table .input-tax {
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  z-index: 0;
}
.percentage-tax:after {
  content: '%';
  position: absolute;
  right: 4px;
  top: 8px;
}

.input-group-addon-min-width {
  min-width: 60px;
}

.pdf-print {
  display: none;
}
#myriadMessage .error {
  display: none;
}

select.remove-arrow {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select.remove-arrow::-ms-expand {
  display: none;
}

.reportingTimeButtons {
  margin-top: 10px;
}

/*Initial spinner styles*/
.init-spinner {
  z-index: 3500;
}

.init-overlay {
  margin: 0;
  z-index: 3000;
  background-color: #2a3f54;
  opacity: 1;
}

/*https://github.com/angular/angular.js/issues/14015*/
#amount-filter .ng-hide.ng-hide-animate {
  display: none;
}

@media (max-width: 480px) {
  .dashboard-datepicker .dropdown-menu {
    left: auto !important;
    right: 0;
  }
}

@media (max-width: 767px) {
  #time-settings-panel button {
    margin-top: 15px;
  }
}

.c-typeahead-name {
  font-style: italic;
}

#scrollable-dropdown-menu .dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

fieldset:not([disabled]) input[readonly] {
  background-color: #fff;
}

fieldset[disabled] input[readonly] {
  background-color: #eee;
}

.recurringPaymentsPlanPanel {
  display: block;
  margin-bottom: 10px;
  white-space: pre-wrap;
}

.result {
  font-family: 'Anton', sans-serif;
  font-size: 2em;
  padding: 1em 3em 1em 3em;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 2em;
  display: block;
  background-color: white;
  border-radius: 0.5em;
  border: 1px inset white;
  background-position: 1em 1em;
  color: white;
  line-height: 1em;
}

.failure {
  background-color: red;
  border-color: red;
}

.failure:hover {
  box-shadow: 0 0 6px red;
}

.result .icon {
  width: auto;
  float: left;
}

.brand-small {
  height: 25px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.brand-small.IPG {
  background-image: url('../resources/images/IPG_50x25_transparent.png');
}
.brand-small.THAWTE {
  background-image: url('../resources/images/THAWTE_50x25_transparent.png');
}
.brand-small.EVOUK {
  background-image: url('../resources/images/brands/EVOUK_300x150_white.jpg');
}
.brand-small.EVODE {
  background-image: url('../resources/images/brands/EVODE_203x120.png');
}

.billing-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.billing-overlay-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0.2, 0.2, 0.2, 0.3);
    z-index: 1001;
}

.billing-overlay-screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1002;
}


.billing-overlay-on-top {
	z-index: 1003;
	position: relative;
}

#request-password-reset #recaptcha-container, #reset-password #recaptcha-container {
  margin-bottom: 10px;
}

#request-password-reset #errorModal.show {
  display: block;
  width: auto;
  overflow: visible;
  opacity: unset;
}

#request-password-reset .info {
  margin: 20px 0;
  color: #000;
}

#request-password-reset #send-email-attempt {
  text-align: right;
  color: #000;
  margin-bottom: -20px;
}

#request-password-reset .btn-reset-password {
  height: 35px;
  margin: 10px 0;
}
#request-password-reset .time-left {
  position: absolute;
  right: 30px;
}

#request-username #errorModal.show {
  display: block;
  width: auto;
  overflow: visible;
  opacity: unset;
}

#request-username .info {
  margin: 20px 0;
  color: #000;
}

#request-username #send-email-attempt {
  text-align: right;
  color: #000;
  margin-bottom: -30px;
}

#request-username .btn-reset-password {
  height: 35px;
  margin: 10px 0;
}
#request-username .time-left {
  position: absolute;
  right: 30px;
}
#request-username #recaptcha-container {
  margin-bottom: 10px;
}
.watermark {
  position: absolute;
  top : 80px;
  opacity: 0.25;
  font-size: 3em;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
.ltp-payment-form {
  display: block;
  width: 100%;
  background-color: #fdfafa;
  border: 1px solid #eee;
  border-spacing: 5px;
  border-radius: 5px;
  margin: 15px 0;
  padding: 10px;
}

.tooltip {
  width: 230px;
  margin-left: 58px;
  margin-top: -35px;
  border-radius: 4px;
  padding: 0.7em;
  right: 176px;
  bottom: 62px;
  opacity: 1;
}

.table-cell {
  border: 0 none !important;
}
