[data-role="header"] .info {
    color: #fff697;
}

.error {
    color: red;
    font-weight: bold;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

.content-secondary {
    float: left;
    background: none;
}

.type-interior .content-secondary {
    background: none;
    border-top: none;
}

.content-primary {
    min-height: 300px;
    float: right;
    padding-right: 10px;
    margin-right: 0;
}

.content-secondary {
    width: 15%;
}

.notifications img {
    border: 0;
    float: left;
    margin-left: 3px;
}

.attributes {
    float: right;
    width: 200px;
    margin-right: 20px;
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
}

.attributes img {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom:.2rem;
}

.condensed {
    font-size: 12px;
    font-weight: normal;
}

.condensed h3{
    text-align: center;
    margin-left: -15px;
    margin-right: 15px;
}

.ui-content .ui-listview {
    margin: 0;
}

.networkname {
    font-size: 1.3em;
}

.important {
    font-weight: bold;
    color: red;
}

.infobutton {
    margin: 0;
}


.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

table.jqplot-table-legend {
    margin-top: 0px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
    background-color: transparent;
    border: 0;
}

.jqplot-target {
    color: white;
    font-size: 1em;
}

div.jqplot-table-legend-swatch-outline {
    padding:0px;
}

/* tooltip styling */
.tooltip {
  position: relative;
  background: #333333;
  border: .125rem solid #f5efee;
  display:none;
  z-index:2000;
  font-size:.7rem;
  min-width:10rem;
  min-height:5rem;
  border-radius:.1rem;
}

.tooltip .label {
        color:yellow;
}

.tooltip a {
        color:#ad4;
        font-size:11px;
        font-weight:bold;
}

.tooltip h3 {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
}

.type-interior .content-primary {
    width: 81%;
    padding: 0.5em 1.5em 3em 0;
}

.alarm {
    bottom: 0;
    width: 100%;
    clear: both;
    font-size: 12px;
    color: #aa0000;
    font-weight: bold;
}

.ui-li-link-alt {
    z-index: 0;
}

body {
    background: #111111; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(left,  #666666 0%, #111111 48%, #111111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#666666), color-stop(48%,#111111), color-stop(100%,#111111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #666666 0%,#111111 48%,#111111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #666666 0%,#111111 48%,#111111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #666666 0%,#111111 48%,#111111 100%); /* IE10+ */
    background: linear-gradient(left,  #666666 0%,#111111 48%,#111111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#111111',GradientType=1 ); /* IE6-8 */
}
.ui-mobile-viewport>.ui-body-a {
    background: transparent;
}

a, .ui-body-a .ui-link {
    color: #f1ff77;
}

.ui-body-a .ui-link:hover {
    text-decoration: none;
    color: #f1ff77;
}

.ui-dialog-contain {
    max-width: none;
}

.ui-dialog .ui-header, .ui-dialog .ui-content, .ui-dialog .ui-footer {
    max-width: none;
}

.ui-content {
    min-height: 100%;
    margin-bottom: 60px;
}

.ui-page .ui-footer {
    position: absolute;
    bottom: 0px;
}

#celllist {
    font-size: 10px;
}

#celllist li.trx {
    background: #333333;
    background: -moz-linear-gradient(center top , #555555, #333333) repeat scroll 0 0 #333333;
}

.alarmcontainer {
    background: #84020b; /* Old browsers */
    background: -moz-linear-gradient(top, #84020b 0%, #38000a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84020b), color-stop(100%,#38000a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #84020b 0%,#38000a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #84020b 0%,#38000a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #84020b 0%,#38000a 100%); /* IE10+ */
    background: linear-gradient(top, #84020b 0%,#38000a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84020b', endColorstr='#38000a',GradientType=0 ); /* IE6-9 */
}

.lockedcontainer {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.narrowbutton {
    font-weight: normal;
}

.narrowbutton .ui-btn-inner {
    padding: 5px;
}

.narrowbutton input.ui-input-text {
    padding: 3px;
}

.narrowbutton .ui-btn {
    margin: 0 -2px 0 0;
}

.narrowbutton img {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.thin .ui-btn-inner {
    padding: 0;
}

.simplepage {
    margin: 10% auto;
    width: 50%;
}

.reportgraph .jqplot-series-shadowCanvas {
    background: url(/images/transparent.png);
} 

.ui-btn-up-b {
    border: 1px solid 		#2A2A2A /*{a-bar-border}*/;
    background: 			#111111 /*{a-bar-background-color}*/;
    color: 					#ffffff /*{a-bar-color}*/;
    font-weight: bold;
    text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(#3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
    background-image:     -ms-linear-gradient(#3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* IE10 */
    background-image:      -o-linear-gradient(#3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Opera 11.10+ */
    background-image:         linear-gradient(#3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
}

.ui-controlgroup, fieldset.ui-controlgroup {
    margin: 0.5em 0.5em;
}

#form_login .ui-btn-up-a {
    background: -moz-linear-gradient(rgba(85, 85, 85, 0.5), rgba(22, 22, 22, 0.5)) repeat scroll 0 0 rgba(22, 22, 22, 0.5);
}

legend {
    color: #fdffbb;
}

.watermark {
    position: absolute;
    top: 200px;
    left: 10px;
    z-index: -1;
}

.rightwatermark {
    position: absolute;
    top: 200px;
    right: 10px;
    z-index: -1;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.cellarea {
    display: inline-block;
    vertical-align: top;
    background-image: url(/images/transparent.png);
    padding: 5px;
    padding-left: 10px;
    margin: 0 5px 5px 5px;
    border: 1px solid #666666;
    font-size: small;
}

.cellarea h3 {
    font-size: small;
    margin: 2px;
}

.locked {
    font-size: small;
    background: #111111;
    color: #FF0000;
    border: 1px solid #FF0000;
    padding: 2px;
}

.locking {
    font-size: small;
    background: #111111;
    color: #ff8a00;
    border: 1px solid #ff8a00;
    padding: 2px;
}
.customformlayout .ui-select 
{
    width: 100%;
}

.ui-bar-b 
{
    background: #111111;
}


.usagegauge {
    position: relative;
    height: 12px;
    width: 100px;
    border: 1px solid #666666;
    display: inline-block;
    vertical-align: middle;
    background: #6bf430; /* Old browsers */
    background: -moz-linear-gradient(left, #6bf430 0%, #ff0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6bf430), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #6bf430 0%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #6bf430 0%,#ff0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #6bf430 0%,#ff0000 100%); /* IE10+ */
    background: linear-gradient(left, #6bf430 0%,#ff0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bf430', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */
}
.usagegaugemask {
    height: 12px;
    width: 98px;
    background: #333333;
    z-index: 1;
    position: absolute;
    right: 0px;
}

.gaugelabel {
    font-size: 12px;
}

/* close button positioned on upper right corner */
.help .close, .modal .close {
    background-image:url(/images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

.close:hover {
    border: 0;
    background-color: none;
    border: 0;
}

.helpbutton {
    text-align: center;
}

.helpbutton .ui-link:hover {
    border: 0;
    background-image: none;
}

.infopanel {
    border-radius: 15px;
    border: 1px solid #666;
    padding: 15px;
    background-image: url(/images/transparent.png);
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}

.modal, .modalnoclose, .help {
    background: #222222; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #222222 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#222222)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#222222 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#222222 100%); /* IE10+ */
    background: linear-gradient(top,  #666666 0%,#222222 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
    display:none;
    width:40%;
    padding:15px;
    text-align:left;
    border:2px solid #333;
    position: fixed;
    top: 260px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
    z-index: 1000;
}

.modal h2 {
    margin:0px;
    margin-bottom: 10px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #999;
    font-size:20px;
} 

.modal h2, .help h2 {
    background:url(/images/help_24x24.png) 0 50% no-repeat;
    margin:0px;
    margin-bottom: 10px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #999;
    font-size:20px;
} 

.helpmarker {
    position: absolute;
    z-index: 10;
    opacity: 0.7;
    margin: 0;
    padding: 0;
}

[data-help="true"] {
    position: relative;
}

.help img {
    margin-right: 15px;
}

.ui-listview-filter-inset 
{
    margin: 0px -5px 0px -5px;
    background: transparent;
}

label .required {
    color: red;
}

.hint {
    color: yellow;
}

.restart_required {
    display: none;
    color: yellow;
}

table.tabulardata {
    width: 100%; 
    border-collapse: collapse; 
    border: 1px solid #333333;
    font-size: 12px;
    background-image: url(/images/transparent.png);
    background-repeat: repeat;
}

.tabulardata td, .tabulardata th {
    padding: 3px;
    border: 1px solid #333333;
}

.tabulardata td:first-child {
    width: 55px;
    white-space: nowrap;
}

.ui-selectmenu-list .ui-li .ui-btn-inner a.ui-link-inherit {
    padding: 8px;
    font-size: 12px;
    display: block;
}

.ui-selectmenu {
    width: 100%;
}


.cell
{
    width: 100%;
    border-bottom: 1px solid #333333;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.cell .heading
{
    width: 140px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 10px;
}

.celltools
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 75px;
    height: 50px;
    float: left;
}

img.celltransmit 
{
    position: absolute;
    top: 0px;
    left: 9px;
}

img.cellicon
{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 1.8rem;
    height: 1.8rem;
}

.celltools .delbts
{
    position: absolute;
    top: 30px;
    left: 15px;
}

.celltools .btslocked
{
    position: absolute;
    top: 0px;
    left: 44px;
}

.celltools .btslocking
{
    position: absolute;
    top: 0px;
    left: 44px;
}

.celltools .lockbts
{
    position: absolute;
    top: 0px;
    left: 54px;
}

.celltools .unlockbts
{
    position: absolute;
    top: 0px;
    left: 54px;
}

.celltools .editbts
{
    position: absolute;
    top: 20px;
    left: 54px;
}

.celltools .addtrx
{
    position: absolute;
    top: 40px;
    left: 54px;
}

.celltools .enodebaction
{
    position: absolute;
    top: 60px;
    left: 54px;
}

.celltools .enodebaction img
{
    height:1rem;
}

.celltools .btsmeasurements
{
    position: absolute;
    top: 24px;
    left: 54px;
    display: none;
}

.cell .gauges
{
    margin: 0;
    padding: 0;
}

.cell .gauges th
{
    font-weight: strong;
}

.alarmcontainer {
    background: #84020b; /* Old browsers */
    background: -moz-linear-gradient(top, #84020b 0%, #38000a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84020b), color-stop(100%,#38000a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #84020b 0%,#38000a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #84020b 0%,#38000a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #84020b 0%,#38000a 100%); /* IE10+ */
    background: linear-gradient(top, #84020b 0%,#38000a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84020b', endColorstr='#38000a',GradientType=0 ); /* IE6-9 */
}

ul.horizontal {
    margin: 0;
    padding: 0;
}

ul.horizontal li{
    display: inline;
    list-style-type: none;
    padding-right: 5px;
}

div.trx {
    float: left;
    height: 44px;
    font-size: 10px;
    padding-left: 5px;
    display: none;
    margin-left: 5px;
    padding: 2px;
    border-right: 1px solid #666666;
}

div.trx:first-child {
    border-left: 1px solid #666666;
}

div.trxwrapper {
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

div.trxtools {
    width: 60px;
    height: 100%;
    position: relative;
    float: left;
    margin-right: 5px;
}

div.trx .trxlocked {
    position: absolute;
    top: 0px;
    left: 0px;
}

div.trx .trxlocking {
    position: absolute;
    top: 0px;
    left: 0px;
}

div.trx .trxid {
    position: absolute;
    top: 0px;
    left: 10px;
}

div.trx .trxlock {
    position: absolute;
    top: 14px;
    left: 10px;
}

div.trx .trxunlock {
    position: absolute;
    top: 14px;
    left: 10px;
}

div.trx .trxtest {
    position: absolute;
    top: 32px;
    left: 28px;
    display: none;
}

div.trx .trxstoptest {
    position: absolute;
    top: 32px;
    left: 28px;
    display: none;
}

div.trx .trxdel {
    position: absolute;
    top: 14px;
    left: 28px;
}

div.trx .trxedit {
    position: absolute;
    top: 32px;
    left: 10px;
}

div.trx .needsreprogramminglink {
    position: absolute;
    top: 14px;
    left: 46px;
    display: none;
    width: 16px;
    height: 16px;
}

div.channels {
    position: relative;
    width: 94px;
    height: 18px;
    margin-bottom: 2px;
}

div.channels>.tn0 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 18px;
    background-color: #666666;
}

div.channels>.tn0sub0of3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn0sub1of3 {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 10px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn0sub2of3 {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 10px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn0sub3of3 {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 10px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn1 {
    position: absolute;
    top: 0px;
    left: 12px;
    width: 10px;
    height: 18px;
    background-color: #666666;
}

div.channels>.tn0sub0of1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn0sub1of1 {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn1sub0of1 {
    position: absolute;
    top: 0px;
    left: 12px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn1sub1of1 {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}


div.channels>.tn1sub0of7 {
    position: absolute;
    top: 0px;
    left: 12px;
    width: 4px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn1sub1of7 {
    position: absolute;
    top: 0px;
    left: 18px;
    width: 4px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn1sub2of7 {
    position: absolute;
    top: 5px;
    left: 12px;
    width: 4px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn1sub3of7 {
    position: absolute;
    top: 5px;
    left: 18px;
    width: 4px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn1sub4of7 {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 4px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn1sub5of7 {
    position: absolute;
    top: 10px;
    left: 18px;
    width: 4px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn1sub6of7 {
    position: absolute;
    top: 15px;
    left: 12px;
    width: 4px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn1sub7of7 {
    position: absolute;
    top: 15px;
    left: 18px;
    width: 4px;
    height: 3px;
    background-color: #666666;
}

div.channels>.tn2 {
    position: absolute;
    top: 0px;
    left: 24px;
    width: 10px;
    height: 18px;
    background-color: #666666;
}

div.channels>.tn2sub0of1 {
    position: absolute;
    top: 0px;
    left: 24px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn2sub1of1 {
    position: absolute;
    top: 10px;
    left: 24px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn3 {
    position: absolute;
    top: 0px;
    left: 36px;
    width: 10px;
    height: 18px;
    background-color: #666666;
}

div.channels>.tn3sub0of1 {
    position: absolute;
    top: 0px;
    left: 36px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn3sub1of1 {
    position: absolute;
    top: 10px;
    left: 36px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn4 {
    position: absolute;
    top: 0px;
    left: 48px;
    width: 10px;
    height: 18px;
    background-color: #666666;
}

div.channels>.tn4sub0of1 {
    position: absolute;
    top: 0px;
    left: 48px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn4sub1of1 {
    position: absolute;
    top: 10px;
    left: 48px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn5 {
    position: absolute;
    top: 0px;
    left: 60px;
    width: 10px;
    height: 18px;
    background-color: #666666;
}

div.channels>.tn5sub0of1 {
    position: absolute;
    top: 0px;
    left: 60px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn5sub1of1 {
    position: absolute;
    top: 10px;
    left: 60px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn6 {
    position: absolute;
    top: 0px;
    left: 72px;
    width: 10px;
    height: 18px;
    background-color: #666666;
}

div.channels>.tn6sub0of1 {
    position: absolute;
    top: 0px;
    left: 72px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn6sub1of1 {
    position: absolute;
    top: 10px;
    left: 72px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn7 {
    position: absolute;
    top: 0px;
    left: 84px;
    width: 10px;
    height: 18px;
    background-color: #666666;
}

div.channels>.tn7sub0of1 {
    position: absolute;
    top: 0px;
    left: 84px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

div.channels>.tn7sub1of1 {
    position: absolute;
    top: 10px;
    left: 84px;
    width: 10px;
    height: 8px;
    background-color: #666666;
}

.areaheading {
    font-weight: bold;
    margin: 5px;
}

#altoggw {
    display: none;
}

#satelliteterminal {
    display: none;
}

#formopenaccess .ui-slider-switch { 
    width: 15em 
}

#routestab {
    margin-top: 10px;
}

#routestab h2 {
    margin-top: 0;
}

#routestab form {
    margin-bottom: 20px;
}

#csd_sip_routes_container {
    float: left;
    padding: 0 10px 0 10px;
    border-right: 1px solid #666666;
    width: 45%;
}

#any_sip_routes_container {
    float: left;
    padding: 0 10px 0 10px;
    margin-left: -1px;
    border-left: 1px solid #666666;
    width: 45%;
}

.ledinfochannbr {
    font-weight: bold;
    margin-top:.4rem;
    margin-bottom:.4rem;
    margin-left:1rem;
    margin-right:1rem;
}

.ledinfoname {
    font-weight: bold;
}

.ui-popup-container {
    z-index: 50000;
}

#celltestsummary_tests {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

#celltestsummary_tests tbody tr:hover {
    background-color: #666666;
}

#celltestsummary_tests .tools a {
    display: inline;
    margin-right: 5px;
}

#celltestchartinfo {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

#celltestchart {
    width: 100%;
    height: 300px;
}

.disabled {
    opacity: 0.5;
}

.device {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 3px 0 0 0;
}

.cell_device {
    background-color: #111111;
    border: 1px solid #333333;
    padding: 5px;
    margin-bottom: 5px;
    min-height:4.6rem;
}

.cellheader {
    vertical-align: top;
    margin-right: 20px;
    width: 40px;
}

.celltrxs {
    vertical-align: top;
}

.celltitle {
    position: absolute;
    font-weight: bold;
    left: 5px;
    top: 30px;
}

.cell_trx {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    margin-bottom: 10px;
}

.cell_trx .heading {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.cell_trx .usage {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 200px;
    padding-right: 3px;
}

.ueactivityled {
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 12px;
    margin-right: 2px;
    background-color: #00ff00;
}

.ledandtooltip {
    float: left;
    margin-left: 2px;
}

.mediaswitchled {
    width: 3px;
    height: 18px;
}

div.cellinfo {
    float: left;
    margin-right: 10px;
}

#celltestsummary {
    font-size: 16px;
}
#applycsvfile {
   background: url(images/apply_csv_32x32.png) no-repeat;
}

#applycsvfile input {
   filter: alpha(opacity=0);
      opacity: 0;
}

.celltools .delhnb
{
    position: absolute;
    top: 20px;
    left: 40px;
}

.celltools .hnblocked
{
    position: absolute;
    top: 0px;
    left: 44px;
}

.celltools .hnblocking
{
    position: absolute;
    top: 0px;
    left: 44px;
}

.celltools .lockhnb
{
    position: absolute;
    top: 0px;
    left: 40px;
}

.celltools .unlockhnb
{
    position: absolute;
    top: 0px;
    left: 40px;
}

.celltools .edithnb
{
    position: absolute;
    top: 0px;
    left: 58px;
}

table.mib {
    text-shadow: none;
    width: 100%;
    table-layout:fixed;
}

table.mib th {
    background: #000000;
    text-transform: capitalize;
    vertical-align: top;
    text-align: center;
}

table.mib th div {
    width: 100% !important;
}

table.mib th:last-child {
    vertical-align: bottom;
}

table.mib label {
    font-size: 0.8em;
    float: none;
    margin: 0;
    width: 100%;
}

table.mib button {
    margin: 0;
}

table.mib div[data-role="fieldcontain"] {
    margin: 0;
}

table.mib div[data-role="controlgroup"] {
    margin: 0;
}

table.mib tr td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
}

table.mib tr td:first-child,table.mib tr th:first-child {
    width: 5em;
}

table.mib tr td:last-child {
    text-align: right;
    min-width: 150px;
}

table.mib tbody tr:nth-child(odd) td {
    background-color: #555555;
}

table.mib tbody tr:nth-child(even) td {
    background-color: #777777;
}

table.mib tbody tr:hover:nth-child(odd) td {
    background: #666666;
}
table.mib tbody tr:hover:nth-child(even) td {
    background: #888888;
}

table.mib label {
    font-weight: bold;
}

table.mib label.ui-input-text {
    display: block !important;
    width: auto !important;
}

table.mib label.ui-select {
    display: block !important;
    width: auto !important;
}

.jqplot-highlighter-tooltip {
    text-shadow: 0;
    background-color: #111111;
}

img.btsalarm {
    position: absolute;
    top: 10px;
    display: none;
}

.hrp, .vrp, .mrp {
    margin-left: 0.5em;
    padding-left: 2px;
    padding-right: 2px;
    background: #222222;
    border: solid 1px #444444;
}


.hss_registered_client {
    margin-left: 0.5em;
    padding-left: 2px;
    padding-right: 2px;
    background: #222222;
    border: solid 1px #444444;
}

.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hnbgw hr {
    width: 150px;
    height: 2px;
    border: 0;
    background-color: green;
}

.hnbgw .disabled hr {
    background-color: red;
}

.hnbgw .desc {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

.hnbgw .desc th {
    text-align: left;
}

.hnbgw .desc td {
    text-align: right;
}

label .required {
    color: red;
}

#popup_edit_dialog{
    max-height:70%;
    overflow-y:scroll;
    overflow-x:hidden;
    padding:2rem 2rem 2rem 2rem;
}
#popup_edit_dialog a.close{
    display:none;
}

#popup_edit_dialog::-webkit-scrollbar {
  background-color:black;
  width:.5rem;
}
#popup_edit_dialog::-webkit-scrollbar-track {
  width:.4rem;
  background-color:black;  
}
#popup_edit_dialog::-webkit-scrollbar-thumb {
  background-color:rgba(255,255,255,0.4);
  width:.2rem;
  border-radius:1rem;
}

.raemis_banner_header{
    height:fit-content;
    height:-moz-fit-content;
}
.raemis_banner_header table{
    table-layout:fixed;
    width:100%;
}
.raemis_banner_header table tr td:nth-child(1){
    width:15%;
}
.raemis_banner_header table tr td:nth-child(2){
    width:45%;
    text-align:right;
}
.raemis_banner_header table tr td:nth-child(2) > h1{
    font-size:2em;
    font-family:Verdana;
    margin-top:1rem;
}
.raemis_banner_header table tr td:nth-child(3){
    width:30%;
}
.raemis_banner_header table tr td:nth-child(3) > div{
    width:70%;
    margin-left:15%;
    margin-top:1rem;
}
.raemis_banner_header table tr td:nth-child(4){
    width:15%;
}
#sip_misconfiguration_warning{
    width:100%;
    background-color:#aa0000;
    text-align:center;
    min-height:3rem;
    margin-bottom:1rem;
    border:.0625rem solid rgba(255,255,255,0.4);
    border-radius:.5rem;
    display:none;
    line-height:3rem;
}
#ims_cscf_details{
    width:98%;
    background-color:rgba(0,0,0,0.4);
    display:flex;
    justify-content:space-around;
    padding-top:1rem;
    padding-bottom:1rem;
    border:0.0625rem solid rgba(255,255,255,0.4);
}
#ims_cscf_details>div{
    display:inline-block;
    width:45%;
    vertical-align:top;
    text-align:center;
}
#ims_cscf_details>div>div{
    line-height:2rem;
}
#ims_cscf_details>div>div{
    font-weight:bold;
}
#ims_cscf_details>div>div>span{
    font-weight:normal;
}

.admin_cmn_alarm_view{
  table-layout:fixed;
  border-collapse:collapse;
  width:100%;
  overflow:hidden;
  overflow-wrap:break-word;
  border:.1rem solid rgba(255,255,255,0.1);
 
}
.admin_cmn_alarm_view tr{
  border-bottom:.1rem solid rgba(255,255,255,0.1);
  vertical-align:top;
}
.admin_cmn_alarm_view tr td:nth-child(1){
  font-weight:bold;
}
.admin_cmn_alarm_view tr td:nth-child(2){
  width:70%;
}

[data-action=update_api_user_password]{
    text-decoration:underline;
    color:#2489ce;
    cursor:pointer;
}
#mib_group_object_selects{
    width:40%;
}
#mib_group_object_selects>div{
    display:inline-block;
}
.raemis_banner_header td[data-type="raemis_branding"]{
    white-space:nowrap;
}
.raemis_banner_header td[data-type="raemis_branding"] div[data-type="raemis_tech_logos_div"]{
    margin-left:6rem;
}
.raemis_banner_header .raemis_tech_logos{
    display:inline-block;
    height:1.2rem;   
}  
.raemis_banner_header .raemis_tech_logos[data-type="fiveg"]{
    margin-left:-.6rem;
}  
