/*  --- Start --- Overrite below classes inside your local css file to change theme color*/
.handsontable .ht_highlightrow, .current
    {
    background: -moz-linear-gradient(top, rgba(50, 255, 50, 0.10) 0%, rgba(50, 255, 50, 0.10) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50, 255, 50, 0.10)), color-stop(100%,rgba(50, 255, 50, 0.10)));
    background: -webkit-linear-gradient(top, rgba(50, 255, 50, 0.10) 0%,rgba(50, 255, 50, 0.10) 100%);
    background: -o-linear-gradient(top, rgba(50, 255, 50, 0.10) 0%,rgba(50, 255, 50, 0.10) 100%);
    background: -ms-linear-gradient(top, rgba(50, 255, 50, 0.10) 0%,rgba(50, 255, 50, 0.10) 100%);
    background: linear-gradient(to bottom, rgba(50, 255, 50, 0.10) 0%,rgba(50, 255, 50, 0.10) 100%);
    background-color: rgba(0, 0, 0, 0);
    }

.bg-light, .bg-light a
    {
    color: #000000 !important;
    }
.footer            
    {
    border-top: 1px solid #313695; 
    }
.data_table_sub_head
    {
    }
.primary_color
    {
    color: #313695 !important;
    }
.primary_bg_color
    {
    background: #313695 !important;
    color: #ffffff !important;
    }
.primary_br_color
    {
    border: 1px solid #313695 !important;
    }
.header_primary_ul::before
    {
    background: #313695 !important;
    }
.primary_color_border_bottom
    {
    border-bottom: 1px solid #313695 !important;
    }
.primary_color_border_top
    {
    border-top: 1px solid #313695 !important;
    }
.setwarning
    {
    font-size: 1.17rem !important;
    color: #636363 !important;
    }
a:hover           
    {
    }
.secondary_color
    {
    color: #abd9e9 !important;
    }
.secondary_bg_color
    {
    background: #abd9e9 !important;
    color: #000000 !important;
    }
.secondary_br_color
    {
    border: 1px solid #abd9e9 !important;
    }
.secondary_color_border_bottom
    {
    border-bottom: 1px solid #abd9e9 !important;
    }
.secondary_color_border_top
    {
    border-top: 1px solid #abd9e9 !important;
    }
.btn_primary
    {
    background: #abd9e9 !important;
    color: #ffffff !important;
    }

pre 
    {
    font-family: Consolas,"courier new";
    color: #780000;
    background-color: #f1f1f1;
    padding: 2px;
    font-size: 90%;
    }
