﻿html, head, body {
    padding: 0;
    margin: 0;
    border: 0;
}

.container {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.focusedRow, .focusedRow .dxgvBatchEditModifiedCell {
    background-color: #C8C8C8;
    color: black;
}

.cafca_background {
    background: #ffffff;
    background: linear-gradient(to right bottom, #d51c29 40%, #d51c29 60%);
    height: 100%;
    width: 100%;
}

.cagca_logOn {
    background-repeat: no-repeat;
    background-image: url('./Images/cafca_fon.png');
    background-size: cover;
}

.rounded-button {
    border-radius: 6px;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.displayimage {
    max-width: 300px !important;
}