@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins');

 /*   font-family: 'Montserrat', sans-serif;  */
html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      font-family: Arial, sans-serif;
    }

    body {
      display: flex;
      flex-direction: column;
      background: #f0f0f0;
    }

    .header {
      background: #ffffff;
	  border-bottom:lightgrey 1px;
      color: #000000;
      padding: 15px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .header .icon {
      cursor: pointer;
      font-size: 20px;
    }

    .header .title {
      font-size: 20px;
      flex: 1;
      text-align: center;
    }

    .content {
      flex: 1;
      padding: 20px;
      overflow-y: auto;
    }

    .panel {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      margin: 0px 10px 20px 10px !important;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	 /* background-image: url("/assets/img/banner.png"); /* The image used */
	 /*  background-color: #cccccc; /* Used if the image is unavailable */
	  /* min-height: 100px; /* You must set a specified height */
	  /* background-position: center; /* Center the image */
	  /* background-repeat: no-repeat; /* Do not repeat the image */
	  /* background-size: cover; /* Resize the background image to cover the entire container */
	  
	  
	  
    }

    .panel h2 {
      margin: 0 0 10px;
      font-size: 18px;
    }

    .pageTitle h2 {
      margin: 0 0 10px;
      font-size: 18px;
    }

    .bottom-nav {
      display: flex;
      border-top: 1px solid #ddd;
      /* background: #982525; */
	color:#ffffff;
    }

    .bottom-nav button {
      flex: 1;
      padding: 15px 0;
      border: none;
      background: #fff;
      font-size: 16px;
      cursor: pointer;
    }

    .bottom-nav button:hover {
      background: #f0f0f0;
    }


a:link {
  text-decoration: none;
  color:#982525;
}

a:visited {
  text-decoration: none;
  color:#982525;
}


#team p{
	color:#982525;
	font-size:26px;
	font-weight:700;
	padding-left:20px;
	text-align:Center;
}




h1{
	font-family: 'Poppins;
	font-size: 2em;
    font-weight: bold;
	color:#044574;	
	
}

h2{
    font-family: 'Poppins';
	display: block;
    font-size: 1.1em;
    font-weight: bold;
	color:#044574;
	margin-bottom:5px;
}

h3{
    font-family: 'Poppins';
	display: block;
    font-size: 0.8em;
    font-weight: bold;
	color:#044574;
	margin-bottom:5px;

}

p{
	font-size:1.0em;
	
}

label{
    font-family: 'Poppins';
	display: block;
    font-size: 0.8em;
    font-weight: bold;
	color:#044574;
	margin-bottom:5px;
	margin-left: 10px;
}


.loginscreen{
/*		margin:auto;
		width: fit-content;
		text-align:center;  */
	display:block; 
	width:100%;

}

.tblLogin {
	/* border: #95bee6 1px solid; */
    /* background: whitesmoke; */
    border-radius: 10px;
    /* max-width: 440px; */
	/* padding:20px 30px 30px; */
	/* text-align:left; */
	margin:auto !important;
}

.tblRegistration {
    border-radius: 10px;
/*    max-width: 800px !important; */
    text-align: left;
    padding-top: 150px;
    margin: auto;
}
.tblPagination {
    border-radius: 10px;
    text-align: center;
    margin: 10px;
	display:inline-block;
	width:98%;
}


}
.tableheader { font-size: 20px; }
.tablerow { padding:5px;margin-left:10px; }
.error_message {
	color: #e6653d;
	font-weight:700;
}
.message {
	width: 100%;
    text-align:left;
    border-radius: 4px;
    font-size:1em;	
	margin:10px auto;
	padding:15px;
	font-weight:300;
}
.login-input {
    font-family: 'Poppins';
	border: #d1e8ff 1px solid;
    padding: 10px 20px;
	border-radius:4px;

}
.field-title{
    font-family: 'Poppins';
	display: block;
    font-size: 1.0em;
    font-weight: bold;
	color:#e6653d;
	margin-left:10px;
	
	
}
.field-input {
    font-family: 'Poppins';
	border: #044574 1px solid;
    padding: 10px 20px;
	border-radius:4px;
	width:350px;
	margin:5px 10px;
}
.field-input-tiny {
    font-family: 'Poppins';
	border: #044574 1px solid;
    padding: 10px 20px;
	border-radius:4px;
	width:90px;
	margin:5px 10px;
}
.field-input-small {
    font-family: 'Poppins';
	border: #044574 1px solid;
    padding: 2px 10px;
	border-radius:4px;
	width:150px;
	margin:5px 10px;
}

