@font-face {
	font-family: Myriad pro Regular;
	src: url(MyriadPro-Regular.otf) format('otf'),
	url(MyriadPro-Regular.woff) format('woff'),
	url(MyriadPro-Regular.ttf) format('ttf');
}

@font-face {
	font-family: Myriad pro Semibold;
	src: url(MyriadPro-Semibold.otf) format('otf'),
	url(MyriadPro-Semibold.woff) format('woff'),
	url(MyriadPro-Semibold.ttf) format('ttf');
}

@font-face {
	font-family: Myriad pro Light;
	src: url(MyriadPro-Light.otf) format('otf'),
	url(MyriadPro-Light.woff) format('woff'),
	url(MyriadPro-Light.ttf) format('ttf');
}

@font-face {
	font-family: Myriad pro Bold;
	src: url(MyriadPro-Bold.otf) format('otf'),
	url(MyriadPro-Bold.woff) format('woff'),
	url(MyriadPro-Bold.ttf) format('ttf');
}

legend {
	font-family: Myriad pro Regular;
}

div#streamboost_state {
	display: none !important;
}
input:focus, textarea:focus {
        outline: 0;
        border-color: rgba(0, 180, 245, 1);
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0,1), 0 0 8px rgba(0, 180, 245, 1);
       /* -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);*/
        /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);*/
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
.uneditable-input {
	/*	display: inline-block;*/
	/*	width: 210px;*/
	/*	height: 30px;*/
	padding: 4px;
	font-size: 15px;
	line-height: 1;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z border-radius: 3px;
	font-size: 14px;
	height: 32px;
}

table#advanced_mode_bottom_tbl img {
	margin-top: 20px;
}

input[type="button"] {
/*	padding: 10px 15px 8px 15px;*/
}

td#wan4_i, td#wan6_i {
	width: 30px !important;
}

div#goto_advanced_mode_btn, div#back_to_basic {
	padding: 10px 15px 8px !important;
}

td#cpuUsage small {

}

tr.SubpageHeading_3 {
	background-color: rgba(255, 255, 255, 0) !important;
}

fieldset.cbi-section tr {
	border-color: #c5c5c5 !important;
}

table.basic_mode_table {
	border-color: #F5F5F5 !important;
}

#basic_mode_content_head td {
	border-color: #F5F5F5 !important;
	border-width: 1px !important;
}

td#basic_mode_status {
	border-color: #F5F5F5 !important;
}

td#mode_content_td {
	border-color: #F5F5F5 !important;
	vertical-align: top !important;
}

hr {
	border-color: #777777;
	margin-left: 75px;	
}

/*tr#advanced_mode_tr {*/
/*background-color: #707173 !important;*/
/*}*/
/*
.basic_mode_table tr {
	  border-color: #444446 !important;
}
*/
td#nav_div {
	/*border-color: #444446 !important;*/
}

input#changelog_id {
	font-family: Myriad Pro Light;
}

div#goto_basic_mode_btn {
	padding: 10px 15px 8px 15px !important;
}

/*
table tr:not(:last-child) {
  border-bottom: 1px solid;
  border-bottom-color: #c5c5c5;
}
*/

.cbi-section-table-titles {
	border-bottom: 2px solid;
	border-bottom-color: #c5c5c5 !important;
}

table.advanced_mode_table small {
	font-size: 15px;
	font-family: Myriad Pro Light;
	color: #222222;
}

select {
	width: auto !important;
	font-size: 14px !important;
	color: #000000;
}

select :hover {
  background: #ffffff;
  color: #000000; 
  box-shadow: inset 20px 20px #00b4f5;
}

/*
table tr:not(:last-child) {
  border-bottom: 1px solid !important;
  border-bottom-color: #c5c5c5 !important;
}
*/
.footer {
	text-align: center;
}

ul.cbi-tabmenu li.cbi-tab a, ul.cbi-tabmenu li.cbi-tab-disabled a {
	text-decoration: none;
	padding: 10px;
	margin-right: 3px;
	color: #BBBBBB;
}

.footer img {
	margin-top: 10px;
}

.Paragraph {
	font-weight: Regular;
	font-family: Myriad pro Regular;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-width: small;
	border-color: #fff;
	color: #fff;
}

