
.container {
    width: 100%;
    text-align: left;
    margin: auto;
    background : #212529;
}

body, font {
    font: 18px 'Source Sans Pro', sans-serif;
    -webkit-text-size-adjust: none;
    color: #000000;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

.header {
    background : #2e363f;
    text-decoration : none;
    color : #bebebe;
    font-family : 'Source Sans Pro', sans-serif;
    text-align : left;
    padding : 3px 0px 5px 0px;
 }

.header h1 {
   font-weight: 500;
   font-size: 1.1em;
}

.headerClock {
    font-size: 0.7em;
    text-align: left;
    padding-left: 8px;
    padding-top: 5px;
    float: left;
}

.nav {
    display: none;
    float : left;
    margin : 0;
    padding : 3px 3px 3px 3px;
    width : 160px;
    background : #242d31;
    font-weight : normal;
    min-height : 100%;
}

#hwInfo,
#pocsag-sec {
    display: none;
}

.divTableHeadCell {
    font-weight: bold;
}


.content {
    padding : 5px 5px 5px 5px;
    color : #bebebe;
    background : #212529;
    text-align: center;
    font-size: 1.7em;
}

.contentwide {
    padding: 5px 5px 5px 5px;
    color : #bebebe;
    background: #212529;
    text-align: center;
    font-size: 1.4em;
}

.contentwide h2 {
    color: #bebebe;
    font: 1em 'Source Sans Pro', sans-serif;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.footer {
    background : #2e363f;
    text-decoration : none;
    color : #bebebe;
    font-family : 'Source Sans Pro', sans-serif;
    font-size : 9px;
    text-align : center;
    padding : 10px 0 10px 0;
    clear: both;
}

.footer a {
    text-decoration: underline !important;
    color : #bebebe !important;
}

#tail {
    height: 450px;
    width: 805px;
    overflow-y: scroll;
    overflow-x: scroll;
    color: #00ff00;
    background: #000000;
}

table {
    background: #212529;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    empty-cells: show;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-collapse:collapse;
    border-color: #000000;
    border-style: solid;
    border-spacing: 4px;
    border-width: 2px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    white-space: nowrap;
}

table th {
    font-family:  'Source Sans Pro', sans-serif;
    border: .5px solid #3c3f47;
    font-weight: 600;
    text-decoration: none;
    color : #bebebe;
    background: #2e363f;
    border: 1px solid #c0c0c0;
}

table tr:nth-child(even) {
    background: #949494;
}

table tr:nth-child(odd), .divTableCell {
    background: #7a7c80;
}

body {
    background: #212529;
    color: #000000;
}

a {
    text-decoration:none;
    
}

a:link, a:visited {
    text-decoration: none;
    color: #1a2573}

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
    text-decoration: none;
    position: relative;
    color: #e9e9e9;
}

a.tooltip:hover {
    text-decoration: none;
    background: transparent;
}

a.tooltip span {
    text-decoration: none;
    display: none;
}

a.tooltip:hover span {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 20px;
    left: 0; 
    z-index: 100;
    font: 16px 'Source Sans Pro', sans-serif;
    text-align: left;
    white-space: nowrap;
    background: #000000;
    opacity: 0.8;
    border: none;
    color: #e9e9e9;
    padding: 8px;
}

th:last-child a.tooltip:hover span {
    left: auto;
    right: 0;
}

a.tooltip span b {
    text-decoration: none;
    font: 16px 'Source Sans Pro', sans-serif;
    display: block;
    margin: 0;
    font-weight: bold;
    background: #000000;
    opacity: 0.9;
    border: none;
    color: #e9e9e9;
    padding: 4px 4px 3px 4px;
}

a.tooltip2, a.tooltip2:link, a.tooltip2:visited, a.tooltip2:active  {
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color : #bebebe; 
}

a.tooltip2:hover {
    text-decoration: none;
    color : #bebebe; 
    background: transparent;
}

a.tooltip2 span {
    text-decoration: none;
    display: none;
}

ia.tooltip2:hover span {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 202px;
    z-index: 100;
    font: 16px 'Source Sans Pro', sans-serif;
    text-align: left;
    white-space: normal;
    background: #000000;
    opacity: 0.9;
    border: none;
    color: #e9e9e9;
    padding: 8px;
}

