/*
Priyom 2011-2022

PresentedIn4D
totoCZ
linkfanel

based on friendly ghost light/starterkit master template
original code & design by 4D
rewritten to bootstrap by totoCZ
*/

/* --- Global website layout --- */

body {
    background: no-repeat center center fixed; 
    background-color: rgba(5, 5, 15, 0.95);
    background-image: url("/media/71188/optimized-sdrbackground4.jpg");
    background-size: cover;
    color: #FFFFFF;
    font-family: 'Lato', 'Open Sans', Arial, sans-serif;
    text-rendering: optimizeLegibility;
}

/* Links */

a {
    text-decoration: none;
}
a:link {
    color: hsla(210, 100%, 80%, 1.0);
}
a:visited {
    color: hsla(210, 100%, 85%, 1.0);
}
a:hover {
    color: hsla(210, 100%, 100%, 1.0);
}

/* Selection */

::selection {
    background-color: rgba(108, 170, 200, 0.3);
}
::-moz-selection {
    background-color: rgba(108, 170, 200, 0.3);
}

/* Navigation */

header img {
    margin: 15px; /* The logo should not touch the viewport border. */
}

nav a.navbar-brand {
    text-transform: uppercase;
}
nav.navbar-priyom {
    background-color: rgba(5, 5, 15, 0.8);
}
nav.navbar-priyom,
nav.navbar-priyom-second {
    margin-bottom: 0px;
}
nav.navbar-priyom-second {
    background-color: rgba(0, 0, 0, 0.9);
}
.navbar-priyom .navbar-nav>li>a:hover,
.navbar-priyom .navbar-nav>li>a:focus {
    background-color: rgba(108, 170, 200, 0.3);
}
.navbar-priyom-second .navbar-nav>li>a:hover,
.navbar-priyom-second .navbar-nav>li>a:focus {
    background-color: rgba(108, 170, 200, 0.3);
}
.navbar-priyom .navbar-nav>.active>a,
.navbar-priyom .navbar-nav>.active>a:hover,
.navbar-priyom .navbar-nav>.active>a:focus {
    background-color: rgba(80, 80, 80, 0.5);
}
.navbar-priyom-second .navbar-nav>.active>a,
.navbar-priyom-second .navbar-nav>.active>a:hover,
.navbar-priyom-second .navbar-nav>.active>a:focus {
    background-color: rgba(80, 80, 80, 0.5);
}
nav.navbar-priyom ul li a,
nav.navbar-priyom-second ul li a {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* Content */

div.main {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    background-color: rgba(5, 5, 15, 0.95);
}

h2 {
    margin-top: 0;
}

abbr {
    border-bottom: 0 !important; /* A useless default from Bootstrap */
}

/* Lists */

ul {
    list-style-type: none;
}
ul li:before {
    content: "\203A\00A0\00A0";
}
section.blog ul li:before,
nav.navbar ul li:before,
nav ul.pager li:before,
.activity-pages > ul > li:before,
.operational-pages > ul > li:before,
table.table-numbers ul li:before {
    content: "";
}

/* Tables */

table {
    border-collapse: collapse;
    margin-bottom: 10px;
}
table th,
table td {
    border-style: solid;
    border-color: #262626;
    border-width: 1px;
    padding: 6px;
}
table ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}
table th {
    text-align: center;
}

/* Breadcrumbs */

ol.breadcrumb {
    background-color: transparent;
    color: #9d9d9d;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
ol.breadcrumb a,
ol.breadcrumb>li+li:before {
    color: #9d9d9d;
}
ol.breadcrumb > li + li:before {
    content: "\203A";
}

/* Footer */

footer.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #353535;
    background-color: rgba(0, 0, 0, 0.75);
}
footer.footer img {  
    opacity: 0.3;
}
footer.footer img:hover {
    opacity: 1;
}

/* Miscellaneous */

iframe {
    width: 100%; /* width cannot be 100% in html */
}

/* Responsive */

@media (min-width: 768px) {
    nav.navbar-priyom .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    nav.navbar-priyom .navbar-collapse {
        text-align: center;
    }

    .wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -51px;
    }

    footer.footer, .push {
        height: 51px;
    }

    footer.footer p {
        margin: 0;
    }

    .row.vertical-align-sm {
        display: flex;
        align-items: center;
    }
}

/* --- Home page --- */

