/*
 * style.css
 */

input.button,
input.small_button,
input.medium_button {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    border: 1px solid #000000;
    cursor: pointer;
}

input.button disabled,
input.small_button :hover,
input.medium_button :hover {
    font-weight: 400;
}

input.button[disabled] {
    cursor: text;
    color: #ddd;
}

input.button {
    width: 12em;
    height: 2em;
}

input.small_button {
    width: 6em;
    height: 2em;
}

input.medium_button {
    width: 8em;
    height: 2em;
}

#not_found,
#not_found p {
    font-size: 1.1em;
    text-align: left;
}

/*******************/
/* pcmiform styles */
/*******************/

.pcmiform th .ui-icon {
    float: right;
}

.toolbar .button {
    float: left;
    margin: 0;
    white-space: nowrap;
}

.toolbar .submenu {
    position: absolute;
    left: 0;
    top: 20;
    display: none;
    z-index: 100;
}

.toolbar .submenu .button {
    float: none;
    z-index: 100;
}

#dashboard {
    margin: 0 auto;
}

.centered,
.text-center,
#dashboard .text-center {
    text-align: center;
}

.text-mono {
    font-family: monospace;
}

#amfm td,
#dashboard td {
    vertical-align: top;
    padding: 10px;
}

#amfm table,
#dashboard table {
    border: 1px solid #222;
}

#dashboard table {
    margin: 1em auto;
    max-width: 600px;
    min-width: 300px;
    width: 100%;
}

#amfm table th,
#amfm table td,
.content table th,
#dashboard table th,
#dashboard table td {
    text-align: left;
    padding: 3px 5px;
    color: #121314;
}

#amfm table th,
.content table th,
#dashboard table th {
    padding: 7px;
    background-color: #333;
    background-image: -webkit-linear-gradient(top, #121314 0, #333 100%);
    background-image: -o-linear-gradient(top, #121314 0, #333 100%);
    background-image: linear-gradient(to bottom, #121314 0, #333 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF121314', GradientType=0);
    border: 1px solid #222;
    border-radius: 0 0 0 0;
    font-size: 1.1em;
    margin: 0;
    color: #dcdcdc;
    font-weight: bold;
}

#amfm table td,
#dashboard table td {
    border: 1px solid #222;
}

#dashboard td.key {
    font-weight: bold;
    width: 55%;
    white-space: nowrap;
    vertical-align: middle;
}

#dashboard td.val {
    text-align: right;
    width: 45%;
    height: 1.75em;
    cursor: default;
    vertical-align: middle;
}

#dashboard .text-right {
    text-align: right;
}

#dashboard .text-center {
    text-align: center;
}

.recplay_status_name {
    vertical-align: top;
    white-space: nowrap;
    font-weight: bold;
}

.recplay_status_info {
    text-align: left;
    width: 100%;
}

table.recplay_playlist {
    border: solid 1px #ccc;
    padding: 0 2px;
    width: 100%;
}

table.recplay_playlist tr {
    vertical-align: top;
}

.recplay_curPlFile * {
    background-color: #c9d3e2;
}

/***********************/
/* Progress Bar Styles */
/***********************/

.prbar table {
    width: 100%;
    border: 0;
}

.prbar td {
    padding: 2px;
}

.prbar_label {
    text-align: right;
    font-style: italic;
    font-size: xx-small;
    font-weight: 200;
}

.pr_data {
    font-size: xx-small;
    font-weight: 200;
}

.prbar_container {
    width: 100%;
    /*padding: 1px;*/
    vertical-align: middle;
}

.prbar_outer {
    height: 0.5em;
    padding: 0;
    border: outset 1px #555;
    background-color: white;
    vertical-align: middle;
    text-align: left;
}

div.unterLine {
    margin-left: 2em;
}

.prbar_bar {
    height: 0.4em;
    background-color: #647bb0;
    text-align: left;
    border-style: ridge;
    border-top: solid 1px #888;
    /* border-right: solid 1px #666; */
    border-bottom: solid 1px #666;
    /*border-left: solid 1px #888;*/
    border-left-width: 0;
    border-right-width: 0;
}

.prbar_percent {
    padding-left: 5px;
    vertical-align: top;
}

#linuxVer a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #888;
}

#patches {
    position: absolute;
    border: 1px dashed #333;
    width: 250px;
    padding: 5px;
    background: white;
    text-align: left;
    z-index: 9999;
}

