
/* Favorites below */
#favoritesDataTable_wrapper > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  #favoritesDataTable_wrapper {
    width: calc(100% - 40px);
    color: white;
  }
  
  #favoritesDataTable_wrapper > div:nth-child(3) > div.col-sm-12.col-md-7 {
    width: auto !important;
    max-width: auto !important;
    flex: none !important;
  }

  .deleteFavoriteButton {
    color: black;
    font-size: 20px;
    opacity: .5;
    cursor: pointer;
    right: 10px;
    display: block;
    position: relative;
  }

  #favoritesDataTable > thead > tr > th.sorting_disabled {
    width: 3% !important;
  }

  .deleteFavoriteButton:hover {
    opacity: 1;
  }
  
  #favoritesDataTable > thead > tr > th.sorting {
    width: 28% !important;
    text-align: center;
  }
  #favoritesDataTable > #tbodyLoadFavorites {
    text-align: center;
  }

  #favoritesDataTable {
    border-collapse: collapse !important;
    padding-left: 0px !important;
  }

  #favoritesDataTable th,
  #favoritesDataTable td {
    padding: 8px;
  }

  #favoritesDataTable thead tr {
    color: black;
  }

  #favoritesDataTable tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  #favoritesDataTable tbody tr:hover {
    background-color: #ddd;
  }
  
  #FeaturedOnTable > thead > tr > th.sorting {
    text-align: center;
  }
  
  #favoritesDataTable_wrapper > div:nth-child(2) > div {
    width: 100%;
  }
  
  #favoritesDataTable_wrapper > div:nth-child(1) > div:nth-child(2) {
    width: 80%;
  }
  
  #favoritesDataTable_filter > label > input {
    width: 100%;
  }
  
  #favoritesDataTable_filter > label {
    margin-left: 20px;
  }
  
  #favoritesDataTable_wrapper > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  #favoritesDataTable_wrapper > div:nth-child(3) > div.col-sm-12.col-md-5 {
    margin-left: 20px;
  }
  
  #favoritesDataTable_info {
    padding-top: 0px;
  }
/* Favorites above */

  /* Featured on table below */

#FeaturedOnTable_wrapper > div:nth-child(3) {
    margin-left: 8px;
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center
  }
  
  #dataTable_wrapper > div:nth-child(3) {
    margin-left: 8px;
    margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #dataTable_length > label, #FeaturedOnTable_length > label {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
  }
  #dataTable_wrapper > div:nth-child(1) {
    position: relative;
    display: flex;
    left: 20px;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .trStatsHover > td {
    border-bottom: 1px solid black;
  }
  
  #dataTable_filter > label, #FeaturedOnTable_filter > label, #notificationsDataTable_filter > label,
  #favoritesDataTable_filter > label  {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  
  #dataTable_length > label > select {
    width: 200px;
  }
  
  #btnExport {
    margin-left: 10px;
  }
  
  #dataTable_wrapper > div:nth-child(2) > div {
    width: auto !important;
  }
  
  #dataTable_wrapper > div:nth-child(3) > div.col-sm-12.col-md-7 {
    width: auto !important;
    max-width: auto !important;
    flex: none !important;
  }
  .table>:not(:last-child)>:last-child>* { 
    background-color: white;
    width: 200px !important;
  }
  
  .row>* {
    width: auto;
  }
  
  div[id^="AlbumYearsTable"] > label > input {
    width: 600px !important;
  }
  
  div[id^="AlbumYearsTable"] > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  

  @media screen and (min-width: 1150px) {
    #FeaturedOnTable_filter > label > input,
    #notificationsDataTable_filter > label > input,
    #dataTable_filter > label > input,
    #RecordDataTable_filter > label > input,
    #CertificationTable_filter > label > input  {
      width: 600px !important;
    }
  }

  #FeaturedOnTable {
    background-color: white;
    text-align: center;
    margin-top: 10px;
    overflow: auto scroll;
    height: 450px;
    border: 1px solid black;
    display: block;
  }
  /* Featured on above */

  /* Notifications below */

  #notificationsDataTable_wrapper > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  #notificationsDataTable_wrapper {
    width: calc(100% - 40px);
    color: white;
  }
  
  #notificationsDataTable_wrapper > div:nth-child(3) > div.col-sm-12.col-md-7 {
    width: auto !important;
    max-width: auto !important;
    flex: none !important;
  }

  #notificationsDataTable > thead > tr > th.sorting {
    width: 23% !important;
    text-align: center;
  }
  #notificationsDataTable > #tbodyLoadNotications {
    text-align: center;
  }

  #notificationsDataTable {
    border-collapse: collapse !important;
    padding-left: 0px !important;
  }

  #notificationsDataTable th,
  #notificationsDataTable td {
    padding: 8px;
  }

  #notificationsDataTable thead tr {
    color: black;
  }

  #notificationsDataTable tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  #notificationsDataTable tbody tr:hover {
    background-color: #ddd;
  }

  #notificationsDataTable_wrapper > div:nth-child(2) > div {
    width: 100%;
  }
  
  #notificationsDataTable_wrapper > div:nth-child(1) > div:nth-child(2) {
    width: 80%;
  }
  
  #notificationsDataTable_filter > label > input {
    width: 100%;
  }
  
  #notificationsDataTable_filter > label {
    margin-left: 20px;
  }
  
  #notificationsDataTable_wrapper > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  #notificationsDataTable_wrapper > div:nth-child(3) > div.col-sm-12.col-md-5 {
    margin-left: 20px;
  }
  
  #notificationsDataTable_info {
    padding-top: 0px;
  }

  #notificationsDataTable > thead > tr > th.sorting:nth-child(1) {
    width: 20px !important;
  }

  #CertificationTable_wrapper {
    position: relative;
    margin-left: 25%;
  }

  #CertificationTable > thead > tr > th {
    text-align: center;
  }
  #CertificationTable_wrapper > div:nth-child(3) > div.col-sm-12.col-md-7 {
    left: 32%;
    display: block;
    position: relative;
  }
  #ChartTable > thead > tr > th:nth-child(1) {
    text-align: center;
  }
  #ChartTable_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
  }
  #ChartTable_wrapper {
    border: 1px solid black;
    padding: 10 10 10 10;
  }
  #ChartTable_wrapper > div:nth-child(1) > div:nth-child(2) {
    width: 100%;
    text-align: left;
  }
  #ChartTable_filter > label > input {
    width: 85%;
  }
  #ChartTable_filter > label {
    width: 100%;
  }