@import url('./main-layout.css');
@import url('./views/data-grid-view.css');
@import url('./views/master-detail-view.css');
@import url('./views/collaborative-master-detail-view.css');
@import url('./views/gridwith-filters-view.css');

.highlight-row {
    background-color: blue;
    color: white;
}

.styleZapli {
	font-family: Brilliant;
        font-weight: bold;
}

.styleRed {
    background-color: red;
    color: white
}

.styleOrange {
    background-color: orange;
    color: black
}

.styleGreen {
    background-color: green;
    color: white
}

.styleWhite {
    background-color: white;
    color: black
}

.wrap-text {
  white-space: normal;
  word-break: break-word;
}

.center-text {
    text-align: center;
}

vaadin-login-overlay-wrapper::part(brand) {
    background-color: #FFFFFF;
}

@keyframes flashBackground {
    0% { background-color: transparent; }
    50% { background-color: #ffcccc; }
    100% { background-color: transparent; }
}

.dialog-flash {
    animation: flashBackground 1s ease-in-out;
}