
/* ==========================================================================
   Header
   ========================================================================== */


#header, .system-message-placeholder {
    
        background-color: white;
    
}



/* ==========================================================================
   Background
   ========================================================================== */


/* ==========================================================================
   Official comments
   ========================================================================== */

    .comment-list .official-answer,
    .signature-extended .editors-only{
        background-color: #DCEBEF
    }


/* ==========================================================================
   Messages
   ========================================================================== */


/* ==========================================================================
   Colors
   ========================================================================== */

    .custom-icon,
    .f-category-icon::before {
        color: #F28822;
    }


    /* Customizable color */
    a,
    a:hover, a:active, a:focus,
    .common-form .btn-link, .common-form .btn-link:hover, .common-form .btn-link:active, .common-form .btn-link:focus,
    .pagination-footer a {
        color: #3893AB;
    }
    .dialog .content a,
    .dialog-form-autocomplete-result .title .highlighted,
    .search-box-autocomplete-result .title .highlighted,
    .comment-list li .content a {
        border-bottom-color: #3893AB;
    }

    /* Should stay white */
    .admin-main-navigation a,
    .logged-in-user a {
        color: #fff;
    }

    /* Should stay blue */
    .account-selector .accounts-list li a {
        color: #3454F4;
    }

    .search-form a {
        border-bottom: 1px solid #3893AB;
    }





