
body {
	color: #303438;
	background-color: #EAEAEA;
}

.pointer { cursor: pointer; }

.fog {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.fog-msg {
	width: 280px;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	text-align: center;
	font-size: 1.3rem;
	background-color: Gold;
	border: solid;
	border-radius: 10px;
	border-color: #C3C3C3;
    border-width: 1px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
}

/***********************/
/* Bootstrap overwrite */
/***********************/

.container-fluid {
	padding-left: 25px;
	padding-right: 25px;
}

.border {
	border-color: #d3d3d380 !important;
}

.form-check-input {
	width: 1.2em;
	height: 1.2em;
	margin-top: 0.2em;
	border-color: LightGrey;
}
.form-check-input:checked {
	background-color: White;
	border-color: LightGrey;
}
.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23111' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    background-color: LightGrey;
}
