/*************************************************
 BROADCAST STATION PROSCAN THEME
*************************************************/

/* ---------- COLORS ---------- */
:root {
    --bg: #f3f6fb;
    --card: #ffffff;
    --text: #0f172a;
    --muted: #64748b;

    --accent: #2563eb;
    --accent2: #38bdf8;

    --border: #e5e7eb;
    --glow: 0 0 25px rgba(56,189,248,.35);
    --shadow: 0 12px 30px rgba(0,0,0,.12);
}

.dark {
    --bg: #020617;
    --card: #020617;
    --text: #e5e7eb;
    --muted: #94a3b8;

    --accent: #38bdf8;
    --accent2: #818cf8;

    --border: #1e293b;
    --glow: 0 0 35px rgba(56,189,248,.55);
    --shadow: 0 18px 50px rgba(0,0,0,.85);
}

/* ---------- GLOBAL ---------- */
html, body {
    margin: 0;
    background: radial-gradient(circle at top, var(--accent2), var(--bg) 35%);
    color: var(--text);
    font-family: system-ui, Segoe UI, sans-serif;
}

#innerbody {
    max-width: 1100px;
    margin: auto;
    padding: 12px;
}

/* ---------- HEADER / CONSOLE ---------- */
#div_login {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    background: linear-gradient(145deg, var(--card), transparent);
    border-radius: 20px;
    padding: 16px;
    box-shadow: var(--shadow);
}

/* ---------- LIVE PLAYER ---------- */
#div_listen_Live {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    border-radius: 18px;
    padding: 16px;
    color: white;
    box-shadow: var(--glow);
}

#audio_player {
    width: 100%;
    margin-top: 10px;
}

/* ---------- TABS ---------- */
.tabs {
    margin-top: 18px;
}

.tab-content {
    margin-top: 14px;
}

/* ---------- TABLES ---------- */
#table1, #table2 {
    width: 100%;
    border-collapse: collapse;
    background: var(--card);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

tr {
    border-bottom: 1px solid var(--border);
}

tr:hover {
    background: rgba(56,189,248,.08);
}

td {
    padding: 10px;
    font-size: .9rem;
}

/* ---------- BUTTONS ---------- */
.buttons, #button_mute {
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--card);
    color: var(--text);
    padding: 6px 10px;
    cursor: pointer;
}

/* ---------- MOBILE ---------- */
@media (max-width: 700px) {
    #div_login {
        grid-template-columns: 1fr;
    }
}

#body {
    background:#ECECEC;
    margin:0 auto;
    text-align:center;
}


#div1 {
    font-size:120%;
    font-weight:bold;
}


#div_login {
    text-align:Left;
    float:right;
    position:relative;
    top:10px;
    height:55px;
    padding-top:8px;
    padding-bottom:8px;
    padding-right:8px;
    padding-left:8px;
    border:1px solid silver;
    border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
}


#div_listen_Live {
    width:340px;
    padding-top:8px;
    padding-bottom:8px;
    padding-right:8px;
    padding-left:8px;
    border:1px solid silver;
    border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
}


#div_listen_Live_1 {
    float:left;
}


#div_listen_Live_3 {
    font-size:80%;
}


#div_player_1 {
    text-align:left;
}


#div_player_2 {
    text-align:center;
    position:relative;
}


#div_button_mute {
    margin-left: 70%;
}


#span1 {
    font-size:80%;
}


#span2 {
    font-size:80%;
}


#span3 {
    font-size:80%;
}


#span4 {
    font-size:80%;
    color:blue;
}


#span5 {
    font-size:80%;
}


#span9 {
    font-size:90%;
    position:relative;
    left:18px;
}


#span10 {
    font-size:90%;
    position:relative;
    left:18px;
}


#span11 {
    font-size:80%;
    position:relative;
    left:34px;
}


#table1 {
    width:100%;
    text-indent:5px;
    text-align:left;
    background-color:#dadada;
    border-radius:10px;
    box-shadow:0px 3px 7px #333;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-box-shadow:0px 3px 7px #333;
}


#tr1-1 {
    text-align:center;
    font-weight:bold
}


#tr1-2 {
    font-weight:bold;
}


#tr1-3 {
    font-weight:bold;
}


#td1-2 {
    text-align:center;
}


#td1-3 {
    width:160px;
}


#td1-4 {
    width:160px;
}


#td1-6 {
    text-align:left;
    width:95px;
}


#table2 {
    width:100%;
    text-indent:5px;
    text-align:left;
    background-color:#dadada;
    border-radius:10px;
    box-shadow:0px 3px 7px #333;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-box-shadow:0px 3px 7px #333;
}


