@charset 'utf-8';

/* CSS Document */

/******************* Headings *******************/

.pqaTitle1 {
  margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Interstate-Light", Arial, Helvetica, sans-serif;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #333333;
    display: block;
    border: solid transparent;
    border-width: 0;
    padding: 10px 20px;
    margin: 0 0 20px!important;
    font-size: 21px;
    border-left: 5px solid #D71C2B;
}

/********** Articles **********/

.article-section
{
    font-size: 14px;
    width: 100%;
    margin: 10px 0 40px;

    border-top: 1px solid #ddd;
}

.article-section img
{
    max-width: 100%;
}

.article-title
{
    font: 600 17px/50px 'Arial';

    display: table;

    margin-top: -25px;
    padding-right: 10px;

    text-transform: uppercase;

    color: #444;
    background-color: #fff;
}


/* Feedback */

#feedback span
{
    font: 17px/32px 'Arial';

    float: left;
}

#feedback button
{
    margin-left: 20px;
}

#feedback button + button
{
    margin-left: 5px;
}

#feedback-form
{
    margin-bottom: 40px;
    padding: 20px;
}



/* Related Article */

#related-articles ul
{
    padding: 0;
}

#related-articles ul li
{
    padding: 5px 0;
}


/* Comments */

#comments ul
{
    margin: 0;
    padding: 5px 0;

    list-style-type: none;
}

#comments ul li
{
    margin-bottom: 20px;
    padding-bottom: 20px;

    list-style-type: none;

    border-bottom: 1px dotted #ddd;
}

.comments-icon img
{
    float: left;

    height: 35px;
    margin-right: 15px;

    border-radius: 50%;
}

.comments-name
{
    font: 600 15px/20px 'Arial';
}

.comments-name span
{
    margin-left: 5px;

    text-transform: uppercase;
}

.comments-name .subline
{
    padding-bottom: 10px;

    text-transform: none;
}

.comments-message
{
    padding: 0 50px;
}

.comments-box
{
    display: inline-block;

    width: 100%;
    padding: 25px 45px;

    text-align: left !important;

    background-color: #f8f8f8;
}



/********** Article Content **********/

.article-type
{
    font: 600 14px/17px 'Arial';

    margin-bottom: 20px;
    padding-bottom: 3px;

    text-transform: uppercase;

    border-bottom: 1px solid;
}

#public
{
    color: #00a94f;
}

#internal
{
    color: #d71920;
}

#premium
{
    color: #f57b20;
}

#partner
{
    color: #2196f3;
}

#public:before,
#internal:before,
#premium:before,
#partner:before
{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;

    margin-right: 5px;

    content: '\f111';

    color: inherit;
}

#article-content .article-body p + ul,
#article-content .article-body p + ol,
#article-content .article-body div + ul,
#article-content .article-body div + ul,
#s_public div + ul,
#s_public div + ol,
#s_premium div + ul,
#s_premium div + ol,
#s_internal div + ul,
#s_internal div + ol
{
    margin: 0 0 0 35px;
    padding: 0 !important;
}

#s_public div,
#s_public p,
#s_public li,
#s_premium div,
#s_premium p,
#s_premium li,
#s_internal div,
#s_internal p,
#s_internal li
{
    word-wrap: break-word;
}

#article-content .article-body .table-responsive
{
    margin-top: 15px;
}

#article-content .article-body .table li
{
    width: auto !important;
}

#article-content .article-body p,
#article-content .article-body div,
#s_public p,
#s_public ol li,
#s_public ol p,
#s_public ul li,
#s_public ul p,
#s_premium p,
#s_premium ol li,
#s_premium ol p,
#s_premium ul li,
#s_premium ul p,
#s_internal p,
#s_internal ol li,
#s_internal ol p,
#s_internal ul div,
#s_internal ul p,
#s_internal ul div,
.article-section-content li
{
    margin-bottom: 15px;
}

#article-content ul li {
    margin-bottom: 10px !important;
}

#article-content .article-body .section-title + p
{
    margin: 10px 0 15px 0;
}

.panel-body > .section-title + p
{
    margin: 0 0 15px 0 !important;
}

.panel-body > p + .section-title
{
    margin: 30px 0 15px 0 !important;
}

#article-content .article-body ul > li > p:first-child
{
    margin-top: 10px;
}