.field-input-wide {
    font-family: 'Poppins';
	border: #044574 1px solid;
    padding: 10px 20px;
	border-radius:4px;
	width:96.5%;
	margin:5px 10px;
}
.field-input-2cols {
    font-family: 'Poppins';
	border: #044574 1px solid;
    padding: 10px 20px;
	border-radius:4px;
	width:47%;
	margin:5px 10px;
}

.field-dropdown{
	font-family: 'Poppins';
    border: #044574 1px solid;
    padding: 10px 20px;
    border-radius: 4px;
    width: 350px;
	margin-top:10px;	
	
}

.field-dropdown-wide{
    font-family: 'Poppins';
    border: #044574 1px solid;
    padding: 10px 20px;
    border-radius: 4px;
    width: 100%;
	margin:10px;	
	
}
.field-dropdown-medium{
    font-family: 'Poppins';
    border: #044574 1px solid;
    padding: 4px 20px;
    border-radius: 4px;
    width: 350px;
	margin:10px;	
	
}
.btnSubmit {
	padding: 10px 30px;
    background: #044574;
    border: #d1e8ff 1px solid;
    color: #FFF;
	border-radius:4px;
	cursor: pointer;
	width:100% !important;
	max-width:350px !important;
	text-align:left;
	text-decoration:none;
    font-family: 'Poppins';
	margin-left:10px;
}

.btnSubmitShort {
    padding: 10px 30px 10px 60px;
    background: #044574;
    border: #d1e8ff 1px solid;
    color: #FFF;
    border-radius: 4px;
    cursor: pointer;
    width: 20% !important;
    max-width: 350px !important;
    text-align: left;
    text-decoration: none;
    font-family: 'Poppins';
    margin-left: 10px;
}

.btnSubmitSmall{
	padding: 10px 30px 10px 37px;
    background: #982525;
    border: #d1e8ff 1px solid;
    color: #FFF;
	border-radius:4px;
	cursor: pointer;
	width:120px !important;
	text-align:left;
	text-decoration:none;
    font-family: 'Poppins';
	margin-left:10px;
}




.btnSubmit-khaki {
	padding: 10px 20px;
    background: #CBB962;
    border: #d1e8ff 1px solid;
    color: #FFF;
	border-radius:4px;
	cursor: pointer;
	max-width:88% !important;
	text-align:left;
	text-decoration:none;
    font-family: 'Poppins';
	margin-left:10px;
}

.btnSubmit-khaki a{
    color: #FFF;
	max-width:88% !important;

	text-align:left;
	text-decoration:none;
    font-family: 'Poppins';
	margin-left:10px;
}



.btnSubmitSq {
padding: 10px 15px;
    background: grey;
    border: #d1e8ff 1px solid;
    color: #FFF;
    border-radius: 4px;
    cursor: pointer;
    min-width: 50px;
    height: 50px;
    text-decoration: none;
    font-family: 'Poppins';
    border-radius: 10px;
}

.btnSubmitSq:hover {
	Background:#e6653d;
}



.btnSq {
padding: 10px 15px;
    background: grey;
    border: #d1e8ff 1px solid;
    color: #FFF;
    cursor: pointer;
    min-width: 50px;
    height: 50px;
    text-decoration: none;
    font-family: 'Poppins';
    border-radius: 10px;
	margin: 15px 0px 0px 0px !important;
}

