html,
body {
    font-size: 100% !important;
    height: calc(100% - 40px) !important;
    width: calc(100% - 10px) !important;
}
p {
    margin: 0.5em 0!important;
}
div.row {
	margin-bottom: 2px !important;
}
div.row > label {
	font-weight: 500;
}	
.btn, .btn-sm {
	white-space: nowrap;
}
li {
	margin-left: 5px;
}
.navbar > div.container > button {
	display: none;
}
.maint-bar {
	background-color: #f8d7da;
	    margin: 0 -20px 0 0;
}
.maint-msg {
	color: #842029;
	padding: 16px 16px 16px 36px !important;
}
.breadcrumb {
	display: inline;
	padding: 0 !important;
}
.breadcrumb-bar {
    display: flex;
    justify-content: space-between;
    background-color: #eeeeee;
    border-style: solid;
    border-color: #e27f95;
    border-width: 1px;
}
.panel-menu {
	border-color: #c4c4da !important;
	font-size: larger;
}
h1, h2 {
	margin-bottom: 15px !important;
}
/* kv file input image viewer */
button.kv-file-remove, button.kv-file-rotate, span.file-drag-handle, button.btn-kv-rotate, button.btn-kv-toggleheader, div.file-preview > button {
	display: none !important;
}
div.kv-zoom-actions {
	min-width: 100px !important;
}
br {
	content: ""; 
	display: block; 
	margin: 0.2rem 0;
}