/*
 *
 * EgyProTech_EPowerCRM extension
 *
 * @category       EgyProTech
 * @package        EgyProTech_EPowerCRM
 * @copyright      Copyright (c) 2017
 * @license        http://egyprotech.com/legal-agreements/
 *
 * IMPORTANT:
 * Do not add any styeles in this file as it will be overwriten on saving ePowerCRM Styling configurations
 *
 *
**/
.epowerCrmBackground{
    background: #3399CC!important;
}
.epowerCrmBackground.epcrmactive, .active .epowerCrmBackground,
.epowerCrmBackground.epcrmactive:hover, .active .epowerCrmBackground:hover{
    background: #FFFFFF!important;
}
.epowerCrmBackground:hover{
    background: #297AA3!important;
}

.epowerCrmText{
    color: #FFFFFF!important;
}
.epowerCrmText.epcrmactive, .active .epowerCrmText,
.epowerCrmText.epcrmactive:hover, .active .epowerCrmText:hover{
    color: #333333!important;
}
.epowerCrmText:hover{
    color: #FFFFFF!important;
}