.Heading_1 {
	font-size: 17px;
	color: #dfdfdf;
}

.Heading_2 {
	font-weight: Semibold;
	font-family: Myriad pro Semibold;
	font-color: #fff;
	font-size: 15px;
}

.SubpageHeading_1 {
	font-family: Myriad pro Regular;
	font-size: 24px;
  	letter-spacing: 0.4px;
  	color: #ffffff;
}

.SubpageHeading_2 {
	font-family: Myriad pro Light;
	font-size: 17px;
	color: #87888a;
}

.SubpageHeading_3 {
	font-family: Myriad pro Semibold;
	font-size: 17px;
	color: #dfdfdf;
	height: 45px;
}

.Main_header {
	/*background-color: #31414e;*/
	background-color: #3e3a39;
	font-color: #fff;
	width: 70%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;

}

.sub_header:button {
	font-weight: Semibold;
	font-family: Myriad pro Regular;
	font-size: 15px;
	font-color: #fff;

	border: 1px solid #fff;
	border-radius: 5px;
}

.Container {
	/*background-color:  #576870;*/
	/*background:rgba(87,104,112,0.6);*/
	/*background:rgba(113,113,113,0.6); Lynn*/
	/*background: rgba(154, 154, 154, 0.4);*/
	background:#ffffff;
	/*opacity:  0.5;*/
}

.Container_Button {
	background-color: #ffffff;
	height: 100px;
	width: 126px;
	margin: auto;
/*	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;*/
	border: 0px solid #000000;
/*	padding-top: 6px;
	margin-bottom: 10px;*/
}

.Container_Button_hover {
	background-color: #ffffff;
}

.Container_Button img {
	display: block;
/*	width: 100px;
	height: 100px !important;*/
/*	padding: 2%;*/
	height: auto;
	margin: auto;
	vertical-align: middle;
}

.Container_Button_content {
	background-color: #ffffff;
	height: 70px;
	width: 70px;
	margin: 5px;
/*	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border: 0px solid #000000;*/
/*	padding-top: 5px;*/
}

.Container_Button_content img {
	display: block;
	width: 100%;
/*	padding: 4;*/
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

#mode_content_td {
	vertical-align: top;
}

body {
	margin: 0;
	background: #F0F0F0;
	/*background: #202020 url('icons/basic/Greyhound-Gui-Background.jpg') repeat-y;*/
	background-position: top center;
	min-width: 1190px !important;
	max-width: 100% !important;
}

.info {
	text-align: right !important;
}

.theme {
	width: 1190px;
	margin: 0 auto;
}

#basic_mode_icon_tbl {
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFfff;
}

#logo2 {
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 20px;
	background: #00b4f5;
}

#topbutton2 {
	background: #ffffff;
	height: 27px;
	font-size: 15px;
	font-family: Myriad pro Regular;
	float: right;
	background: url('icons/basic/bg-top-header-menu.png') no-repeat;
	/* -webkit-background-size: 100% 100%; */
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 0px 20px 0px 10px;
}

#topbutton2 tr {
	height: 12px;
}

#topbutton2 td {
	color: #000;
}

#advanced_mode_content_head {
	height: 21px;
}

#languagebar2 {
	text-align: right;
	margin-top: 7px;
}

.sub_header {
	color: #ffffff;
	font-size: 14px;
	font-family: Myriad pro Light;
	border-radius: 3px;
	background: #00b4f5;
}

.footerButton {
	border: 1px solid #ffffff;
	padding: 5px;
	color: #ffffff;
	border-radius: 3px;
	float: right;
}

#show_fw_version {
	font-family: Myriad pro Light;
	color: #fff;
	padding-left: 15px;
	font-size: 16px;
	padding-top: 5px;
	background: #00b4f5;
}

#menu_1 li {
	float: left;
	list-style-type: none;
	letter-spacing: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 10px;
}

#menu_1 li a {
	ã€€ display: block;
	width: 160px;
	height: 22px;
	padding-top: 2px;
	color: #FFF;
	text-decoration: none;
}

#menu_1 li a:hover {
	ã€€ã€€ /* è¨­å®šæ»‘é¼ ç§»éŽæ™‚ï¼Œæ”¹è®Šæ–‡å­—é¡è‰²çš„è¨­å®š */ color: #7CCBDC;
}

