/* Base colors */
/* Grayscale */
/* Brand colors */
/* Background colors */
/* Shadows */
/* State colors */
/* Margins */
/* Spacing */
/* Body */
/* Cursor */
/* Borders */
/* Z-index master list */
/* Media queries breakpoints */
/* Colors */
/* Dimensions */
/* Animations */
/* Colors */
/* Font Size */
/* Font Weight */
/* Temporary for backwards compatibility    */
/* Headings */
/* Paragraphs */
/* Etc */
/* Small */
/* Colors */
/* Colors */
/* Default colors */
/* Contextual colors */
header.topbar {
  box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.85);
}
header.topbar .container {
  width: inherit;
}
.topbar-logo {
  display: inline-block;
}
.nav-tabs {
  padding: 0 1em;
}
.content {
  margin-top: 1rem;
  padding: 1em;
}
.content:not(:first-of-type) {
  background: #ffffff;
}
.content > .row {
  margin-bottom: 1em;
}
.content .row-search-payments,
.content .row-filter-payments {
  margin-bottom: unset;
}
.row-tabs .col {
  padding: 0;
}
.row-tabs .tabs {
  margin-bottom: 0;
  min-height: unset;
}
.tabs ul li {
  width: auto;
}
.search-payments input,
.search-payments button {
  height: 50px;
}
.filter .checkbox {
  margin-right: 0.9rem;
}
.filter .dropdown {
  display: inline-block;
  margin-right: 0.9rem;
  margin-bottom: 1rem;
}
.filter .dropdown:last-of-type {
  margin-right: 0;
}
.filter .btn {
  padding: 0.2rem 1.6rem 0.2rem 0.7rem;
  text-align: left;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
}
.filter .filter-btn-label {
  font-size: 0.75rem;
}
.filter .filter-btn-selected {
  font-size: 0.85rem;
  min-height: 1.25rem;
}
.filter .dropdown-toggle::after {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.filter .dropdown-menu {
  padding: 0;
  min-width: 25rem;
}
.filter .dropdown-menu .filter-section {
  display: flex;
  flex-direction: column;
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #d1d3d4;
}
.filter .dropdown-menu .filter-section:last-child {
  border-bottom: none;
}
.filter .dropdown-menu .filter-section .togglebox {
  margin-top: 0.5rem;
}
.filter .dropdown-menu .filter-selection {
  flex-direction: row;
  justify-content: space-between;
}
.filter .dropdown-menu .filter-search {
  justify-content: center;
}
.filter .dropdown-menu .custom-range-dates,
.filter .dropdown-menu .custom-range-amount {
  display: flex;
  justify-content: space-between;
}
.filter .dropdown-menu .custom-range-dates .form-group,
.filter .dropdown-menu .custom-range-amount .form-group {
  width: 48%;
}
.filter .dropdown-menu .input-clearer {
  border: 0;
  padding: 0.28rem 0.6rem;
  position: absolute;
  right: 0;
  color: #828282;
  z-index: 3;
}
.filter .dropdown-menu .input-clearer:hover {
  color: #3c3c3c;
}
.filter .dropdown-menu .input-clearer i {
  vertical-align: middle;
  font-size: 20px;
}
.filter .dropdown-menu input[type=number] + .input-clearer {
  right: 1.4rem;
}
.filter .dropdown-menu p,
.filter .dropdown-menu ul,
.filter .dropdown-menu button {
  flex: 1 100%;
}
.filter .dropdown-menu button {
  text-align: center;
}
.payments .col-search input,
.payments .col-search button {
  height: 50px;
}
.payments .col-search .form-group {
  margin-bottom: 0;
}
.payments table {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.payments th {
  white-space: nowrap;
}
.payments th:hover {
  cursor: pointer;
}
.payments td {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: bold;
}
.payments td.created {
  white-space: nowrap;
  width: 165px;
}
.payments td.action {
  white-space: nowrap;
}
.payments th:last-of-type {
  text-align: right;
}
.payments table td.action > .btn-link {
  margin-left: 0;
  padding: unset;
}
.payments .action i {
  opacity: 0;
}
.payments tr:hover .action i {
  transition: 0.25s ease;
  opacity: 1;
}
.payments .action-list .action-menu {
  border: 0;
  box-shadow: 0 0 30px rgba(133, 133, 133, 0.4);
}
.payments .action-list .action-menu.active {
  z-index: 559;
}
.payments tr .action i.visible {
  transition: none;
  opacity: 1;
  z-index: 560;
}
.payments .action-list .action-menu a {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75rem;
}
.payments .action-list {
  display: inline-block;
}
.payments .btn.dropdown-toggle i.material-icons {
  font-size: 1.55rem;
  top: 0.1em;
}
.payments .table-scrollable {
  width: 100%;
}
.payments .table-scrollable tbody {
  width: 100%;
  height: 30vh;
  overflow-y: scroll;
  display: block;
}
.payments .table-scrollable tr {
  display: inline-table;
  table-layout: fixed;
  width: 100%;
}
.payments .table-scrollable ::-webkit-scrollbar,
.payments .dataTables_scroll ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
.payments .table-scrollable ::-webkit-scrollbar-thumb,
.payments .dataTables_scroll ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.payments .sheet > section {
  overflow-y: scroll;
  padding-top: 1.5rem;
}
.payments .sheet > section .sheet-close {
  position: fixed;
}
.payments .sheet > section .panel {
  margin: 2rem 0;
}
.payments .sheet > section .panel-body {
  display: flex;
}
.payments .sheet > section .panel-body .description-list {
  margin-top: 0;
  width: 50%;
}
.payments .sheet > section .panel-body .description-list dd {
  font-size: 1rem;
}
.checkbox-list {
  list-style-type: none;
  padding: 0;
}
.checkbox-list .checkbox {
  padding: 0;
}
.table-sortable th {
  position: relative;
}
.table-sortable .sorting_asc,
.table-sortable .sorting_desc {
  position: relative;
}
.table-sortable .sorting_asc::after,
.table-sortable .sorting_desc::after {
  font-family: "material icons";
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
}
.table-sortable .sorting_asc::after {
  content: "\e5db";
}
.table-sortable .sorting_desc::after {
  content: "\e5d8";
}
/* We use css to get a sticky table head on scroll, instead of https://datatables.net/extensions/fixedheader/ */
.dataTables_scrollHead .dataTables_scrollHeadInner {
  background: white;
}
/* Overriding inline css */
.dataTables_scrollHead {
  overflow: visible !important;
}
.dataTables_scrollBody .table-sortable .sorting_asc::after,
.dataTables_scrollBody .table-sortable .sorting_desc::after {
  display: none;
}
/* Mockup styles for "pages" */
.dashboard,
.reports-and-settlement,
.merchants,
.data-export,
.users {
  min-height: 20em;
  display: none;
}
footer {
  background: #ffffff;
  padding: 3em;
  margin-top: 1em;
  font-size: 0.8rem;
  line-height: 1.5em;
}
.row-footer:not(:first-child) {
  margin-left: 0;
}
.footer-heading {
  font-size: 1.2rem;
  color: #2da944;
}
.footer-heading i {
  color: #333;
  float: left;
  margin: -4px 4px 0 0;
}
.footer-subheading {
  font-weight: lighter;
  text-transform: uppercase;
}
/* Styling dataTables styles */
.dataTables_scrollHead table {
  margin-bottom: 0;
}
/* Overriding PayEx style guide for local development */
.topbar .topbar-logo {
  background-image: url(../img/px-logo.svg);
}
/* NEW COMPONENTS */
.dropdown,
.dropup {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 1.5rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #efefef;
  border-radius: 0;
  box-shadow: 0 0 30px rgba(133, 133, 133, 0.4);
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown.open .dropdown-menu {
  display: block;
  transform: translate3d(0px, -2px, 0px);
  will-change: transform;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.toggle-version-control {
  float: right;
  margin-right: 1rem !important;
}
.toggle-version-control p {
  margin: 0;
  float: left;
}
.toggle-version,
.filter .toggle-version,
.filter .dropdown-menu .filter-section.toggle-version {
  display: none;
}
.toggle-version-show {
  display: block;
}
.filter .dropdown-menu .filter-section.toggle-version-show {
  display: flex;
}
.filter .toggle-version-show {
  display: inline-block;
}
