﻿.customSegnaGrid {
    background-color: #78C060 !important;
    border-radius: 10px 10px 5px 5px !important;
}

    .customSegnaGrid button[aria-expanded=false], .customSegnaGrid button[aria-expanded=false]:active {
        background-color: #78C060 !important;
        border: 1px solid #78C060 !important;
    }

    .customSegnaGrid thead > tr > th {
        background-color: #28405E !important;
        color: white !important;
    }

    .customSegnaGrid div.modal-dialog-owner, div.btn-toolbar {
        padding: 5px !important;
    }




    /**.customSegnaGrid .custom-checkbox input[type=checkbox] {
        width: 1.2rem;
        height: 1.2rem;
        background-color: red !important;
    }

    dxbs-checkbox[check-state="0"] .customSegnaGrid .custom-checkbox input[type=checkbox] {
        background-color: white !important;
        color: white !important;
        border: 2px solid red !important;
    }*/