#maincontent h2 {
	font-size: 150%;
	font-family: Myriad pro Regular;
	font-weight: bold;
	margin: 0.25em 0 0.7em 0;
	border-bottom: 0px solid;
	padding-top: 10px;
	padding-bottom: 4px;
}

.cbi-section {
	font-size: 14px;
	margin-bottom: 0.5em;
	/*padding: 0.5em 1em;*/
	border: 0px dotted #555555;
	padding-left: 130px;
	padding-right: 30px;
	/*background-color: #576870;*/
	/*background:rgba(87,104,112,0.6);*/
	color: #222222;
	/*border-bottom:2px #000000 solid; */
}

.cbi-section a, a:visited {
	/*color: #ffffff !important;*/
}

.cbi-section a:hover, a:active {
	/*color: #00b4f5 !important;*/
}

.cbi-section-descr {
	font-size: 18px;
}

.cbi-section-node {
	clear: both;
	border-radius: 3px;
	/*padding-bottom: 0;*/
	position: relative;
}

.cbi-section-table-row {
	border-bottom: 1px solid;
	border-bottom-color: #c5c5c5;
	color: #898a8c;
	font-size: 18px;
}

td .cbi-section-table-row {
	font-size: 18px;
	height: 45px;
}

td .cbi-section-table-row-last {
	font-size: 18px;
	height: 45px;
}

.tooltip {
	margin: 8px;
	padding: 8px;
	color: white;
	background-color: white;
	position: absolute;
	z-index: 3;
	/* support Safari, Chrome */
	-webkit-border-radius: 5px;
	/* support firefox */
	-moz-border-radius: 5px;
	border-radius: 5px;
}

table td {
	font-family: Myriad pro Light;
	font-size: 15px;
	color: #222222;
}

.status_title {
	color: #87888a;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 20px;
	font-family: Myriad pro Regular;
	letter-spacing: 0.3px;
}

.status_table {
	color: #9c9e9f;
	border-collapse: collapse;
	empty-cells: hide;
	margin-left: 10px;
	width: 100%;
}

/*.status_table tr {
	height: 55px;
	font-size: 20px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
}*/

.status_table_left {
	height: 55px;
	font-family: Myriad pro Regular;
	font-size: 14px;
	border-bottom: solid 1px rgba(156, 158, 159, 0.1);
	letter-spacing: 0.2px;
	color: #87888a;
}
.status_table_right {
	height: 55px;
	font-size: 14px;
	font-family: Myriad pro Regular;
	border-bottom: solid 1px rgba(156, 158, 159, 0.1);
	letter-spacing: 0.2px;
	color: #9c9e9f;
}

