:root {
	--color: #2E9AB2;
}

html,body { margin: 0; padding: 0; overflow: hidden; }
body.custombody { background: #E0E0E0; }

.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mb15 { margin-bottom: 15px !important; }

.pl20 { padding-left: 20px; }
.pr20 { padding-right: 20px; }
.pt20 { padding-top: 20px; }

.red { color: #f51e1e !important; }
.default-color { }

.empty { text-align: center; color: #888888; font-style: italic; margin: 10px 0; }