body{
font-size:10px;	
	
}

#GA_Flow_Id {
    display: none;
}

#kb-article-page .breadcrumbs a {
    text-decoration: none;
}

#kb-article-page .breadcrumbs a:hover {
    opacity: 0.8;
}

#kb-article-page .home-search-box-1 {
    background-color:#fff;
    text-align:left;
    padding-top:40px;
}
#kb-article-page .home-search-box .col {
    vertical-align:top;
}

#kb-article-page .home-search-box-1 {
    width: 70%;
}

#kb-article-page .highlight.t1.article h2 {
    padding: 10px 0;
}

#kb-article-page p.line-break .divider {
    padding: 0 10px;
}

.article-content {
    border-bottom:solid 1px #ececec;
}

.home-search-box-1.articlecol-lf p {
    width:100%;
    color: #333;
}

#kb-article-page .home-search-box-1.col.articlecol-lf div.highlight-notes p {
    background-color:#ececec;
    padding:30px;
    margin-top:20px;
    margin-bottom:30px;
}

.value {
    font-weight:bold;
}

.device-credentials  {
    padding-bottom:20px;
}

.device-credentials p {
    margin-top:5px;
    padding-bottom:0px;
}

.home-search-box-1.articlecol-lf p.last-updated {
    color:#999999;
    margin-top:50px;
    margin-bottom:15px;
}

.article-helpful .inline-block {
    overflow: hidden;
    margin: 20px 0;
    display: block;
}

.article-helpful .inline-block > *{
    float: left;
    display: block;
}

.article-helpful .inline-block::after {
    content: "";
    clear: both;
}

.article-helpful h3{
    color:#333;
}

.helpful {
    background-color: #ffffff;
    border: 1px solid #1288b7;
    color: #1288b7;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 10px 30px;
    position: relative;
    transition: all 200ms ease-in-out;
    white-space: nowrap;
    margin-left:10px;
}

.helpful:hover {
    color:#ffffff;

}
.article-helpful-no, .article-helpful-yes {
    clear: both;
    display: none;
}
.article-helpful-no input[type=checkbox] {
    display:block;
    visibility:visible;
    width:inherit;
    position:relative;
    color:#000;

}

.article-helpful-no span {
    position:relative;
    color:#000;
    left:20px;
    top:-13px;
    font-size:14px;
}