.row h3 {
    /* these are section headings on main page */
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

h4 {
    /* these are blog headings on main page */
    font-size: 14px;
}

section.blog ul {
    /* news - blog on homepage */
    list-style-type: none;
    padding-left: 0px;
}

/* --- Blog --- */

/* article date padding */
article header h2 {
    margin-bottom: 0px;
}

/* pagination */

.pager li>a,
.pager li>span,
.pager li>a:hover,
.pager li>a:focus {
    background-color: #000;
    border: 1px solid #000;
}
.pager li>a:hover {
    border: 1px solid #fff;
}

/* --- Station pages --- */

/* Table colors */

.gain {
    background-color: rgba(255, 255, 0,  .5);
}

.loss {
    background-color: rgba(255, 0, 0, .5);
}

.gain-text {
    background-color: rgba(255, 255, 0,  .5);
    display: inline-block;
}

.loss-text {
    background-color: rgba(255, 0, 0, .5);
    display: inline-block;
}

.data1 {
    background-color: rgba(173, 216, 230, .5);
}

.data2 {
    background-color: rgba(255, 182, 193, .5);
}

.shade {
    background-color: rgba(192, 192, 192, .1);
}

/* Inactive schedules and networks */

.skedinactive {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

.skedinvestigation {
    color: yellow;
    font-weight: bold;
    text-transform: uppercase;
}

/* F06 protocol interleaving, coloring as visual cues */

.f06interleaving {
    font-family: monospace;
}

td.f06interleaving {
    text-align: right;
}

td.f06interleaving+td.f06interleaving {
    text-align: left;
}

.f06interleavingP1 {
    font-weight: bold;
    color: #ff6060;
}

.f06interleavingP1ecc {
    font-weight: bold;
    color: #ffc060;
}

.f06interleavingP2 {
    font-weight: bold;
    color: #ffff60;
}

.f06interleavingP2ecc {
    font-weight: bold;
    color: #d0ff60;
}

.f06interleavingP3 {
    font-weight: bold;
    color: #60ff60;
}

.f06interleavingP3ecc {
    font-weight: bold;
    color: #60ffc0;
}

.f06interleavingP4 {
    font-weight: bold;
    color: #8080ff;
}

.f06interleavingP4ecc {
    font-weight: bold;
    color: #c080ff;
}

.f06interleavingP4crc {
    font-weight: bold;
    color: #c040c0;
}

/* DPRK-ARQ 5FG-message repeating groups, coloring as visual cues */

.dprkarqrepeatG1 {
    font-weight: bold;
    color: maroon;
}

.dprkarqrepeatG123 {
    font-weight: bold;
    color: navy;
}

.dprkarqpadding0 {
    font-weight: bold;
}

/* DPRK-ARQ protocol transcript, coloring as visual cues */

.dprkarqtranscriptdata {
    color: green;
}

.dprkarqtranscriptchat {
    color: navy;
}

.dprkarqtranscriptidle {
    color: #006060;
}

.dprkarqtranscriptcommand {
    color: maroon;
}

/* E25 formats elements */

.e25formatserialnumber{
    color: red;
}

.e25formatrepeatedgroup{
    color: green;
}

.e25formatgroupcount{
    color: yellow;
}

/* Collapsable divs, paragraphs, etc */

.collapsible {
  color: hsla(210, 100%, 80%, 1.0);
}

.collapsible:hover {
  color: hsla(210, 100%, 100%, 1.0);
  cursor: pointer;
}

.collapsibleContent {
  display: none;
  overflow: hidden;
}

/* https://www.youtube.com/watch?v=OdHLJ92aSto */

#events {
    display: table; /* Makes the width the same as its contents to keep the events left-aligned */
    margin: auto;
}

#events ul {
    padding: 0; /* Prevent it from veering off to the right */
}

#events h3 {
    text-align: center; /* Keep the heading centered despite left-aligned events */
}

/* Station info */

/* Must be assigned to <ul> to work in Firefox. */
.activity-pages > ul {
    columns: 2 auto;
}
@media(min-width: 768px) {
    .activity-pages > ul {
        columns: 3 auto;
    }
}

@media(min-width: 768px) {
    .station-sample {
        padding-left: 0;
    }
}

.navlist-tag::before {
    content: "(";
}

.navlist-tag::after {
    content: ")";
}

.navlist-tagged-retired > span,
.navlist-tagged-converted > span {
    font-style: italic;
}

.navlist-expandable > span::after {
    content: " \203A";
}

/* Station format */

.station-format {
    text-align: center;
    margin: 0 auto;
}
.station-format td {
    vertical-align: top;
}
.station-format tr:first-child td {
    font-style: italic;
}
.station-format-wrapper {
    overflow-x: auto;
    margin-bottom: 10px;
}

/* Responsive multi-column lists */

@media(min-width: 768px) {
    .four-columns {
        columns: 2 auto;
    }
}
@media(min-width: 992px) {
    .four-columns {
        columns: 3 auto;
    }
}
@media(min-width: 1200px) {
    .four-columns {
        columns: 4 auto;
    }
}

