/*html{
	height:100%;
	
}*/

/*
Colors from ESTI website
links (blueish): 	#069
red: 	#DC0018;
gray: 757575

*/

:root {
  --lgv-blue: #1c4cbcdd;
  --lgv-red: #e8112c;
  --lgv-green1: #019d52;
  --lgv-green2: #b2bd02;

} 

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;
}

.container-fluid{
	padding-top:1rem;
	min-height:80vh;
}

a {
	color: var(--lgv-blue);
}

.btn-primary{
	background-color: var(--lgv-blue);
	border-color: var(--lgv-blue);
	
}

.bg-light2{
	background-color: rgb(214, 214, 214);
	border-radius: 0.25em;
}



.text-primary{
	color: var(--lgv-blue) !important;;
}

.btn-danger{
	background-color: #DC0018;
	border-color: #DC0018;
	
}

.modal-dialog{
	max-width:1024px;
}

.bg-estiblue{
	background-color:var(--lgv-blue);	
}
.bg-estiblue:hover{
	background-color:#0084c4;	
}
.no-decoration,.no-decoration:hover{
	text-decoration:none;
}

h1{
	font-size:2rem;
}

.card-header{
	padding: 0.25rem 1rem 0px 1rem;
	background-color:rgba(0,0,0,.05);
	/*background-color:#76b72744;*/
	background-image: linear-gradient(to top right,#019d52bb,#b2bd02bb);
}

.card{
	border: 1px solid #019d52;
	margin-top:1.5rem;
}

.loginLogo{
  max-width:min(25%, 300px) ;
  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;
}
.preview-document{
	cursor:zoom-in;
}
nav{
	border-bottom:1px solid #76b727;
}
.card-header-toggle{
	cursor:ns-resize;
}

.qLabel{
	cursor:pointer;
}
.cursor-blocked{
	cursor:not-allowed;
}
.saveStatus{
	font-size: 0.8rem;
}
.form-head{
	position: fixed;
top: 0px;
right: 0px;
left: 0px;
height: 80px;
background-color: lightgray;
border-bottom: 3px solid gray;
z-index: 999;
}
.formImagePreview{
	cursor:pointer;
}


.skizzeColourSelector{
	display:inline-block;
	width:2rem;
	height:2rem;
	border-radius: 1rem;
	cursor:pointer;
}

.skizzeWidthSelector{
	display:inline-block;
	width:2rem;
	cursor:pointer;
	background-color:black;
	text-decoration:none;
	margin:auto;
}
.skizzeWidthSelector:hover,.skizzeColourSelector:hover{
	text-decoration: none;
}

.skizzeSelectorSelected{
	border:1px solid cyan;
	

}
.bg-form-title{
	background-color: #959697;
}

#overlaySyncAlert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black overlay */
    display: none;
    justify-content: center;
    align-items: center;
	z-index:9999;

}


#overlaySyncAlert p {
    text-align: center;
    color: white; /* or any other color you prefer for the text */
    font-size: 3rem; /* adjust font size as needed */
}


.anlagen-tree-level-1{
	font-weight: bold;
	font-size: 1.3rem;
	padding-left:0.2em;
	border-left: 1px solid gray;
	
}
.anlagen-tree-level-2{
	font-weight: bold;
	font-size: 1.1rem;
	margin-left:2em;
	padding-left:0.2em;
	border-left: 1px solid lightgray;
}
.anlagen-tree-level-3{
	font-weight: normal;
	
}

.btn-link{
	background-color: #eee;
}
.btn-link:hover{
	background-color: #ddd;
}

.hover-row:hover{
	background-color: rgb(221, 221, 221);
	border-left: 2px solid rgb(99, 99, 99);
	border-right: 2px solid rgb(99, 99, 99);

}
.anlage-status {
	border-radius: 1rem;
	cursor: pointer;
	margin-top:1em;
	margin-bottom:1em;
	text-align: center;
	min-height: 2em;;
	width:80%;
}
.anlage-status:hover{
	border:1px solid black;
}

.btn-status-selector{
	background-color:white;
	border: 2px solid var(--custom-color);
	color: black; /*var(--custom-color);*/
}
.btn-status-selector.active{
	background-color: var(--custom-color);
	color:white;
	text-shadow: #959697;
}


.pointer{
	cursor: pointer;
}

