html, body {	
	margin: 0;
	padding: 0;
	font-family: 'Roboto Regular', sans-serif;	
	color: #383838;	  
}

h1 {
	font-weight: bold;
  padding-top: 2rem !important;
}

h3 {
  font-weight: bold;
}

.loginBox {
	width: 90%;
}

#infoPanels {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: center;
}

.innerContainer {
	padding: 2% !important;
}

.leftPanel {		
	width: 40% !important;
	padding: 2% 5% !important;
	position: fixed !important;
	height: 100vh !important;
}

.mainPanel {
	background-color: #fff9f9;
  min-height: 80vh;
}


.rightPanel {		
	padding: 2% 5% !important;
	min-height: 100vh;
}
	

@media (min-width: 768px) {
	.rightPanel {
		width: 60%;
		margin-left: 40%;	
	}
  
	.loginBox {
		width: 20rem;	
	}
}


@media (min-width: 1200px) {
	.innerContainer {
		width: 1200px;    
	}
}	

#infoImages {
	flex-grow: 1;	
	position: relative;
}

#infoImages > img {
	position: absolute;
	bottom: 0;
}

.logo {
	align-self: flex-start;
	height: 2rem;	
}

.icon {
  height: 2rem;
}

.languages {
	height: 2rem;	
}


label {  
  display: block; 
}

input[type='submit'] {
	padding-left: 4rem;
	padding-right: 4rem;
}

form {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}


.section {
  color: #383838;
}

.exercise {  
  font-weight: normal;
}

.exercise-shorttext {
 line-height: 3rem; 
 padding-bottom: 3rem !important;
}

.exercise-longtext {
  padding-bottom: 3rem !important;
}

.exercise-drag {
 line-height: 3rem; 
 padding-bottom: 3rem !important;
}

.exercise-checkbox {
  padding-bottom: 3rem !important;  
}

.exercise-radio {
  padding-bottom: 3rem !important;  
}

.exercise-select {
  padding-bottom: 3rem !important;  
}

.exercise-truefalse {
  padding-bottom: 3rem !important;  
}

.hint {  
  color: gray;
  font-weight: normal;
}

.mainButton {
	background-color: #ff0000;
	color: white;
	font-weight: bold;
}

.mainButton[disabled='disabled'] {
  background-color: #999999;
}

.mainButton:hover {
	transition-duration: 0.7s;
	background-color: #db1e28;
	box-shadow: 1px 0px 38px 0px rgba(120,188,196,0.6);
	color: #fff;  
}

.mainButton[disabled='disabled']:hover {
  background-color: #333333;	 
}



.secondaryButton {
	background-color: #afafaf;
	color: white;
	font-weight: bold;
}

.secondaryButton:hover {
	transition-duration: 0.7s;
  background-color: #666666;
	box-shadow: 1px 0px 38px 0px rgba(120,188,196,0.6);
	color: #fff;
}

.form-check-input {
	border-radius: 6px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before{
  background-color:red;
	border-color: red;	
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:red;
	border-color: red;  
}

.help-block {
	font-size: 80%;
}

.hide {
  display: none;
}

.resultsTable {
  font-size: 80%;  
  border-radius: 7px!important;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.resultsTable thead th {
  background: red;
  color: white;  
}

.resultsTable .col1 {
  background: #ffffff;   
}


.resultsTable .col2 {
  background: #fff5f5;    
}

.infoTable {
  font-weight: bold;  
}

.resultsHint {
  padding: 4%;
  margin-top: 4rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 7px;
}

.lectorResultsHint {
  padding: 1rem;
  margin-top: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 7px;
  text-align: center;
  font-size: 2rem;
}


.chooseButton {
  color: #383838;
  cursor: pointer;
}

.cancelButton {
  margin-left: -3rem;
  width: 3rem;
  color: #cccccc;  
}

.chosenUnit {
  background-color: #7d7d7d !important;
  color: white !important;  
  -webkit-appearance: none;
  -moz-appearance: none;  
}

.bi-check-circle-fill::before {
  content: "\f26a";
  background-color: #fff;
  border: 1.5px;
  border-style: solid;
  border-color: #fff;
  border-radius: 50%;
}


.chosenUnitCheck {  
  color: #1bd000;  
  margin-left: -2.5rem;
}

.levelCard {
  transition-duration: 0.5s;
}

.levelCard:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(-8px);
  transition-duration: 0.5s;
  cursor: pointer;
} 

.levelCard:hover .card-footer {
  background-color: rgba(0,0,0,.06);
  transition-duration: 0.5s;
}

.bg-red {
  background-color: #ff0000 !important;
}

.jumpBackground {
  background: url('img/jump_bg.svg') top center no-repeat;  
  filter: blur(4px);  
}

.jumpPanel {  
  position: fixed;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  border-radius: 2rem;  
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 2rem;    
}

label.custom-control-label::before, label.custom-control-label::after{  
 
}

.soundPanel {
  background: rgb(255,57,80);
  background: linear-gradient(122deg, rgba(255,57,80,1) 8%, rgba(226,0,26,1) 91%);  
  width: 19rem;  
  border-radius: 1rem;
  padding: 0.5rem;
  margin: 0;
}

.soundButtonPanel {   
  width: 4rem;
  padding-right: 1rem;
  border-right: 2px white solid;
}
  
.soundButton {
  background: #E80C26;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;  
  padding: 1rem;
  border-radius: 2rem;  
}


.soundImage {
  width: 1.2rem;
  height: 1.2rem;  
}

.playingButton {
  font-size: 2rem;
  font-weight: bold;  
}

.soundWavePanel {      
  padding-left: 1rem;
}

.soundWavePanel td {
  vertical-align: top;  
  line-height: 1rem; 
  color: white;
  font-weight: bold;  
}

.soundWaveImage {
  
}

.soundName {
}


.image-checkbox-checked {
  border: 2px red solid;
  border-radius: 4px;
}

.exercise-checkbox > div:first-child {
  color: red !important;
}

.minw {
  width: 5rem;
}