/*

Template 2092 Shelf

http://www.tooplate.com/view/2092-shelf

*/

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	background: url('../img/shelf-bg.jpg');
	padding: 0 15px;
	overflow-x: hidden;
}

/*a, button { transition: all 0.3s ease; }*/
a { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 { line-height: 1.4; }
p {
	line-height: 1.8;
	margin-bottom: 0;
}

p, .tm-gallery-item .tm-figcaption { color: #333; }
.tm-font-thin { font-weight: 300; }

/*button {
	cursor: pointer;
	border: none;
}
button:focus { outline: none; }*/

.tm-btn {
	display: inline-block;
	font-size: 1.2rem;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	width: 160px;
}

.tm-btn-blue {
	color: white;
	background-color: #186e9d;
}

.tm-btn-blue:hover,
.tm-btn-blue:focus {
	color: white;
	background-color: #389fd7;
}

.tm-btn-gray {
	color: #186e9d;
	background-color: #ededed;
}

.tm-btn-gray:hover,
.tm-btn-gray:focus {
	background-color: #c6c6c6;
}

.tm-blue-text { color: #186e9d; }
.tm-green-text { color: #C5F9D0; }

.navbar-toggler {
	background: rgba(0,0,0,0.5);
    border: none;
    border-radius: 0;
    color: white;
    display: block;
    padding: 0.6rem 1rem;
    margin-left: auto;
    margin-right: 0;
}

.container {
	background-color: white;
}

.tm-site-name {
	font-size: 2.2rem;
	text-transform: uppercase;
}





.hfinfolink p {
	color: #003366;
}

.hfinfotables h3 {
	font-weight:bold;
	font-family:ubuntu;
}
.hfinfotables {
	padding:20px;
}

.hfinfotables td {
	padding-left:10px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* slider  */
.mySlides {
	display: none;
}

.slidercaption {
	background:rgb(0, 0, 77);
	height: 30px;
}
.slidercaption a {
	color:white;
	font-size: 0.95rem;
	font-family: ubuntu;
}
.slidercaption a:hover {
	color:yellow;
}

.mySlides img {
	/* height: 470px; */
	/* height: 100%; */
	width: 100%;
	height: auto;
}

.numbertext {
  color: red;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  height: 30px;
  /* background-color: hotpink; */
}


.pageheadline {
	display:block;
	margin-top:0.1rem;
	margin-bottom:0rem;
}
.pageheadline h1 {
	font-size:1.5rem;
	font-weight:bold;
	color:white;
}

#slideshow {
	/* padding-left: 1em; */
	/* padding-right: 1em; */
	/* background-color: red; */
	/* height: 500px; */
	height: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
	/* border : solid grey; */
	border-radius: 5px;
	height: 100%;
	
	/* padding: 1em; */
	/* background: green; */
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: calc( 50% - 25px );
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  height: 50px;
  width: 50px;
  /* background-color: green; */
}

.prev {
	text-align: left;
	padding-left: 10px;
}

.next {
	text-align: right;
	padding-right: 10px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Number text (1/3 etc) */

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotactive, .dot:hover {
  background-color: #717171;
}

/* slider end here */

.covid19_news {
	height: 60px;
	text-align: center;
	border-top: solid 3px #076599;
	border-bottom: solid 3px #076599;
	padding-top: 10px;
}

.covid19_news a {
	/* display: block; */
}

.covid19_news a {
	color : red;
	font-size: 20px;
	cursor: pointer;
}

.news_section {
	width: 100%;
	height: 500px;
	/* background-color: red; */
	padding-left: 1em;
	padding-right: 1em;
}

.epidemiology {
	height: 350px;
	width: 100%;
	/* background: green; */
	padding: 10px;
	/* border: solid grey 3px; */
	border-radius: 5px;
	text-align: center;
	padding-top: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.genomic_epidemiology {
	margin-top: 30px;
	height: 120px;
	width: 100%;
	/* background: blue; */
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	/* border: solid grey 3px; */
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.genomic_epidemiology a {
	color: red;
}

.database-info-box {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}








/* ======================================= */


.tm-site-name,
.tm-site-description {
	color: white;
	text-shadow: 0px 3px 2px rgba(62,62,62,1);
}

.tm-site-description { font-size: 1.4rem; }


.tm-browse-header {
	/*background: url('../img/bg.png') no-repeat;*/
	background : rgb(0 , 0, 77);
	background-size: cover;
	height: 350px;
	padding: 60px 80px;
	position: relative;
	border-bottom: 10px solid #076599;
	/* background-color: red; */
}
.contactusbg {
	background: url('../img/contactusbg.png') no-repeat;
	background-size: cover;
	height: 400px;
	padding: 60px 80px;
	position: relative;
	border-bottom: 10px solid #076599;
}
.browsebox {
  box-sizing: border-box;
  /*height:1500px;*/
  /*background: #f2f2f2;*/
  padding-top:50px;
  padding-bottom: 20px;
  border-color: black;
  border-width: 0px;
  border-style: solid;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.browselist {
  color:#404040;
  list-style-type: disc;
  text-align: left;
  font-family:"Work Sans", Arial, sans-serif;
  list-style-type: none;
	font-size:15px;
  /*background:red;*/

}
.browselist li a{
  color:#404040;
  cursor:pointer;
}
.browselist li a:hover{
  color:red;
}
.browselistheading {
  color:#404040;
  font-size:14px;
  font-weight:bold;
  /*background: blue;*/
}

.adminintable {
	width:100%;
	padding:20px;
}

.adminformdiv {
	font-family:ubuntu;
	font-weight:bold;
	padding:20px;
}

.adminformdiv button {
	margin-top:20px;
}

.adminintable td {
	padding:5px;
	color:#666666;
}

.adminintable th {
	padding:5px;
	text-align: center;
	font-size: 20px;
}

.adminintable input {
	width: 100%;
}

.tm-main-nav-ul { flex-flow: column; }

.tm-main-nav-container {
	position: fixed;
    width: 100%;
	top: 5px;
	right: 10px;
    width: 200px;
    z-index: 1000;
}

.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 16px;
    /*font-size: 16px;*/
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 3px 3px;
    text-decoration: none;
    display: block;
		/*border: 2px solid black;*/
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #666666; opacity:0.5;}



.tm-main-nav { 
	background-color: rgba(0,0,0,0.8); 
}

.tm-main-nav .nav-link {
	color: white;
	/*font-size: 1.5vw;*/
	padding: 5px 5px;
}

.tm-main-nav .nav-link.active,
.tm-main-nav .nav-link:hover,
.tm-main-nav .nav-link:focus {
	color: #9AC9F7;
}

.tm-main-content { padding: 35px 30px; }

.tm-main-title {
	color: #6C6C6C;
	margin-bottom: 1.2rem;
}

.advblock {
	/* font-family: ubuntu; */
	/* display: inline-block; */
	text-align: center;
	width:100%;
	font-size:15px;
	float:left;
	padding: 1em;
}

.advblock p {
	 /* background-color: red; */
}
.advblockselect {
	width :100%;
	padding:2px;
	font-weight: bold;
}

.tm-gallery {
	padding-top: 60px;
	padding-bottom: 35px;
	margin: 0 auto;
}

.tm-gallery .row {
	margin-left: -10px;
	margin-right: -10px;
}

.tm-gallery-item {
	padding-left: 10px;
	padding-right: 10px;
}

.tm-gallery-item img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/* https://codepen.io/nxworld/pen/ZYNOBZ */
.tm-gallery-item-overlay {
	background: #0066CC;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.tm-gallery-item:hover img { opacity: 0.5; }
.tm-gallery-item:hover .tm-figcaption {	color: #186e9d; }

.tm-img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tm-img-center-sm {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tm-figcaption {
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
}

.tm-gallery-nav { text-align: center; }

.tm-gallery-nav .nav-item {
	margin-right: 10px;
	margin-bottom: 10px;
}

.tm-gallery-nav .nav-item:last-child { margin-right: 0; }

.tm-gallery-nav .nav-link {
	background-color: #EDEDED;
	color: #717171;
    padding: .7rem 1.2rem;
}

.tm-gallery-nav .nav-item:last-child { margin-right: 0; }
.tm-gallery-nav	.nav-link.active,
.tm-gallery-nav .nav-link:focus,
.tm-gallery-nav .nav-link:hover {
	background: #076599;
    color: white;
}

.media-body {
    -ms-flex: 1;
    flex: 1 1 auto;
    width: 100%;
}

.tm-margin-b-l { margin-bottom: 60px; }
.tm-margin-b-ll { margin-bottom: 80px; }
.tm-margin-b-xl { margin-bottom: 100px; }
.tm-margin-b { margin-bottom: 25px; }
.tm-margin-b-30 { margin-bottom: 30px; }
.tm-margin-b-p,
p.tm-margin-b-p { margin-bottom: 35px; }
.tm-margin-r-20 { margin-right: 20px; }
.tm-margin-b-s { margin-bottom: 8px; }
.no-pad-b { padding-bottom: 0; }
.tm-small-pad { padding: 40px 35px; }

.tm-highlight {
	/*background-color: #076599;*/
	background-color: white;
	color: black;
	padding: 50px 30px;
}

.tm-highlight-w-icon { flex-flow: column; }
.tm-highlight-icon { padding: 0 0 30px 0; }
.tm-highlight p { color: white; }

.tm-white-bordered-btn {
	color: white;
    border: 1px solid white;
    padding: 10px 25px;
    display: inline-block;
}

.tm-white-bordered-btn:hover,
.tm-white-bordered-btn:focus {
	background-color: white;
}

.tm-fa-6x { font-size: 6em; }
.tm-h3 { font-size: 1.5rem; }

footer {
	background-color: rgba(0,0,0,0.8);
	color: white;
	padding: 15px;
	text-align: center;
}

footer a {
	color: white;
}

footer a:hover {
	color: #FF3;
}


/* .form-control {
	border: 1px solid rgba(0, 0, 0, 0.37);
	border-radius: 0;
	font-size: 1.2rem;
	padding: .75rem .75rem;
} */
.form-control:focus { border-color: #076599; }
.tm-overflow-auto { overflow: auto; }
#google-map {
    height: 360px;
    width: 100%;
}

#hftable1 table, th, td, tr {
	border: 1px solid black;
}

@media (min-width: 576px) {
	.tm-main-content { padding: 75px 50px 70px;	}
	.tm-main-content.no-pad-b { padding: 75px 50px 0; }
	.tm-gallery { max-width: 500px;	}
	.tm-highlight { padding: 40px; }
	.tm-highlight-w-icon { flex-flow: row; }
	.tm-highlight-icon { padding: 20px 50px 0 0; }
	.tm-main-nav .nav-link { font-size: 15px;}
	p {
		font-size: 10px;
	}
	.olselclass {
		width:200px;
	}
	.advblock {
		width:100%;
	}
}

@media (min-width: 768px) {
	p {
		font-size: 14px;
	}
	.tm-main-nav-ul {
		flex-flow: row;
		width: 100%;
	}
	.tm-main-nav-container {
		position: absolute;
		left: 0;
    	bottom: 0;
    	right: auto;
    	top: auto;
    	padding: 0;
    	width: 100%;
	}
	.tm-main-nav .nav-link { padding: 10px 15px; }
	.tm-main-nav .nav-link { font-size: 20px;}
	.tm-gallery { max-width: 760px;	}
	.tm-highlight { padding: 50px 100px; }
	.tm-small-pad { padding: 40px 35px; }
	.tm-img-center-sm {	margin-left: 0;	}
	.olselclass {
		width:25%;
	}

	.advblock {
		width:50%;
	}
}

@media (min-width: 992px) {
	p {
		font-size: 15px;
	}
	.tm-site-header { height: 400px; }
	.contactusbg { height: 400px; }
	.tm-main-nav .nav-link { padding: 15px 20px; }
	.tm-gallery { max-width: none; }
	.tm-main-nav .nav-link { font-size: 20px;}
	.olselclass {
		width:25%;
	}
	.advblock {
		width:25%;
	}
}

@media (min-width: 1200px) {
	p {
		font-size: 16px;
	}
	.container { max-width: 100%; }
	.tm-site-header { height: 500px; }
	.contactusbg { height: 500px; }
	.tm-main-nav .nav-link { padding: 25px; }
	.tm-main-nav .nav-link { font-size: 20px;}
	.olselclass {
		width:25%;
	}
}

@media (max-height: 360px) {
	.tm-main-nav .nav-link {
		font-size: 1rem;
		padding: 10px 15px;
	}
}

.web-loader {
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	display: none;
	z-index: 50000;
}

.loader-animation-box {
	position: absolute;
	width: 150px;
	height: 150px;
	top: calc( 50vh - 75px );
	left: calc( 50vw - 75px );
	/* background: red; */
	padding: 1em;
}

.loader-animation-circle {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 16px solid rgba(255,255,255,0.5);
	border-top: 16px solid #3498db;
	-webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader_text_status {
	color: white;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 65%;
	font-weight: 600;
	font-size: 16px;
	padding-left: 1em;
	padding-right: 1em;

}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