.article-helpful-no textarea {
    background-color: #fff;
    border: 1px solid #dedede;
        border-radius: 0;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    height: 70px;
    outline: 0;
    padding: 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.article-helpful-no .helpful {
    margin-left: 0;
    margin-top: 25px;
}

.article-content h1, 
.article-content h2, 
.article-content h3, 
.article-content h4 {
    color: #000000 !important;
    font-weight: 700 !important;
    font-family: Arial, Helvetica, sans-serif !important;
} 

.rn_PreviousAnswers2 h2,
.rn_RelatedAnswers2 h2 {
    display: none;
} 

.rn_ThanksLabel {
    color: rgb(77, 77, 77);
    font-size: 1.5em;
    line-height: 1.5em;
}

.rn_Response > fieldset {
    border: 1px solid #FFF !important;
}

.rn_GuidedAssistant .rn_QuestionText {
    margin: 10px 0 0px !important;
}


.rn_GuidedAssistant img {

    max-width: 100% !important;

    max-height: 100% !important;

}


.rn_GuidedAssistant .rn_Node {
    margin-bottom: 16px !important;
    padding-bottom: 10px !important;
}

.rn_ButtonQuestion > button {
    background: #633292 url(images/buttonGradientCombo.png) 0px 0px repeat-x;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    border: 1px solid #304764;
    color: #FFF;
    cursor: pointer;
    font: bold 12px;
    line-height: normal;
    margin-right: 6px;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}

.article-content iframe {
    border: #fff;
}

/*.article-content p {
    padding-bottom: 0px !important;
}*/

table,th, td {
    border: 1px solid black !important;
    padding: 5px !important;
    color: #333333;
    font-size: 12px;
}

.article-content ol, .article-content ul {
    margin-bottom: 1em;
    padding-left: 1em;
    clear: both;
}

.article-content li {
    line-height: 1.5em;
    margin: 4px 10px;
}

/*.article-content img {
   border: 1px solid black;
}*/

/*.home-search-box-2 .article-related .right-panel .rn_PreviousAnswers2,
.home-search-box-2 .article-related .right-panel .rn_RelatedAnswers2 {
    margin-bottom: 10px !important;
}*/

.home-search-box-2 .looking-more {
    margin-bottom: 30px !important;
}

.nganalytics {
    display: none;
}

.article-content {
    /*color: #333;*/
	color: #100C10; 
    font-size: 15px;
    line-height: 1.5;
}

.article-content span {
    word-wrap: break-word;
}

.article-content ol li,
.article-content ul li ol li {
    list-style:decimal;
}
.article-content ol li ol li,
.article-content ol li ul li ol li {
    list-style:lower-alpha;
}
.article-content ol li ol li ol li,
.article-content ol li ul li ol li +ol li
{
    list-style:lower-roman;
}
.article-content ol li ol li ol li +ol li
{
    list-style: disc;
}
.article-content ul li {
    list-style:disc;
}
.article-content ul li ul li,
.article-content ol li ul li {
    list-style:circle;
}
.article-content ul li ul li ul li,
.article-content ol li ul li ul li{
    list-style:square;
}
.article-content ul li ul li ul li +ul li,
.article-content ol li ul li ul li +ul li {
    list-style:disc;
}

.rn_GuidedAssistant .rn_RadioQuestion input {
    position: relative !important;
}

.article-content img {
    display: inline !important;
}

/*.article-content li img {
    display: block !important;
}*/

.article-content .guided-assist table  {
    margin-top: 10px;
    width: 100%;
    display: table-row !important;
}

.article-content .guided-assist table, th, td  {
    border: none !important;
    font-size: 62.5%;
    font-weight: normal;
}

.article-content .guided-assist input {
    width: inherit;
}

.article-content table,th, td,
.article-content table,tr, td {
    border: 1px solid black !important;
    padding: 5px !important;
    color: #333333;
    font-size: 14px;
}


/****************************
-- side bar --
****************************/
#kb-article-page .home-search-box-2 {
    background: #F8F8F8;
    padding: 0;
    margin: 0;
}
#kb-article-page .home-search-box-2 > section {
    padding: 15px 60px 5px 60px;
}
#kb-article-page .home-search-box-2 > section:first-child {
    padding: 35px 60px 35px 60px;
}

.Article-appliesto ul li.fa {
    display: block;
    margin-bottom: 15px;
}
.Article-appliesto ul li.fa a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	color:#0000EE;
}

#PreviousAnswers ul li a {
    text-decoration: none;
	color:#0000EE;
}

#PreviousAnswers ul li a:hover {
    text-decoration: underline;
}

#RelatedAnswers ul li a {
   
    text-decoration: none;
	color:#0000EE;
}

#RelatedAnswers ul li a:hover {
   
    text-decoration: underline;

}
#header .secondary-nav p, #header .secondary-nav a:hover{
   
    color:#000000 !important;

}



.Article-appliesto ul li::before {
    content:"\f061";
    color:#100C10;
	/*color: #662d81;*/
}

.Article-appliesto .left-arrow {
    color:#333;
    margin-top: 30px;
    display: block;
}

.Article-appliesto .left-arrow:hover, .Article-appliesto ul li.fa a:hover {
    text-decoration: underline;
}

.Article-appliesto .left-arrow::after {
    position: static;
    margin-left: 8px;
}

.article-related ul li {
    margin-bottom: 15px;
}

.looking-more input[type="text"] {
    width: 90%;
}

.hidden-article-list {
    display: none;
    list-style: none;
}

.hidden-article-list li::before {
    content: "" !important;
}

.ng-warning::before {
    content: "Warning: ";
    Color: #e90909;
}

.ng-note::before {
    content: "NOTE: ";
    font-weight: bold;
    color: #0ACBE1;
}

