﻿body
{
	background-color: #0b5d90;
}
img.logo
{
	display: block;
	margin-top: 3%;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
}
img.statusicon
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -4%;
	/*margin-top: -6%;*/
}
img.collisionicon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
}
img.uploadicon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}

.white_text
{
	color: white;
}
.green_text
{
	color: #41ad49 !important;
}
.red_text
{
	color: #e44061;
}
.sertifiblue
{
	color: #0b5d90;
}
.textfont
{
	font-family: Calibri, Helvetica, Arial, sans-serif;
}
.validateheader
{
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: white;
	margin-top: 1%;
	margin-bottom: 2%
	/*padding-bottom: 2%;*/
}
.dragover {
	outline: 3px dashed #41ad49;
	outline-offset: -3px;
}
.underline-hover:hover {
	text-decoration: underline;
	cursor: pointer;
}

label.underline-text {
	cursor: pointer;
}

	label.underline-text:hover {
		text-decoration: underline;
	}

#file_input_id {
	display: none;
}

p.text-center {
	font-size: 1.5rem;
}

.alert p {
	margin-bottom: 0;
}