/*//BT-47267_BT-52700:Sumit G: 01112021: Implementation of Pledge module for NSDL and CDSL in IBT<Start>*/
:root {

/*Background BG Variables*/    
--client-background1:#fff;
--client-background2:#fff;

/*Color Font Style Variables*/ 
--color-label:#ccc;
--color-text:#000;

/*Readmore Section Variables*/ 
--readmore-barbg:#f7f7f7;
--readmore-text:#333333;
--readmore-text-link:#0072bb;

/*Button Variables*/
--button-bg:#4a8cf6;
--button-text:#fff;

/*Searchfield Variables*/
--search-field-bg:transparent;
--search-field-bdr:#545454;
--search-field-text:#000;
--search-box-active-bdr:#545454;

/*Pledge Scrip Table Variables*/
--table-header-bg:transparent;
--table-header-text:#333;
--table-bdr:#585858;
--table-scriplabel:#333;
--table-scripname:#000;
--table-exchname:#000;
--table-scripvalue:#000;

/*Tooltip Variables*/
--tooltip-bg:#fff;
--tooltip-bdr:#d0d0d0;
--tooltip-shadow:#505050;
--tooltip-label-text:#505050;
--tooltip-value-text:000;

/*Checkbox Variables*/
--checkbox-bg:#fff;
--checkbox-bdr:#ccc;

/*Collateral Variables*/
--collateral-text:#666;
--collateral-price:#000;
--collateral-textbox-bg:#fff;
--collateral-textbox-bdr:#545454;
--collateral-textbox-textcolor:#000;
--collateral-footer-text:#666;
--collateral-footer-text-active:#000;

/*Note Variables*/
--note-title:#ff0000;
--note-points:#333;

}
/*//BT-47267_BT-52700:Sumit G: 01112021: Implementation of Pledge module for NSDL and CDSL in IBT<End>*/    