﻿/* Sticky Footer */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 96px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 72px;
    line-height: 72px;
}

/* Highlighting for DevExtreme components */
.dx-texteditor.dx-state-focused,
.dx-checkbox.dx-state-focused {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Remove padding from DevExtreme file upload component */

.dx-fileuploader-wrapper {
    padding: 0;
}

.dx-fileuploader-input-wrapper {
    border: none;
}

.control-background-grey {
    background-color: darkgray;
    color: red;
}