.status_bar {
	background-color: #FFFFFF;
	width: 150px;
	float: left;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.status_bar_in {
	/*background-color:#42EB7A;*/
	background-color: #67cf60;
	height: 30px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.status_bar_home {
	background-color: #FFFFFF;
	width: 200px;
	float: left;
	height: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.status_bar_in_home {
	background-color: #67cf60;
	height: 25px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#mode_concent_td td {
	border-color: #ff0000;
!Important;
}

/*start for advanced->apps add by areal */
ul.cbi-tabmenu {
	padding: 3px 0;
	margin-left: 0 !important;
	list-style-type: none;
	position: relative;
	z-index: 10;
	top: 4px;
	line-height: 20px;
}

ul.cbi-tabmenu li.cbi-tab,
ul.cbi-tabmenu li.cbi-tab-disabled {
	display: inline;
	margin: 0;
}

/*table tr{
	height:45px;
}*/

ul.cbi-tabmenu li.cbi-tab a,
ul.cbi-tabmenu li.cbi-tab-disabled a {
	text-decoration: none;
	padding: 10px;
	margin-right: 3px;
	color: #BBBBBB;
}

.wifi_tr {
	border-bottom: 1px solid rgba(156, 158, 159, 0.1);
/*	border-bottom-color: #c5c5c5;*/
}

.wifi_tr_left {
	font-family: Myriad pro Regular;
  	font-size: 14px;
  	letter-spacing: 0.2px;
  	color: #9c9e9f;
}

.wifi_tr_left1 {
  	font-family: Myriad pro Regular;
  	font-size: 16px;
  	letter-spacing: 0.3px;
  	color: #9c9e9f;
}

.wifi_tr_left2 {
  	font-family: Myriad pro Regular;
  	font-size: 12px;
  	letter-spacing: 0.2px;
  	color: #00b4f5;
}

.wifi_tr_right {
  	font-family: Myriad pro Regular;
  	font-size: 14px;
  	line-height: 1.36;
  	color: #8a8c8e;
}

ul.cbi-tabmenu li.cbi-tab-highlighted a {
	color: #000000;
	background-color: #FFEEAA;
}

.cbi-map {
	/*background-color: #576870;*/
	/*background:rgba(87,104,112,0.6);*/
	color: #222222;
	/*padding: 10px;*/
}

.cbi-map h2 {
	-webkit-padding-before: 30px;
	padding-left: 30px;
}

.cbi-map h2 a {
	padding-left: 0px;
	font-size: 20px;
	color: #0b8de7;
}

h2 {
	font-size: 20px;
	color: #0b8de7;
}

h2 a {
	font-size: 20px;
	color: #0b8de7;
}

ul.cbi-tabmenu li a:hover {
	/*color: #000000;*/
	background-color: #EEEEEE;
}

ul.cbi-tabmenu li.cbi-tab a {
	padding: 10px;
	color: #FFFFFF;
	background-color: gray;
}

table.SubpageHeading_2 td {
	border-bottom: 1px solid #fff;
	height: 8px;
	font-size: 16px;
	color: #ffffff;
	vertical-align: middle;
}

table.SubpageHeading_2 {
	cellspacing: 0;
	cellpadding: 0;
}

div.cbi-value {
	clear: left;
	vertical-align: middle;
	/*border-bottom: 1px solid;*/
	/*border-color: #c5c5c5 !important;*/
	color: #898a8c;
	padding-left: 80px;
}

.cbi-value-title {
	float: left;
	width: 40%;
	line-height: 1.8em;
	font-size: 16px;
	color: #222222;
	text-align: right;
	margin-right: 50px;
}

div .cbi-value-last {
	border-bottom: none;
}

div.cbi-value-field {
	width: 58%;
	margin-left: 40%;
	padding: 0.25em 0;
}

table.cbi-section-table .cbi-section-table-cell {
	text-align: left;
	padding: 3px;
	white-space: nowrap;
	color: #222222;
	border-collapse: collapse;
	height: 50px;
}

.cbi-section-table th {
	font-size: 18px;
}

td .cbi-section-table-cell {
	text-align: left;
}

table.cbi-section-table {
	width: 100%;
	border-collapse: collapse;
}

/*table.cbi-section-table th,
table.cbi-section-table td {
	text-align: center;
	color : #fff;
}*/
/*end for advanced->apps add by areal */
.td_basic_style {
	padding-left: 30px;
  	width: 170px;
  	height: 19px;
  	font-family: Myriad pro Regular;
  	font-size: 14px;
  	letter-spacing: 0.2px;
  	color: #9c9e9f;
}

textarea#syslog {
	width: 94%;
	min-height: 500px;
	border: 3px solid #00b4f5;
	padding: 5px;
	font-family: Myriad pro Regular;
}

td .cbi-value-field {
	color: #222222;
	text-align: left;
}

.hidden {
	display: none;
}

img.cbi-image-button {
	cursor: pointer;
	margin: 0 2px;
	vertical-align: middle;
}

.cbi-title-ref {
	color: #FFFFFF;
}

#cbi-dhcp-lan-ignore {
	border-bottom: none;
}

#cbi-dhcp-lan-gs, #cbi-dhcp-lan-as {
	border: none;
}

#status-ifc-signal {
	display: none;
}

.cbi-map-descr {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
}

div.cbi-page-actions {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

/*------------------------------------*\
    centeredmenu start
\*------------------------------------*/
/* Main menu settings */
#centeredmenu {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Myriad pro Regular;
	font-size: 90%;
	z-index: 1000;
	position: relative;
	height: 41px;
}

/* Top menu items */
#centeredmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
	right: 50%;
}

