﻿html {
    overflow-y: scroll;
}

section {
    margin-bottom: 10px;
}

th.currency {
    width: 50%
}

.placeholder {
    height: 600px;
}

.table-hover tbody tr.detail:hover {
    color: #fff;
    background-color: #007bff;
    cursor: pointer;
}

.diamond-shape {
    height: 38px;
    width: 38px;
}

.btn-group-toggle[data-toggle="buttons"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-right: -8px;
    margin-bottom: -8px;
}

.btn-group-toggle > .btn-diamond-shape {
    margin-right: 8px;
    margin-bottom: 8px;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    flex-grow: 1;
}

.k-multiselect-wrap .k-button .k-select {
    position: static;
}
