@charset 'utf-8';

/* CSS Document */

/********** Articles **********/

.article-section
{
    font-size: 14px;

    display: inline-block;

    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;
}

#public:before,
#internal:before,
#premium: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 !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;
}


/*  ================================  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
{margin: 0 !important;
    padding: 0 !important;
}

#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;
}

/*  ================================  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
{
    float: left;

    width: 40px !important;
    padding: 5px;
}

#annotation-kb .text
{
    min-height: 45px;
    margin-left: 40px;
    padding: 5px 10px;

    background-color: #fff;
}

#annotation-kb .text > p
{
    margin: 0 0 10px 0;
}

#annotation-kb .text > p:only-child
{
    margin: 10px 0 !important;
}


/*Yellow*/

#annotation-kb.warning
{
    border: 1px #fa9d1c solid;
    background-color: #fa9d1c;
}


/*Red*/

#annotation-kb.important
{
    border: 1px #ef5e65 solid;
    background-color: #ef5e65;
}


/*Green*/

#annotation-kb.tip
{
    border: 1px #7eb162 solid;
    background-color: #7eb162;
}


/*Gray*/

#annotation-kb.note
{
    border: 1px #bbb solid;
    background-color: #bbb;
}

@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;
    }
}
