body {
	color: #38424b;
	font-family: calibri,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.1rem;
}

h2 {
	font-size: 1.45rem;
}

a {
    text-decoration: none;
    color: #1f81a4;
}

a:hover {
    text-decoration: underline;
    color: #1f81a4;
}

label {
    margin-bottom: 3px;
	font-size: 23px;
}

#logoTopLeft {
	font-size: 26px;
	color: rgba(255,255,255,0.8);
}

#logoTopRight {
	margin-top:5px;
	color: #fff;
	font-size: 17px;
}

/*
input[type="text"] {
	border: 1px solid red;
}
*/

.btn-primary, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #1f81a4;
    border-color: #1f81a4;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgb(0 148 143 / 50%);
}

.btn-primary:hover, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #1f81a4;
    background-color: #fff;
    border-color: #1f81a4;
}

.form-control, .custom-select, .btn-primary {
	border-radius: 0.25rem;
	font-size: 1.1rem;
}

.form-control:focus, .custom-select:focus {
	box-shadow: 0 0 0 0.2rem rgb(31 129 164 / 50%);
	border-color: #1f81a4;
}

.btn-primary {
	padding-left: 20px;
	padding-right: 20px;
}

.invalid-feedback {
	margin-left: 8px;
}

.siteTitle {
	font-size: 36px;
	text-align: center;
}

.btnLarge {
	background-color: #12111f;
	border-radius: 0.25rem;
	border: 0;
	padding: 10px 20px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	box-shadow: 4px 4px 15px rgb(0 0 0 / 50%);
}

.videoFrame {
	width: 76.7%;
	border: 1px solid #999;
	padding:0px;
}

.videoFrame:hover {
	cursor: pointer;
}

.messageFrame {
	width: 100%; 
	background-color: #e6bf37;
	color: #fff;
	border-radius: 0.25rem;
	padding: 10px 20px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.yellow {
	background-color: #e6bf37;
	color: #fff;
}

.green {
	background-color: #5abf52;
	color: #fff;
}

.btnLarge:hover {
	background-color: #3b3867;
}

.linkNoUnderline:hover {
	text-decoration: none;
}

/* overwrites for datepicker solors */
.gj-picker-bootstrap table tr td.today div {
    color: #1f81a4;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #1f81a4;
    border-color: #1f81a4;
}

/* CHECKBOXES */

/* Customize the label (the checkBoxContainer) */
.checkBoxContainer {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkBoxContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkBoxContainer .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	background-color: #fafafa;
	border: 1px solid #CCC;
	border-radius: 0.25rem;
}

/* On mouse-over, add a grey background color */
.checkBoxContainer:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkBoxContainer input:checked ~ .checkmark {
	background-color: #333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkBoxContainer .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkBoxContainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkBoxContainer .checkmark:after {
	left: 10px;
	top: 5px;
	width: 9px;
	height: 18px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
