/*================================================================================
	Item Name: MareexRH+
	Version: 1.0
	Author: JARS Costa Rica
	Author URL: http://www.jarscr.com
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.dark-layout h2 {
    color: #fff !important;
}

.navbar-dark .navbar-brand .brand-text {
    color: #fff !important;
}

.brand-logo {
    background: url('/app-assets/images/portrait/small/mareexrh.png') no-repeat center;
    width: 56px;
    height: 51px;
    background-size: 56px 51px;
}

.navbar-light .brand-logo {
    background: url('/app-assets/images/portrait/small/mareexrh.png') no-repeat center;
    width: 56px;
    height: 51px;
    background-size: 56px 51px;
}

.navbar-dark .brand-logo {
    background: url('/app-assets/images/portrait/small/mareexrh-dark.png') no-repeat center;
    width: 56px;
    height: 51px;
    background-size: 56px 51px;
}

.menu-light .brand-logo {
    background: url('/app-assets/images/portrait/small/mareexrh.png') no-repeat center;
    width: 56px;
    height: 51px;
    background-size: 56px 51px;
}

.menu-dark .brand-logo {
    background: url('/app-assets/images/portrait/small/mareexrh-dark.png') no-repeat center;
    width: 56px;
    height: 51px;
    background-size: 56px 51px;
}

.payroll-text {
    font-size: 12px;
}