/* 
    Document   : webListener
    Created on : Aug 24, 2022, 3:00:40 PM
    Author     : keithc
*/

root { 
    display: block;
}

/*****************/
/* common styles */
/*****************/

#main {
    height: auto;
    width: 950px;
    background: whitesmoke;
    padding-bottom: 40px;
    clear: left;
    float: left;
}

.highlight { color: red }

.tableHeaders {
    text-align: center;
    font-weight: bold;
}

/**********************/
/*       Listen       */
/**********************/

#Listen {
	width: 800px;
   margin: 0 auto;
}

/**********************/
/*     Statistics     */
/**********************/

#Statistics {
	width: 800px;
   margin: 0 auto;
}

.statsHeader{
   width: 100px;
   border: 1px solid black;
   font-weight: bold;
}

.statsCell {
   width: 100px;
	height: 20px;
   border: 1px solid black;
   font-weight: normal;
	padding-left: 30px;
}

#statsDate{
   width: 140px;
   border: 1px solid black;
}

#statsTime{
   width: 60px;
   border: 1px solid black;
}

/**********************/
/*      repeaters     */
/**********************/

#repeaters {
   width: 800px;
   margin: 0 auto;
   height: 360px;
}

#otherRepeaters {
   width: 448px;
   margin: 0 auto;
   height: 300px;
   clear: left;
   float: left;
}

#taylor-repeater{
   font-size: 18px;
   clear: left;
   float: left;
   margin-left: 100px;
} 

#gtown-repeater{
   font-size: 18px;
   height: 20px;
	clear: right;
   float: right;
   margin-right: 30px;
   padding-bottom: 8px;
} 

#repeater-heading{
   width: 800px;
   margin: 0 auto;
   height: 60px;
}

#taylorRepeaterImg {
	width: 350px;
   height: 280px;
   clear: left;
   float: left;
}

#gtownRepeaterImg {
	width: 350px;
   height: 280px;
	clear: right;
   float: right;
}

.repeaterList {
   font-size: 18px;
	width: 300px;
	height: 22px;
	float: left;
	margin-top: 10px;
   margin-left: 12px;
}

/*************************/
/* common audio controls */
/*************************/

#audio-player{
    width: 800px;
    height: 220px;
    margin: 0 auto;
    clear: both;
}

#audioSliders {
    margin: 0 auto;
    width: 800px;
    height: 60px;
    clear: left;
    float: left;
}

#audioMeters {
    margin: 0 auto;
    width: 800px;
    height: 50px;
    clear: left;
    float: left;
}

/************************/
/* gtown audio controls */
/************************/

#gtown-audio-state{
    width: 80px;
    height: 60px;
    margin-top: 10px;
    margin-right: 30px;
    clear: right;
    float: right;
}

#gtown-audio-mode{
    width: 120px;
    height: 26px;
    font-size: 16px;
    float: right;
    margin-right: 10px;
    margin-top: 26px;
}

#gtown-audio-icon-play {
    width: 25px;
    height: 25px;
    margin-top: 26px;
    margin-right: 30px;
    float: right;
}

#gtownAudioRange {
    width: 120px;
    margin-top: 30px;
    margin-right: 90px;
    float: right;
}

#gtown-clock {
    width: 42px;
    height: 42px;
    border-width: 0;
    margin-top: 18px;
    margin-right: 20px;
    float: right;
}

#gtownAudioLevel {
    width: 120px;
    height: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 90px;
}

/*************************/
/* taylor audio controls */
/*************************/

#taylor-audio-state{
    width: 80px;
    height: 60px;
    margin-top: 10px;
    margin-left: 30px;
    float: left;
}

#taylor-audio-mode{
    width: 120px;
    height: 26px;
    font-size: 16px;
    float: left;
    margin-left: 50px;
    margin-top: 26px;
}

#taylor-audio-icon-play {
    width: 25px;
    height: 25px;
    margin-top: 26px;
    margin-left: 10px;
    float: left;
}

#taylorAudioRange {
    width: 120px;
    margin-top: 30px;
    margin-left: 80px;
    float: left;
}

#taylor-clock {
    width: 42px;
    height: 42px;
    border-width: 0;
    margin-top: 18px;
    margin-left: 20px;
    float: left;
}

