html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

:root {
    --dhx-font-size-small: 10px;
    --dhx-font-size-normal: 12px;
    --dhx-font-size-large: 14px;

    --dhx-line-height-small: 14px;
    --dhx-line-height-normal: 16px;
    --dhx-line-height-large: 18px;
}

.error {
	--dhx-font-color-primary: red;
}

.cell-green {
    background-color: #50C878;
    color: black;
}

.cell-orange {
    background-color: #FFBF00;
    color: black;
}

.cell-red {
    background-color: #DC143C;
    color: white;
}

.cell-grey {
	background-color: #D3D3D3 !important;
}

.new-row {
    background-color: #fffbf0;
    font-style: italic;
}

.row-white {
    background-color: #FFFFFF;
}

.row-light-blue {
    background-color: #EBF3FA;
}

.pagination .dhx_form-group {
    margin: 0 2px 3px 2px !important;
    padding: 0 2px !important;
}

.login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1220px;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    justify-content: center;
}

.download a {
    text-decoration: none;
}

.download i {
    color: var(--dhx-font-color-primary);
    vertical-align: middle;
    margin-right: 4px;
}

.dhx_button {
    text-transform: none !important;
}

/*
.dhx_header-wrapper {
	height: 30px !important;
    min-height: 30px !important;
}

.dhx_grid-row, .dhx_grid-selected-row, .dhx_header-row {
    height: 30px !important;
    min-height: 30px !important;
    line-height: 16px !important;
    box-sizing: border-box;
}

.dhx_grid-cell, .dhx_grid-header-cell {
	min-height: 30px !important;
    height: 30px !important;
    padding: 2px 4px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}*/