#centeredmenu ul li {
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
	position: relative;
	left: 50%;
	top: 1px;
}

#centeredmenu ul li a {
	display: block;
	margin: 0;
	padding: 10px 15px;
	font-size: 1em;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	/*border-left: 1px solid #ffffff;*/
}

#centeredmenu ul li.active a {
	color: #111111;
	background: #00b4f5;
}

#centeredmenu ul li a:hover {
	background: #00b4f5; /* Top menu items background colour */
	color: #ffffff;
}
#centeredmenu ul li a:active {
	background: #00b4f5; /* Top menu items background colour */
	color: #111111;
}

#centeredmenu ul li.visited a {
	color: #ffffff;
	background: #00b4f5;
}
#centeredmenu ul li a:visited {
	background: #00b4f5; /* Top menu items background colour */
	color: #ffffff;
}

#centeredmenu ul li:visited a,
#centeredmenu ul li.visited a {
	/* This line is required for IE 6 and below */
	background: #00b4f5; /* Top menu items background colour */
	color: #ffffff;
}

#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a {
	/* This line is required for IE 6 and below */
	background: #00b4f5; /* Top menu items background colour */
	color: #ffffff;
}

/* 2nd Level Items */

#centeredmenu ul ul {
	display: none;
	/* Sub menus are hiden by default */
	position: absolute;
	left: 0;
	right: auto;
	/*resets the right:50% on the parent ul */
	width: 12em;
	/* width of the drop-down menus */
}

#centeredmenu ul ul li {
	left: auto;
	/*resets the left:50% on the parent li */
	margin: 0;
	/* Reset the 1px margin from the top menu */
	clear: left;
	width: 100%;
}

/* 3rd Level Items */

#centeredmenu ul ul ul {
	display: none;
	/* Sub menus are hiden by default */
	position: absolute;
	top: 0;
	left: 12em;
	right: auto;
	/*resets the right:50% on the parent ul */
	width: 12em;
	/* width of the drop-down menus */
}

#centeredmenu ul ul ul li {
	left: auto;
	/*resets the left:50% on the parent li */
	margin: 0;
	/* Reset the 1px margin from the top menu */
	clear: left;
	width: 100%;
}

#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a {
	font-size: 0.9em;
	font-weight: normal;
	background-color: #ececed;
	color: #5a6368;
	line-height: 1.4em;
	border-bottom: 1px solid #ffffff;
}

#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover {
	background: #dddddd;
	/* Sub menu items background colour */
	color: #5a6368;
	/* Sub menu items hover colour */
}

/* Flip the last 2nd menu so it stays within the page */

#centeredmenu ul ul.last {
	left: auto;
	/* reset left:0; value */
	right: 0;
	/* Set right value instead */
}

#centeredmenu ul li:hover > ul {
	display: block;
	/* Show the sub menus */
}

#centeredmenu ul li ul li ul {
	display: none;
}

#centeredmenu ul li ul li:hover ul {
	display: block;
}

/*------------------------------------*\
    centeredmenu end
\*------------------------------------*/

.class_checkbox {
	/* width: 25px;
		height: 25px;*/
	/*background-color: red;*/
	vertical-align: middle;

	/*content:url("icons/basic/checkbox.png");*/
}

.class_checkbox.checked {
	/*background-color: green;*/

	/*content:url("icons/basic/checkbox-checked.png");*/
}

table tbody {
	width: 100%;
}

.btn_desc {
	font-size: 12px;
	color: #FFFFFF;
}

/*------------------------------------*\
    auto firmware upgrade css --->
\*------------------------------------*/
.circle {
	width: 200px;
	height: 200px;
	position: fixed;
	top: 30%;
	left: 40%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #00b4f5;
	z-index: 100;
}