#recplay_schedDialog {
    margin: 25px;
    text-align: center;
}

.recplay_schedInfo th,
.recplay_schedInfo td {
    padding: 5px;
    vertical-align: top;
}

.recplay_schedInfo th {
    text-align: left;
}

.recplay_schedInfo td {
    text-align: right;
}

/****************/
/* Setup Styles */
/****************/

#setup_content {
    text-align: left;
}

/****************************/
/* Scheduling Widget Styles */
/****************************/

.schedForm {
    z-index: 200;
}

.schedForm table td {
    vertical-align: top;
}

.schedForm hr {
    border: 0;
    color: #fff;
    background-color: #fff;
    height: 1px;
}

.schedForm .ui-datepicker-trigger {
    margin-left: 0.25em;
}

.schedForm form .repeat-weekly {
    text-align: center;
}

.schedForm form .repeat-weekly label {
    display: inline-block;
    margin-right: 4px;
}

.schedForm form .repeat-weekly input {
    vertical-align: middle;
}

/********************/
/* Scheduler Styles */
/********************/

#scheduler div,
#scheduler p,
#scheduler a {
    font-size: small;
}

#scheduler .toolbar .button,
#scheduler table th {
    font-size: 0.9em;
}

#scheduler h3 {
    margin-top: 0.5em;
}

#scheduler p {
    margin-bottom: 1em;
}

#scheduler table {
    width: 100%;
    max-width: none;
    margin-bottom: 6px;
}

#scheduler #dashboard a {
    font-size: 1em;
}

#scheduler-button {
    float: right;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    background: url(/imgs/sprite.png) no-repeat -84px -226px;
    margin: 0 auto;
    cursor: pointer;
}

#scheduler-button:hover {
    -moz-box-shadow: 0 0 25px #3586f3;
    -webkit-box-shadow: 0 0 25px #3586f3;
    box-shadow: 0 0 25px #3586f3;
}

#scheduler-button.not-running {
    background: url(/imgs/sprite.png) no-repeat 0 -226px;
}

#sched_events h3 {
    margin: 6px 0 3px 0;
}

#scheduler .events th,
#scheduler .events td {
    white-space: nowrap;
}

#scheduler .events tr th:last-child,
#scheduler .events tr td:last-child {
    width: 99%;
}

.active_false {
    background-color: #dfdfdf;
    color: #aaa;
}

/***********************/
/*    Status styles    */
/***********************/

#genstatus,
#genparams {
    text-align: center;
}

#genstatus #dashboard,
#genparams_content,
#genparams #dashboard {
    margin: 0 auto;
}

#genparams #dashboard table {
    width: 400px;
}

#genparams #note {
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px;
    width: 400px;
    margin: 0 auto 1em;
}

/**********************/
/* Content tab styles */
/**********************/

#content {
}

/*****************************/
/*   Decoder tab styles      */
/*****************************/

#decoders #dashboard table {
    width: 300px;
}

#dashboard.grid > div,
#decoders .decoder_controller {
    float: left;
    margin-right: 2em;
}

/*****************************/
/*   Decoder Status styles   */
/*****************************/

#widgets-sb.decstatus .sb-widget.drop {
    background-color: lightyellow;
}

#widgets-sb .prbar_label,
#widgets-sb .prbar_data {
    font-size: xx-small;
}

#decoders.w-widgets {
    padding-right: 185px;
}

/*****************************/
/*    File manager styles    */
/*****************************/

#file {
    text-align: left;
}

#file h2 a {
    font-weight: bold;
}

#file h2 .ui-icon {
    float: right;
}

#file div.flash {
    float: left;
}

#file div.info {
    float: right;
}

#file div.toolbar {
    height: 2em;
}

#file .selectors {
    font-size: 1.1em;
    margin: 3px 0;
}

#file .select_info {
    float: right;
}

#file .infobar {
    margin-left: 65em;
    max-width: 350px;
}

#file .infobar > div {
    margin-bottom: 1em;
}

#file .search_hint {
    color: #aaa;
}

#file .listing {
    overflow: auto;
}

.file_select table th,
.file_select table td {
    vertical-align: middle;
    font-size: 9pt;
    padding: 3px 1em;
}

#file .pl_entries .entry {
    font-size: 1.1em;
    padding: 3px 1em;
    border: 1px solid #ddd;
    border-top: 0;
}

.file_select .even {
    background-color: #eeeeee;
}

#file a {
    font-size: 1em;
    text-decoration: none;
}

