@font-face{font-family:"Univers";src:url("fonts/univers/UniveConLig.woff") format("woff"),url("fonts/univers/UniveConLig.woff2") format("woff2");font-style:normal;font-weight:300}
@font-face{font-family:"Univers";src:url("fonts/univers/UniveConLigObl.woff") format("woff"),url("fonts/univers/UniveConLigObl.woff2") format("woff2");font-style:italic;font-weight:300}
@font-face{font-family:"Univers";src:url("fonts/univers/UniveCon.woff") format("woff"),url("fonts/univers/UniveCon.woff2") format("woff2");font-style:normal;font-weight:500}
@font-face{font-family:"Univers";src:url("fonts/univers/UniveConObl.woff") format("woff"),url("fonts/univers/UniveConObl.woff2") format("woff2");font-style:italic;font-weight:500}
@font-face{font-family:"Univers";src:url("fonts/univers/UniveConBol.woff") format("woff"),url("fonts/univers/UniveConBol.woff2") format("woff2");font-style:normal;font-weight:700}
@font-face{font-family:"Univers";src:url("fonts/univers/UniveConBolObl.woff") format("woff"),url("fonts/univers/UniveConBolObl.woff2") format("woff2");font-style:italic;font-weight:700}

/*:root {
  --font-family-sans-serif: "Univers", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}*/
body {
	/*color: #333;*/
	font-family:"Univers",Helvetica,Arial,sans-serif;
	font-weight:300;
	line-height:1.3;
	background-color:#ebebeb;
	color:#333;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	margin: 0;
	height: 100% !important;
}
* {
	font-weight: normal;
	font-size: 1rem;
}
main, footer {
	margin: 0 auto;
	max-width: 1340px;
}
header {
	padding-bottom: 20px;
	background-color: white;
	/* padding-left: 100px;
	padding-right: 100px; */
	max-width: 1340px;
	margin: 0 auto;
}
.top-nav {
	position: relative; 
	top: 0; 
	background-color: #333; 
	color: white; 
	height: 45px;
	min-width: 700px;
}
footer {
	height: 80px;
	padding-bottom: 30px;
}
h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
a {
	color: #e2001a;
}
a:hover {
	text-decoration: none;
}

.icon_link {
    background: none;
    color: black;
    text-decoration: none;
    border: none;
    text-shadow: none;
	position: relative;
}
.icon_info {
    margin-left: 3px;
}

.download-btn:hover {
	background: #f2002a;
	border-color: #f2002a;
}
.download-btn {
	background: #e2001a;
	width: 100%;
	color: white;
	border: 1px solid #e2001a;
	font-size: 1.4rem;
	height: 50px;
	margin-top: 15px;
}
.form-control {
	border-radius: unset;
	border-color: grey;
}

#LicRegForm input.hostid {
	height: 50px;
	font-size: 28px;
}

#LicRegForm select {
	/*border: 1px solid grey;*/
	height: 30px;
	width: 140px;
	font-size: 16px;
	/*padding-left: 5px;*/
}

 
#LicRegForm .pasteBtn {
	width: 100px;
	height: 50px;
	font-size: 20px;
}


#LicRegForm a .info_popup {
    display: none;
    border: 1px solid silver;
    padding: 15px;
    background-color: white;
    color: #333;
    position: absolute;
    border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
    z-index: 10000;
    box-shadow: 10px 10px 30px black;
    font-size: 14px;
    left: -250px;
    top: 30px;
}

#LicRegForm a:hover .info_popup {
	 display: block;
}
/*.schulenPopup {
	position: absolute;
	padding: 10px;
	width: 490px;
	height: 300px;
	background-color: white;
	margin: auto;
	border: 1px solid #bbb;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    z-index: 10000;
    box-shadow: 5px 5px 10px black;
	overflow: hidden;
}

.selectSchool {
	
	height: 190px !important;
	width: 490px !important;
	font-size: 16px;
	margin: 10px 0;
}
.selectSchool option:hover{
	background-color: #ddd;
}
.listResultFooter {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 490px;
	height: 30px;
}*/
.editPopup {
	padding: 10px; 
	position: relative; 
	margin: 100px auto; 
	background-color: white; 
	width: 550px; 
	height: 440px;
	border: 1px solid #bbb;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    z-index: 10000;
    box-shadow: 5px 5px 10px black;
	overflow: hidden;

}
.editCaption {
	height: 25px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 6px;
}

.editInputs {
	margin-bottom: 15px;
	margin-right: 10px;
	height: 30px;
}

.editImg {
	position: relative; 
	top: 2px; 
	cursor: pointer;
}

td 	{
	font : normal normal 9pt Arial, Helvetica, sans-serif;
}


/* JQuery Autocomplete */
/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #eee;
}
 
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}
 
/* scroll results */
.ui-autocomplete {
	background-color: white;
	border: 1px solid #bbb;
    box-shadow: 5px 5px 10px black;
	list-style: none;
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding: 5px 5px 5px 10px;
	width: 500px;
	z-index: 1000;
}
 
.ui-autocomplete li {
    font-size: 1rem;
}
.ui-autocomplete li:hover {
	background-color: #ddd;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}
.ui-helper-hidden-accessible {
	display: none;
}
 .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: rgba(226,0,26,0.9);
  background-color: rgba(226,0,26,0.9);
}