/*############################################################################
 #
 #  FILE: base.css
 #
 #  DESCRIPTION:  SaskTel UI base stylesheet
 #
 #  Copyright ©2020-2022 CommScope, Inc. All rights reserved.
 #
 #  This program is confidential and proprietary to CommScope, Inc. (CommScope),
 #  and may not be copied, reproduced, modified, disclosed to others, published
 #  or used, in whole or in part, without the expressed prior written
 #  permission of CommScope.
 #
 #  Copyright ©2010-2019 ARRIS Enterprises, LLC. All rights reserved.
 #
 #  This program is confidential and proprietary to ARRIS Enterprises, LLC. (ARRIS),
 #  and may not be copied, reproduced, modified, disclosed to others, published
 #  or used, in whole or in part, without the expressed prior written
 #  permission of ARRIS.
 ############################################################################
*/

body li, body p, body div, body td {
	font-size: 12px;
	text-align: left;
}

html body {
    overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
    margin: 0; /* crd */
    padding: 0; /* crd */
    width: 100%; /* crd */
}
select[disabled], input[disabled], input[disabled]:hover {
    background: #f2f2f2;
    color: #54585a; /*#191919;*/
    cursor: default;
    border: 1px solid #c9c9c9;
    text-decoration: none;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	font-size: inherit;
	font-family: inherit;
}

hr {
	border: 0;
	height: 1px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	font-size: 14px;
}
h2.home {
    text-decoration: underline;
}

h3 {
	font-size: 12px;
	font-weight:bold;
}

table.congestion {
        margin-left: 30px;
}

.WARNINGLarge {
	font-size:14pt;
	font-weight:bold;
}

.respass {
	font-weight: bold;
	color: #008000;
}

.resfail {
	font-weight: bold;
	color: #DA291C;
}

.resfail img {
	display: inline-block;
	vertical-align: top;
}

.INIDinfo {
	font-size:12px;
}
.desc {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	margin-left : 50px;
}

.col1 {
	font-size: 12px;
	font-weight:bold;
	padding-left: 2px;
	padding-right: 2px;
}

.col2 {
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}
.col3 {
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}

.hide {
	visibility:hidden;
}

#wrapper {
	margin: 0 auto;
	margin-top: 10px;
	width: auto;
	max-width: 1120px;
}

#whole-page {
	width: auto;
	background: #ffffff;
	margin: 0;
	padding: 10px 5px 20px 5px;
}

#logoutbar {
	width: 100%;
	display: inline-block;
}
#version {
	float: left;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#logout a{
	float: right;
	padding-top: 3px;
	color: #ffffff;
	padding-bottom: 3px;
	padding-right: 10px;
}

#header {
	width: auto;
	padding-bottom: 8px;  /* blue - crd, changed padding */
}

#main-content {
	width: auto;
	min-height: 456px;
	padding-bottom: 8px;
	background-color: #ffffff;
}
#mid-section {
}

#content-padding {
	float: left;
	padding-left: 0px;
	margin: 0;
}

#content-sub {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
}
//tab-container contains logo and menu bar
#tab-container {
	width: auto;
	padding-bottom: 4px;
}

#content {
	width: auto;
    float: none;
	border: 1px solid #CCCCCC;
}
div.gauge {
    float: left;
    width: 600px;
}

#gaugeBoxDown {
    float: left;
}
#gaugeBoxDown h2 {
    padding-left: 90px;
}

#gaugeBoxUp {
    float: right;
}
#gaugeBoxUp h2 {
    padding-left: 83px;
}
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#skip a:active, #skip a:focus {
	position: static;
	width: auto;
	height: auto;
}


#top-navigation {
	margin: 0;
	width: auto;
	height: auto;
}

#top-navigation-buttons {
	padding-left: 0px;
	padding-top: 0px;
}

.topnav {
	display: inline;
	float: none;
	height: 26px;
}

.topnav a {
	display: block;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}

.topnav a:hover {
	text-decoration: underline;
}

.topnavselected a{
	font-weight: bold;
}

.topnavselected a:hover {
	font-weight: bold;
}


.secnav {
/*	display: inline;*/
	float: left;
	height: 26px;
}

.secnav a {
	/*display: block;*/
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}

.secnav a:hover {
	text-decoration: underline;
}

.secnavselected a{
	font-weight: bold;
}

.secnavselected a:hover {
	font-weight: bold;
}
#logo-div {
	width: 100%;
	margin: 0;
	display: inline-block;
}

#main-logo {
	float: left;
	padding-top: 4px;
	padding-bottom: 12px;
}

#arris-logo {
	float: right;
	padding-top: 12px;
}

#arris-new-logo {
	float: right;
	padding-top: 4px;
	padding-bottom: 12px;
}
#arris-with-sonic {
	float: right;
	padding-top: 4px;
	padding-bottom: 12px;
	padding-right: 10px;
}