.btnSq:hover {
	Background:#e6653d;
}

.content-top{vertical-align:top !important;}


.btnSubmitGreen {
	padding: 10px 20px;
    background: green;
    border: #d1e8ff 1px solid;
    color: #FFF;
	border-radius:4px;
	cursor: pointer;
}
.headerBar{
	display:block; 
	width:100%;
	background-image: url("../../assets/img/banner.jpg");
/*    background-position: center;
    background-size: cover !important; */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 150px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  position: fixed; 
  margin-top: -10px;
  z-index:99;  
}

.headerBarLogo{
	width: 200px;
	width:127px;
	float: left;
	padding: 5px;
	margin-right:10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
}
.headerBarColumnright{
	width: 100%;
	float: left;
	padding: 0px;
	margin-right:10px;
	text-align:center;
	padding-top: 0px;
    margin-top: 15px;
	max-width:200px;
}
.navigationIcons i{
	margin:5px;	
	font-size:18px;
	margin-top:0px;
    margin-right:0px;
    width:30px;	
	text-align:center;
	text-decoration:none;
}
.navigationIcons i:hover{
	color:	#5d6883;
	cursor: pointer;
}

.mainNavigation{
	
	float: left;
	padding: 5px;
	margin-right:10px;
   position: fixed;
   z-index:0;
}
.mainResults{
	width: 100%;
	min-height:150px;
	float: left;
	padding: 20px;
	margin-right:10px;
	text-align:left;
	border-left: #95bee6 1px solid;
   /* background: whitesmoke; */
   background:#ffffff;
    /*border-radius: 10px; */
	display:flex;
    margin-left: 400px;
	padding-top:10px;
	min-height:800px;
}
.mainResultsMaintenance{
	width: 100%;
    min-height: 150px;
    float: left;
    padding: 20px;
    margin-right: 10px;
    text-align: left;
    border-left: #95bee6 1px solid;
    /* background: whitesmoke; */
    background: #ffffff;
    /* border-radius: 10px; */
    display: flex;
    margin-left: 400px;
    margin-top: -250px;
}
.mainDetails{
	width: 100%;
	min-height:300px;
	float: left;
	padding: 20px;
	margin-right:10px;
	text-align:left;
	border: #95bee6 1px solid;
    background: whitesmoke;
    border-radius: 10px;
	
}

.fieldWidth{
	width:300px;
	float:left;
	padding-left:18px;
	text-align:left;
	font-weight:700;
	font-family: 'Poppins';
    display: block;
    font-size: 0.8em;
    color: #044574;
    margin-bottom: 5px;
    margin-left: 10px;	
}
.fieldWidthMedium{
	width:475px;
	float:left;
	padding-left:18px;
	text-align:left;
	font-weight:700;
	font-family: 'Poppins';
    display: block;
    font-size: 0.8em;
    color: #044574;
    margin-bottom: 5px;
    margin-left: 10px;	
}
.resultsPage25{ 
	width:100%;
    display: contents;
	padding-top: 140px;
	overflow: auto;
}
.resultsPage25Maintenance{ 
	width:20%;
	display: inline-block !important;
	float:left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	min-height:500px;
	margin-left:10px;
}

.resultsPage25tags{ 
	width:20%;
	display: inline-block !important;
	float:left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	min-height:400px !important;
	margin-left:10px;
	text-align: left;
    padding: 10px;
    margin-right: 15px;;
	margin-top:10px;
}
.tagbuttons{
	text-align:left;
	margin:10px;
}
.tagbuttons a:hover{
	cursor: pointer;
}
.tagbuttons button:hover{
	cursor: pointer;
}
.resultsPage65{ 
	width:70%;
	display: contents;
}
.resultsPage65Maintenance{ 
	width:76%;
	display: inline-block !important;
	float:left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	min-height:500px;
}

