﻿#container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 9;
}

#mandate-modal {
    width: auto;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    opacity: 1;
    z-index: 10;
    overflow-y: auto;
    border-radius: 20px;
    scrollbar-color: black rgba(255, 255, 255, 0);
    border-width: 1px;
    border-color: black;
}

#targetButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mandate-fields {
    width: 100%;
    border-color: blue;
    margin-top: 0;
    border-color: #ced4da;
}


.e-grid .e-rowcell.e-focus,
.e-grid .e-rowcell.e-focused,
.e-grid .e-rowcell.e-focus.e-focused {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.e-grid .e-row.e-selected {
    background-color: #e0e0e0;
}

.action-column .e-btn {
    margin: 2px;
}
.e-control-wrapper.invalid-input {
    border-width: 2px !important;
    background-color: white;
    border-color: red !important;
    width: 100% !important;
}