/*@font-face{
	font-family: 'Roboto';
	src: url('./fonts/Roboto-Regular.ttf') format('truetype');
}*/
@font-face{
	font-family: 'Nunito';
	src: url('./fonts/Nunito-Regular.ttf') format('truetype');
}
@font-face{
	font-family: 'NunitoSemiBold';
	src: url('./fonts/Nunito-SemiBold.ttf') format('truetype');
}
@font-face{
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face{
	font-family: 'MontserratSemiBold';
	src: url('./fonts/Montserrat-SemiBold.ttf') format('truetype'); 
}
@font-face{
	font-family: 'MontserratMedium';
	src: url('./fonts/Montserrat-Medium.ttf') format('truetype'); 
}
.montserrat {
    font-family: Montserrat;
}
.montserrat-semiBold {
    font-family: MontserratSemiBold;
}
.montserrat-medium {
    font-family: MontserratMedium;
}
.nunito {
    font-family: Nunito;
}
.nunito-semiBold {
    font-family: NunitoSemiBold;
}
body, body .aggregator {
	margin: 0;
	font-family: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}
.bg_ok {
    background-color: #4DCE69;
    color: #eee;
    padding: 10px;
}
.bg_ko {
    background-color: #D86047;
    color: #eee;
    padding: 10px;
}
div.smui-paper {
    color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 2em;
}


code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f0f0f0;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

.v-middle {
    vertical-align: middle;
}
.v-bottom {
    vertical-align: bottom;
}
.v-top {
    vertical-align: top;
}
.pager select.mdc-select__native-control {
    height: 30px;
    padding-top: 0;
    padding-right: 20px;
    border-bottom: none;
}
.pager.smui-select--standard {
    height: 38px;
    padding-right: 0px;
}
/*.pager.smui-select--standard i {
    right: 20px;
}*/
@media (min-width: 400px) {
	body {
		font-size: 16px;
	}
}

div .mdc-top-app-bar.transparent {
    background-color: transparent;
}
div .mdc-top-app-bar.white {
    background-color: white;
}