.resultsPage65tags{ 
	width:76%;
	display: inline-block !important;
	float:left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	min-height:420px !important;
	margin-top:10px;
}
.adminPage20{ 
	width:22%;
	display: inline-block !important;
	float:left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	min-height:250px;
	padding:10px;
	text-align:left;
	margin:10px;
}

.col25{
	float:left;
	width:405px;
	display:flex;
}
.col25p{
	width:405px !important;
	min-height:100%;
	float:left;
}


.col75{
	float:left;
	width:50%;
}



.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: #044574;
  color: #fff;
  border: solid 1px #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -20px;
  font-size:12px;
  font-family: calibri;
  z-index:99999;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.squareRed{
    background-color: red !important;
    color: #ffffff;
    width: 75px;
    max-height: 75px;
    margin-right: 5px;
    float: right;
    text-align: center;
    padding: 5px;
    font-weight: 700;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top:-20px;
}

.squareBlue{
    background-color: #6B9CC7 !important;
    color: #ffffff;
    width: 75px;
    max-height: 75px;
    margin-right: 5px;
    float: right;
    text-align: center;
    padding: 5px;
    font-weight: 700;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top:-20px;
}	

.squareGreen{
    background-color: #74BA57 !important;
    color: #ffffff;
    width: 75px;
    max-height: 75px;
    margin-right: 5px;
    float: right;
    text-align: center;
    padding: 5px;
    font-weight: 700;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top:-20px;
}

.squareYellow{
    background-color: #CFB725 !important;
    color: #ffffff;
    width: 75px;
    max-height: 75px;
    margin-right: 5px;
    float: right;
    text-align: center;
    padding: 5px;
    font-weight: 700;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top:-20px;
}

.squareRed:hover{
	color:	#5d6883;
	cursor: pointer;
	background-color:#ffffff !important;
	border-color;#5d6883;
}

.squareBlue:hover{
	color:	#5d6883;
	cursor: pointer;
	background-color:#ffffff !important;
	border-color;#5d6883;
}	

.squareGreen:hover{
	color:	#5d6883;
	cursor: pointer;
	background-color:#ffffff !important;
	border-color;#5d6883;
}

.squareYellow:hover{
	color:	#5d6883;
	cursor: pointer;
	background-color:#ffffff !important;
	border-color;#5d6883;
}
.resultsheader{
	color:#044574;
	font-size:1.2em;
}

.resultsheaderMaintenance{
	color:#044574;
	font-size:1.2em;
	text-align:left;
}

.resultsTableMaintenance tr {
	border:#95bee6 1px solid;
	padding:5px;
}

.icon-style-grey{
	color:#6B9CC7;
	font-size:18px;
	margin: 5px;
}
.icon-style-white-a{
	color:#ffffff;
	font-size:18px;
	margin: 5px;
}
.icon-style-white{
    color: #ffffff;
    font-size: 18px;
    left: -10px;
    margin: 4px -9px
}

.icon-style-green{
	color:#74BA57;
	font-size:18px;
	margin: 0px 10px;
	font-weight:700;
}

.icon-style-red{
	color:red;
	font-size:18px;
	margin: 0px 10px;
}



.icon-style-expand{
	color:#e6653d;
	font-size:18px;
	margin: 0px 10px;
}

.results-additional-items{
	font-size: 0.85em;
}
.results-abstract{
    font-size: 0.85em;	
}

/* Popup Open button */	
.open-button{
    color:#FFF;
    background:#0066CC;
    padding:10px;
    text-decoration:none;
    border:1px solid #0157ad;
    border-radius:3px;
}

.open-button:hover{
    background:#01478e;
}

.popup {
    position:fixed;
    top:0px;
    left:0px;
    z-index:9999;
    width:100%;
    height:100%;
    display:none;
}