#article-content .article-body ul > li > p + img,
#article-content .article-body ol > li > p + img
{
    margin-top: 0;
}

#article-content .article-body ul > li > ul,
#article-content .article-body ul > li > ol,
#article-content .article-body ol > li > ol,
#article-content .article-body ol > li > ul
{
    margin: 10px 0 0 35px;
    padding: 0;
}

#s_public ol,
#s_public ul,
#s_premium ol,
#s_premium ul,
#s_internal ol,
#s_internal ul
{
    margin: 0 0 15px 35px;
    padding: 0;
}

#s_public > ol > li,
#s_public > ul > li,
#s_premium > ol > li,
#s_premium > ul > li,
#s_internal > ol > li,
#s_internal > ul > li
{
    margin-bottom: 10px !important;
}

#article-content .article-body ol > li
{
    list-style: decimal;
}

#article-content .article-body ol > li > ol > li
{
    list-style: lower-alpha;
}

#article-content .article-body ol > li > ul > li > ol > li
{
    list-style: lower-alpha;
}

#article-content .article-body ol > li > ol > li > ol > li
{
    list-style: lower-roman;
}

#article-content .article-body ol > li > ol > li > ol > li > ol > li
{
    list-style: upper-alpha;
}

#article-content .article-body ol > li > ol > li > ol > li > ol > li > ol > li
{
    list-style: decimal;
}

#article-content .article-body ul > li
{
    list-style: disc;
}

#article-content .article-body ul > li > ul > li
{
    list-style: circle;
}

#article-content .article-body ul > li > ul > li > ul > li
{
    list-style: square;
}

pre {max-width: 750px;}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre {
  outline: 1px #bdbdbd dashed;
  border-left: 10px #e6e6e6 solid;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  background-color: #f8f8f8;
  color:555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
  -webkit-overflow: auto;
  -moz-overflow: auto;
  -ms-overflow: auto;
  -o-overflow: auto;
  overflow: auto;
}

/*  ================================  Public, Premium Internal Section Titles  ================================   */

#article-section .kbrights
{
    font-weight: bold;
}

#article-section .kbrights.public
{
    color: #38880d;
    border-bottom: 1px solid #38880d;
}

#article-section .kbrights.premium
{
    color: #ec6f15;
    border-bottom: 1px solid #ec6f15;
}

#article-section .kbrights.internal
{
    color: #e75152;
    border-bottom: 1px solid #e75152;
}


/*  ================================  Accodrions  ================================   */

#article-content .panel-group .panel
{
    margin-bottom: 0 !important;
    border-width: 1px;
    border-radius: 0;
}


#article-content #accordion .panel-heading, 
#article-content #accordion2 .panel-heading 
{
    margin: 0 !important;
    padding: 0 !important;
}

#article-content .panel-title {
    display: block;
}

#article-content .panel-title a
{
    font: 17px/21px 'Arial';
    font-weight: 600;

    color: #666;
}

#article-content .panel-title a:hover
{
    text-decoration: underline;
}

#article-content .panel-heading .accordion-title.collapsed
{
    background-color: #eee;
}

#article-content .panel-heading .accordion-title
{
    position: relative;

    display: block;

    padding: 10px 20px 10px 15px;

    background-color: #ddd;
}

#article-content .panel-heading .accordion-title i
{
    position: absolute;
    right: 20px;

    color: #39c;
}

#article-content .panel-collapse
{
    margin-bottom: 0 !important;
}

#article-content .panel-body
{
    font-size: 14px;
    line-height: 20px;

    margin: 0;
    padding: 15px;
}

#article-content .panel-body > .section-title
{
    font-size: 17px;
}

#expand-collapse i
{
    margin-left: 5px;
}


/*  ================================  From OLD KB  ================================   */

#article-content .article-body .highlight
{
    font-style: italic;

    margin: 5px 0 15px 0;
    padding: 5px 10px;

    border: 1px #ddd solid;
    border-radius: 3px;
    background-color: #f8f8f8;
}

#article-content .article-body .center
{
    text-align: center;
}

#article-content .article-body .indent
{
    margin: 15px;

    word-wrap: break-word;
}

#kb-solution .accordion .pane-title.current h2
{
    background-color: #ddd;
}


.btn-fa-left > .fa
{
    margin-right: 6px;
}