.pie_left, .pie_right {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

.left_circle, .right_circle {
	width: 200px;
	height: 200px;
	background: #6de6d3;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.pie_right, .right_circle {
	clip: rect(0, auto, auto, 100px);
}

.pie_left, .left_circle {
	clip: rect(0, 100px, auto, 0);
}

.mask {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	left: 25px;
	top: 25px;
	background: #FFF;
	position: absolute;
	text-align: center;
	line-height: 150px;
	font-size: 26px;
	font-weight: bold;
	color: #00b4f5;
}

.pText {
	position: absolute;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	font: "Arail";
	color: #fff;
	top: 100%;
}

.rectangle {
	width: 400px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 40%;
	background: #6de6d3;
	z-index: 2;
}

.r_mask {
	width: 50px;
	height: 50px;
	left: 0px;
	top: 0px;
	background: #00b4f5;
	position: absolute;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	z-index: 3;
}

.pText2 {
	position: absolute;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	font: "Arail";
	color: #fff;
	top: 100%;
	left: 10%;
	z-index: 4;
}

.alpha {
	opacity: .7;
	filter: alpha(opacity=70);
}

/*------------------------------------*\
    auto firmware upgrade css <----
\*------------------------------------*/

input.cbi-button {
	width: 120px;
	height: 32px;
	border-radius: 60px;
	background-color: #0b8de7;
  	color: #ffffff;
	font-family: Myriad pro Regular;
  	font-size: 14px;
  	font-weight: normal;
  	letter-spacing: 0.2px;
  	text-align: center;
}

input.cbi-button[value="Cancel"] {
	width: 120px;
        height: 32px;
        border-radius: 60px;
        background-color: #ffffff;
	border-color: #00b4f5;
        color: #00b4f5;
        font-family: Myriad pro Regular;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.2px;
        text-align: center;
}


input.cbi-button:hover {
	background-color: #00b4f5;
}

input.cbi-button[value="Cancel"]:hover {
        background-color: #ffffff;
}


input.cbi-button-ops {
	background-color: #009fe3;
	border-radius: 3px;
	border: none;
	color: white;
	background-repeat: no-repeat;
	background-position: 1px center;
	padding: 10px 15px 8px 15px;
	font-family: Myriad Pro Light;
}

input.cbi-button-ops:hover {
	background-color: #8a9ba8;
}
/*------------------------------------*\
    confirm_mask css --->
\*------------------------------------*/

.confirm_mask {
	width: 520px;
	height: 201px;
	position: fixed;
	top: 30%;
	left: 30%;
	border: 1px solid;
	padding-top: 20px;
	background: #ffffff;
	border: #FFFFFF 1px groove;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
	z-index: 1002;
}

.confirm_mask_text {
	text-align: center;
	font-size: 26px;
	line-height: 1.36;
	font-family: Myriad pro Regular;
	color: #87888a;
	margin-top:30px;
}

.confirm_mask_img {
	margin-top:41px;
	text-align: center;
}

/*------------------------------------*\
    apply reload css --->
\*------------------------------------*/

.reloadStatus {
	width: 520px;
	height: 201px;
	position: fixed;
	top: 30%;
	left: 30%;
	border: 1px solid;
	padding-top: 20px;
	background: #00b4f5;
	/*border: #FFFFFF 1px groove;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
	z-index: 1002;
}

.reloadStatus_text {
	text-align: center;
	font-size: 18px;
	line-height: 1.36;
	font-family: Myriad pro Regular;
	color: #ffffff;
	margin-top:30px;
}

.reloadstatus_img {
	margin-top:41px;
	text-align: center;
}

/*------------------------------------*\
    apply reload css <----
\*------------------------------------*/

input[value="Wake up host / Submit"] {
	width: 210px;
}

.page_title,
legend {
	font-size: 16px;
	color: #222222;
	font-family: Myriad pro Regular;
	letter-spacing: 0.3px;
	/*width: 91px;*/
	height: 27px;
	font-weight: bold;
}

.basic_mode_table {
	border-collapse: collapse;
}

.basic_mode_table tr {
	height: 55px;
	font-size: 18px;
	/* border-color: #444446 !important; */
}

.title-option {
	font-size: 18px;
	color: #222222;
}

.advanced_mode_table tr {
	font-size: 18px;
	margin-left: 250px;
}
.advanced_mode_table td {
	color: #222222;
}

#header_icons {
	background: #00b4f5;
}
#header_icons td {
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
#header_icons img {
	cursor: pointer;
}
#header_icons a {
	outline: medium none;
}
#header_icons span {
	cursor: pointer;
}

.bg-button-edit {
	width: 120px;
	height: 34px;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #00b4f5;
	color: #00b4f5;
}