#moto-logo {
	float: right;
	padding-top: 12px;
}

.first-section-header {
	margin: 0px 0px 0px 0px;
	clear: both;
}

.section-header {
	margin: 0px 0px 0px 0px;
	clear: both;
}

.section-content {
	width: auto;
}

pre {
	font-size: 10px;
}

#help {
	float: none;
	width: auto;
	border: 0;
	padding-left: 10px;
}

#help-sub {
	background: #f3f3f3;
	border-top: 2px solid #c9c9c9;
	border-bottom: 2px solid #c9c9c9;
	padding: 5px;
}


#help-sub h1 {
	color: #000;
	font-size: 14px;
}

#help-sub h2 {
	color: #000;
	font-size: 12px;
	margin-bottom: 6px;
	font-weight: bold;
}

#quick-link {
        background: #f3f3f3;
        border-top: 2px solid #c9c9c9;
        border-bottom: 2px solid #c9c9c9;
        padding: 5px;
}

.nojavamsg {
    color: #DA291C;
}

#footer {
	margin: 0;
	padding-top: 3px;
	height: 60px;
	width: auto;
	clear: both;
}

.inner {
	padding-left: 20px;
	font-size: 11px;
}
.sitemap {
	font-size: 11px;
}
.buttonclass,
.cssbtn {
	width: 114px;
	height: 26px;
	border: 0;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	background: url("../images/button.gif") no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.cssbtn:disabled {
    color: #656565;
}
.buttonclass:hover,
.cssbtn:hover {
	text-decoration: underline;
}

.cssbtn a {
	text-decoration: none;
	cursor: pointer;
}

.cssbtn a:hover {
	text-decoration: underline;
}

.cssbtn span {
	position: absolute;
	left: 1px;
	top: 6px;
	text-align: center;
	width: 114px;
}

.btnspacer {
	margin-right: 8px;
}
.buttonclasssmall,
.smallbtn {
	width: 75px;
	background: url("../images/button_small.gif") no-repeat;
}

.smallbtn:hover {
	text-decoration: underline;
}

.smallbtn span {
	width: 75px;
}


.largebtn {
	width: 200px;
	background: url("../images/button_large.gif") no-repeat;
}

.largebtn:hover {
	text-decoration: underline;
}

.largebtn span {
	width: 200px;
}

.buttonremove {
   width: 16px;
   height: 16px;
   border: 0;
   font-size: 0px;
   margin: 0;
   padding: 0;
   background: url(/images/icon_remove.png) no-repeat;
   overflow: hidden;
   cursor: pointer;
}
.buttonadd {
   width: 17px;
   height: 17px;
   border: 0;
   background: url(/images/icon_add.png) no-repeat;
   font-size: 0px;
   text-align: center;
   overflow: hidden;
   cursor: pointer;
}
.buttonedit {
   width: 16px;
   height: 16px;
   border: 0;
   background: url(/images/icon_edit.png) no-repeat;
   font-size: 0px;
   overflow: hidden;
   margin-right: 30px;
   cursor: pointer;
}

.buttondirectory {
   width: 17px;
   height: 17px;
   border: 0;
   background: url(/images/folder.gif) no-repeat;
   font-size: 0px;
   text-align: center;
   overflow: hidden;
   cursor: pointer;
}
.buttonfile {
   width: 17px;
   height: 17px;
   border: 0;
   background: url(/images/file.gif) no-repeat;
   font-size: 0px;
   text-align: center;
   overflow: hidden;
   cursor: pointer;
}
.buttonuparrow {
   width: 17px;
   height: 17px;
   border: 0;
   background: url(/images/up_arrow.gif) no-repeat;
   font-size: 0px;
   text-align: center;
   overflow: hidden;
   cursor: pointer;
}
.buttonserver {
   width: 17px;
   height: 17px;
   border: 0;
   background: url(/images/server.gif) no-repeat;
   font-size: 0px;
   text-align: center;
   overflow: hidden;
   cursor: pointer;
}

.ie6hoversmall {
	text-decoration: underline;
}

.ie6hovermedium {
	text-decoration: underline;
}

.ie6hoverlarge {
	text-decoration: underline;
}

#error-message {
	padding-bottom: 16px;
}

#error-message-icon {
	float: left;
}

#error-message-text {
	color: #DA291C;
	float: left;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
#error-message-textc {
	color: #DA291C;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
}

#rest-message-text {
	color: #DA291C;
	float: left;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

.spacer {
	margin-bottom: 2px;
}

.indent {
    padding-left: 10px;
}

table.grid {
    clear: both;
    cell-padding: 0;
    border: 1px solid #54585a;
}

table.grid input,
table.grid input.cssbtn.smallbtn,
table.grid select {
	width:80px;
}