#td2-1 {
    width:160px;
    font-weight:bold;
}


hr {
    background-color:gray;
    height:1px;
    border:0px;
    width:99%;
}


#input1 {
    width:80px;
}


#span12 {
    font-size:80%;
    color:transparent;
}


#buttons_wrapper {
    position:relative;
    top:5px;
}


.buttons {
    height:21px;
    float:left;
    padding-top:2px;
    padding-bottom:4px;
    padding-right:2px;
    padding-left:2px;
    position:relative;
}


.button_span {
    font-size:80%;
    padding-right:4px;
    padding-left:4px;
}


#button_1 {
    top:3px;
}


#button_4 {
    top:3px;
}


#button_7 {
    top:3px;
}


.down_button {
    position:relative;
    margin:0px;
    padding:0px;
    height:22px;
    width:50px;
}


.down_button:before {
    content:'';
    position:absolute;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-top:10px solid orange;
    border-right:10px solid transparent;
    left:14px;
    top:4px;
}


.up_button {
    position:relative;
    margin:0px;
    padding:0px;
    height:22px;
    width:50px;
}


.up_button:before {
    content:'';
    position:absolute;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-bottom:10px solid green;
    border-right:10px solid transparent;
    left:14px;
    top:4px;
}


#div_option1 {
    font-size:80%;
    position: absolute;
    padding-top:4px;
    padding-bottom:3px;
    padding-right:4px;
    padding-left:4px;
    border:1px solid silver;
    border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
}


#cb1 {
    width:100px;
    background:transparent;
}


#option2 {
    font-size:80%;
}


#cb2 {
    width:100px;
    background:transparent;
}


#div_poll_push {
    font-size:80%;
    position: absolute;
    right:10px;
    padding-top:4px;
    padding-bottom:5px;
    padding-right:4px;
    padding-left:4px;
    border:1px solid silver;
    border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
}


#admin_box {
    font-size:80%;
    position: absolute;
    left:10px;
    padding-top:4px;
    padding-bottom:5px;
    padding-right:4px;
    padding-left:4px;
    border:1px solid transparent;
    border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
}


*/#param_body {
    background:#ECECEC;
    margin:0px auto;
    text-align:center; */
}


#param_innerbody {
    font-family:Arial,Verdana,Helvetica,"Trebuchet MS",Sans-Serif;
    font-size:100%;
    background-color:#dadada;
    margin:50px auto;
    padding:10px;
    width:800px;
    text-align:left;
    border-radius:10px;
    box-shadow:0px 3px 7px #333;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-box-shadow:0px 3px 7px #333;
}


.tooltip {
    position: absolute;
    top: -1000px;
    right: 0px;
    text-align: center;
    background-color: #99bfe6;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 14px;
    cursor: default;
}


.tooltip:before {
    position: relative;
    top: 1px;
	left: 0px;
    content:'?';
    font-weight: bold;
    color: #484848;
}


.tooltip:hover p {
    display:block;
}


.tooltip p {
    display: none;
    text-align: left;
    background-color: #e6ecff;
    padding: 4px;
    width: 500px;
    position: absolute;
    right: -4px;
    color: black;
    font-size: 12px;
    border:1px solid silver;
    border-radius:8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
}


.tooltip p:before {
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color: black;
    right:8px;
    top:-12px;
}


.tooltip1 {
    position: absolute;
    top: -1000px;
    right: 0px;
    text-align: center;
    background-color: #99bfe6;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 14px;
    cursor: default;
}


.tooltip1:before {
    position: relative;
    top: 1px;
    left: 0px;
    content: '?';
    font-weight: bold;
    color: #484848;
}


.tooltip1:hover p {
    display: block;
}


.tooltip1 p {
    display: none;
    text-align: left;
    background-color: #e6ecff;
    padding: 4px;
    width: 350px;
    position: absolute;
    left: -120px;
    color: black;
    font-size: 12px;
    border: 1px solid silver;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}


.tooltip1 p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: black;
    left: 120px;
    top: -12px;
}


#span13 {
    font-size:80%;
    color:blue;
}


#span14 {
    font-size:80%;
}


#pre1 {
    display: inline;
	position:relative;
    top:-2px;
    font-size:120%;
    font-weight:bold;
}


#button_mute {
    color:black;
}


#button_mute.active {
    color:red;
}


#button_mute.disabled {
    pointer-events: none;
}


#metadata_span {
    font-size: 80%;
}