.ng-caution::before {	
    content: "Caution: ";	
    font-weight: bold;	
    color: orange;	
}	

/*CEP-9989*/
.steps li p.ng-note{
	padding-bottom: 10px;
	padding-top: 5px;
}

.steps li p.ng-caution{
	padding-bottom: 10px;
	padding-top: 5px;
}

.steps li p.ng-warning{
	padding-bottom: 10px;
	padding-top: 5px;
}


/*CEP-9989*/


p.ng-note {
    /*background-color: #ececec;
    margin-bottom: 30px;
    margin-top: 20px;*/
	padding-top: 1px;
	padding-bottom: 6px;
    padding-left: 30px;
	
	
}

p.ng-caution{
	padding-top: 1px;
	padding-bottom: 6px;
    padding-left: 30px;
	
}

p.ng-warning{
    padding-top: 1px;
	padding-bottom: 6px;
   padding-left: 30px;
}

.ng-gui-element,
.ng-procedure-intro {
    font-weight: 700;
}

.ng-cross-reference {
    color: #1a0dab; 
}

.ng-emphasis {
    font-style: italic;
}


img {
    float: initial;
}

li img {
    display: block;
}
p .ng-warning,
p .ng-note,
p .ng-caution,
p .ng-sub-paragraph{
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-top: 0px;
    margin-bottom: 0px;
}

ol .ng-sub-paragraph,
ul .ng-sub-paragraph,
.ng-warning .ng-sub-paragraph,
.ng-note .ng-sub-paragraph,
.ng-caution .ng-sub-paragraph{
   display: block;
}

.ng-warning .ng-sub-paragraph,
.ng-note .ng-sub-paragraph,
.ng-caution .ng-sub-paragraph{
   text-indent: 8em;
}

.ng-sub-paragraph{
    display: inherit;
}

.ng-warning + .ng-sub-paragraph::before{
    content: 'WARNING:\00a0';
    color: rgba(255,255,255,0);
}
.ng-note + .ng-sub-paragraph::before{
    content: 'Note:\00a0';
    color: rgba(255,255,255,0);
}

.ng-caution + .ng-sub-paragraph::before{
    content: 'Note:\00a0';
    color: rgba(255,255,255,0);
}

.ng-code {
    font-family: monospace;
}
/****************************
-- Media Queries --
****************************/

@media only screen and (max-width: 64em) {
    #kb-article-page .home-search-box-1, #kb-article-page .home-search-box-2 {
    width: 100%;
	padding-left: 20px;
    padding-right: 20px;
    /*text-align: center;*/
    }
    #kb-article-page .home-search-box-2 div,    #kb-article-page .home-search-box-2 h5, .home-search-box-2 p{
     display: block;
 }
 #kb-article-page .home-search-box-2 > section {
     text-align: left;
 }
 #kb-article-page .contact-support p {
    padding: 10px;
 }
 .article-helpful {
     text-align: left;
     padding: 4px 10px;
 }
 #kb-article-page .highlight.t1.article h2, #kb-article-page .highlight.t1.article p  {
     text-align: left !important;
 }
 #kb-article-page .looking-more {
     display: block;
 }
 #kb-article-page .home-search-box-2 > section, #kb-article-page .home-search-box-2 > section:first-child {
    padding: 15px 20px 5px 20px;
    }
 .home-search-box-1.articlecol-lf p {
        
        text-align: left;
    }
	
	

}

@media only screen and (max-width: 500px) {

    .article-helpful .inline-block > * {
        float: none;
        display: inline-block;
    }
    .article-helpful .inline-block h3 {
        width: 100%;
        margin-bottom: 15px;
    }
    .article-helpful {
        text-align: left;
        padding: 4px 0px;
    }
    
    .rn_ThanksLabel {
        display: block;
        padding-top: 5px;
    }
    
    #supportproduct .bottom-highlight h2 + p,
    #supporthome .bottom-highlight h2 + p,
  #kb-article-page .bottom-highlight h2 + p  {
            margin: 0;
    }
}
/* Devices */
@media only screen and (max-width: 40.063em) {
  .home-search-box-1.col.articlecol-lf p {
   text-align:left;
  }
  .home-search-box-1.col.articlecol-lf{
    padding-left:20px;
    padding-right:20px;
  }
  .article-helpful-no textarea {
    width:98%;
  }
}