#file a:hover {
    color: blue;
    text-decoration: underline;
}

.file_select .name {
    width: 29em;
    padding-left: 3px;
}

.file_select td.name,
#file a.selector {
    color: #2e6e9e;
}

.file_select .title {
    width: 29em;
}

.file_select .artist {
    width: 20em;
}

.file_select .date {
    text-align: center;
    width: 12em;
    white-space: nowrap;
}

.file_select .duration {
    width: 4.2em;
}

.file_select .head .filler {
    padding: 0;
    width: 16px;
}

.file_select td.duration,
.file_select td.size {
    text-align: right;
}

.file_select td.size {
    font-family: monospace;
}

.file_select th {
    text-align: center;
}

.file_select th.name {
    text-align: left;
}

.file_select .entry {
    border: 1px solid #ddd;
    border-top: 0;
}

.file_select .rowhover,
.file_select .selected,
.ui-selected,
#wireless .rowhover {
    background-color: lightyellow;
    cursor: pointer;
}

.file_select .selected td {
    font-weight: bold;
}

.delete_progress .status_text {
    font-size: 1.1em;
}

.delete_progress .details {
    overflow: auto;
    height: 18em;
    padding: 5px;
    border: 1px solid #ddd;
}

b.contents {
    color: white;
}

/*************************/
/*    Playlist styles    */
/*************************/

#playlists {
    text-align: left;
}

#playlists div.toolbar {
    height: 2.1em;
}

#playlists .select_label {
    font-weight: bold;
    color: #2e6e9e;
}

#playlists .selector {
    width: 150px;
    border: 1px solid #c9d3e2;
    overflow: auto;
}

#playlists .selector li {
    list-style-type: none;
    border: dotted 1px white;
    padding: 1px 2px;
}

#playlists .selector .ui-selecting {
    background-color: #ffffe0;
}

#playlists .selector .ui-selected {
    background-color: #ffffc0;
    border: dotted 1px gray;
}

#playlists .listing {
    float: left;
}

#playlist {
    margin-left: 165px;
}

.playlist {
    text-align: left;
}

.playlist .description,
.playlist .duration,
.playlist .numitems {
    font-size: 1.1em;
    color: #888;
}

.playlist .numitems {
    float: right;
}

.playlist .ndx {
    width: 1.1em;
}

.playlist .entries table {
    border: 1px solid #222;
    width: 100%;
}

.playlist .even {
    background-color: #eee;
}

.playlist .rowhover {
    background-color: lightyellow;
}

.edit_pl .playlist .entry,
#playlists .file_select .playable.rowhover {
    cursor: move;
}

.edit_pl .playlist .entry a {
    cursor: pointer;
    color: #2e6e9e;
    text-decoration: none;
}

.edit_pl .playlist .entry a:hover {
    text-decoration: underline;
}

/***********************/
/*    Playback styles  */
/***********************/

#play .dirName,
#playlists .dirName {
    color: #2e6e9e;
}

#play .profileDesc {
    border: 1px solid #ccc;
    color: #888;
    background-color: #eee;
    font-family: monospace;
    font-size: 9pt;
    padding: 2px 3px;
}

/*************************/
/*    Header bar styles  */
/*************************/

#infobar {
    background-color: #333;
    border-bottom: 1px solid #c9d3e2;
    font-size: 1em;
    text-align: right;
    padding: 5px;
    color: #dcdcdc;
}

#indications {
    position: relative;
    z-index: 200;
    cursor: pointer;
    display: inline;
}

#infobar .expanded,
#infobar .collapsed {
    background-position: right 50%;
}

div#ind-list {
    display: block;
    position: absolute;
    left: 0;
    top: 19px;
    border: 3px double #c9d3e2;
    border-top: 0;
    width: 250px;
    background: #fff;
    color: #333;
    text-align: left;
    z-index: 999;
}

div#ind-list > div {
    padding: 5px;
    z-index: 999;
}

div#ind-list h4 {
    font-size: 1em;
    text-decoration: underline;
    margin: 0;
}

div#ind-list h4 + div {
    margin-left: 21px;
}

div#ind-list hr {
    border: 1px solid #c9d3e2;
}

#main_content {
    clear: both;
    float: none;
    text-align: center;
    margin: 0 auto;
}

#scheduler {
    text-align: left;
}