#taylorAudioLevel {
    width: 120px;
    height: 20px;
    float: left;
    margin-top: 10px;
    margin-left: 80px;
}

#taylorSenderText {
    height: 20px;
    float: left;
    color: blue;
    margin-top: 10px;
    margin-left: 20px;
}

/**********************/
/*    tab controls    */
/**********************/

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  border-top: none;
} 

/**********************/
/*    link status     */
/**********************/

#client_0_LinkStatus {
  height: 20px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-top: 4px;
}

#client_1_LinkStatus {
  height: 20px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-top: 4px;
}

#client_2_LinkStatus {
  height: 20px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-top: 4px;
}

#client_3_LinkStatus {
  height: 20px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-top: 4px;
}

#client_4_LinkStatus {
  height: 20px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-top: 4px;
}

.linkStatusText {
  width: 120px;
  border: none;
  outline: none;
  font-size: 18px;
  clear: left;
  float: left;
  margin-left: 0px;
  padding-top: 6px;
}

.tableComments {
  float: left;
  clear: left;
  margin-left: 10px;
}

.statsTable {
	clear: left;
	float: left;
}

.clientMap {
  width: 60px;
  font-size: 18px;
  float: left;
  padding-top: 6px;
  margin-left: 40px;
}

.clientMapLink {
  width: 160px;
  font-size: 18px;
  float: left;
  padding-top: 6px;
  margin-left: 0px;
}

.repeaterInfo {
  width: 900px;
  font-size: 18px;
  clear: left;
  float: left;
  margin-top: 10px;
}

/********************/
/*    Qso table     */
/********************/

.qsoTableHdr {
   border: 1px solid black;
   font-weight: bold;
   text-align: center;
}

#qsoNo {
   width: 60px;
   border: 1px solid black;
   font-weight: normal;
   text-align: justify;
}

#qsoDate {
   width: 120px;
   border: 1px solid black;
   font-weight: normal;
   text-align: justify;
}

#qsoTime {
   width: 100px;
   border: 1px solid black;
   font-weight: normal;
   text-align: center;
}

#qsoDuration {
   width: 100px;
   border: 1px solid black;
   font-weight: normal;
   text-align: right;
   padding-right: 40px;
}

#qsoGtown {
   width: 60px;
   border: 1px solid black;
   font-weight: normal;
   text-align: center;
}

#qsoTaylor {
   width: 60px;
   border: 1px solid black;
   font-weight: normal;
   text-align: center;
}

#qso3Mvhf{
   width: 60px;
   border: 1px solid black;
   font-weight: normal;
   text-align: center;
}

#qso3Muhf{
   width: 60px;
   border: 1px solid black;
   font-weight: normal;
   text-align: center;
}

#qsoSunCity{
   width: 60px;
   border: 1px solid black;
   font-weight: normal;
   text-align: center;
}

/********************/
/*   Usage table    */
/********************/

#uTable {
   border: 1px solid black;
}

.uHdr{
   width: 140px;
   border: 1px solid black;
   font-weight: bold;
   text-align: center;
}

.uData {
   width: 140px;
   border: 1px solid black;
   font-weight: normal;
   text-align: center;
}

/**********************/
/*  repeater status   */
/**********************/

#client_0_RepeaterStatus {
  height: 16px;
  width: 18px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  float: right;
  margin-right: 12px;
  margin-top: 16px;
}

#client_1_RepeaterStatus {
  height: 16px;
  width: 18px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  clear: left;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}

#client_2_RepeaterStatus {
  height: 16px;
  width: 18px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  clear: left;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}

#client_3_RepeaterStatus {
  height: 16px;
  width: 18px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  clear: left;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}

#client_4_RepeaterStatus {
  height: 16px;
  width: 18px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  clear: left;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}

#client_5_RepeaterStatus {
  height: 16px;
  width: 18px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  clear: left;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}

#client_6_RepeaterStatus {
  height: 16px;
  width: 18px;
  background-color: #bbb;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  display: inline-block;
  clear: left;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}

.linkStatusText {
  width: 120px;
  border: none;
  outline: none;
  font-size: 18px;
  clear: left;
  float: left;
  margin-left: 0px;
  padding-top: 6px;
}

