/*############################################################################
 #
 #  FILE: custom.css
 #
 #  DESCRIPTION:  Frontier UI custom stylesheet
 #
 #  Copyright ©2016-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.
 ############################################################################
*/
/*
Red d80e36-d9272d
Navy 3e6688
Blue 6C94DC-3bc1cd, 75cede
Black 050505-58595b
Dark Grey 333333
Light Grey f2f2f2-f7f7f7
*/

html body {
	background-color: #f7f7f7;
}
a {
	color: #58595b;
}
a:hover {
	color: #58595b;
}
hr {
	color: #58595b;
	background-color: #58595b;
}

h1 {
	color: #3e6688;
}

h2 {
	color: #3e6688;
}

h3 {
	color: #58595b;
}

.graphreceive {
        color: #d9272d;
}
.graphtransmit {
        color: #3e6688;
}
.tcmgraphrssi {
        color: #cc0000;
}
.tcmgraphchanutil {
        color: #739cbf;
}
.tcmgraphplain {
        color: #000000;
}

.INIDinfo {
	color: #58595b;
}
.desc {
	color: #58595b;
}

.col1 {
	color: #58595b;
}

.col2 {
	color: #58595b;
}
#wrapper {
	background-color: #f7f7f7;
}
#top-navigation {
	background: #58595b;
	color: #ffffff;
}

.topnav a {
	color: #ffffff;
}

.topnavselected a {
	color: #b1e6eb;
}

#sec-navigation {
	background: #f7f7f7;
}
.sechead {
    color: #3e6688;
}

.secnavselected a{
        font-weight: bold;
        color: #d9272d;
}

#help-sub {
	color: #58595b;
}
.cssbtn {
	color: #3e6688;
}

.cssbtn span {
	color: #3e6688;
}
table.grid {
    background-color: #b1e6eb;
}
table.grid th {
    color: #58595b;
    background-color: #b1e6eb;
}
table.grid tr.a td {
    background-color: #f7f7f7;
}
table.grid tr.b td {
    background-color: #ffffff;
}

table.appstat {
	border: 1px solid #58595b;
}
table.appstat th {
    color: #58595b;
    background-color: #b1e6eb;
    border-bottom: 1px solid;
}
table.appstat tr td {
    background-color: #fff;
}
table.appstat tr.b td {
    background-color: #ffffff;
}
table.appstat td.c {
    background-color: #f7f7f7;
}

table.packetfilter {
	border: 2px solid #58595b;
}

table.packetfilter th {
    color: #58595b;
    background-color: #b1e6eb;
}

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

tr.rule {
	background-color: #f7f7f7;
	color: #58595b;
	font-weight: bold;
}

tr.match {
	background-color: #ffffff;
}
.LB-white-content {
    border: 3px solid #585858;

}
.ups {
	background: -webkit-gradient(linear, left top, left bottom, from(#74b1ec), to(#749dec));
	background-color: #74b1ec;
	opacity: 0.9;
	/*-webit-animation-name:bar-one;*/
}
.downs {
	background: -webkit-gradient(linear, left top, left bottom, from(#e80f3a), to(#f45877));
	background-color: #e80f3a;
}
.inner p {
	color: #58595b;
}
#footer {
	background-color: #f7f7f7;
}
.allpage-summary {
     background-color: #f7f7f7;
}
.home {
     background-color: #f7f7f7;
}
.INIDWARNINGLarge,
.WARNINGLarge {
    color: #d9272d;
}
#logoutbar {
    background-color: #3e6688;
    color:#ffffff;
}