#unitstatus {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    padding: 0.5em;
    text-align: left;
    border: 1px solid #ffd700;
    /* gold is NOT a valid color name */
    background-color: #ffffe0;
    /* lightyellow */
    /* border-color: #6b8211; redefines previous border color */
    /* background-color: #eaf2ca; redefines previous background-color */
}

#unitstatus a,
#unitstatus td {
    font-size: 0.8em;
}

#unitstatus h3 {
    margin: 0 0 0 3px;
    font-size: 1em;
    border-bottom: 1px solid #ffd700;
    /* gold is NOT a color value */
    border-color: #6b8211;
}

#unitstatus .key {
    font-weight: bold;
}

#unitstatus .val {
    text-align: right;
}

/*****************/
/* Logging Rules */
/*****************/

#logs_content {
}

.log h2 {
    text-align: left;
}

.log .listing {
    height: 32.7em;
    overflow: auto;
}

.log .listing table {
    border: 1px solid #222;
}

.log .listing th,
.log .listing td {
    text-align: left;
    padding: 2px;
}

.log .even {
    background-color: #fafafa;
}

.log .event {
    min-width: 3em;
}

.log .time {
    min-width: 11em;
}

.log .process {
    min-width: 7em;
}

.log .name {
    min-width: 18em;
}

.log .params {
    min-width: 20em;
}

.log .listing .decoder {
    text-align: center;
}

.log .over {
    background-color: #c9d3e2;
}

.log .tools {
    margin-top: 0.5em;
    color: #222;
}

.log .tools td {
    padding: 0;
}

.log .pager td {
    vertical-align: middle;
    margin: 0;
    padding: 3px 0 0;
}

.log .pager .status {
    text-align: left;
    width: 160px;
}

.log .pager .controls {
    text-align: center;
}

.log .pager .form {
    text-align: right;
    width: 160px;
}

.log .pager .form form {
    margin: 0;
    padding: 0;
}

.log .label {
    font-style: italic;
    float: left;
    clear: left;
}

.log .data {
    font-weight: bold;
    float: right;
    clear: right;
}

.log .perPageControl {
    text-align: right;
}

.log .page,
.log .curpage {
    font-size: 1.1em;
    text-decoration: none;
    vertical-align: middle;
}

.log .curpage {
    padding: 0.35em 0.78em;
}

.log button.page,
.log .curpage {
    margin-top: 0;
    margin-left: 0;
}

.log a.tool,
.log a.tool:hover {
    color: black;
}

.log a.tool {
    text-decoration: none;
}

.log a.tool:hover {
    text-decoration: underline;
}

/**************/
/* amfm rules */
/**************/

#amfm {
    text-align: center;
}

#amfm table {
    margin: auto 0;
    width: 700px;
}

#amfm table td.key {
    font-weight: bold;
    width: 10em;
}

#amfm td.val {
    text-align: left;
    cursor: default;
}

#amfm .slider {
    margin: 5px 0;
}

#amfm .freq {
    width: 5em;
}

div.amfm_controls {
    clear: both;
    margin: 0.5em auto;
    padding: 0.5em 0px;
    width: 30%;
}

div.tuner_notice {
    height: 1.5em;
    margin: 0.2em auto;
    width: 90%;
    text-align: center;
    font-size: 11pt;
}

div.amfm_tuner_wrapper {
    width: 97%;
    border: 1px solid #ccc;
    margin: 1em auto;
    padding: 1em;
}

div.amfm_controls p {
    text-align: center;
}

div.tickbox {
    margin: 0;
    padding: 0;
    border-width: 0;
    position: relative;
    white-space: nowrap;
    width: 42em;
    /* ticks are adjusted behind the scenes */
    overflow: hidden;
    z-index: 0;
    /* behind everything, less than normal */
}

img.slider_ticks {
    margin: 0;
    padding: 0;
    border-width: 0;
    position: relative;
    height: 10px;
    top: -10px;
}

img.am {
    width: 220px;
}

img.fm {
    width: 220px;
}

/********************/
/* automation rules */
/********************/

/* this should available application wide */

tr.hiding {
    visibility: collapse;
    display: none;
}

div#noauth {
    text-align: center;
    min-height: 20em;
}

#automation {
    text-align: left;
}

div#automation.automation h2 {
    text-align: left;
}

#automationNotice {
    text-align: center;
    border: none;
    color: red;
    font-size: 10pt;
    font-weight: 600;
}

#automation table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

#automation .scrollTableContainer tr {
    height: 1.5em;
}