.article-body .btn
{
    float: none !important;
}

/*  ================================  KB Tables  ================================   */

.table > caption + thead > tr:first-child>th,
.table > colgroup + thead > tr:first-child>th,
.table > thead:first-child > tr:first-child>th,
.table > caption + thead > tr:first-child>td,
.table > colgroup + thead > tr:first-child>td,
.table > thead:first-child > tr:first-child > td
{
    vertical-align: middle;
}

.table-bordered > thead > tr>th,
.table-bordered > thead > tr > td
{
    text-transform: initial;

    color: #666;
    background: #e5f0f1;
}

.table > tbody > tr > .break-word
{
    word-break: break-word;
}
.table > tbody > tr > td,
.table > tbody > tr > th {vertical-align: middle !important;}

.table > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    padding: 10px !important;
    font-size: 12px !important;
}
.table > thead > tr > th {
    text-transform: uppercase;
}

/*  ================================  Notifications in KB  ================================   */

#article-content #annotation-kb div
{
    margin-bottom: 0 !important;
}

#annotation-kb
{
    margin-top: 10px;
    margin-bottom: 20px;

    border-width: 1px solid;
}

#kb-solution-body .table td #annotation-kb,
.article-section-content #annotation-kb
{
    width: 100% !important;
}

#annotation-kb div,
#annotation-kb p,
#annotation-kb li
{
    width: auto !important;
    margin-bottom: initial !important;
}

#annotation-kb .text li
{
    width: auto;
}

#annotation-kb .fa
{
    font-size: 21px;

    margin: 5px;

    vertical-align: top;

    color: #fff;
}

#annotation-kb .icon
{
    min-width: 40px !important;
    padding: 5px;
}

#annotation-kb .text
{
    min-height: 45px;
    margin-left: auto;
    padding: 5px 10px;
    background-color: #fff;
    min-width: calc(100% - 40px);
}

#annotation-kb .text > p
{
    margin: 0 0 10px 0;
}

#annotation-kb .text > p:only-child
{
    margin: 10px 0 !important;
}

#annotation-kb .clearfix {
    display: none;
}


/*Yellow*/

