#content-table td{
  border: 1px solid #ddd;
}
#content-table ul,td {
  margin: 0;
  padding-left: 10px;
}
#breakeWord{
  max-width: 100px;
  word-wrap: break-word;
  padding-bottom: 0px;
  padding-top: 0px;
}
th,td{
  border: 1px solid #ddd;
  width:5%;
}
table {
  table-layout: fixed;
}
@media screen and (min-width: 900px) {
  #content-table {
    width: 70%;
   }
}
#otaimage{
  width:100%;
  height: 40px;
  padding-bottom: 10px;
}

#headerimage{
  background-color: #37474f !important;
  padding-bottom: 0px;
}
#headerimage a{
  font-size: 130%;
  
}
#contentTitles{
  color: white;
  border-color: darkslategray;
  background-color: darkslategray;
}

#agodaContentReport{
  margin-top: 5px;
}
.mr-10{
  margin-right: 10px;
}

#restrictionLogReport {
  white-space: nowrap;
}

.selected-channel {
    margin-top: 25px;
    background-color: #6a6e6c;
    color: white;
    width: 90px;
    height: 30px;
    border: 1px solid #d8dbda;
}

.unselected-channel {
    margin-top: 25px;
    background-color: #d8dbda;
    color: black;
    width: 90px;
    height: 30px;
    border: 1px solid #6a6e6c;
}

.fixed-column {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 1;
  border-right: 1px solid #ddd;
}

.table-container {
  overflow-y: auto;
  max-height: 500px;
}
.table-container .date-heading th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 4;
}
.table-container .dyna-heading th {
  position: sticky;
  top: 40px;
  background: white;
  z-index: 3;
}
.table-container .sticky-available-rooms th {
  position: sticky;
  top: 70px;
  background: white;
  z-index: 2;
}
.table-container .room-heading th {
  position: sticky;
  top: 120px;
  background: white;
  z-index: 1;
}
.table-container .room th {
  position: sticky;
  top: 0;
  background: #37474f;
  z-index: 1;
}

.table thead tr.sticky-tableRow {
  opacity: 1 !important;
}

.table thead th.sticky-header {
  position: sticky;
  top: 0;
  background-color: #37474f;
  z-index: 1;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.table tbody tr {
  z-index: 2;
}


/* Specific Styles for Bookings Table */

.bookings-table {
  width: 100%;
  border-collapse: collapse;
}
.bookings-table thead, .bookings-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.bookings-table thead {
  width: calc(100% - 1em);
}
.bookings-sticky-head {
  position: sticky;
  top: 0;
  background-color: #37474f;
  color: white;
  z-index: 100;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
.bookings-table th, .bookings-table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.bookings-table tbody {
  display: block;
  overflow-y: auto;
  max-height: 400px;
}

/* bookings*/

/*.table-respons {
  max-height: 300px;
  overflow-y: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table thead, .table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table thead {
  width: calc(100% - 1em);
}

.sticky-head {
  position: sticky;
  top: 0;
  background-color: #37474f;
  color: white;
  z-index: 100;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.table th, .table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.table tbody {
  display: block;
  overflow-y: auto;
  max-height: 300px;
}
*/