.dataTables_filter {
  display: none;
}

.table-pointered tr {
  cursor: pointer;
}

.table-row-no-content {
  text-align: center;
  background-color: #efefef;
  padding: 10px;
  width: 100%;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.signin-logo img {
  width: 100%;
  padding: 40px 40px 10px 40px;
}

.br-logo img {
  width: 100%;
  padding: 40px;
}

.br-logo:hover {
  cursor: pointer !important;
}

thead .sorting:hover {
  cursor: pointer;
  background-color: #d4d8dc;
}

thead .sorting-desc {
  background-image: url(../img/sort_desc.png);
  background-repeat: no-repeat;
  background-position: right;
}
thead .sorting-asc {
  background-image: url(../img/sort_asc.png);
  background-repeat: no-repeat;
  background-position: right;
}

.list-group.list-group-nested a {
  text-decoration: none;
  color: #343a40;
}

.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
  background-color: red;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}

.list-group-item .glyphicon {
  margin-right: 5px;
}

.notification-empty {
  padding: 20px;
  text-align: center;
  background: #f5f5f5;
}

.filter-invoice-type > span.badge {
  font-size: 90%;
}

.not-available {
  cursor: default;
  opacity: 0.3;
}

.css-16pqwjk-indicatorContainer {
  padding: 3px !important;
}

.css-bgvzuu-indicatorSeparator {
  display: none !important;
}

.collapsed-menu .br-logo {
  left: 0px !important;
}

.collapsed-menu .br-header {
  left: 230px !important;
}

.signin-logo {
  margin-bottom: 60px;
}

.signin-logo img {
  width: 70%;
  padding: 0;
}

.nav-link {
  cursor: pointer;
}

.modal-content {
  border-radius: 0;
  border: 0;
}

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

.modal-header {
  padding: 0.5rem;
  border-radius: 0;
  background-color: #0866c6;
  color: #fff;
}

.modal-footer {
  padding: 0.5rem;
}

.modal-footer .btn {
  border-radius: 0;
}

.modal-lg {
  width: 50%;
}

.sortable-tree {
  height: 650px;
}

.download-collection-button {
  margin-top: -45px;
}

.delete-collection-button {
  margin-top: -30px;
}

.ReactVirtualized__Grid .ReactVirtualized__List .rst__virtualScrollOverride {
  height: unset !important;
  max-height: unset !important;
}

.full-height {
  height: calc(100vh - 200px);
}

a.a-store {
  color: #0866C6;
}

.no-margin-top {
  margin-top: 0;
}

.w-100 {
  width: 100%;
}

.has-link:hover {
  opacity: 0.8;
}

.header-store-selector {
  /* padding-left: 2%; */
  width: 45%;
  margin-right: 3%;
}

@media only screen and (max-width: 1239px) {
  .header-store-selector {
    width: 30% !important;
  }

  .forgot-password {
    width: 100%;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 733px) {
  .header-store-selector {
    width: 30% !important;
  }

  .br-header-right {
    width: 60% !important;
  }
}

.br-header-right {
  width: 20%;
}

.header-nav {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .modal-lg {
    width: 90%;
  }

  .collapsed-menu .br-header {
    left: 0px !important;
  }
}



/* DataTable Styling */
.rdt_TableHeader {
  display: none !important;
}

.rdt_TableHead {
  border-top: 0 !important;
  border-bottom: 0 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  color: #343a40 !important;
  letter-spacing: 0.5px !important;
}

.rdt_TableCell {
  padding: .75rem !important;
  /* vertical-align: top !important; */
  /* border-top: 1px solid #dee2e6 !important; */
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  text-align: start;
  align-items: flex-start !important;
  color: #868ba1 !important;
  font-size: 15px;
}

.rdt_TableRow {
  padding: 1% 0%;
}

.forgot-password {
  float: right;
}

.table-cfop .rdt_TableRow {
  padding: 0;
}

.table-cfop-footer {
  padding-bottom: 1%;
}

.table-cfop-footer span {
  float: right;
  padding-right: 30px;
  font-weight: bolder;
}

.table-cst-pis-cofins .rdt_TableRow {
  padding: 0;
}