#automation .scrollTableContainer th,
#automation .scrollTableContainer td {
    text-align: left;
    padding: 0.3em;
}

#automation .scrollTableContainer .time {
}

#automation .scrollTableContainer .next,
#automation .scrollTableContainer .duration {
    text-align: right;
}

#automation .scrollTableContainer .chain {
    text-align: center;
}

#automation .scrollTableContainer .in_playlist {
    text-indent: 2em;
}

#automation .scrollTableContainer .completed {
    color: #888;
}

#automation .scrollTableContainer tr.odd {
    background-color: #eeeeee;
}

#automation .scrollTableContainer tr.current {
    background-color: #8ff;
    font-weight: bold;
    background-color: #c9d3e2;
}

#automation .scrollTableContainer tr.time_marker {
    background-color: #dd8;
}

#automation .scrollTableContainer tr.time_marker td {
    font-weight: bold;
}

#automation .scrollTableContainer tr.audio_playlist,
#automation .scrollTableContainer td.audio_playlist {
    background-color: #ffd;
}

div#automation_status {
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    vertical-align: top;
    width: 100%;
    height: 6.3em;
}

#automation_content {
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#automation_status .player_status {
    vertical-align: top;
    margin: 5px;
}

#automation_status h3 {
    margin: 0;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 3px;
    border-bottom: 1px solid #ffd700;
    /* gold is NOT a valid color name */
    border-color: #6b8211;
    float: left;
    vertical-align: bottom;
    font-weight: bolder;
    padding-right: 0.5em;
}

#automation_status .key {
    font-style: italic;
    padding-right: 0.6em;
}

#automation_status .player_status {
    background-color: #ffd;
    border-width: 1px;
    border-style: solid;
    border-color: #eee #555 #555 #eee;
    height: 5.2em;
    padding: 0.3em;
}

#automation_status .player_status h4 {
    margin: 0;
    text-align: left;
    font-style: italic;
    text-decoration: underline;
    font-size: 1em;
}

#automation_status .val {
    font-size: 1em;
    cursor: default;
    text-align: right;
}

#automation .control_bar {
    width: 100%;
    text-align: right;
    margin-top: 1em;
}

.error_list {
    text-align: left;
    border: 1px solid red;
    margin: 0.5em 0;
    width: 40em;
}

.error_list h3 {
    margin: 0;
    padding: 3px;
    background-color: red;
    color: #fff;
}

.error_list h3.expanded,
.error_list h3.collapsed {
    background-position: 3px 50%;
    padding-left: 19px !important;
    cursor: pointer;
}

.error_list ul {
    margin: 0;
    margin-left: 2em;
    padding: 3px;
}

.error_list li,
.error_list a {
    font-size: 1.1em;
}

#seq_errors {
    height: 6.5em;
    overflow: auto;
}

#automation_raw {
    text-align: left;
}

#automation_raw table {
    width: 100%;
    border: 1px solid #ccc;
}

#automation_raw a {
    text-decoration: none;
}

#automation_raw th,
#automation_raw td {
    padding: 1px 5px;
    font-size: 11px;
}

#automation_raw th {
    border: 1px solid #ccc;
    text-align: right;
}

#automation_raw tbody th {
    width: 3em;
}

#automation_raw tbody td {
    text-align: left;
    font-family: monospace;
    white-space: pre-wrap;
}

#automation .seq_error {
    /*   border: 1px solid #c00; */
    background-color: #fdd;
    background-image: none;
    font-weight: bold;
}

#automation .scrollTableContainer td.audio_file_ico {
    background-image: url(/fw/resources/images/icon_auto_audio_file.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 1.7em;
}

#automation .scrollTableContainer td.relay_ico {
    /*   background: url(/fw/resources/images/icon_auto_relay.gif) no-repeat center; */
    width: 1.7em;
}

#automation .scrollTableContainer td.wait_ico {
    background: url(/fw/resources/images/icon_auto_wait.gif) no-repeat center;
    width: 1.7em;
}

#automation .scrollTableContainer td.rbds_ico {
    /*   background: url(/fw/resources/images/icon_auto_rbds.gif) no-repeat center; */
    width: 1.7em;
}

#automation .scrollTableContainer td.error_ico {
    background: url(/fw/resources/images/icon_auto_error.gif) no-repeat center;
    width: 1.7em;
}

