@charset "UTF-8";
/* Variables */
/* General */
body {
  background-color: #f6f7fb;
}

select[readonly] {
  pointer-events: none;
}

.w75 {
  width: 75px;
}

.w80 {
  width: 80px;
}

.w300 {
  width: 300px;
}

.success {
  color: #34a853;
}

.success-2 {
  color: green;
}

.danger {
  color: #ea4335;
}

.strong {
  font-weight: bold;
}

.dropdown-item {
  cursor: pointer;
}
.dropdown-item.danger {
  color: #fff;
  background-color: #ea4335;
}
.dropdown-item.danger:hover {
  background-color: #d62516;
}

.badge {
  font-size: 1em;
}

.logotype-syenergy {
  width: auto;
  height: 30px;
  display: block;
  background-image: url(../assets/images/logotype-SyEnergy.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#alert-container {
  padding: 1em;
  margin-bottom: 1.5em;
  max-height: 100px;
  background-color: #222;
  border-radius: 5px;
  overflow-y: scroll;
}

.alert ul {
  margin: 0;
  padding-left: 1.6em;
}
.alert.alert-error {
  color: #fff;
  font-weight: 800;
  background-color: #ff0000;
}
.alert.alert-success tr td, .alert.alert-success tr th {
  border-color: #b3dbb9 !important;
}
.alert.alert-danger tr td, .alert.alert-danger tr th {
  border-color: #eca49e !important;
}

tr.alert.alert-warning td, tr.alert.alert-warning th {
  border-color: #e5c799 !important;
}
tr.alert.alert-warning:hover {
  background-color: #ffefd9 !important;
}
tr.alert.alert-info td, tr.alert.alert-info th {
  border-color: #b4deeb !important;
}
tr.alert.alert-info:hover {
  background-color: #e5f6fe !important;
}

.table {
  width: 100%;
}
.table a {
  margin-right: 10px;
}
.table.fixed-footer tfoot {
  position: sticky;
  background-color: #ffe4bf;
  bottom: 0;
}

.destroy-form {
  display: inline-block;
}

p.description {
  border: 0;
  padding-left: 0;
  height: initial;
}

span.thumbnail {
  color: #000;
  background-color: #fff;
  display: inline-block;
  padding: 1em;
  border-radius: 5px;
}

.loader {
  display: none;
  background-color: #007aff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.loader.active {
  display: block;
}
.loader span.description {
  width: 230px;
  height: 1.4em;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: -80px;
  left: 0;
  margin: auto;
  color: #fff;
  max-width: 100%;
  text-align: center;
  font-weight: 600;
}

.row-type, section.invoice-details, .edocuenta-header {
  /* Grid row */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popover-body a.btn {
  margin-top: 1em;
  display: block;
}

/* Views */
.page-header small {
  margin-right: 5px;
}

/** Default Create
 * ------------------------------- */
.hint-wrapper {
  display: none;
  position: absolute;
  top: 28px;
  left: -10px;
  margin: auto;
  flex: 0 0 auto;
  width: auto;
  padding: 15px;
  max-width: none;
  min-width: 160px;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #007aff;
  z-index: 1000;
}
.hint-wrapper:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 5px;
  width: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #007aff;
  border-left: 10px solid transparent;
}

.field-hint:hover .hint-wrapper, .field-hint:focus .hint-wrapper, .field-hint:active .hint-wrapper, .hint-container:hover .hint-wrapper, .hint-container:focus .hint-wrapper, .hint-container:active .hint-wrapper {
  display: block;
}

.hint-container {
  margin-left: 5px;
  display: inline-block;
  position: relative;
}

/** From Control
 * ------------------------------- */
.form-control {
  height: auto;
  min-height: 34px;
}
.form-control.link {
  color: #007aff;
  border: 0;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bfc2c6;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfc2c6;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #bfc2c6;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #bfc2c6;
}
.form-control.white-border {
  border-color: #fff;
}

.file-input {
  padding: 10px;
  background-color: #007aff;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}
.file-input:hover, .file-input:active, .file-input:focus {
  background-color: #0062cc;
}
.file-input span {
  color: #000;
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

a.form-control {
  border: 0;
  color: #007aff;
}

.sticky-panel {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

/** Dashboard Panel
 * ------------------------------- */
.dashboard-logotype {
  width: 125px;
  height: auto;
  vertical-align: bottom;
  margin-right: 15px;
}

.widget-stats.text-inverse .stats-desc, .widget-stats.text-inverse .stats-number {
  font-weight: 400;
}

.widget {
  min-width: 260px;
}
.widget span.variation {
  font-weight: 800;
}
.widget:not(.bg-gradient-blue) span.variation.red {
  color: #ff0000;
}
.widget:not(.bg-gradient-blue) span.variation.gray {
  color: #999;
}
.widget:not(.bg-gradient-blue) span.variation.green {
  color: green;
}
.widget.bg-gradient-blue span.variation.green {
  color: #99ff00;
}
.widget.bg-gradient-blue span.variation.red {
  color: #ffff00;
}

.widget.widget-stats.bg-gradient-blue {
  font-weight: 600;
}

/** Panel
 * --------------------------------------- */
.panel, a.panel-btn, .widget, .edocuenta-header, .invoice-details, .invoice, .panel-table {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(71, 81, 119, 0.1);
}

a.panel-btn {
  display: block;
  background-color: #fff;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}
a.panel-btn:hover, a.panel-btn:active, a.panel-btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #0451ff;
}
a.panel-btn .panel-icon {
  font-size: 75px;
  margin-bottom: 15px;
}
a.panel-btn .panel-title {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.panel-table {
  background-color: white;
}
.panel-table .panel-header {
  padding: 15px 30px;
}
.panel-table .panel-header h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  line-height: 1.6em;
}
.panel-table .panel-header .btn {
  padding: 7px 15px;
  line-height: 1em;
  font-size: 1em;
}
.panel-table .panel-header .btn-secondary {
  background-color: #30cdf5;
  border-color: #0bbae7;
  font-weight: 800;
}
.panel-table .item-info {
  color: #fff;
  background-color: #007aff;
}
.panel-table .item-info:hover {
  background-color: #1a87ff;
}
.panel-table .row {
  margin-right: -15px;
  margin-left: -15px;
}
.panel-table .panel-body {
  overflow: scroll;
  max-height: 500px;
  min-height: 250px;
  padding: 0;
}
.panel-table .panel-body .table {
  margin-bottom: 0;
  position: relative;
}
.panel-table .panel-body .table thead {
  position: relative;
}
.panel-table .panel-body .table thead th {
  background-color: #e5f1ff;
  border-top: 1px solid #e0ebf9;
  border-bottom: 1px solid #e0ebf9;
  position: sticky;
  top: 0;
}
.panel-table .panel-body .table th {
  color: #333;
  text-transform: uppercase;
}
.panel-table .panel-body .table td, .panel-table .panel-body .table th {
  padding: 10px;
  border-bottom: 0 !important;
}
.panel-table .panel-body .table td:not(:first-child), .panel-table .panel-body .table th:not(:first-child) {
  text-align: right;
}
.panel-table .panel-body .table td:first-child, .panel-table .panel-body .table th:first-child {
  padding-left: 30px;
}
.panel-table .panel-body .table td:last-child, .panel-table .panel-body .table th:last-child {
  padding-right: 30px;
}
.panel-table .panel-body .table tr:hover {
  background-color: rgba(229, 241, 255, 0.4);
}
.panel-table .panel-body .table tr:not(:first-child) td {
  border-top: 1px solid #efefef;
}
.panel-table .panel-body .table:first-child {
  border-top: 0;
}

.panel-body .table tr th.w-30, .panel-body .table tr td.w-30 {
  width: 30%;
}
.panel-body .table tr th.w-100px, .panel-body .table tr td.w-100px {
  width: 100px;
}
.panel-body .table tr th.w-120px, .panel-body .table tr td.w-120px {
  width: 120px;
}
.panel-body .table tr th.w-200px, .panel-body .table tr td.w-200px {
  width: 200px;
}

.border-color {
  position: relative;
  text-transform: capitalize;
}
.border-color:before {
  content: "";
  width: 5px;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

div.border-color {
  padding-left: 15px;
  text-transform: initial;
}
div.border-color:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: auto;
}
div.border-color .media-heading {
  color: #999;
}

.notifications-icon {
  position: relative;
}
.notifications-icon i {
  color: #0451ff;
}
.notifications-icon .circle {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  top: 12px;
  left: 25px;
  background-color: #ea4335;
}

.border-cobro:before {
  background-color: #34a853;
}

.border-pago:before {
  background-color: #ea4335;
}

.border-warning:before {
  background-color: #e69f36;
}

.pagination-wrapper {
  margin-top: 15px;
}
.pagination-wrapper .pagination li:first-child {
  margin-left: auto;
}
.pagination-wrapper .pagination li a, .pagination-wrapper .pagination li span {
  border-radius: 100% !important;
  display: block;
  overflow: hidden;
  margin-left: 5px;
}
.pagination-wrapper .pagination li.active a {
  box-shadow: 0 0 10px rgba(71, 81, 119, 0.1);
}

/** EdoCuenta
 * ------------------------------- */
#calendar span.fc-title {
  font-size: 11px;
  font-weight: bold;
}

#calendar-sidebar {
  width: 190px;
}

.accordion-title h3 {
  font-size: 1rem;
}

.calendar-filter {
  padding: 0;
  list-style-type: none;
}

.checkbox label:before {
  border: 2px solid #222;
}
.checkbox.cobro label:before {
  border-color: #d50300;
}
.checkbox.cobro input:checked + label:before {
  border-color: #d50300;
  background-color: #d50300;
}
.checkbox.pago label:before {
  border-color: #009688;
}
.checkbox.pago input:checked + label:before {
  border-color: #009688;
  background-color: #009688;
}
.checkbox.notadecredito label:before {
  border-color: #d81a60;
}
.checkbox.notadecredito input:checked + label:before {
  border-color: #d81a60;
  background-color: #d81a60;
}
.checkbox.notadedebito label:before {
  border-color: #33b679;
}
.checkbox.notadedebito input:checked + label:before {
  border-color: #33b679;
  background-color: #33b679;
}

/** EdoCuenta Details
 * ------------------------------- */
.edocuenta-header {
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media (min-width: 834px) {
  .edocuenta-header {
    position: sticky;
    top: 80px;
    z-index: 10;
  }
}
@media (max-width: 833px) {
  .edocuenta-header {
    position: relative;
  }
}
.edocuenta-header .loader .spinner {
  opacity: 0.3;
}
.edocuenta-header .loader .description {
  bottom: 20px;
}
.edocuenta-header form.download-edocuenta .btn {
  width: 125px;
}

.content-wrapper {
  padding: 20px 10px;
}

.actions .btn i {
  margin-left: 5px;
}

.fuf {
  background-color: #efefef;
  padding: 0.7em 1em;
  margin-bottom: 1em;
}
.fuf h2 {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.4em;
}
.fuf form {
  float: right;
}
.fuf button.create-invoice {
  padding: 0.1em 0.7em;
  color: #fff;
}
.fuf button.create-invoice i {
  margin-left: 5px;
}

.fuf span,
span.flag {
  float: right;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 0.2em 0.7em;
  background-color: #222;
  border-radius: 5px;
}
.fuf span.cobro,
span.flag.cobro {
  background-color: #d50300;
}
.fuf span.pago,
span.flag.pago {
  background-color: #009688;
}
.fuf span.notadecredito, .fuf span.cobronotacredito, .fuf span.nota_credito,
span.flag.notadecredito,
span.flag.cobronotacredito,
span.flag.nota_credito {
  background-color: #d81a60;
}
.fuf span.notadedebito, .fuf span.pagonotadebito, .fuf span.nota_cargo,
span.flag.notadedebito,
span.flag.pagonotadebito,
span.flag.nota_cargo {
  background-color: #33b679;
}

span.flag {
  font-size: 0.6em;
  float: none;
  vertical-align: middle;
}

table tr td span.flag {
  font-size: 0.8em;
}

.enviada, .cancelada {
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.8em;
}

.enviada {
  background-color: green;
}

.cancelada {
  background-color: #ff0000;
}

.table-wrapper {
  overflow-x: scroll;
}

table.operation-dates {
  width: 100%;
  margin-bottom: 1em;
}
table.operation-dates td:last-child {
  text-align: right;
}

.header-details td {
  padding: 0.2em 1em;
}

.datos-emisor h3, .datos-receptor h3 {
  font-size: 1.2em;
}
.datos-emisor small, .datos-receptor small {
  text-transform: uppercase;
}

section.invoice-details {
  position: relative;
  background-color: #fff;
  padding-top: 15px;
  margin-bottom: 30px;
}
section.invoice-details.section-border.cobro, section.invoice-details.cobro .fuf, section.invoice-details.cenace .fuf {
  border-top: 5px solid #d50300;
}
section.invoice-details.section-border.pago, section.invoice-details.pago .fuf, section.invoice-details.owner .fuf {
  border-top: 5px solid #009688;
}
section.invoice-details.section-border.notadecredito, section.invoice-details.notadecredito .fuf {
  border-top: 5px solid #d81a60;
}
section.invoice-details.section-border.notadedebito, section.invoice-details.notadedebito .fuf {
  border-top: 5px solid #33b679;
}
section.invoice-details .fuf small {
  margin-left: 5px;
}
section.invoice-details .table tfoot tr td, section.invoice-details .table tfoot tr th {
  padding: 5px 15px;
  border: 0;
}

/** Widgets
 * ------------------------------- */
#chart-sidebar .card-header {
  border-radius: 5px;
  padding: 0;
}
#chart-sidebar .card-header button {
  display: block;
  width: 100%;
}
#chart-sidebar .card-header button i {
  margin-top: 2px;
}

