@charset "UTF-8";
/*
	Document   : tables
	Created on : Jul 17, 2013, 4:20:05 PM
	Author     : Shane Cody
	Description:
	Purpose of the stylesheet follows.
*/
table {
  background: #f4f4f4;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
}

th {
  border: 0;
  border-bottom: 2px solid #6dc2af;
  text-align: left;
  padding: 4px;
  font-weight: bold;
  font-size: 90%;
}

th a {
  display: block;
  padding: 2px 4px;
  text-decoration: none;
}

th a.asc:after {
  content: " ↓";
}

th a.desc:after {
  content: " ?";
}

th.center {
  text-align: center;
}

td {
  vertical-align: top;
  font-size: 90%;
  padding: 3px;
}

td.actions {
  text-align: center;
}

td.actions a {
  margin: 0 6px;
  padding: 2px 5px;
}

td.center {
  text-align: center;
}

tr {
  background: #f6fafb;
}

tr:nth-child(odd) {
  background: #d9e9ef;
}

tr.main td {
  background: #c9010f;
}

tr.altmain td {
  background: #e3504f;
}

tr.green td {
  background: #008805;
}

tr.altgreen td {
  background: #699b6b;
}

tr.yellow td {
  background: #ffff00;
}

tr.altyellow td {
  background: #fefe90;
}

tr:hover {
  background: #ffd1bd;
}

tr.highlight td {
  background: #FF0;
}

th {
  background: #f4f4f4;
}

.header-row {
  border: 0;
  border-bottom: 2px solid #3a3a3a;
  text-align: left;
  padding: 4px;
  font-weight: bold;
  font-size: 120%;
}

.header-row td {
  background: #f4f4f4;
}

.header-row:hover td {
  background: #f4f4f4;
}

.row td {
  text-align: left;
}

span.up:before {
  content: "?";
}

span.down:before {
  content: "?";
}

/** table tr td { background: #fff; padding: 6px; text-align: left; vertical-align: top; border:0; } **/
/** table tr:nth-child(2n) td { background: #f5f5f5; } **/
.cake-sql-log table {
  background: #f4f4f4;
}

.cake-sql-log td {
  padding: 4px 8px;
  text-align: left;
  font-family: Monaco, Consolas, "Courier New", monospaced, sans-serif;
}

.cake-sql-log caption {
  color: #f4f4f4;
}

#account-comparison {
  width: 60%;
  border-width: 0;
}

#account-comparison th {
  border-width: 1px;
  border-color: #f4f4f4;
  border-style: solid;
}

#account-comparison th.center {
  text-align: center;
}

#account-comparison #accounts th {
  width: 10%;
}

#account-comparison td {
  border-width: 1px;
  border-color: #f4f4f4;
  border-style: solid;
  text-align: center;
  width: 10%;
}

#account-comparison td input {
  margin: 2px 45%;
}

#account-comparison td:first-child {
  width: 30%;
  font-weight: bold;
  text-align: left;
}

#account-comparison td.borderless {
  border-top: 0;
  border-left: 0;
  background: #f4f4f4;
}

#account-comparison td.borderless-bot {
  border-bottom: 0;
  border-left: 0;
  background: #f4f4f4;
}

#compare-table tr {
  background: none;
}

#compare-table tr:hover {
  background: none;
}

#title {
  width: 1044px;
  text-align: center;
}

#title h1 {
  color: #6dabc2;
}

#radioname {
  margin: 0 0 0 10px;
}

#images {
  float: left;
  max-width: 100px;
  padding: 0 10px 0 0;
}

.function {
  font-weight: normal;
  font-size: 90%;
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

input.readonly {
  border: none;
  color: #787878;
}

ul {
  list-style: none;
}

ul li ul {
  margin-left: 10px;
}

hr {
  clear: both;
}

.threecol {
  padding-left: 30px;
  display: inline-block;
}

.threecol:first-child {
  padding-left: 0;
}

.playlist-table-wrapper {
  margin: 20px 0;
  overflow-x: auto;
  background: #f4f4f4;
  border-radius: 7px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.playlist-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.playlist-table th, .playlist-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #dedede;
}
.playlist-table th {
  background-color: rgb(74.2608695652, 149.7391304348, 177.7391304348);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  border-bottom: 2px solid rgb(59.231884058, 119.4347826087, 141.768115942);
}
.playlist-table th a {
  color: white;
  display: inline;
  padding: 0;
}
.playlist-table th a:hover {
  text-decoration: underline;
}
.playlist-table th a.asc:after {
  content: " ↓";
}
.playlist-table th a.desc:after {
  content: " ↑";
}
.playlist-table tbody tr {
  background-color: #f4f4f4;
  transition: background-color 0.2s;
}
.playlist-table tbody tr:nth-child(even) {
  background-color: rgb(236.35, 236.35, 236.35);
}
.playlist-table tbody tr:hover {
  background-color: rgb(234.8985507246, 243.4347826087, 246.6014492754);
}
.playlist-table tbody tr.highlight {
  background-color: #fffbdd;
}
.playlist-table .playlist-spins-input {
  width: 50px;
  padding: 5px;
  border: 1px solid #dedede;
  border-radius: 3px;
  text-align: center;
}

.pagination {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.pagination .pagination-counter {
  font-size: 0.9rem;
  color: #787878;
}
.pagination .paging {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}
.pagination .paging a, .pagination .paging span {
  padding: 5px 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  text-decoration: none;
  color: #6dabc2;
}
.pagination .paging a.current, .pagination .paging span.current {
  background-color: #6dabc2;
  color: white;
  border-color: #6dabc2;
}
.pagination .paging a.disabled, .pagination .paging span.disabled {
  color: #ababab;
  cursor: not-allowed;
}

#playlist-upload-js {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #dedede;
}

/*# sourceMappingURL=playlists.css.map */
