body {
	margin: 0;
	color: #000;
	background-color:#fff !important;
	font-family: "Segoe UI", Verdana, sans-serif;
}
p {
	margin-bottom: 0.5rem;
}
#header {
	padding: 10px 20px;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
	background-color: #3b668d;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration: none;
}
.btn {
	margin-bottom: 5px;
}
.btn-xs {
	padding: 2px 8px;
	font-size: 0.9rem;
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.input-fixed {
	width: 200px; 
}
.form-control.input-full {
	width: 100% !important; 
}
.col-form-label {
	text-align: right;
	display: inline-block !important;
}
@media (max-width: 576px) {
	.col-form-label {
		text-align: left;
		padding-left: 0;
	}
}
button {
	padding: 5px 15px;
}
.wrapper {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-bottom: 20px;
}
.container {
	display: flex;
	flex-direction: column;
}
footer {
	display: flex;
	align-items: center;
	color: #888;
	font-size: 0.8rem;
	justify-content: center;
	flex-direction: column;
}
.widget {
	display: flex;
	border-top: 1px solid #ddd;
	background-color: #fafafa;
	height: 165px;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.copyright {
	display: flex;
	border-top: 1px dashed #ddd;
	background-color: #eee;
	height: 40px;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.logo {
	color: #fff;
	cursor: default;
}