/* stubs, in the event more action types are added
#automation .scrollTableContainer td.time_marker_ico {
   background: url(/fw/resources/images/icon_auto_time_marker.gif) no-repeat center;
   width: 1.7em;
}
#automation .scrollTableContainer td.audio_file_ico {
   background: url(/fw/resources/images/icon_auto_audio_file.gif) no-repeat center;
   width: 1.7em;
}
*/

#automation div.scrollTableContainer {
    margin: 0 auto;
    height: 37em;
    width: 100%;
}

#automation .scrollTableContainer tbody {
    height: 35em;
}

/**************/
/* Diag Rules */
/**************/

#diag {
    padding: 1em;
}

#diag td {
    vertical-align: top;
}

#diag .usercmd {
    width: 14em;
    padding-right: 1em;
}

#diag_content {
    padding: 1em;
    background-color: #dcdcdc;
}

#diag_list ul {
    margin: 0;
    list-style: none;
}

#diag_list .expanded,
#diag_list .collapsed {
    font-weight: bold;
    cursor: pointer;
    margin-top: 0.5em;
}

#diag_list ul {
    padding-left: 16px;
    font-weight: normal;
}

/****************/
/* DNS Settings */
/****************/

#rbds_ips .delete,
#dns .delete {
    padding: 2px;
    margin-left: 4px;
    float: right;
}

#dns .update td.val input {
    width: 8em;
}

#dns td.override {
    text-decoration: line-through;
    background-color: #dfdfdf;
    color: #d88;
}

/*********************/
/* Wireless Settings */
/*********************/

#wireless label {
    font-weight: bold;
    display: inline-block;
    width: 10em;
}

#wireless input {
    margin-top: 3px;
}

#wireless .key_form {
    border: 1px solid #ccc;
    margin: 3px 0;
    padding: 5px;
}

/* Expanded/Collapsed classes */

.expanded {
    background-image: url(../fw/resources/images/icon_row_toggle_dwn3.gif) !important;
}

.collapsed {
    background: url(../fw/resources/images/icon_row_toggle_up3.gif);
}

.expanded,
.collapsed {
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 16px !important;
}

#quick_msg {
    position: absolute;
    right: 5px;
    color: #fff;
    font-size: 1.2em;
    padding: 0.3em 1em;
}

#quick_msg span.ui-icon {
    float: left;
    margin-right: 0.3em;
}

#quick_msg span.msg {
}

/************************/
/* Audio Level Settings */
/************************/

.audio_monitor {
    color: white;
    background-color: #093a80;
    /* Weg blue */
    background-color: #163568;
    /* Thin bar */
    background-color: var(--primary-color);
    /* Menu bar */
    background-color: #000;
    border-radius: 5px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 3px;
    text-align: left;
    display: inline-block;
}

.audio_monitor [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.audio_monitor i.fa {
    padding-top: 3px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.audio_monitor .level {
    text-align: right;
}

.audio_monitor div.row {
    padding: 0;
}

.audio_monitor .outer {
    height: 7px;
    margin-top: 1px;
    background-color: #00ff00;
    background: -moz-linear-gradient(
      left,
      #00ff00 0%,
      #00ff00 60%,
      yellow 70%,
      yellow 85%,
      red 100%
    );
    background: -webkit-linear-gradient(
      left,
      #00ff00 0%,
      #00ff00 60%,
      yellow 70%,
      yellow 85%,
      red 100%
    );
    background: -ms-linear-gradient(
      left,
      #00ff00 0%,
      #00ff00 60%,
      yellow 70%,
      yellow 85%,
      red 100%
    );
    background: linear-gradient(
      to right,
      #00ff00 0%,
      #00ff00 60%,
      yellow 70%,
      yellow 85%,
      red 100%
    );
}

.audio_monitor .meter {
    width: 100%;
    height: 100%;
    float: right;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.65);
}

/***************/
/* NV Settings */
/***************/

#nvsettings h2 {
    font-size: 16px;
}

#nvsettings *,
#nvsettings input {
    font-size: 13px;
}

#nvsettings p {
    font-size: 13px;
    margin: 5px 0;
}

#nvsettings .panel {
    margin-top: 10px;
    padding: 15px;
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#nvsettings .form-actions {
    margin-top: 10px;
}

#nvsettings label {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
}

#nvsettings input[type="checkbox"],
#nvsettings select {
    margin-right: 5px;
    margin-bottom: 3px;
    vertical-align: middle;
}

/*********************/
/* Relay IP Settings */
/*********************/

#relayips #dashboard {
    text-align: left;
}

