/* OER CUSTOM STYLES */

#canvas {
	margin-top:60px;
	/*
	background:#eeeeee;
	border:1px dashed #fff;
	*/
}

#oer_theory {
	margin-top:-540px;  /* change this with the actual total height */
}

#oer_application {
	margin-top:-367px; /* change this with the actual total height */
}

#oer_investigation {
	margin-top:-375px; /* change this with the actual total height */
}

#oer_application div {
	display:none;
}

#oer_application div.active, #oer_application div.navigation {
	display:block;
}

#oer_investigation div {
	display:none;
}

#oer_investigation div.active, #oer_investigation div.navigation {
	display:block;
}

#oer_inv1 a, #oer_inv1 a:link, #oer_inv1 a:visited {
	color:#fff;
}

#oer_inv1 a:hover {
	color:#fff;
	text-decoration:underline;
}




.btn-primary {
	background-color:#0ca9f0;
}

.btn-group-sm>.btn, .btn-sm {
	border-radius:5px;
}

.theme-blue-sea .checkbox.checbox-switch.switch-primary label > input:checked + span, .theme-blue-sea .checkbox-inline.checbox-switch.switch-primary > input:checked + span {
	background-color:#b5cc30;
	border-color:#617104;
}

/* Customize Modals for ASCII table */
.modal-header {
    border-bottom: 0;
    padding: 0 1rem;
}

.modal-content {
    background: #1c3457;
    opacity: 0.95;
}

.modal-content .close {
    font-weight: normal;
    font-size: 3rem;
    color: white;
}

.modal-title {
	padding-top: 12px;
	color: #71abdc;
}

.modal-body {
    color: white;
}
@media (min-width: 1140px) {
	.modal-dialog {
    	max-width: 960px;
    }
}


input[type=radio], #pick_digit label {
	cursor:pointer;
}

#char_ascii_code span,
#char_bits span {
	font-weight:bold;
}

#ascii_table {
	text-align:center;
	background:#1f619d;
	border-radius:10px;
	margin:10px auto 20px auto;
	padding:5px 0;
	width:90%;
	cursor:pointer;
}

#char_ascii {
	text-align:center;
	font-weight:bold;
}

#sound_control {
	float:right;
	margin:0 20px 0 0;
	cursor: pointer;
}

#sound_control .fas {
	font-size:26px;
}

#downtime {
	display:none;
	margin-right: 20px;
}

#table-ascii td, #table-ascii th {
	border:1px solid #fff;
	text-align: center;
}

#table-ascii tr:nth-child(even) {
  background-color: #00000090;
}

#table-ascii td:nth-child(even),
#table-ascii th:nth-child(even) {
	border-right:8px solid #fff;
}

#table-ascii td:last-child,
#table-ascii th:last-child {
	border-right:1px solid #fff;
}




/* IE - Edge bug fix */
#oer_theory:after, #oer_application:after, #oer_investigation:after {
	color:rgba(255, 255, 255, 0.2);
}