table.grid input.long{
	width:100px;
}

table.grid input.cssbtn{
	width:114px;
}
table.grid select.long {
	width:105px;
}
table.grid input.short {
	width:30px;
}
table.grid input.narrow {
	width:20px;
}

table.grid th {
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    vertical-align: top;
}

td {
 vertical-align: top;
}
table.grid th a,
table.grid th a:visited,
table.grid th .numbercoltext {
	height:28px;
}

table.grid tr th {
	height: 28px;
    border: 1px solid #54585a;
}
table.grid tr td {
	height: 28px;
}
table.grid td {
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #54585a;
}
table.grid th.numbercolumn,
table.grid td.numbercolumn {
    padding: 1px 8px 1px 3px;
}

table.grid th.action,
table.grid td.action {
	text-align: center;
	width: 5em;
}

table.grid th.remove,
table.grid td.remove {
	text-align: center;
	width: 5em;
}
table.appstat {
	clear: both;
	width:auto;
	cell-padding: 0;
}
table.appstat th {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 6px;
    vertical-align: top;
}
table.appstat td {
	padding-left: 4px;
}
.appimg {
    padding-top: 18px;
}

table.hpnastats {
	border-collapse:collapse;
}

table.hpnastats td {
	text-align: right;
	padding-left: 4px;
	padding-right: 4px;
}

table.hpnastats td.headernoborder {
	border: 0px;
}

table.hpnastats td.headernobordertlb {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

table.hpnastats td.center {
	text-align: center;
}

table.hpnastats td.radiobuttonheader {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
	padding-bottom: 4px;
}

table.hpnastats td.colorbg {
	width: 100px;
}

table.hpnastats td.label {
	text-align: left;
	white-space: nowrap;
	width: 100px;
}

table.hpnastats td.blankrow {
	border: 0px;
}

table.hpnastats td.interval {
	text-align: left;
	font-weight: bold;
}
table.packetfilter {
	clear: both;
}

table.packetfilter th {
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
}

table.packetfilter td {
	vertical-align: middle;
}

table.packetfilter tr td {
	border-bottom: 1px solid #cecece;
}

table.packetfilter tr {
	border-bottom: 1px;
}

tr.match {
	background-color: #ffffff;
}

td.enabled {
	text-align: center;
}

input.order {
	width: 32px;
}
.checkbutton {
	position: relative; padding: 0; border: 0; margin: 0px; height: 16px; width: 16px; font-family: arial, helvetica, sans-serif;
	no-repeat; color: #000; font-size: 11px; overflow: hidden;
	cursor: pointer; text-decoration: none;
	background: url(../images/check_box_unchecked.png);
}

.checked {
	background: url(../images/check_box_checked.png)
}

.submitLink {
    background-color: transparent;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    height: 24px;
    text-align: left;
}
.Langalign{
    padding-left: 5px;
    float:right;
}
.Lang {
    text-decoration: underline;
    border: none;
    cursor: pointer;
    height: 24px;
    text-align: left;
}
.Lang:disabled {
    text-decoration: none;
    cursor: auto;
}

/*----- Modal Lightbox Dialog ------*/

.LB-black-overlay {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}

.LB-white-content {
    display: inline-block;
    width: 525px;
    padding: 10px 10px 10px 10px;
    margin-top: 5%;
    background-color: #fff;
    clear: both;
}
.LB-outer {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:1002;
    vertical-align: middle;
    text-align: center;
}

.ruleorder {
	display: block;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 2px;
	float: left;
}

.spinner {
	width: 14px;
	display: block;
	float: left;
}

.upbutton {
	position: relative; padding: 0; border: 0; margin: 0px; height: 11px; width: 14px; font-family: arial, helvetica, sans-serif;
	no-repeat; color: #000; font-size: 11px; overflow: hidden;
	cursor: pointer; text-decoration: none;
	background: url(../images/move_up_button.png) no-repeat;
}

.downbutton {
	position: relative; padding: 0; border: 0; margin: 0px; height: 11px; width: 14px; font-family: arial, helvetica, sans-serif;
	no-repeat; color: #000; font-size: 11px; overflow: hidden;
	cursor: pointer; text-decoration: none;
	background: url(../images/move_down_button.png) no-repeat;
	margin-top: 2px;
}
.centerd {
	text-align: center;
}
.vertscroll {
    height:400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.horzscroll {
    width:auto;
    overflow-x: auto;
    overflow-y: hidden;
}
img.hpnawidth {
	width: 100px;
	height: 0px;
}
.maindiv {
         position: relative;
         width: 938px;
         height: 570px;
         overflow: scroll;
}
.nmNode {
         position: absolute;
         text-overflow: clip;
         font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
         font-size: xx-small;
         padding: 2px;
}

#netmap {
	width: 918px;
	height: 630px;
	position: absolute;
}
#outermap {
	width: 938px;
	height: 650px;
	padding-left: 1px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: auto;
	float: left;
}