#relayips .toolbar {
    margin-top: 1em;
    font-size: 12px;
}

#relayips table {
    width: 100%;
    margin: 1em 0;
    max-width: 950px;
    text-align: left;
}

/*
 * header.css
 *
 */

.wegblue {
    background-color: #093a80;
}

#header {
    width: 100%;
    height: 71px;
    background: rgb(246, 133, 69);
    background: -moz-linear-gradient(
      0deg,
      rgba(246, 133, 69, 1) 0%,
      rgba(54, 72, 99, 1) 4%,
      rgba(34, 34, 34, 1) 94%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(246, 133, 69, 1) 0%,
      rgba(54, 72, 99, 1) 4%,
      rgba(34, 34, 34, 1) 94%
    );
    background: linear-gradient(
      0deg,
      rgba(246, 133, 69, 1) 0%,
      rgba(54, 72, 99, 1) 4%,
      rgba(34, 34, 34, 1) 94%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f68545", endColorstr="#222222", GradientType=1);
    padding: 0;
    margin: 0;
}

#header #logo {
    /* Making the logo absolute so that when the window resizes, the right-hand */
    /* side graphics will overlay over the left-hand side ones */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 71px;
    background-size: auto 35px;
    background-position-y: center;
    background-position-x: 20px;
}

#header .company-info img,
#header .customer-image {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
}

#header img {
    height: 35px;
}

#header .company-info {
    float: right;
    z-index: 1000;
    padding-left: 50px;
    padding-right: 20px;
    height: 71px;
    background: rgb(246, 133, 69);
    background: -moz-linear-gradient(
      0deg,
      rgba(246, 133, 69, 1) 0%,
      rgba(54, 72, 99, 1) 4%,
      rgba(34, 34, 34, 1) 94%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(246, 133, 69, 1) 0%,
      rgba(54, 72, 99, 1) 4%,
      rgba(34, 34, 34, 1) 94%
    );
    background: linear-gradient(
      0deg,
      rgba(246, 133, 69, 1) 0%,
      rgba(54, 72, 99, 1) 4%,
      rgba(34, 34, 34, 1) 94%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f68545", endColorstr="#222222", GradientType=1);
}

#header .customer-image {
    margin-left: 20px;
}

#logo {
    padding-top: 1rem;
    font-size: 1.7rem;
    letter-spacing: 3px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 900;
    color: #fff;
}

#logo img {
    padding-left: 1rem;
    padding-right: 6px;
    border-right: 3px solid var(--secondary-color);
}

#logo .product-name {
    padding-left: 2px;
    display: inline-block;
}

#logo .tagline {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 9px;
}

.i6400 #logo {
    background: url("themes/usw_wegblue/hdr_i6400_logo.jpg") no-repeat 0 0;
}

.i6420 #logo {
    background: url("themes/usw_wegblue/hdr_i6420_logo.jpg") no-repeat 0 0;
}

.audiocaster #logo {
    background: url("themes/novra/wwo_acp_logo.png") no-repeat;
}

#menu_div {
    clear: both;
    float: none;
    position: static;
    margin: 0;
    padding: 0.7em 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 2.5em;
    width: 100%;
    background-color: #333;
    background-image: -webkit-linear-gradient(top, #121314 0, #333 100%);
    background-image: -o-linear-gradient(top, #121314 0, #333 100%);
    background-image: linear-gradient(to bottom, #121314 0, #333 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF121314', GradientType=0);
    z-index: auto;
    display: block;
}

ul#menu {
    float: left;
    position: relative;
    height: 2.5em;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-size: 0.8em;
    z-index: 200;
    line-height: normal;
    list-style: none;
    width: 100%;
}

#menu,
#menu ul {
    color: red;
    list-style: none;
}

ul#menu li:first-child {
    padding-left: 12px;
}

ul#menu li,
ul#menu span,
ul#menu a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    float: left;
    font-weight: bold;
    height: 2.15em;
    display: block;
    margin: 0;
    padding: 1px;
    background-color: transparent;
    text-align: center;
    color: #000;
}

ul#menu a {
    width: 11em;
}

ul#menu a:focus {
    outline: none;
}

ul#menu span {
    width: 11em;
    padding-top: 6px;
}

ul#menu li.top {
}

ul#menu li.top,
ul#menu li.top > span,
ul#menu li.top > a > span {
    float: left;
    clear: right;
}

ul#menu a {
    text-decoration: none;
    margin: 0;
}

