﻿.hls-button {
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
    background-color: transparent;
    border-radius: 4px;
}
.container-background {
    background-color: #f5f5ff !important;
}
.data-table-background {
    background-color: #c6e8f5 !important;
}
.data-table-row-select-background {
    background-color: #e9f3f7 !important;
}

@media (hover: hover) and (pointer: fine) {
    .hls-button:hover {
        background-color: rgba(0,0,0,0.1) !important;
    }
    .hls-button:hover .no-hover {
        background-color: initial !important;
    }

}


