@font-face {
	font-family: 'Gotham Condensed';
	src: url('/fonts/GothamCond-Book.woff2') format('woff2'),
		 url('/fonts/GothamCond-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
  }
  
html, body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	font-size: 16px;
}

#container {
    position: relative;
    margin: 0 3px;
    width: auto;
    height: auto;
    top: 3px;
    bottom: 4px;
    min-width: 1000px;
}

.date-picker .form-control.datepicker {
    display: inline-block;
    width: 85%;
}

.date-picker .ui-datepicker-trigger {
    display: inline-block;
    padding-left: 5px;
}

#header {
    position: relative;
    width: 100%;
    height: 84px;
    background: url(../images/header_bg.png) repeat-x top left;
}

#header .hearder-left {
	position: absolute;
    height: 100%;
	margin-left:20px;
    margin-top: 7px;
	width: 1000px;
}
.header-logo{
	position: absolute;
	top: 0;
	left: 0;
    height: 70px;
	width: auto;
	z-index: 10;
}

#header .hearder-left h1{
	margin-left:119px;
	padding-top:17px
}

#header .hearder-right {
	position: absolute;
    right: 33px;
    height: 100%;
	width: 200px;
	margin-top:10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
}

.bg-dark {
    background-color: #AEE458!important;
}


.navbar {
    position: relative;
    width: 100%;
    height: 37px;
    /* line-height: 25px; */
    color: #000;
    margin-top: 1px;
    background: #AEE458;
    font-size: 15px;
}

.navbar-dark .navbar-brand {
    color: #000;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


.navbar-nav {
    left: 35px;
    height: 100%;
    width: auto;
	font-weight: bold;
    padding-bottom: 34px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: bold;
    font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 100%;
    color: #000;
    text-decoration: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #000;
}

#position {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 27px;
    margin-top: 1px;
    background: #9FE04A;
    font-weight: normal;
    z-index: 1;
    padding-left: 42px;
}

#position .left-colum a {
    position: absolute;
    left: 35px;
    height: 100%;
    width: auto;
    color: #000;
    font-weight: bold;
}



/*----------------- content ---------------- */

#content{
	position:relative;
	margin-top:2px;
	height:auto; 
	background: #343D46;
	width:100%;
	padding: 12px 0px 13px 0px;
	z-index:1;
}

#content .warn-area{

}
#content .warn-area img{
	border:2px solid #000;
	width:564px;
	position:relative;
  top:12px;
	left:14px;
}

#content .news, #content .help{
	border:0px solid #000;
	width:auto;
	color: #FFFFFF;
	margin: 0px 14px 0px 14px;
	padding: 12px 0px 13px 0px;
}



#content .td-warn-nav{
	height:65px;
	font-weight:bold;
	color: #fff;
	margin-right:8px;
}
#content .warn-nav{
	display:inline-block;
	height:30px;
	font-weight:bold;
	color: #fff;
	margin-top:20px;
	margin-left: 13px;
	width: 44.5%;
}


#content .warn-nav .left-col{
	float:left;
	height:0;
	position:static;
}
#content .warn-nav .left-col select{
	color:#000;
	width: 183px;
	font-size:100%;
}

#content .warn-nav .right-col{
	float: right;
	height:0;
	position:static;
}
#content .warn-nav .right-col input.day{
	font-weight:bold;
	color:#888;
	font-size:100%;
}
#content .warn-nav .right-col input.day.active{
	font-weight:bold;
	color:#167536;
}

#content .legend{
	display:inline-block;
	height:30px;
	font-weight:bold;
	color: #fff;
	margin-top:20px;
	margin-left: 13px;
	width: 44.5%;
}

#content .legend #caption {
	position: relative;
	 left: 20px;
   }

#content .legend img{
	border: 1px solid #000;
	cursor: pointer;
	margin:1.5px;
}
#content .legend .left-col{
	 height:18px;
	 line-height:18px;
	 bottom:1px;
	 left:-20px;
}

#content .flags a{
	color:#fff;
	text-decoration:none;
	border:0;
	white-space:nowrap;
	
}
.help a:hover {
  	color: #2be9b6;
  	padding: 0px 6px;
  	margin: 0em 0.2em;
  	text-decoration: underline;
}
.help a:link {
  color: #FFFFFF;
  padding: 0px 6px;
  margin: 0em 0.2em;
  text-decoration: underline;
  white-space: nowrap;
}
.help a:visited {
  color: #FFFFFF;
  padding: 0px 6px;
  margin: 0em 0.2em;
  text-decoration: underline;
  white-space: nowrap;
}
.help a:active {
  color: #FFFFFF;
  border-bottom: #dcdcd3 1px solid;
  padding: 0px 6px;
  margin: 0em 0.2em;
  text-decoration: underline;
}
/*
.help .flags img{
	border: 1px solid #000;
}
*/

	.contable{
		margin: 0px 14px 0px 14px;
		padding:0px;
		text-align: left;
	}
	.contable td{
		vertical-align:top;
	}
	.warn-map{
		border: 2px solid #000;
		margin:0;
		width:564px;
		
		 
	}
	.infobox{
		color: #fff;
		width:100%;
	}
	.infobox h1{
		color: #AEE45A;
		margin:0 0 10px;
		font-size:200%;
	}

#content .flags h1{
	color:#AEE45A;
	margin:0px 0px 10px 0px;
	
}

#content .flags table tr td .aimags {
	padding-right:8px;
	font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
