/* eas style sheet, must be included behind the app specific style sheets */
/* is necessary in case shared eas functions are included in the app */
/* filename: eas_style.css  */

.container-eas {                    /* indien de app zelf een container definitie heeft zou ik die kunnen gebruiken */
    border: 1px solid #0C3E06;
	border-radius: 5px;
	padding: 4px;
    background-color: #FFFFDC;
    width: 100%;
	margin: 4px 0px 4px 0px;
    box-shadow: 0 2px 6px rgba(0,0,0,.30);
}

.row {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
    margin-bottom: 0.5rem;
}

.preserve-wrapper {
	max-height: 100vh;
	max-width: fit-content;
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
}
.preserve-wrapper:focus {
  outline: none;
}

thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #DCDCFF !important;
	vertical-align: text-top;
}

@media (max-width: 576px) { /* change default font size */
    body {
        font-size: 11px;
    }
    .alert {
        font-size: 14px;
    }
}