ul#menu li.top {
    margin-left: 0.4em;
}

ul#menu li a.top_link {
}

ul#menu li a.top_link > span {
    background: rgb(220, 220, 220);
    background: -moz-linear-gradient(
      180deg,
      rgba(220, 220, 220, 1) 81%,
      rgba(51, 51, 51, 1) 85%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(220, 220, 220, 1) 81%,
      rgba(51, 51, 51, 1) 85%
    );
    background: linear-gradient(
      180deg,
      rgba(220, 220, 220, 1) 81%,
      rgba(51, 51, 51, 1) 85%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcdcdc", endColorstr="#333333", GradientType=1);
    float: left;
    text-align: center;
    color: #333;
    width: 11.1em;
}

ul#menu li a.top_link > span.down {
    float: left;
}

ul#menu li:hover a.top_link span,
ul#menu li.selected a.top_link span,
ul#menu a.top_link:hover span {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #dcdcdc;
    border-bottom: 3px solid var(--secondary-color);
    cursor: pointer;
}

ul#menu table {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

ul#menu li:hover,
ul#menu a:hover {
    position: relative;
    z-index: 200;
}

ul#menu a:hover {
    white-space: normal;
}

ul#menu :hover ul.sub {
    padding: 0;
    z-index: 300;
    left: 0;
    /* to compensate for the left margin of the top tabs */
    top: 2.48em;
    width: 11.1em;
    height: auto;
    background-color: #eaf4fd;
    border-left: 0.1em solid #ccc;
    border-right: 0.1em solid #ccc;
    border-bottom: 0.1em solid #ccc;
}

ul#menu :hover ul.sub li {
    display: block;
    float: left;
    z-index: 300;
    margin: 0;
}

ul#menu :hover ul.sub > li:first-child {
    padding-top: 0.71em;
}

ul#menu :hover ul.sub li a span {
    display: block;
    z-index: 300;
    color: #000;
    cursor: pointer;
    width: 11.1em;
}

ul#menu :hover ul.sub li a {
    width: 100%;
    text-align: center;
}

ul#menu li ul.sub li a.fly {
    background: #50b5d0;
}

ul#menu :hover ul.sub li a:hover span {
    z-index: 300;
    background-color: var(--primary-color);
    color: #fff;
}

ul#menu :hover ul.sub li a.fly:hover {
    background: #3f96a9;
    color: #fff;
}

ul#menu a:hover a:hover ul,
ul#menu a:hover a:hover a:hover ul,
ul#menu a:hover a:hover a:hover a:hover ul,
ul#menu a:hover a:hover a:hover a:hover a:hover ul {
    position: absolute;
    clear: both;
    left: 11.1em;
    top: 2em;
    white-space: nowrap;
    width: 11.1em;
    z-index: 400;
    height: auto;
}

ul#menu ul,
ul#menu a:hover ul ul,
ul#menu a:hover a:hover ul ul,
ul#menu a:hover a:hover a:hover ul ul,
ul#menu a:hover a:hover a:hover a:hover ul ul {
    /* Hiding position */
    position: absolute;
    left: -600px;
    top: -650px;
    z-index: 300;
    margin: 0;
    padding: 0;
    width: 11.1em;
    height: auto;
}

ul#menu li:hover > ul ul {
    /* Hiding position */
    position: absolute;
    left: -600px;
    top: -650px;
}

ul#menu li:hover li:hover > ul {
    left: 11.1em;
    top: 88px;
    background: #50b5d0;
    padding: 0px;
    border: 1px solid #0b4d97;
    white-space: nowrap;
    width: 11.1em;
    z-index: 400;
    height: auto;
    clear: both;
    float: left;
    position: absolute;
}

ul#menu li:hover li:hover > a.fly {
    background: #3f96a9;
    color: #fff;
    border-color: #fff;
}

ul#menu li:hover li:hover > li a.fly {
    background: #50b5d0;
    color: #000;
    border-color: #50b5d0;
}

ul#menu > li {
    width: 11.1em;
}

#dashboard table.gpi {
    margin: 0 auto;
    border: 0;
    min-width: 0;
    width: 50%;
}

#dashboard table.gpi tr:first-child td {
    font-weight: bold;
}

#dashboard table.gpi th, #dashboard table.gpi td, table.gpi input {
    text-align: center;
}

#dashbaord table.noborder,
#dashboard table.noborder tr,
#dashboard table.noborder th,
#dashboard table.noborder td {
    border: 0;
}