/* Popup inner div */
.popup-content {
    width: 100%;
    /* margin: 0 auto; */
    box-sizing: border-box;
    padding: 40px;
    margin-top: 20px;
	/*border: 2px solid #000; */
    border-radius: 7px;
    background: #fff;
    position: relative;
	float:right;
	right:0 !important;
	margin-right:0px;
    margin-bottom: 20px;
	padding-top: 50px;
	border: solid 1px #6B9CC7;
	box-shadow: 10px 10px 15px 3px #888888;
}



/* Popup close button */
.close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 15px;
   /*  border-radius: 18px; */
  /*  background: #6B9CC7;  */
	/* border: solid 1px #6B9CC7; */
    font-size: 20px;
	font-weight:700;
    text-align: center;
    color: #6B9CC7;
    text-decoration:none;
	padding:3px;
}
/* Popup close button */
.print-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 60px;
    font-size: 20px;
    text-align: center;
    color: #6B9CC7;
    text-decoration:none;
/*	border-radius: 18px;
	border: solid 1px #6B9CC7;  */
	padding:3px;
}


.acSuggest {
    display: block;
    background-color: white;
    text-decoration: none;
    list-style-type: none;
    position: absolute;
    margin-left: 20px;
    border: solid 1px orange;
    border-radius: 5px;
    cursor: pointer;
	padding-right:20px;
	padding-left:10px;
	font-size:14px;
}

.acSuggest ul {
    list-style-type: none;
}



@media screen and (max-width: 720px) {
.popup-content {
    width:90%;
    }	
}

.printable-content {
    width: 100%;
    /* margin: 0 auto; */
    box-sizing: border-box;
    padding: 40px;
    margin-top: 20px;
	/*border: 2px solid #000; */
    border-radius: 3px;
    background: #fff;
    position: relative;
	float:right;
	right:0 !important;
    margin-bottom: 20px;
    }	

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

textarea{font-family: 'Poppins';}

input:checked + .slider {
  background-color: #e6653d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #e6653d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.rollover-row{
	background-color:#ffffff;
	padding:3px;
	border-radius:5px;
	
}

.rollover-row:hover{
	background-color:whitesmoke;

	
}

.nav_bg_home {
	background-color: white !important;
	width:100%;
}

ul#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 80px;
	padding: 15px 0 0 0;
	position: relative;	
/* 	left: 250px; */
	z-index: 100;
}

ul#nav li {
	list-style: none;
	position: relative;
	float: left;	
}

ul#nav li a {
	display: block;
	text-transform: capitalize;
	text-decoration: none;
	height: auto;
	height: 49px;	
	padding: 0 18px;
	line-height: 58px;
	font-size: 13.5px;
	color: #5d6883;
	text-transform: uppercase;
}

ul#nav li a.sub-menu-icon {
	background-image: url('/images/icons/nav-arrow-down.png');
	background-position: right 27px;
	background-repeat: no-repeat;
}

ul#nav li a:hover {
	color: #e46543;
}

/*
body#home .home,
body#about .about,
body#services .services,
body#vacancies .vacancies,
body#news .news,
body#support .support,
body#contact .contact {
	color: #ffd500;
}
*/

ul#nav li ul {
	left:-9999px;
	list-style:none;
	position:absolute;
	width:auto;
	z-index:1000;
	margin: 0;
}

ul#nav li:hover ul {
	background-image: url(/assets/img/global/sub-nav-image-2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: white;
	box-shadow: 2px 5px 5px rgba(0,0,0,.2);
	left:0;
	padding:15px;
	border: 0;
}

ul#nav li ul li a {
	width: 300px !important;
	padding: 0 0 0 20px !important;
	display: block;
	font-size: 13px !important;
	color: #5d6883 !important;
}

ul#nav li:hover ul li a {
	border:0;
	color:#5d6883 !important;
	display:block;
	height:30px;
	line-height:150%;
	margin:0;
	padding:0;
	text-align:left;
	text-shadow: unset;
	font-weight: 300;
	width: auto;
}

ul#nav li ul img {
	float: right;
}

