/**
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All rights is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2019 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.wkListDesign
{
    display:inline-block;
    padding:5px;
    cursor:pointer;
    margin:5px;
    border:1px solid black;
    border-radius:3px;
    font-size:10px;
    color:black;
}

.wkHighlight
{
    color: #32b8d7;
    border-color: #32b8d7;
}

.wkOffHighlight
{
    color:black;
    border-color:black;
}

.foBackground
{
    background-color:#f1f1f1;
    color:#7a7a7a;
}

.boBackground
{
    background-color:#f5f8f9;
}
