/*html{
	height:100%;
	
}*/

/*
Colors from ESTI website
links (blueish): 	#069
red: 	#DC0018;
gray: 757575

*/

body{
	min-height:100vh;
}

.bodyWithBackground{
	background-size:   100vw auto;
	background-repeat: no-repeat;
	background-position: center; 
	background-opacity:0.5;
	 
}

.welcomeScreen{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,.4);
  padding:10px;
}


 .breadcrumbESTI,.breadcrumbESTI a{
 	color: #808080;
 }
 
.hidden{
	display:none;
}
.notHidden{
	display:block;
}

.container-fluid{
	padding-top:1rem;
	min-height:80vh;
}

a {
	color: #069;
}

.btn-primary{
	background-color: #069;
	border-color: #069;
	
}

.text-primary{
	color: #069 !important;;
}

.btn-danger{
	background-color: #DC0018;
	border-color: #DC0018;
	
}

.bg-estiblue{
	background-color: #069;	
}
.bg-estiblue:hover{
	background-color:#0084c4;	
}
.no-decoration,.no-decoration:hover{
	text-decoration:none;
}
.dossier-top-row{
	background-color:#f1f3f9;
}

h1{
	font-size:2rem;
}

.card-header{
	padding: 0.25rem 1rem 0px 1rem;
	background-color:rgba(0,0,0,.05)
	
}

.card{
	border: 1px solid rgba(0,0,0,.5);
	margin-top:1.5rem;
}

.loginLogo{
  max-width:min(100%, 800px) ;
  width: auto;
  height: auto;

}
 
.field-missing{
	background-color:#ffffb9 ;
}
.normal-line-height{
	line-height:1 !important;
}

.ui-autocomplete {
     z-index: 9999 !important;
}
.ui-front {
    z-index: 9999999 !important;
}

.img_preview{
	max-height: 300px;
	max-width:100%;
}



.testStatDisplay{
	cursor:pointer;
}

.tabletFrame{
	border:0.75cm solid rgb(71, 71, 71);
	width:26.6cm;
	height:15cm;
	border-radius: 1cm;;
	padding:0.35cm;

}

.btn-pruefung{
	background-color: #f5f4f4;
	margin-top:0.2rem;
	margin-bottom: 0.2rem;
}
.btn-pruefung:hover{
	background-color: #cccccc;
}
.btn-pruefung-true{
	background-color: #93b5e2;
	text-decoration: underline;
}
.btn-pruefung-false{
	background-color: #93b5e2;
	text-decoration: underline;
}
.exam-planning-card{
	cursor:pointer;
}

#holder{
    width: 30%;
    margin:auto;
}

#holder .make {
    width: 99%;
    height: 30vh;
    margin-bottom: 15px;
    text-align: center;
}

video {
    width: 99%;
    margin:auto;
	border:1px solid rgb(170, 170, 170);
	margin:1em;
	background-color:rgb(236, 236, 236);
}