.schedule-widget .form-check-inline {
  width: 34px;
}

/** DataTable
 * ------------------------------- */
.dt-buttons {
  text-align: right;
}
.dt-buttons button {
  border: 0;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #bbb;
  transition: all 0.1s ease-in-out;
  box-shadow: none !important;
}
.dt-buttons button:hover, .dt-buttons button:active, .dt-buttons button:focus {
  background-color: #007aff;
}

/** Reporte EdoCuenta
 * ------------------------------- */
table.table tr.anexo-detail {
  cursor: pointer;
}
table.table tr.anexo-detail:hover, table.table tr.anexo-detail:active, table.table tr.anexo-detail:focus {
  color: #fff;
  background-color: #007aff;
}
table.table tr.anexo {
  display: none;
}
table.table tr.anexo.active {
  display: table-row;
}
table.table tr.anexo.active td {
  border-color: #ddd;
  background-color: #f1f1f1;
}

/** Trading
 * ------------------------------- */
.map-float-table {
  top: 75px;
  bottom: initial;
}

/**
 * ------------------------------- */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

@media (min-width: 576px) {
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/** White Box
 * ------------------------------- */
.white-box {
  margin-bottom: 10px;
  padding: 15px 10px;
  border-radius: 4px;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(71, 81, 119, 0.1);
}
.white-box span {
  display: block;
}
.white-box .box-title {
  font-size: 1.4em;
  font-weight: bold;
}
.white-box .box-description {
  font-size: 1em;
  font-weight: bold;
  color: #0451ff;
}

.scorecard-rows .scorecard:nth-child(1), .scorecard-rows .scorecard:nth-child(2) {
  border-right: 1px solid #eaecf1;
}

.scorecard {
  border-top: 7px solid #40c4ec;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(71, 81, 119, 0.4);
  padding: 15px 20px;
  position: relative;
  background-color: #fff;
  margin-bottom: 15px;
}
.scorecard.blue {
  border-top-color: #46bdc6;
}
.scorecard.teal {
  border-top-color: #4285f4;
}
.scorecard.red {
  border-top-color: #ea4335;
}
.scorecard.green {
  border-top-color: #34a853;
}
.scorecard .scorecard-value {
  font-size: 1.8em;
}
.scorecard .scorecard-title {
  color: #999;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
.scorecard .scorecard-description {
  color: #6c757d;
  font-weight: 600;
}

/** Log Box
 * ------------------------------------- */
table.table.dashboard-table {
  border-radius: 4px;
  overflow: hidden;
}
table.table.dashboard-table thead {
  background-color: #333;
}
table.table.dashboard-table th {
  color: white;
  font-size: 1.4em;
}
table.table.dashboard-table ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
table.table.dashboard-table ul li {
  line-height: 1.4em;
}
table.table.dashboard-table td {
  vertical-align: middle;
}

table.table.dashboard-table ul li:not(:last-child) {
  margin-bottom: 0.8em;
}

/** Log Box
 * ------------------------------------- */
.log-header {
  background-color: #333;
  border-radius: 4px;
  color: white;
  padding: 10px 15px;
  font-size: 1.6em;
}
.log-header a {
  color: white;
  text-decoration: underline;
  font-size: 0.8rem;
  vertical-align: bottom;
  margin-left: 15px;
}
.log-header a:hover, .log-header a:focus, .log-header a:active {
  opacity: 0.8;
}

.log-box {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.log-header span {
  display: inline-block;
}

.log-header span.log-title {
  display: block;
  font-weight: bold;
}

span.flag.danger {
  background-color: #ea4335;
}

span.flag.warning {
  background-color: #e69f36;
}

span.flag.success {
  background-color: #34a853;
}

.log-content {
  height: 135px;
  overflow: scroll;
  padding: 15px 0;
}

.log-message {
  background-color: #efefef;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  border-left: 5px solid #ccc;
}

.log-message.danger {
  border-left-color: #ea4335;
}

.log-message.warning {
  border-left-color: #e69f37;
}

.log-message.success {
  border-left-color: #34a853;
}

/**
 * -------------------------------------- */
.nav-pills a.nav-link {
  box-shadow: 0 0 10px rgba(71, 81, 119, 0.1);
}
.nav-pills a.nav-link:not(active) {
  background-color: #fff;
  color: #000;
}

/** Cenace Report
 * ------------------------------- */
.report-table {
  margin-bottom: 30px;
  padding: 15px 10px;
  border-radius: 4px;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(71, 81, 119, 0.1);
}
.report-table.ingreso {
  border-top: 10px solid #33b679;
}
.report-table.egreso {
  border-top: 10px solid #ea4335;
}
.report-table .report-header {
  width: 100%;
}
.report-table .report-header .type {
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
.report-table .edocuenta-summary tbody tr:not(.open-details) {
  display: none;
}
.report-table .edocuenta-summary tbody.open tr:not(.open-details) {
  display: table-row;
}
.report-table .edocuenta-summary td.invoice-fuf, .report-table .edocuenta-summary th.invoice-fuf {
  width: 200px;
}
.report-table .edocuenta-summary th[class^=invoice-] {
  width: 120px;
}
.report-table tr.open-details {
  font-weight: bold;
}
.report-table tr.open-details:hover, .report-table tr.open-details:focus, .report-table tr.open-details:active {
  color: #fff;
  background-color: #007aff;
  cursor: pointer;
}
.report-table tfoot {
  font-weight: bold;
}

.document_fuf {
  min-width: 200px;
}

.accordion-body {
  display: none;
}

.daterangepicker.auto-apply.show-ranges.show-calendar {
  z-index: 1060 !important;
}

table.table tr td.modal-actions,
table.table tr th.modal-actions {
  width: 80px;
  padding: 10px 0;
}

/** Full Calendar
 * ------------------------------ */
.fc-event-title.fc-sticky {
  font-size: 12px;
}

.transaction-meta {
  display: block;
}

.transaction-date {
  margin-bottom: 15px;
}

.transaction-profile {
  margin-top: 15px;
}

/** Preview Charge Center Order
 * ------------------------------ */
.cents {
  font-size: 0.8em;
}

/** Charge Centers Dashboard
 * ------------------------------ */
tr td.actions ul.actions-nav {
  display: none;
  padding: 6px 12px;
  margin: 0;
  list-style-type: none;
}
tr td.actions ul.actions-nav li {
  display: inline-block;
}
tr td.actions ul.actions-nav li a {
  color: #888;
}
tr td.actions ul.actions-nav li a:hover, tr td.actions ul.actions-nav li a:active, tr td.actions ul.actions-nav li a:focus {
  color: #007aff;
}
tr:hover td.actions ul.actions-nav {
  display: block;
}

span.flag-md {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  background-color: #222;
  border-radius: 5px;
  vertical-align: middle;
}

span.flag-blue-dark, span.flag-pass-through {
  background-color: #475177;
}

span.flag-primary, span.flag-fixed {
  background-color: #007aff;
}

span.flag-no-data {
  background-color: #333;
}

.chart-title {
  font-size: 1.6em;
}

.chart-date {
  font-size: 1.4em;
}

/** Notifications
 * --------------------------------- */
.box-notifications {
  max-height: 500px;
  transition: 0.5s;
  overflow-y: scroll;
}
.box-notifications .notification-error {
  border-left: 3px solid #ea4335;
}

.dropdown-title {
  display: inline-block;
}

.dropdown-menu > li > a.read-all {
  display: inline-block;
  color: #007aff;
}

li.dropdown-header {
  text-align: center;
}

a.mark-as-read {
  float: right;
}

.dropdown-menu.media-list p {
  max-width: none;
}

.media-body {
  width: initial;
}

.dropdown-menu.media-list .media {
  padding: 15px 10px;
  width: 350px;
}

li.notification-pending {
  background-color: #ebf5ff;
  padding-left: 10px;
  padding-bottom: 5px;
}

.subrow {
  background-color: #efefef;
}

.transaction-btn {
  color: #007aff;
  text-decoration: underline;
  cursor: pointer;
}

span#operation-date {
  margin-left: 15px;
}

.passthrough-discount-item {
  display: block;
  padding: 5px 7px;
  margin-top: 5px;
}
.passthrough-discount-item .remove {
  color: #999;
  padding: 10px 5px;
  cursor: pointer;
}
.passthrough-discount-item .remove:hover {
  color: #ff0000;
}

.exchange_rate:focus {
  background-color: #ffe4bf;
}

.item-row {
  padding: 0;
}

div.table-wrapper table.table tr td {
  vertical-align: middle;
  border: 0;
}
div.table-wrapper table.table tr.border-bottom  {
  border-bottom: 1px solid #ddd;
}
div.table-wrapper table.table tr.attachments-nav {
  display: none;
}
div.table-wrapper table.table tr.attachments-nav.active {
  display: table-row;
}
div.table-wrapper table.table tr.attachments-nav td.attachment-cell {
  background-color: #f1f5f9;
}
div.table-wrapper table.table tr.attachments-nav ul.tabs {
  padding: 0;
  margin: 0;
  border-radius: 0.6em;
  display: flex;
  flex-wrap: wrap;
}
div.table-wrapper table.table tr.attachments-nav ul.tabs li {
  padding: 0.6em 0.8em;
  list-style: none;
  display: inline-block;
  color: #475569;
  border-radius: 0.6em;
  margin: 3px;
}
div.table-wrapper table.table tr.attachments-nav ul.tabs li.active {
  background-color: white;
}
div.table-wrapper table.table tr.attachments-nav ul.tabs li:hover {
  cursor: pointer;
  background-color: white;
  color: #007aff;
}

.table-wrapper tr.attachments td {
  padding: 0;
}

table.table tr.records td {
  background-color: #0f172a;
  color: #94a3b8;
}

table.registers_table {
  width: 100%;
}
table.registers_table th {
  background-color: #1e293b;
  color: #cbd5e1;
  border: none;
}
table.registers_table td {
  border-color: #64748b;
}

tr.records {
  display: none;
}
tr.records h3 {
  color: #06b6d4;
  font-size: 1.6em;
}
tr.records > td {
  overflow: scroll;
  width: 100%;
}
tr.records.active {
  display: table-row;
}

div.records-table {
  overflow-y: scroll;
}
@media (min-width: 834px) {
  div.records-table {
    width: 70vw;
  }
}
@media (max-width: 833px) {
  div.records-table {
    width: 100%;
  }
}

table.item-data {
  width: 100%;
}
table.item-data td {
  border: 0;
}

span.emissor-type {
  background-color: initial;
  color: #6c757d;
  text-transform: uppercase;
}

.active-orders {
  list-style-type: none;
}