div.wraptext
{
	word-wrap: break-word;
	width: 100px;
}
div.wraptextpass
{
	word-wrap: break-word;

}
.sort {
	display: inline;
	padding-top: 4px;
	float: left;
    white-space: nowrap;
}
.sortwrap {
	display: inline;
	padding-top: 4px;
	float: left;
	word-wrap: break-word;
}
.htype {
    width: 65px;
}
.hname {
    width: 205px;
    word-wrap: break-word;
}
.happ {
    width: 185px;
    word-wrap: break-word;
}
.hcat {
    width: 85px;
    word-wrap: break;word;
    font-size: 11px;
}
.hupdown {
    width: 325px;
}
.sortright {
	display: inline;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 5px;
	float: right;
	white-space: nowrap;
}
.sortsubmit {
	padding-left: 3px;
    background-color: transparent;
    text-decoration: underline;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: left;
}
.appexpand{
    color: #000;
}
.dpidownbutton {
	position: relative; padding: 0; border: 0; margin: 0px; height: 11px; width: 14px;
	cursor: pointer; text-decoration: none; overflow: none;
	background: url(../images/move_down_button.png) no-repeat;
}
.dpiupbutton {
	position: relative; padding: 0; border: 0; margin: 0px; height: 11px; width: 14px;
	cursor: pointer; text-decoration: none; overflow: none;
	background: url(../images/move_up_button.png) no-repeat;
}
.deviceicon {
	width: 42px;
	height: 42px;
	border: 0;
	text-decoration: none;
	position: relative;
	margin-top: 4px;
	padding-top: 4px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
}
.smallicon {
    width:20px;
    height: 20px;
    padding-top: 6px;
}
.phone {
    background: url(../images/dev_phone.jpg) no-repeat;
}
.tablet {
    background: url(../images/dev_tablet.jpg) no-repeat;
}
.router {
    background: url(../images/dev_router.jpg) no-repeat;
}
.pc {
    background: url(../images/dev_pc.jpg) no-repeat;
}
.printer {
    background: url(../images/dev_printer.jpg) no-repeat;
}
.smartTV {
    background: url(../images/dev_smartTV.jpg) no-repeat;
}
.other {
    background: url(../images/dev_other.jpg) no-repeat;
}
.game {
    background: url(../images/dev_game.jpg) no-repeat;
}
dl {
    width: auto;
    height: 35px;
}
dt {
   float: left;
   width: auto;
}
dd {
    padding-left: 85px;
}
.bar {
	margin-top: 1px;
	color: #000;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	text-align: center;
	align: left;
	border-radius: 2px;
	font-weight: bold;
/*	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),
	to(rgba(0,0,0,0,25)));
	-webkit-animation-name:bar;
	-webkit-animation-duration:0.5s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out;*/
}
@-webit-keyframes bar-one {
0%{width:0%;}
100%{width:90%;}
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    display: block;
}
.example {
    font-size: 11px;
    font-style: italic;
}
.axis path,
.axis line {
    fill:none;
    stroke:#3c3c3c;
    stroke-width: 1;
    shape-rendering: crispEdges;
}
.table100 {
    width: 100%;
}
.table95 {
    width: 95%;
}
.table85 {
    width: 85%;
}
.table80 {
    width: 80%;
}
.table75 {
    width: 75%;
}
.table66 {
    width: 66%;
}
.table60 {
    width: 60%;
}
.table50 {
    width: 50%;
}
.table40 {
    width: 40%;
}
.table32 {
    width: 32%;
}
.table30 {
    width: 30%;
}
.table20{
    width: 20%
}
.table18 {
    width: 18%;
}
.table15 {
    width: 15%;
}
.table10 {
    width: 10%;
}
.table2 {
    width: 2%;
}

.width150 {
    width: 150px;
}
.lower {
   padding-top:22px;
   width: 10%;
}

#refresh-div {
    width: 100%;
    margin: 0;
    display: inline-block;
}
.main-heading {
    float: left;
}

.refresh {
    float: right;
    padding-right: 10px;
}

.hidesmall {
	visibility:hidden;
	font-size:1px;
}
table.normal td {
    padding: 5px;

}
fieldset {
    border: none;
    margin-left: -5px;
}

div.home-summary div.home {
    width: auto;
    float: none;
    padding: 2px;
        border: 1px solid #c9c9c9;
    margin: 2px;
}

legend {
    display: none;
}
table.diag {
    border: 1px solid grey;
}
table.diag td {
    border: 1px solid #191919;
}
table.diag th {
    text-align: left;
    padding-bottom: 5px;
    border: 1px solid #191919;
}
.nowrapclass {
    white-space:nowrap;
}

.imgcenter {
   padding-top:10px;
}