#annotation-kb.warning
{
    border: 1px #fa9d1c solid;
    background-color: #fa9d1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/*Red*/

#annotation-kb.important
{
    border: 1px #ef5e65 solid;
    background-color: #ef5e65;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/*Green*/

#annotation-kb.tip
{
    border: 1px #7eb162 solid;
    background-color: #7eb162;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/*Gray*/

#annotation-kb.note
{
    border: 1px #bbb solid;
    background-color: #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



@media screen and (min-width: 1200px)
{
    .article-section-content > p,
    .article-section-content > ul,
    .article-section-content > ol,
    #s_public p,
    #s_public ol li,
    #s_public ol li p,
    #s_public ul li,
    #s_public ul li p,
    #s_premium p,
    #s_premium ol li,
    #s_premium ol li p,
    #s_premium ul li,
    #s_premium ul li p,
    #s_internal p,
    #s_internal ol li,
    #s_internal ol li p,
    #s_internal ul li,
    #s_internal ul li p,
    .article-body,
    #annotation-kb,
    #accordion,
    #expand-collapse
    {
        max-width: 750px;
    }
}



.table__responsive--scrolling {
  position: relative;
  margin: auto;
  overflow: hidden; }
  .table__responsive--scrolling .table__scroll-option {
    display: block;
    height: 50px;
    text-align: right;
    padding-top: 15px;
    margin-bottom: 0px !important; }
    .table__responsive--scrolling .table__scroll-option a {
      padding: 5px 15px;
      border: 1px solid #eee;
      border-radius: 5px;
      margin-top: 10px; }
      .table__responsive--scrolling .table__scroll-option a.disabled {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #dddddd; }
      .table__responsive--scrolling .table__scroll-option a:hover {
        background: #db3d44;
        color: #fff;
        text-decoration: none; }
      .table__responsive--scrolling .table__scroll-option a.scrollRight:before {
        font-family: 'FontAwesome';
        content: '\f053';
        text-decoration: none; }
      .table__responsive--scrolling .table__scroll-option a.scrollLeft:before {
        font-family: 'FontAwesome';
        content: '\f054';
        text-decoration: none; }
  .table__responsive--scrolling .table-wrap {
    width: 100%;
    overflow: auto; }
    .table__responsive--scrolling .table-wrap.right-hover {
      background-color: #fff;
      background-image: -moz-linear-gradient(left, rgba(255, 252, 252, 0) 0%, rgba(255, 252, 252, 0.29) 29%, rgba(255, 252, 252, 0.83) 83%, black 100%);
      background-image: -webkit-linear-gradient(left, rgba(255, 252, 252, 0) 0%, rgba(255, 252, 252, 0.29) 29%, rgba(255, 252, 252, 0.83) 83%, black 100%);
      background-image: -o-linear-gradient(left, rgba(255, 252, 252, 0) 0%, rgba(255, 252, 252, 0.29) 29%, rgba(255, 252, 252, 0.83) 83%, black 100%);
      background-image: linear-gradient(to right, rgba(255, 252, 252, 0) 0%, rgba(255, 252, 252, 0.29) 29%, rgba(255, 252, 252, 0.83) 83%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffcfc', endColorstr='#000000',GradientType=1 );
      opacity: 0.9; }
    .table__responsive--scrolling .table-wrap.left-hover {
      background-color: #fff;
      background-image: -moz-linear-gradient(left, black 0%, rgba(255, 252, 252, 0.72) 28%, rgba(255, 252, 252, 0) 99%, rgba(255, 252, 252, 0) 100%);
      background-image: -webkit-linear-gradient(left, black 0%, rgba(255, 252, 252, 0.72) 28%, rgba(255, 252, 252, 0) 99%, rgba(255, 252, 252, 0) 100%);
      background-image: -o-linear-gradient(left, black 0%, rgba(255, 252, 252, 0.72) 28%, rgba(255, 252, 252, 0) 99%, rgba(255, 252, 252, 0) 100%);
      background-image: linear-gradient(to right, black 0%, rgba(255, 252, 252, 0.72) 28%, rgba(255, 252, 252, 0) 99%, rgba(255, 252, 252, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00fffcfc',GradientType=1 );
      opacity: 0.9; }
  .table__responsive--scrolling .table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0; }
    .table__responsive--scrolling .table th, .table__responsive--scrolling .table td {
      vertical-align: top; }
    .table__responsive--scrolling .table tr > th {
      min-width: 120px; }
    .table__responsive--scrolling .table.table-striped > thead > tr > th {
      background-color: #e5f0f1; }
    .table__responsive--scrolling .table.table-striped > tbody > tr:nth-of-type(odd) > td {
      background-color: #F8F8F8; }
    .table__responsive--scrolling .table.table-striped > tbody > tr:nth-of-type(even) > td {
      background-color: #fff; }
  .table__responsive--scrolling .clone {
    position: absolute;
    top: 50px;
    left: 0;
    pointer-events: none;
    background-color: transparent !important; }
    .table__responsive--scrolling .clone.scroll-option--hidden {
      top: 0px; }
    .table__responsive--scrolling .clone th, .table__responsive--scrolling .clone td, .table__responsive--scrolling .clone tr {
      visibility: hidden; }
    .table__responsive--scrolling .clone tbody th {
      visibility: visible; }
    .table__responsive--scrolling .clone .fixed-side {
      visibility: visible;
      background-color: #fff;
      box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); }
    .table__responsive--scrolling .clone.table-striped > thead > tr > th {
      background-color: #e5f0f1; }
    .table__responsive--scrolling .clone.table-striped > tbody > tr:nth-of-type(odd) > th {
      background-color: #F8F8F8; }
    .table__responsive--scrolling .clone.table-striped > tbody > tr:nth-of-type(even) > th {
      background-color: #fff; }

.panel-collapse.collapse .table__responsive--scrolling .clone {
  display: none; }

.panel-collapse.collapse.in .table__responsive--scrolling .clone {
  display: block; }



.panel-collapse.collapse  {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0px !important;
  visibility: hidden;
  height: 0px;
  /*position: absolute; */
  left: -999em;
}
.panel-collapse.collapse.in  {
  visibility: visible;
  height: auto;
  display: block;
  position: unset;
  left: 0px;
}


/*Back to Top*/
a.anchor {
    display: block;
    content: " ";
    margin-top: -285px;
    height: 285px;
    visibility: hidden;
    position: absolute;
    z-index: -5;
}