/* --- audioplayer --- */

.audioplayer {
  height: 2.5em; /* 40 */
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  border: 1px solid #222;
  position: relative;
  z-index: 1;
  background-color: black;
}

.audioplayer-mini {
  width: 2.5em; /* 40 */
  margin: 0 auto;
}

.audioplayer > div {
  position: absolute;
}

.audioplayer-playpause {
  width: 2.5em; /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 1px solid #555;
  border-right-color: rgba( 255, 255, 255, .1 );
}

.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #222;
}

.audioplayer-playpause a {
  display: block;
}

.audioplayer-stopped .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em; /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em; /* 12 */
  height: 0.75em; /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em; /* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}

.audioplayer-time {
  width: 4.375em; /* 70 */
  height: 100%;
  line-height: 2.375em; /* 38 */
  text-align: center;
  z-index: 2;
  top: 0;
}

.audioplayer-time-current {
  border-left: 1px solid #111;
  border-left-color: rgba( 0, 0, 0, .25 );
  left: 2.5em; /* 40 */
}

.audioplayer-time-duration {
  border-right: 1px solid #555;
  border-right-color: rgba( 255, 255, 255, .1 );
  right: 2.5em; /* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}

.audioplayer-bar {
  height: 0.875em; /* 14 */
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em; /* 110 */
  left: 6.875em; /* 110 */
  margin-top: -0.438em; /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em; /* 70 */
}

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.audioplayer-bar-loaded {
  background-color: #333;
  z-index: 1;
}

.audioplayer-bar-played {
  background: #007fd1;
  z-index: 2;
}

.audioplayer-volume {
  width: 2.5em; /* 40 */
  height: 100%;
  border-left: 1px solid #111;
  border-left-color: rgba( 0, 0, 0, .25 );
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #222;
}

.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}

.audioplayer-volume-button a {
  width: 0.313em; /* 5 */
  height: 0.375em; /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em; /* 8 */
}

.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em; /* 5 */
  height: 0.313em; /* 5 */
  border: 0.25em double #fff; /* 4 */
  border-width: 0.25em 0.25em 0 0; /* 4 */
  left: 0.563em; /* 9 */
  top: -0.063em; /* 1 */
  -webkit-border-radius: 0 0.938em 0 0; /* 15 */
  -moz-border-radius: 0 0.938em 0 0; /* 15 */
  border-radius: 0 0.938em 0 0; /* 15 */
  -webkit-transform: rotate( 45deg );
  -moz-transform: rotate( 45deg );
  -ms-transform: rotate( 45deg );
  -o-transform: rotate( 45deg );
  transform: rotate( 45deg );
}

.audioplayer-volume-adjust {
  height: 6.25em; /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: -1px;
  top: -9999px;
  background: #333;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007fd1;
}

.audioplayer-novolume .audioplayer-volume {
  display: none;
}

.audioplayer {
  -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 );
  -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 );
  box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 );
}

.audioplayer-volume-adjust {
  -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
  -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
  box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}

.audioplayer-bar,
.audioplayer-volume-adjust > div {
  -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
  -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
  box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
  -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
  -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
  box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}

.audioplayer-playpause,
.audioplayer-volume a {
  -webkit-filter: drop-shadow( 1px 1px 0 #000 );
  -moz-filter: drop-shadow( 1px 1px 0 #000 );
  -ms-filter: drop-shadow( 1px 1px 0 #000 );
  -o-filter: drop-shadow( 1px 1px 0 #000 );
  filter: drop-shadow( 1px 1px 0 #000 );
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.audioplayer {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.audioplayer-volume-adjust {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

table .audioplayer {
  min-width: 250px;
}


/*********************/

.station-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.station-header-table th {
  text-align: left;
  white-space: nowrap;
}
.station-header-table td {
  width: 100%; /* Makes sure <th> is always squeezed to the left */
}
.station-header-table li:before {
  content: none;
}
.station-header-sample img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .station-header {
    flex-direction: row;
  }
  .station-header-table {
    width: 66.6666667%; /* IE & Edge throw up on 'flex-grow: 1' alone */
    margin-right: 10px;
  }
  .station-header-sample {
    width: 33.3333333%;
  }
}

.station-logs td {
  white-space: pre-line;
  vertical-align: top;
}

.format-sample {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
}

.format-sample span {
  flex-grow: 1;
  margin-bottom: 10px;
}

.format-sample audio {
  min-width: 250px;
}

@media(min-width: 768px) {
  .format-sample {
    flex-direction: row;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .format-sample span {
    margin-bottom: 0;
  }
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