a.tooltip2 span b {
    text-decoration: none;
    font: 16px 'Source Sans Pro', sans-serif;
    display: block;
    margin: 0;
    font-weight: bold;
    border: none;
    color: #e9e9e9;
    padding: 0px;
}

ul {
    padding: 5px;
    margin: 10px 0;
    list-style: none;
    float: left;
}

ul li {
    float: left;
    display: inline; /*For ignore double margin in IE6*/
    margin: 0 10px;
}

ul li a {
    text-decoration: none;
    float:left;
    color: #999;
    cursor: pointer;
    font: 900 14px/22px "Arial", Helvetica, 'Source Sans Pro', sans-serif;
}

ul li a span {
    margin: 0 10px 0 -10px;
    padding: 1px 8px 5px 18px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
}

ul.mmenu li a.current, ul.mmenu li a:hover {
    background: url(/images/buttonbg.png) no-repeat top right;
    color: #0d5f83;
}

ul.mmenu li a.current span, ul.mmenu li a:hover span {
    background: url(/images/buttonbg.png) no-repeat top left;
}

h1 {
    text-align: center;
}

/* CSS Toggle Code here */
.toggle {
    position: absolute;
    margin-left: -9999px;
    z-index: 0;
}

.toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
}

input:disabled + label {
    color: #cccccc;
}

input.toggle-round-flat + label {
    padding: 1px;
    border: 1px solid transparent;
    width: 33px;
    height: 18px;
    background-color: #dddddd;
    border-radius: 10px;
    transition: background 0.4s;
}

input.toggle-round-flat + label:before,
input.toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

input.toggle-round-flat + label:before {
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    background-color: #fff;
    background: #212529;
    border-radius: 10px;
    transition: background 0.4s;
}

input.toggle-round-flat + label:after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 16px;
    background-color: #dddddd;
    border-radius: 12px;
    transition: margin 0.4s, background 0.4s;
}

input.toggle-round-flat:checked + label {
    background-color: #2e363f;
}

input.toggle-round-flat:checked + label:after {
    margin-left: 14px;
    background-color: #2e363f;
}

input.toggle-round-flat:focus + label {
    box-shadow: 0 0 2px #2e363f;
    padding: 1px;
    border: 1px solid #2e363f;
    z-index: 5;
}

/* put the same color as in left vertical status */
.navbar {
    overflow: hidden;
    background-color: #2e363f;
}

/* Links inside the navbar */
.navbar a {
    float: right;
    font-family : 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #bebebe;
    text-align: center;
    padding: 5px 8px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.dropdown .dropbutton {
    font-size: 14px;
    border: none;
    outline: none;
    color: #bebebe;
    padding: 5px 8px;
    background-color: #2e363f;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbutton {
    color: #ffffff;
    background-color: ##65737e;
}

 /* put the same color as in left vertical status */
.lnavbar {
    overflow: hidden;
    background-color: #2e363f;
}

/* Advanced menus */
.mainnav {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background: #2e363f;
    overflow: hidden;
}

.dropdown {
    position: absolute;
    top: 123px;
    width: 170px;
    opacity: 0;
    visibility: hidden;
}

.mainnav ul {
    padding: 0;
    list-style: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.mainnav li {
    display: block;
    float: left;
    font-size: 0;
    margin: 0;
    background: #2e363f;
}

.mainnav li a {
    list-style: none;
    padding: 0;
    display: inline-block;
    padding: 1px 10px;
    font-family : 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #bebebe;
    text-align: center;
    text-decoration: none;
}

.mainnav .has-subs a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 1em;
}

.mainnav .has-subs .dropdown .subs a:after {
    content: "";
}

.mainnav li:hover {
    background: ##65737e;
}

.mainnav li:hover a {
    color: #ffffff;
    background-color: ##65737e;
}

/* First Level */
.subs {
    position: relative;
    width: 170px;
}

.has-subs:hover .dropdown,
.has-subs .has-subs:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.mainnav ul li,
.mainav ul li ul li  a {
    color: #fffff;
    background-color: #6b6c73;
}

.mainnav li:hover ul a,
.mainnav li:hover ul li ul li a {
    color: #fffff;
    background-color: #6b6c73;
}

.mainnav li ul li:hover,
.mainnav li ul li ul li:hover {
    background-color: #3c3f47;
}

.mainnav li ul li:hover a,
.mainnav li ul li ul li:hover a {
    color: #ffffff;
    background-color: #3c3f47;
}

.mainnav .has-subs .dropdown .has-subs a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 1px;
    right: 9px;
}

