/*
/// Now playing info
*/
#nptable {
	padding: 0;
	margin: auto;
	border: 1px solid #DDD;
	width: 100%;
	font-size: 1.2rem;
}

#nptable h3 {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 1em;
}

#nptable td {
	padding: 5px;
	margin: 0;
	text-align: left;
}

#nptable td.request-col {
	text-align: center;
}

#nptable .odd {
	background: #CCD6E0;
}

.current-track td span {
	font-weight: bold;
}

.requests-not-accepted {
	padding: 2em;
	text-align: center;
	border: 1px solid #ddd;
}

.request-form {
	padding: 0;
	margin: auto;
	width: 100%;
}

.request-form fieldset > p,
.request-form fieldset > div {
	margin-bottom: 1em;
}

.entry_no {
	width: 10px;
	text-align: center;
}

.header_live {
	color: white;
	text-align: center;
}

.errordiv,
.noticediv {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

.errordiv {
	background-color: #ffeeee;
	border-left: 3px solid #c10707;
}

.noticediv {
	color: #000;
	background-color: #efffee;
	border-left: 3px solid #5ca91f;
}

.rdj-return {
	position: relative;
	padding-left: 2.5em;
	margin: 0.5em 0;
	display: inline-block;
}

.rdj-return:before {
	content: "\25C0";
	display: block;
	left: 1em;
	position: absolute;
	opacity: .7;
}

.paginate {
	padding: 3px;
	margin: 3px;
	text-align: center;
}

.paginate a {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #999;
	text-decoration: none;
	color: #666;
}

.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}

.paginate .current {
	margin: 2px;
	padding: 2px 5px;
	border: 1px solid #999;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
}
.paginate .disabled {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ccc;
}

.searchbox {
	padding: 5px 0;
	margin: 5px auto;
}

div#albumart {
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}

#albumart div {
	color: #fff;
	background: #CCC;
	background: rgb(54, 25, 25);
	background: rgba(54, 25, 25, .7);
	width: 100%;
}

#albumart div.artist {
	position: relative;
	font-weight: bold;
	text-align: center;
	top: 150px;
}

#albumart div.title {
	position: relative;
	font-size: 9pt;
	text-align: center;
	top: 150px;
}

#albumart div.duration {
	font-size: 9pt;
	text-align: left;
}

/* Azo Edit */
#nptable th {
    font-size: 0.9rem;
    font-family: inherit;
    text-transform: uppercase;
}
#nptable td {color: inherit; font-size: 1rem}
#nptable .odd {background: #e7e7e7;}
.playing_track {background: #f78da7;}

/* NEW */
/* Now playing info */
#nptable {
	padding: 0;
	margin: auto;
	border: 0px;
	width: 100%;
}
#nptable h3 {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 1em;
}
#nptable h5 {
	padding: 0;
	margin: 0;
	text-align: left;
}
#nptable td {
    color:#f7f7f7;
	padding: 0px 10px;
	margin: 0;
	text-align: left;
	border-bottom: 0px!important;
}
#nptable td.request-col {
	text-align: center;
}
#nptable td.request-col img {
    text-align: center;
    margin: 0px!important;
}
#nptable .odd {
	background: #f78da8;
}
.current-track td span {
	font-weight: bold;
}
.requests-not-accepted {
	padding: 2em;
	text-align: center;
	border: 1px solid #bb1411;
}
.request-form {
	padding: 0;
	margin: auto;
	width: 100%;
}
.request-form fieldset > p,
.request-form fieldset > div {
	margin-bottom: 1em;
}
.entry_no {
	width: 10px;
	text-align: center;
}

.errordiv,
.noticediv {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}
.errordiv {
	background-color: #f78da7;
	border-left: 3px solid #c10707;
}
.noticediv {
	color: #000;
	background-color: #efffee;
	border-left: 3px solid #5ca91f;
}
.rdj-return {
	position: relative;
	padding-left: 2.5em;
	margin: 0.5em 0;
	display: inline-block;
}
.rdj-return:before {
	content: "\25C0";
	display: block;
	left: 1em;
	position: absolute;
	opacity: .7;
}
.paginate {
	padding: 3px;
	margin: 3px;
	text-align: center;
}
.paginate a {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #f78da8;
	text-decoration: none;
	color: #69727d;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #8224e3;
	color: #000;
}
.paginate .current {
	margin: 2px;
	padding: 2px 5px;
	border: 1px solid #8224e3;
	font-weight: bold;
	background-color: #0e0e10;
	color: #FFF;
}
.paginate .disabled {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #f78da8;
	color: #69727d;
}
.searchbox {
	padding: 5px 0;
	margin: 5px auto;
}
div#albumart {
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 0;
	border: 1px solid #69727d;
}
#albumart div {
	color: #fff;
	background: #f78da7;
	background: #f78da8;
	background: #8224e3;
	width: 100%;
}
#albumart div.artist {
	position: relative;
	font-weight: bold;
	text-align: center;
	top: 150px;
}
#albumart div.title {
	position: relative;
	font-size: 9pt;
	text-align: center;
	top: 150px;
}
#albumart div.duration {
	font-size: 9pt;
	text-align: left;
}
/* Azo Plus */
form#rdj_searchform fieldset {
    border: 2px solid #8224e3;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
form#rdj_searchform input[type="submit"] {
    margin: 0 auto;
    text-align: center;
    display: flex;
}
legend.screenreader-text {padding: 0 10px;}
form#rdj_searchform label {
    text-align: center;
    display: flex;
    justify-content: center;
}
.playing_track {background: #f6cff4; padding-left: 15px!important;}
th.header_live {background: #f78da8;}
.rdj-wrap.requests #nptable .odd {background: #f78da7;}
.rdj-wrap.requests input#searchterm {
    background: rgba(0,0,0,.3);
}
.requestcontainer fieldset {border: 2px solid #8224e3;}
.requestcontainer legend {padding: 0 10px;}
.requestcontainer input[type="submit"] {
    margin: 0 auto;
    text-align: center;
    display: flex;
}
.requestcontainer input#requsername {background: #f78da7;}
.requestcontainer textarea#reqmessage {background: #f78da7;}
.requestcontainer p:first-child b {color: #BF94FF;}
.requestcontainer {margin-top:40px;}
th.entry_no.position {border: 0px!important;}

.rdj-wrap.top-requests table#nptable th {border: 0px;}
.rdj-wrap.top-requests table#nptable td {padding: 10px;}
.rdj-wrap.now-playing table#nptable td {padding: 10px;}
.rdj-wrap.top-artists table#nptable td {padding: 10px;}
.rdj-wrap.top-albums table#nptable td {padding: 10px;}
.rdj-wrap.top-tracks table#nptable td {padding: 10px;}
.rdj-wrap.top-tracks > td.artist {color: #dc3232;}