#content .flags table tr .col2{
	padding-right:2px;
	font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}


.aimags {
	border:1px solid #000;
	height:30px;
	min-width:300px;
	width:100%;
	margin:0px 8px 1px 0px;
	background:#71787E;
	background-position:left center!important;
	cursor:pointer;
	font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.highcharts-title{
	font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.aimagName1 {
	border-bottom: 1px solid #fff;
}
.aimagName2 {
	font-size: 18px;
	padding-left: 4px;
	padding-right: 4px;
	width:200px !important;
	background:#71787E;
	display: inline-block; 
}
.level1{
	min-width:125px;
	width:100%;
	
}
.aimags .area{
	position:absolute; 
	/* height:10px; */
	width:10px;
	color:#fff;
	margin:-1px 2px 0px 8px;
	font-size:118%;
	font-weight:bold;
	line-height:30px;
	display:inline-block !important;	
	display:inline;
	
}

.warn, .warn2 {
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	height:30px;
	width:30px;
	margin:-1px 2px 0px 0px;
	display:inline-block !important;	
	display:inline;
  left: 155px;
}

.warn2{
	left:225px;
	background-image:transparent!important;
}

.warn img, .warn2 img{
	height:30px;
	width:30px;	
	border:1px solid #000000;
}

/*
.countrys img{
	height:19px;
	border:0px solid transparent;
	margin-top:-1px;
}*/

.LegendText {
	font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	font-size:100%;
	color: #FFFFFF;
	font-weight: bold;
}

.LegendText a:link{color: #FFFFFF;}
.LegendText a:visited{color: #FFFFFF;}
.LegendText a:hover{text-decoration: underline; color: #FFFFFF;}
.LegendText a:active{text-decoration: underline; color: #FFFFFF;}

.LegendText2 {

	font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	font-size:100%;
	color: #FFFFFF;
	font-weight: normal;
}
.LegendText2 a:link{color: #FFFFFF;}
.LegendText2 a:visited{color: #FFFFFF;}
.LegendText2 a:hover{color: #FFFFFF;}
.LegendText2 a:active{color: #FFFFFF;}.Ebene3Header {
	font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	font-size:127%;
}
.Ebene3Header2 {

	font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	font-size:118%;
}

#left-column {
    height: 600px;
    width: 900px;  
	text-align: left;
}

.AM {
	background-color: #000;
}

section {
    display: block;
    background-color: #1B4695;
}

body#LoginForm{ background-image:url("../images/hd_wallpapars.jpg"); background-repeat:no-repeat; background-position:center; background-size:cover; padding:10px;}

.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 38%;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #54DE62 none repeat scroll 0 0;
  border-color: #54DE62;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

.form-control {
    display: inline; 
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.2125rem + 2px);
}

.soums_warn {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
	border: 1px solid #000000;
    height: 30px;
    width: 30px;
    margin: -1px 2px 0px 0px;
    display: inline-block !important;
    display: inline;
    left: 155px;
}

.results1 {
	border:1px solid #000;
	height:30px;
	width:300px;
	width:100%;
	margin:0px 8px 1px 200px;
	background:#71787E;
	cursor:pointer;
}

.colum1{
	position:inline-block;
	font-size:12px;
	height:30px;
	font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	color: #fff;
	margin-bottom: 2px;
}
.warn1 {
	position:absolute;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	height:30px;
	width:30px;
	display:inline-block !important;	
	display:inline;
	  left: 198px;
	  text-align:right;
}

.warn1 img {
	height:30px;
	width:30px;	
	border:1px solid #000000;
}
.soums {
	position:relative;
	border:1px solid #000;
	height:30px;
	background:#71787E;
	cursor:pointer;
}

.colum1 #col_child {
	
	position:relative;
}

p {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 11px;
    -webkit-margin-end: 45px;
}

.highcharts-background {
    fill: rgb(204, 204, 204);
}

.Button {
    font-family: 'Gotham Condensed', 'Barlow Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size:13px;
    font-weight: bold;
    width: 160px;
    height: 25px;
    background:grey;
    color: white
}
.selected {
    color: white;
    background-color:green
}
button#cssColorChange:active{
    color: white;
    background-color:red
}

#footer {
    position: relative;
    width: 100%;   
	margin-top: 7px;
    padding: 7px;
    background-color:#B8E959;
	font-size: 16px;
}

.blog-item {
	padding-left:24px;
}

.pull-right{
	margin-right:44px;
}


body#LoginForm {
	background-image: url("../images/hd_wallpapars.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px;
}

.login-form {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 2px;
	margin: 10px auto 30px;
	max-width: 38%;
	padding: 50px 70px 70px 71px;
}

.login-form .panel h2 {
	color: #444444;
	font-size: 18px;
	margin: 0 0 8px 0;
}

.login-form .panel p {
	color: #777777;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 24px;
}

.login-form .form-group {
	margin-bottom: 10px;
}

.login-form .form-control {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}

.login-form .btn {
	background: #54DE62 none repeat scroll 0 0;
	border-color: #54DE62;
	color: #ffffff;
	font-size: 14px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin-bottom: 10px;
}

.login-form .btn-reset {
	background: #ff9900 none repeat scroll 0 0;
	margin-bottom: 50px;
}

.login-form a {
	font-size: 18px;
}


.section-title {
	color: #000000;
	padding: 20px 20px 20px 20px;
}

thead {
	background-color: #343a40;
	color: #FFFFFF;
}