@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main-content {
  overflow: hidden;
}

.main-content > *:not(:last-child) {
  margin-bottom: 1rem;
}

#list {
  z-index: 19;
  -webkit-transition: margin 0.15s ease-out, width 0.15s ease-out;
  transition: margin 0.15s ease-out, width 0.15s ease-out;
}

table thead tr {
  padding-bottom: 0;
}

.content-filter {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-filter label, .content-filter input {
  height: 1.666rem;
}

.filter-section,
.filter-transaction-type,
.filter-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: auto;
  margin-right: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.filter-section > .label,
.filter-transaction-type > .label,
.filter-view > .label {
  font-size: 0.666rem;
  margin-right: 0.444rem;
}

.filter-section input,
.filter-transaction-type input,
.filter-view input {
  display: none;
}

.filter-section label,
.filter-transaction-type label,
.filter-view label {
  width: auto;
  padding: 0.444rem 0.666rem;
  background-color: white;
  font-size: 0.777rem;
  color: #29ABE2;
  cursor: pointer;
  border: 0.055rem solid #29ABE2;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-section label .text,
.filter-transaction-type label .text,
.filter-view label .text {
  font-weight: 500;
}

.filter-section > label:first-of-type,
.filter-transaction-type > label:first-of-type,
.filter-view > label:first-of-type {
  border-radius: 1rem 0 0 1rem;
}

.filter-section > label:last-of-type,
.filter-transaction-type > label:last-of-type,
.filter-view > label:last-of-type {
  border-radius: 0 1rem 1rem 0;
}

.filter-section input:checked + label,
.filter-transaction-type input:checked + label,
.filter-view input:checked + label {
  background-color: #29ABE2;
  color: white;
}

.filter-section select {
  width: auto;
  background-color: #29ABE2;
  color: white;
  padding: 0.222rem 0.444rem;
  border-radius: 1rem;
  outline: none;
}

.filter-section select, .filter-section option {
  font-size: 0.777rem;
  font-weight: 500;
}

.filter-view {
  display: none;
}

table[view-type='filter-view-grid'] thead {
  display: none;
}

table[view-type='filter-view-grid'] tbody tr::after {
  display: none;
}

table[view-type='filter-view-grid'] tbody tr > *:not(.column-photo):not(.column-name):not(.column-select) {
  display: none;
}

table[view-type='filter-view-grid'] tbody > tr {
  width: calc((100% - 3rem) / 4);
}

table[view-type='filter-view-grid'] tbody > tr:not(:nth-child(4n)) {
  margin-right: 1rem;
}

table[view-type='filter-view-grid'] tbody > tr:not(:nth-last-child(-n+4)) {
  margin-bottom: 0.444rem;
}

table[view-type='filter-view-grid'] tbody .column-select {
  width: calc(100% + (1rem * 1));
  -webkit-transform: translateX(-1rem) translateY(-50%);
          transform: translateX(-1rem) translateY(-50%);
}

table[view-type='filter-view-grid'] tbody .row-selectable:before {
  left: -1rem;
  width: calc(100% + (1rem * 1));
  border-radius: 1rem;
  background-color: #29ABE2;
}

table[view-type='filter-view-grid'] tbody .row-selectable:hover a, table[view-type='filter-view-grid'] tbody .row-selectable:hover span,
table[view-type='filter-view-grid'] tbody .row-selectable:focus-within a,
table[view-type='filter-view-grid'] tbody .row-selectable:focus-within span {
  color: white;
}

.content-pagination {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-pagination > * {
  width: auto;
}

.content-pagination > *:not(:last-child) {
  margin-right: 1rem;
}

.content-pagination .text {
  font-weight: 500;
}

.content-pagination .link, .content-pagination .text.disabled {
  padding: 0.222rem 0.666rem;
}

.content-pagination .page-list > li:not(:last-child) {
  margin-right: 0.222rem;
}

.content-pagination .disabled {
  color: #D8D8D8;
}

.content-pagination .active {
  color: white;
  border-radius: 0.222rem;
  background-color: #2597BF;
}

.content-pagination .active .text {
  font-weight: 600;
}

.content-pagination .disabled, .content-pagination .active {
  pointer-events: none;
}

.sidenav-hidden #sidenav {
  left: -12rem;
}

.sidenav-hidden #list {
  margin-left: 0;
  width: calc(100%);
}

.sidenav-hidden thead.sticky tr {
  width: calc(100% - (2rem * 2));
}

.sidenav-hidden #site-logo {
  left: -14rem;
}

.sidenav-hidden #page-title {
  width: calc(100% - 14rem);
  margin-left: 0;
}

@media (max-width: 1440px) {
  #site-logo,
  #sidenav {
    opacity: 0;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.15s;
            animation-duration: 0.15s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
  }
  #page-layout:not(.sidenav-hidden) #page-title,
  #page-layout:not(.sidenav-hidden) #current-user {
    opacity: .2;
    pointer-events: none;
  }
  #page-layout:not(.sidenav-hidden) #page-title a,
  #page-layout:not(.sidenav-hidden) #current-user a {
    pointer-events: none;
  }
  #sidenav {
    position: fixed;
    left: 2rem;
  }
  #sidenav > * {
    z-index: 1;
  }
  #sidenav-close {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    z-index: -1;
    opacity: 1;
  }
  #sidenav::after,
  #site-logo::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: left 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
    transition: left 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
    transition: left 0.15s ease-out, box-shadow 0.15s ease-out;
    transition: left 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  }
  #sidenav::after,
  #site-logo::before {
    background-color: #19297C;
  }
  #sidenav::after {
    height: 100vh;
    -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.72);
            box-shadow: 0 0 3rem rgba(0, 0, 0, 0.72);
    width: 16rem;
  }
  #site-logo::before {
    height: 4rem;
    width: 14rem;
    left: 2rem;
  }
  .sidenav-hidden #sidenav-close {
    opacity: 0;
    pointer-events: none;
  }
  @-webkit-keyframes bgFadeOut {
    0% {
      background-color: #19297C;
    }
    100% {
      background-color: transparent;
    }
  }
  @keyframes bgFadeOut {
    0% {
      background-color: #19297C;
    }
    100% {
      background-color: transparent;
    }
  }
  .sidenav-hidden #site-logo::before,
  .sidenav-hidden #sidenav::after {
    left: -14rem;
    -webkit-animation-name: bgFadeOut;
            animation-name: bgFadeOut;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-duration: 0.15s;
            animation-duration: 0.15s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
            animation-direction: normal;
  }
  .sidenav-hidden #sidenav::after {
    -webkit-box-shadow: 0 0 1.666rem transparent;
            box-shadow: 0 0 1.666rem transparent;
  }
  #list {
    width: calc(100%);
    margin-left: 0;
  }
  thead.sticky tr {
    width: calc(100% - (2rem * 2)) !important;
  }
  #page-title {
    width: calc(100% - 14rem);
    margin-left: 0 !important;
  }
}

@media (max-width: 1280px) {
  #page-controls .text {
    display: none;
  }
}
/*# sourceMappingURL=list.css.map */