/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';

body {
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.8rem; /*1rem;*/
    font-weight: 400;
    line-height: 1.0; /* 1.5;*/
    /*color: #ffffff;*/
    text-align: left;
    /*background-color: #3a474d;*/
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

 

h1.rz-heading {
    font-size: 1.5rem;
    line-height: 1.1875em;
    font-weight: 700;
    letter-spacing: -0.04em;
    /*color: #262526;*/
    margin-bottom: 1rem;
}

.body {
    padding: 0.5rem;
}



.rz-layout .rz-body {
    transform: translateZ(0);
}

.rz-expanded-row-template {
    background-color: #3a474d;
    padding: 0.625rem;
    border: none;
    border-radius: 2px;
}

.rz-expanded-row-content > td {
    padding-top: 0;
    background-color: #3a474d;
}

.rz-datatable-thead th, .rz-grid-table thead th {
    background-color: #f4f5f9;
    padding: 0.1rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e9eaed;
}

.rz-datatable-data td, .rz-grid-table td {
    /*text-align: center;*/
    /* line-height: 0.5px; */
    padding: 1px 1px 1px 1px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    /* border: 0px; */
    /*height: 7px;*/
}
/*.rz-cell-data {
 
height: 15px;
padding: 1px 1px 1px 1px;
}*/

.rz-tabview-panel {
    padding: 0.5rem;
}

.rz-cell-filter .rz-cell-filter-label .rz-textbox {
    height: 1.50rem;
    line-height: 1.429;
    color: #4f4f50;
    font-size: 0.875rem;
    transition: all 0.1s linear;
    outline: none;
}

.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
    display: inline-block;
    font-size: 10px;
    line-height: inherit;
    text-transform: uppercase;
    color: #88989b;
    padding: 0 0 0.625rem 0.625rem;
    font-weight: normal;
    vertical-align: unset;
}

.rz-datatable.rz-has-template > .rz-datatable-scrollable-wrapper > .rz-datatable-scrollable-view > .rz-datatable-scrollable-body > .rz-datatable-scrollable-table-wrapper > table > .rz-datatable-scrollable-colgroup col:first-child {
    width: 1rem;
}

.rz-body {
    padding: 0.5rem /*1rem;*/
}


.row-highlight {
    background-color: red;
    text-decoration: line-through;
}

 