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


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


    #header h1, #header strong, #header a em {
        color: #ffffff;
    }


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

    
        #content {
            background-color: #e6f4eb;
        }
    


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

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


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

    .message-important {
        
            background-color: #ffc0c1;
        
        
            color: #000000;
        
    }
    
        .message-important a,
        .message-important a:hover,
        .message-important a:active,
        .message-important a:visited,
        .message-important a:link
        {
            color: #009639;
        }
    


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

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


    /* 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: #000000;
    }
    .dialog .content a,
    .dialog-form-autocomplete-result .title .highlighted,
    .search-box-autocomplete-result .title .highlighted,
    .comment-list li .content a {
        border-bottom-color: #000000;
    }

    /* 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 #000000;
    }



    .footer-links a {
        color: #009639;
    }


    .toplist__content a {
        color: #009639;
    }