/* Second Level */
.has-subs .has-subs .dropdown .subs {
    position: relative;
    top: -133px;
    width: 170px;
    border-style: none none none solid;
    border-width: 1px;
    border-color: #3c3f47;
}

.has-subs .has-subs .dropdown .subs a:after {
    content:"";
}

.has-subs .has-subs .dropdown {
    position: absolute;
    width: 170px;
    left: 170px;
    opacity: 0;
    visibility: hidden;
}

.menuhwinfo, .menuprofile, .menuconfig, .menuadmin, .menudashboard, .menusimple,
.menucaller, .menulive, .menuupdate, .menupower, .menulogs,
.menubackup, .menuadvanced, .menureset, .menusysinfo, .menuradioinfo {
    position: relative;
}

.menuprofile:before {
    content: "\f0c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menuradioinfo:before {
    content: "\f012";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menuconfig:before {
    content: "\f1de";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menuadmin:before {
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menuupdate:before {
    content: "\f019";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menupower:before {
    content: "\f011";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menulogs:before {
    content: "\f06e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menudashboard:before {
    content: "\f0e4";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menusimple:before {
    content: "\f0ce";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menulive:before {
    content: "\f2a0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menucaller:before {
    content: "\f098";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.grid-item.filter-activity:before {
    content: "\f131";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

tr.good-activity.even {
  background: #949494;
}
tr.good-activity.odd {
  background: #7a7c80;
}

input.filter-activity-max {
  background-color: #949494;
  color: #000000;
  border: 2px solid #212529;
  border-radius: 5px;
  height: 19px;
}

.filter-activity-max-wrap {
  display: inline-block;
  position: relative;
  top: -3px;
}

.menutgnames:before {
    content: "\f0c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menuhwinfo:before {
    content: "\f03a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menubackup:before {
    content: "\f187";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menuadvanced:before {
    content: "\f013";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menureset:before {
    content: "\f1cd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.menusysinfo:before {
    content: "\f0a0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.2em;
}

.disabled-service-cell {
    color: #b3b3af;
    background: #606060;
}

.active-service-cell {
    color: #ffffff;
    background: #11DD11;
}

.inactive-service-cell {
    color: #bebebe;
    background: #8C0C26;
}

.disabled-mode-cell {
    color: #b3b3af;
    padding:2px;
    text-align: center;
    border:0;
    background: #606060;
}

.active-mode-cell {
    color: #ffffff;
    border:0;
    text-align: center;
    padding:2px;
    background: #00BB00;
}

.inactive-mode-cell {
    color: #bebebe;
    border:0;
    text-align: center;
    padding:2px;
    background: #8C0C26;
}

paused-mode-cell {
    color: #ffffff;
    border:0;
    text-align: center;
    padding:2px;
    background: #ff9933;
}

.paused-mode-span {
    background: #ff9933;
}

.error-state-cell {
    color: #bebebe;
    text-align: center;
    border:0;
    background: #8C0C26;
}

#lhTGN,
#liveCallerDeets,
#lhCN,
#lhAc,
.noMob {
    display: none;
}

/*
.table-container {
    position: relative;
    overflow: auto;
    max-height: 255px;
}
*/

/* Tame Firefox Buttons */
/*
@-moz-document url-prefix() {
    select,
    input {
        margin : 0;
        padding : 0;
        border-width : 1px;
        font : 12px 'Source Sans Pro', sans-serif;
    }
    input[type="button"], button, input[type="submit"] {
        padding : 0px 3px 0px 3px;
        border-radius : 3px 3px 3px 3px;
        -moz-border-radius : 3px 3px 3px 3px;
    }
}
*/
