/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/*Nav Logo for Reg*/

a.navbar-brand, a.navbar-brand-reg {
background-image: url("https://dhis.net/wp-content/uploads/2018/03/DHIS-logo-standard.png");
background-repeat: no-repeat;
}

a.navbar-brand-reg {
    width: 100%;
    display: block;
    margin: 15px 0px 15px 20px;
    background-position: center;
    height: 67px;
}

/* Reg Page */

.CHIRegTableWrapper .standout, .CHIRegTableHeader, .CHIRegTableHeaderClear, .CHIRegTableWrapperClear .standout, .CHIRegTableHeaderSidebar, .CHIRegDiscountTableRows {
    background-color: #e22627;
    color:white;
    padding-top:10px;
    padding-left:10px;
    font-weight:bold;
}