ul#nav li:hover ul li a:hover {
	color: #e46543 !important;
}

ul#nav li:hover ul li:hover {
	border: 0 !important;
}

a.staff_login {
	display: none !important;
}

.sub_nav_arrow_green {
	color: #688238;
}

.small-button {
 /*   background-color: #6B9CC7;   */
	border: solid 1px #6B9CC7;
    padding: 0px 5px 0px 6px;
    border-radius: 25px;
    color: #6B9CC7;
    font-weight: 700;
    margin-right: 10px;
}

.left50{
	float:left !important;
	width:48% !Important;
	margin:10;
	text-align:left;
}
.right50{
	float:right;
	width:48%;
	margin:10;
	text-align:left;
}
.page-separator{
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border: #044574 1px solid;
}


/*================*/
/*MENU STRUCTURES */
/*================*/

.dropbtn {
  background-color: #CBB962;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  /* border-radius:10px; */
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display:none;
	position: absolute;
    background-color: #CBB962;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    right: 5px;
    text-align: left;
    /* border-bottom: solid 2px #ffffff;
    border-radius: 10px; */
    margin-top: -48px;
    margin-right: 40px;
}

.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:14px;
  border-bottom:solid 2px #ffffff;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #DCD094;color:#044574;}

.bib-title h1{
	
    position: absolute;
    margin-top: 70px;
    font-size: 40px;
    color: #ffffff;
	margin-left:0%;
	padding-left:30px;
}	


/*========================*/
/* The Modal (background) */
/*========================*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 5px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */ 
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  background-color: green;
  margin: auto;
  padding: 0px 20px;
  border: 1px solid #888;
  width: 80%;

}


#popupMessage {
    visibility: hidden; 
    background-color: red; 
    position: absolute;
    top: 10px;
    z-index: 100; 
    height: 100px;
    width: 300px
}

.displayMessage{
	background-color: lightgreen;
    width: 250px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid green;
    font-weight: 700;
}

.tagsOutput{
	
	padding:0px 5px 0px 5px;
	font-weight:400;
	font-size:14px;
	min-width:250px;
	
}


.register-login a:link{
	color:#CBB962 !important;
	text-decoration:none;
}
.register-login a:visited{
	color:#CBB962 !important;
	text-decoration:none;
}
.register-login a:hover{
	color:#CBB962 !important;
	text-decoration:none;
}
.register-login a:active{
	color:#CBB962 !important;
	text-decoration:none;
}

.debug p{
	margin: 10px;
    border: solid 3px #000000;
    position: fixed;
    z-index: 999999;
    background-color: #ffffff;
    width: 1300px;
    margin-left: 20%;
}

[data-tab-info] {
	display: none;
}
  
.active[data-tab-info] {
	display: block;
	margin: auto;
	width:90%;
	border:1px solid #044574;
	padding:10px;
	border-radius:10px;
	min-height:300px;
}
  
.tab-content {
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: bold;
	color: rgb(82, 75, 75);
	text-align:left;
}
  
.tabs {
	font-size: 14px;
	color: rgb(255, 255, 255);
	display: flex;
	margin: auto;
	width:90%;
}
  
.tabs span {
	background: lightgray;
	padding: 5px 10px;
	border: 0.5px solid rgb(255, 255, 255);
	color: #000000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  
.tabs span:hover {
	background: rgb(4, 69, 116,.8);
	cursor: pointer;
	color: #ffffff;
}

.reporting_icon{
	    margin: 20px;
    border-radius: 50%;
    border: solid 5px mediumseagreen;
    width: 110px;
    height: 110px;
    padding: 0px 10px 10px 10px;
    text-align: center;
    font-size: 18px;
	display: inline-flex;
	box-shadow: 10px 10px 5px lightblue;
	background-color:#ffffff;
}
	
.reporting_graph{
	max-width:1000px;	
	box-shadow: 10px 10px 5px lightblue;
	border:solid 1px grey;
}