/*Fix subparagraphs in lists*/
ol{
  /*counter-reset: myCounter;*/
}

ol li:not(.ng-sub-paragraph-li){
  counter-increment:myCounter;
  /*list-style:none;*/
}

/*ol li:not(.ng-sub-paragraph-li)::before{
  content: counter(myCounter) ".\00a0\00a0";
}*/

.ng-sub-paragraph-li{
  list-style:none;
  display: inline-flex;
}

/*These will fix the indentation in the list*/
ol .ng-sub-paragraph-li::before{
  content: counter(myCounter) ".\00a0\00a0";
  color: rgba(255,255,255,0);
  display: inline-block;
}

ol .ng-warning-li + .ng-sub-paragraph-li::before{
  content: counter(myCounter) ".\00a0\00a0WARNING:\00a0";
  color: rgba(255,255,255,0);
  display: inline-flex;
}

ol .ng-note-li + .ng-sub-paragraph-li::before{
  content: counter(myCounter) "\00a0\00a0Note: ";
  color: rgba(255,255,255,0);
  display: inline-flex;
}


ol .ng-caution-li + .ng-sub-paragraph-li::before{
  content: counter(myCounter) "\00a0\00a0Caution: ";
  color: rgba(255,255,255,0);
  display: inline-flex;
}

ul .ng-warning-li + .ng-sub-paragraph-li::before{
  content: "WARNING:\00a0";
  color: rgba(255,255,255,0);
  display: inline-block;
}

ul .ng-note-li + .ng-sub-paragraph-li::before{
  content: "Note:\00a0";
  color: rgba(255,255,255,0);
  display: inline-block;
}

ul .ng-caution-li + .ng-sub-paragraph-li::before{
  content: "Caution:\00a0";
  color: rgba(255,255,255,0);
  display: inline-block;
}

ol li .ng-sub-paragraph,
ul li .ng-sub-paragraph,
ol li .ng-warning,
ul li .ng-warning,
ol li .ng-caution,
ul li .ng-caution,
ol li .ng-note,
ul li .ng-note{
  display: inline;
}

ul li .ng-sub-paragraph-li,
ol li .ng-sub-paragraph-li{
  list-style:none;
}

.article-content ol li::before {
   display: none;
}

/*NM Changes new*/
.ng-warning{
    background: url(https://www.downloads.netgear.com/files/ckeditor/test/Warning.png)no-repeat 0px 3px;
    text-align: start;
    padding-left: 35px;
    /*background-size:30px 30px;*/
}


p.ng-warning::before {
    content: "Warning:  ";
    Color: #e90909;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding-right:5px;
	
}

.ng-caution{
    background: url(https://www.downloads.netgear.com/files/ckeditor/test/Caution.png)no-repeat 0px 3px;
    text-align: start;
    padding-left: 35px;
    /*background-size:30px 30px;*/
}

p.ng-caution::before {
    content: 'Caution:  ';
    color: #FFA500;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding-right:5px;
	
}
.ng-note{
    background: url(https://www.downloads.netgear.com/files/ckeditor/test/Note.png)no-repeat 0px 3px;
    text-align: start;
    padding-left: 35px;
    /*background-size:30px 30px;*/
}

p.ng-note::before {
    content: 'Note:  ';
    color: #000000;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding-right:5px;
	
}

/*.home-search-box-1.articlecol-lf p{
text-align: start;
    padding-left: 35px;
}*/

.article-content h2{
font-size: 18.72px !important;

}
.article-content h3{
font-size: 16.72px !important;
}
.article-content a{
   text-decoration: underline;
    color: #0000EE;
  
}

a.btn.btn-blue {
    color: #fff  !important;
    text-decoration: none  !important;
}

.collapsible-item-heading a{
color: #000000  !important;
text-decoration: none !important;	
	
}

.article-content p{
line-height:26px;
}


	
/*NM Changes new*/