
body {
    font-family: sans-serif;
    min-width: 1024px;
    min-height: 1024px;
    overflow: auto !important;
}

.smallText {
    font-size: smaller;
    font-style: italic;
}

.logo {
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-large {
    min-width: 250px;
}

.bottom {
    align-self: flex-end;
}

.header {
    height: 80px;
}

.oc-custom {
    min-width: 40%;
    background-color: white !important;
}

.tbl-custom {
    background-color: white;
}

.pointer-event{
    cursor: pointer;
}

li:hover {
    background: #dddddd90;
}

.list-group > a:hover,
.list-group > a:focus,
.list-group > a:active {
    background-color: #3C3D3C !important;
    color: #f4f5f6 !important;
}

.col-2 > .list-group{
    padding-bottom: 8rem;
}

.draggable-handle {
    cursor: grab !important;
}

.dragging {
    background-color: #d3e8f9 !important;
}