html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    background: #190f03 url(/images/radiodiall.jpg) fixed repeat-y;
    background-position:left;
    margin: 0 auto;
    font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
    font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
nav {
    background:#9f9f9f;
    height:45px;
    margin: 0;
    overflow: hidden;
    font-size: 15px;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li {
    display: inline-block;
    list-style-type: none;
}
nav > ul > li > a {
    color: #000;
    display: block;
    line-height: 2em;
    padding: 0.5em 0.5em;
    text-decoration: none;
    font-weight: bold;
}
nav > ul > li > span {
    color: #000;
    display: block;
    line-height: 2em;
    padding: 0.5em 0.5em;
    text-decoration: none;
    font-weight: bold;
}
nav li:hover {
    background-color: #666;
}
#wrapper {
    width:100%;
    margin:0 auto;
}
.italic {
    font-style:italic;
}
.floatLeft {
    float:left;
}
.floatRight {
    float:right;
}
.floatBreak {
    clear:both;
}
.valignMiddle {
    vertical-align:middle;
}
.pcHidden {
    display:none;
}
.paddingRight {
    padding-right:10px;
}
.paddingBottom {
    padding-bottom: 10px;
}
.podcastBadge {
    background: #9b9b9b;
    border: 2px solid #000;
    min-height: 128px;
    max-width: 900px;
    margin: 10px auto;
    padding: 5px;
    border-radius: 10px;
}
.podcastBadgeAdd {
    background: #9b9b9b;
    border: 2px solid #000;
    min-height: 128px;
    max-width: 600px;
    margin: 10px auto;
    padding: 5px;
    border-radius: 10px;
}
.scheduleBadge {
    background: #9b9b9b;
    border: 2px solid #000;
    min-height: 128px;
    width: 200px;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    display:inline-block;
    vertical-align: top;
}
.scheduleBadge ul {
    padding: 0;
}
.scheduleBadge ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 5px;
}
.scheduleBadgeImage {
    height: 100px;
    vertical-align: middle;
    border-radius: 10px;
}
.scheduleBadge .btnScheduleDelete {
    position: absolute;
    bottom: 10px;
    right: 50px;
    width: 24px;
}
.podcastBadgeInfoButton {
    float:right;
}
.podcastBadgeImage {
    width: 138px;
    vertical-align: top;
    float:left;
}
.podcastBadgeImage img {
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.podcastHeaderImage {
    width: 276px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.podcastBadgeContents {
    float:left;
    width:80%;
}
.podcastBadgeContentsAdd {
    float:left;
}
.episodeBadge {
    background: #fff;
    padding: 5px;
    max-height: 200px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.podcastDetailBadge {
    color: #9b9b9b;
    padding: 5px;
    width:50%;
    margin:10px auto 10px auto;
    text-align:center;
}
.boldText {
    font-weight:bold;
}
.centerText {
    text-align:center;
}
.read-more-click {
    background: #fff;
    text-align: center;
    width: 100%;
    /*margin-top: -5px;*/
    min-height:20px;
    font-weight: bold;
    color:#00f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.fakelink {
    cursor: pointer;
}
.podcastTitle {
    color:#9b9b9b;
}
.podPlayer {
    width:100%;
    height:54px;
}
.showMoreBar {
    background: #9b9b9b;
    border: 2px solid #000;
    max-width: 900px;
    margin: 10px auto;
    padding: 5px;   
    cursor:pointer;
    text-align:center;
}
.ui-corner-all {
    border-radius: 10px !important;
}
.ui-widget-overlay
{
    opacity: .75 !important;
    filter: Alpha(Opacity=75) !important;
    background: rgb(75, 75, 75) !important;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.custom-file-upload:hover {
    background-color: #aaa;
}
.custom-file-upload:focus-within {
    outline:1px solid #000;
}
.episodeNumberField {
    min-width:35px;
    max-width:50px;
    border:0;
}
#fileNewEpisode {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* 1 */
    clip-path: inset(50%);
    border: 0;
}
.episodePlaylist {
    width:315px;
    overflow-x:hidden;
    overflow-y:scroll;
    max-height:450px;
}
.episodePlaylist ul {
    list-style: none;
    padding-left: 1.2em;
}
.episodePlaylist ul li {
    padding: 5px;
}
.episodePlaylist small {
    white-space: nowrap;
}
.episodeAddForm {
    width:350px;
    overflow:hidden;
    padding-left:1px;
    padding-top:1px;
}
.nowrap {
    white-space: nowrap;
}
.todaySchedulerBadge {
    padding-right: 10px;
    position: relative;
    display: inline-block;
}
.todaySchedulerBadge .btnAddEpisode {
    position: absolute;
    bottom: 10px;
    right: 60px;
}
.todaySchedulerBadge .btnInfo {
    position: absolute;
    bottom: 10px;
    right: 20px;
}