/* line 57, app/assets/stylesheets/ti-styles/engine/mixins/_border.sass */
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

/* line 59, app/assets/stylesheets/ti-styles/engine/mixins/_border.sass */
.flexbox-justify {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
}

/* line 61, app/assets/stylesheets/ti-styles/engine/mixins/_border.sass */
.flexbox-item {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

/* line 63, app/assets/stylesheets/ti-styles/engine/mixins/_border.sass */
.flex-stretch {
  align-items: stretch;
}

/* line 3, app/assets/stylesheets/layouts/projects/ti50-database.scss */
html body.the-information-50-database {
  scroll-behavior: smooth;
}

/* line 8, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database table.dataTable.stripe tbody tr.odd,
#ti-wrapper-ti50-database table.dataTable.display tbody tr.odd {
  background-color: #FFFFFF;
}

/* line 13, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database table.dataTable.stripe tbody tr.even,
#ti-wrapper-ti50-database table.dataTable.display tbody tr.even {
  background-color: #FFFFFF;
}

/* line 18, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database table.dataTable.display tbody tr.odd > .sorting_1,
#ti-wrapper-ti50-database table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #FFFFFF;
}

/* line 22, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database table.dataTable.display tbody tr.even > .sorting_1,
#ti-wrapper-ti50-database table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #stocktable thead th {
  border-right: 1px solid #f0ece5;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
}

/* line 33, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #stocktable_wrapper {
  height: 800px;
  overflow: scroll;
}

/* line 38, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database table.dataTable thead th,
#ti-wrapper-ti50-database table.dataTable thead td {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #f0ece5 !important;
  background-color: #FFFFFF;
  padding: 10px 18px;
}

/* line 47, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database table.dataTable.row-border tbody th,
#ti-wrapper-ti50-database table.dataTable.row-border tbody td,
#ti-wrapper-ti50-database table.dataTable.display tbody th,
#ti-wrapper-ti50-database table.dataTable.display tbody td {
  border-top: 1px solid #f0ece5;
  border-right: 1px solid #f0ece5;
}

/* line 54, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder .tbl-search-box {
  outline: 0;
  border: 1px solid #f0ece5;
  border-radius: 2px;
  padding-left: 7px;
  width: 391px;
  height: 50px;
  /*    float: right;*/
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  /* line 54, app/assets/stylesheets/layouts/projects/ti50-database.scss */
  #ti-wrapper-ti50-database #content-holder .tbl-search-box {
    width: 100%;
  }
}

/* line 69, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database table.dataTable thead th.sorting_asc:after {
  color: #f32a52;
}

/* line 72, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database table.dataTable thead th.sorting_desc:after {
  color: #f32a52;
}

/* line 76, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder .sorting_1 {
  font-weight: 700;
}

/* line 80, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder td {
  min-width: 150px;
}

@media screen and (max-width: 768px) {
  /* line 80, app/assets/stylesheets/layouts/projects/ti50-database.scss */
  #ti-wrapper-ti50-database #content-holder td {
    min-width: 100px;
  }
}

/* line 88, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder td:nth-child(2),
#ti-wrapper-ti50-database #content-holder td:nth-child(3) {
  min-width: 0;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* line 88, app/assets/stylesheets/layouts/projects/ti50-database.scss */
  #ti-wrapper-ti50-database #content-holder td:nth-child(2),
#ti-wrapper-ti50-database #content-holder td:nth-child(3) {
    min-width: 0;
    white-space: normal;
  }
}

/* line 99, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder td:nth-of-type(-n + 3):not(:first-of-type) {
  min-width: 0px;
}

/* line 103, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder td:first-child,
#ti-wrapper-ti50-database #content-holder td:nth-last-child(2) {
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  /* line 103, app/assets/stylesheets/layouts/projects/ti50-database.scss */
  #ti-wrapper-ti50-database #content-holder td:first-child,
#ti-wrapper-ti50-database #content-holder td:nth-last-child(2) {
    min-width: 0px;
  }
}

/* line 112, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder td:nth-child(4),
#ti-wrapper-ti50-database #content-holder td:nth-last-child(4) {
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  /* line 112, app/assets/stylesheets/layouts/projects/ti50-database.scss */
  #ti-wrapper-ti50-database #content-holder td:nth-child(4),
#ti-wrapper-ti50-database #content-holder td:nth-last-child(4) {
    min-width: 0px;
  }
}

/* line 122, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder th:first-child,
#ti-wrapper-ti50-database #content-holder td:first-child {
  position: sticky;
  left: 0;
  z-index: 999;
  border-right: 1px solid #f0ece5;
  background-color: #FFFFFF;
}

/* line 131, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder th:first-child {
  z-index: 1000;
}

/* line 136, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder td:first-child div {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: initial;
}

/* line 142, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder td:first-child div .company-icon {
  border-radius: 50%;
  width: 34px;
}

/* line 147, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder td .further-info-link {
  color: #f32a52;
  text-decoration: none;
}

/* line 151, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder td .further-info-link:hover {
  color: #983E0C;
}

/* line 156, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder table.dataTable thead th.sorting_desc:after {
  color: #f32a52;
}

/* line 160, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database #content-holder table.dataTable thead .table-wrapper thead {
  border-bottom: 1px solid #f0ece5 !important;
}

/* line 165, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database .center {
  margin: auto;
  padding: 10px;
  text-align: center;
}

/* line 171, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database tr:hover > td {
  background-color: #c5a26d !important;
}

/* line 175, app/assets/stylesheets/layouts/projects/ti50-database.scss */
#ti-wrapper-ti50-database .source {
  color: #999;
  font-size: 16px;
  text-align: right;
}

/*# sourceMappingURL=ti50-database.css-04a295f1262ccf0c9fb4b6db3f7ca29c8727448fe4e78d9f20e026347e8c7dc9.map */
