html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

.nav-bar
{
	height: 55px !important;
}

.navbar img {
	height: 55px !important;
}

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

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

.full-height
{
	height: 100%;
}

.full-width
{
	width: 100%;
}

.no-margin {
    margin: 0 !important;
}

.column {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-center
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-around-center {
    align-items: center;
    justify-content: space-around;
}

.flex-center-end {
	display: flex;
	justify-content: center;
	align-items: end;
}

.flex-end-center {
    display: flex;
    justify-content: end;
    align-items: center;
}

.flex-end-end {
    display: flex;
    justify-content: end;
    align-items: end;
}

.modal-container
{
	border: 1px solid #000;
	border-radius: 4px;
}

.m-b-s {
    margin-bottom: 10px;
}

.m-b-m {
    margin-bottom: 20px;
}

.m-b-l {
    margin-bottom: 40px;
}

.p-b-m {
    padding-bottom: 20px;
}

.p-b-l {
    padding-bottom: 40px;
}
