﻿fieldset > legend {
    font-size: 13px;
}

fieldset ul {
    list-style: none;
    padding: 0 0 0 0!important; 
}

fieldset ul li {
    font-size: 0.8rem;
}

    fieldset ul li:not(:last-child) {
        margin-bottom: 5px;
    }
    fieldset ul li span {
        font-size: 0.8rem;
        font-weight: 700;
    }

.grid-button,
.highcharts-popup button {
    background-color: var(--light, #eee) !important;
    padding: 8px 15px;
    border: none!important;
    outline: none;
    color: #090d48!important;
    font-size: 14px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: .25rem !important
}


    .grid-button:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

fieldset input[type="checkbox"] + label {
    font-size: 12px;
}

fieldset .hal.item {
    padding-right: 6px;
}


fieldset table.fieldset-table > tbody > tr > td {
    padding-left: 0;
}