@charset "ISO-8859-1";
/* RESET */
a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

.btn {
	color: white !important;
}

.deleteMargin {
	margin: 0px !important;
}

/* NAVBAR ADMIN */
#adminNavbar {
	background-color: #0F6E02;
	margin-top: 2%;
	border-radius: 4px;
	margin-bototm: 2%;
}

#adminNavbar ul {
	list-style: none;
	padding-top: 1%;
	padding-bottom: 1%;
}

#adminNavbar ul li {
	display: inline-block;
	margin-right: 3%;
}

#adminNavbar ul li a {
	color: white;
}

#adminNavbar ul .logout {
	float: right;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdwon img {
	color: white;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(5, 88, 18, 0.9);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

.alertNone{
	background-color: #da8484;
	display:none;}

/* FOOTER ADMIN */

#gleukosIconFooterSection{
	float:right;
	margin-right:10%;
}

#footerAdmin ul {
	list-style: none;
}

#footerAdmin {
	margin-top: 5%;
	margin-bottom: 2%;
}

/* ADMIN STYLE */

.minRowTable{min-width:92px;}

#searchTable{margin-top:6%}

#showButtonUpdate{display:none;}


.enabled0 {
	background-color: rgba(249, 153, 155, 0.4) !important;
}

.enabled3 {
	background-color: #DBD8D8 !important;
	opacity: 0.4 !important;
}

.buttonAdd {
	margin-bottom: 2%;
}

.buttonLogin {
	margin-top: 2%;
}

.checkboxAdd {
	margin-left: 2%;
}

.formSearch {
	display: inline-block;
}

#excelGlyco {
	margin-bottom: 4%;
}

.paginationStyle {
	list-style: none
}

.paginationStyle li {
	display: inline;
}

.paginationStyle li a {
	margin-right: 4%;
}

#taskFormSelected {
	margin-top: 4%;
}

.actionsTable{width:20%;}


/* HOME ADMIN */

.greenLink{
	color:#3CB358;
}

.modalGlyco i{
	margin-left:2%;
	color:#3CB358;
}

.filter_select select{
	display: block;
    width: 120%;
    padding: .12rem .35rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

filter_select select option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 20px 1px;
}

.loadingData{margin-left:20%;}

#hiAdmin{
	margin-top:2%;
	margin-bottom:3%;
	}

.cardHomeAdmin{margin-bottom:14%;}

.cardHomeAdmin span{ margin-left:2%;}

.cardHomeAdmin img{ width:120px;}
/* CREATE FASTA ADMIN */

#searchKegg{width:45%;
			display:inline;}

#resultFasta {
	overflow: hidden;
}

/* HOME INDEX */
.header-video {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 600px;
	height: auto;
}

.header-video video {
	width: 100%;
	position: absolute;
	top: -270px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2000;
}

.headerMenuVideo {
	background: rgba(181, 239, 173, 0.6);
	width: 80%;
	margin-left: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	z-index: 2000;
	list-style: none;
	border-radius: 4px;
	margin-top: 12%;
}

.headerMenuVideo li {
	display: inline;
	font-size: 2.5em;
	font-family: 'Helvetica';
	font-weight: 700;
	margin-right: 5%;
	text-transform: uppercase;
}

#presentationHome h2 {
	text-align: center;
	margin-top: 2%;
	text-transform: uppercase;
	font-size: 3em;
}

#presentationHome img {
	margin-left: 45%;
	margin-top: 2%;
	margin-bottom: 2%;
}

#presentationHome p {
	text-align: justify;
	font-size: 1.3em;
}

#workHome .imageClostridia {
	overflow: hidden;
	height: 600px;
}

#workHome img {
	width: 100%;
	opacity: 0.8;
}

.workContentText {
	position: absolute; /* Position the background text */
	bottom: 0; /* At the bottom. Use top:0 to append it to the top */
	background: rgb(0, 0, 0); /* Fallback color */
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
	color: #f1f1f1; /* Grey text */
	width: 98.5%; /* Full width */
	height: 600px;
}

#genusAnalysisTable{
	margin-top:5%;
	margin-bottom:5%;
}


#statistics{
			background-color:rgba(181, 239, 173, 0.6);
			width:80%;
			padding-top:2%;
			padding-bottom:1%;
			margin-left:10%;
			border-radius:20px;
			}

#workHome h2 {
	margin-top: 5%;
	margin-bottom: 2%;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
	font-family: 'Helvetica';
	top: 100px;
	left: 900px;
	color: white;
}

#workHome p {
	width: 80%;
	margin-left: 10%;
	text-align: center;
	font-size: 26px;
	font-family: 'Helvetica';
	color: white;
}

#processingSection {
	margin-top: 3%;
}

#processingImage {
	position: relative;
	left: 268px;
}

#processingImage img {
	width: 60%;
}

#processingText {
	margin-right: 15%;
	width: 80%;
}

#processingText h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 2em;
}

#processingText p {
	font-size: 1.4em;
	margin-top: 5%;
	text-align: justify;
	line-height: 2em;
}

#customHeatMap{
    margin-top: 2%;
    margin-bottom: 2%;
}

/* MAIN LAYOUT */
#mainNavbar {
	margin-top: 4%;
}


.successSend{
	background-color: #c9ecc9;
	border-radius: 5px;
	padding: 8px 6px 8px 18px;
}

#mainNavbar ul {
	list-style: none;
	padding-bottom: 1%;
	border-bottom: 1px solid rgba(181, 239, 173, 0.8);
}

#listStrainsDendogram{
	display: none;}

#listGlycoDendogram{
	display: none;}


#mainNavbar ul li {
	display: inline;
	margin-right: 4%;
	font-size: 20px;
}

#mainNavbar ul li form {
	display: inline;
}

#mainNavbarTitle {
	background-color: rgba(181, 239, 173, 0.8);
	padding-top: 1%;
	padding-bottom: 1.2%;
	padding-left: 2%;
	padding-right: 2%;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.mainTitle {
	margin-top: 2%;
}

.testDescribe {
	text-align: justify;
	line-height: 2em;
}

#buttonCreateFasta {
	margin-top: 5.4%;
}

#logoFooter{width:200px}

#listReferencesWebsites img{width:80px;}

#footerMain {
	min-height: 140px;
	background-color: rgba(181, 239, 173, 0.8);
	padding: 0px;
	margin-top: 2%;
}

#listReferencesWebsites li{
	display:inline-block;
	margin-right:2%;
}

.sectionFooter {
	margin-top: 5%;
	margin-left:15%;
	font-size: 1.2em;
}

.sectionFooter ul {
	list-style: none;
	padding-left: 0px;
}

.sectionFooter ul li a {
	font-size: 0.8em;
}

/* INFORMATION */

.informationText{
		text-align:justify;
		margin-top:2%;
		}
		
#informationImage img{
	width:80%;
	margin-left:10%;
	
	}

#gobCode img{width:30%;
			margin-top:1%;}


.cardAboutUs{min-height:220px;}

.textAboutUs a{ color: rgba(42, 157, 109, 1);
				font-weight:bold;}


#teamInformation img{ max-height: 40px;}

#statisticsInfo{
		background-color:rgba(181, 239, 173, 0.8);
		padding-top:2%;
		padding-bottom:1%;
		border-radius:20px;
		margin-top:4%;
		margin-bottom:3%;
		}

#statisticsInfo ul{list-style:none;}

#statisticsInfo li{
	text-align:center;
	font-size:1.4em;
	}


.titleAbout{ 
		margin-bottom:1%;
		font-size:1.8em;
		margin-top:3%;    
		
		}
		
.titleUnderline{border-bottom:2px solid rgba(181, 239, 173, 1);}
		
		

/* SEARCH */

#filtersPublicSearch{
	margin-top: 1%;
	margin-bottom: 3%;
	background-color: #e1f3e1;
	border-radius: 5px;
	padding: 17px 7px 4px 25px;
}

.lastestOrganism{
	margin-top:2%;
	margin-bottom:3%;
	font-size:1.2em;
}
.resultsIcon {width: 25px;}

.resultsDisabledIcon {
	width:50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#formSearch {
	margin-top: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
}

#searchList {
	width: 97.4%;
	padding: 0px;
	margin-left: 1.4%;
	list-style: none;
	min-height: 200px;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	position: relative;
	bottom: 1px;
	border-radius: 4px;
}

#searchList li {
	padding-top: 2%;
	padding-bottom: 1%;
	padding-left: 1.4%;
	opacity: 0.8;
}

#searchList li:hover {
	opacity: 1;
	background-color: rgba(215, 214, 214, 1.4)
}

.explainText {
	margin-top: 2%;
	text-align: justify;
}

/* GLYCOSIDES*/

#tableGlycosides img{width:50px;}

.testDescribe a{ 
	color:rgba(42, 157, 109, 1);
	font-weight:bold;
}


.glycoLink{
		color: rgba(42, 157, 109, 1);
		
		}
		
.glycoLink:hover{
		color: rgba(42, 157, 109, 1);
		
		}
		
.glycoLink:link{
		color: rgba(42, 157, 109, 1);
		
		}
		
.glycoLink:visited{
		color: rgba(42, 157, 109, 1);
		
		}

/* SUGGEST */

.sendEmail{float:right;}

.emailForm{
	border: 1px solid #CACACA;
	border-radius: 12px;
	padding: 14px;
}



/* PUBLIC TASK */

.iconCloseStrainInfo {
	float: right;
	font-size: 25px;
	position: absolute;
	right: -10px;
	top: -36px;
}

#titleSpeciesClickEvent{
	margin-top:2%;
}

#clickEventGenus{
	border-radius:  6px;
	width: 90%;
	border: 1px solid #757474;
	margin-left: 5%;
}

#clickEventGenus{
	display:none;
}
.taskAccordion{
	color: rgba(77, 216, 59, 1);
	font-size: 1.2em;
}

.clickForMoreInfo {
	display: none;
	color: white;
	margin-left: 12px;
	opacity: 0.8;
	padding: 4px;
	font-size: 0.8em;
	background-color: #767676;
	border-radius: 8px
}

.strainInfoItem:hover + .clickForMoreInfo {
	display: inline-block;
}

.taskAccordion:hover{color: rgba(77, 216, 59, 1);}

#showGeneInformation{
	display: none;
	position:relative;
	border-radius:4px;
	border: 2px solid #A8A5A5;
	padding-bottom:3%;
}

.iconCloseGlycoInfo{float:right;
					position:absolute;
					right: -17px;
    				top: -12px;
    				}
.iconCloseGlycoInfo i{
		font-size:24px;
}
.iconCloseGlycoInfo a{
	padding:8px;
}

.titleGlycoInformation{
	margin-left:2%;
	margin-top:2%;
	margin-bottom:0%;
	
}
#tableTasks{
	margin-top:5%;
}
#showButtonAddTask{
	display: none;
}
#showButtonLaunchBlast{
	display: none;
}

.textGlycoInformation{
	margin-left:2%;
}

#glycosideClassName{width:95%;}

#glycosideComment{width:95%;}

#glycosideReaction{width:95%;}

#imageGeneInformation{
				margin-left:20%;
				margin-top: 3%;}

.keggOrthologyList{margin-bottom:7.7%;}

.keggOrthologyList i{
	background-color:rgba(51, 150, 30, 1);
	border-radius: 16px;
	padding:4px;
	color:white;
}



.homologiesButtons{
	margin-left:4%;
	margin-top:1%;
}

.sectionTextHomology{
	margin-bottom:2%;
}

.sectionTextHomology span{
	display:inline-block;
	min-width:13%;
}

.iconEnabledTask{
	position:relative;
	bottom:2px;
	margin-right:4%;
	
}

.tableHomology{margin-top:5%;}


.titleModalSection{font-size:1.4em;}

#analysisInformation p{
	margin-bottom: 0.5rem;
}

.informationIcon{ 
			width:24px;
			float:right;
}

.downloadFastaButton{
		width:30px;
		margin-left:1%;
}

.informationAnalysis{
		font-weight:bold;
		margin-bottom:2%;		
}
		

#titleTask {
	font-size:1.8em;
	margin-top:3%;
	margin-bottom: 2%;
}

#secondLineRows {
	margin-top: 2%;
}

#heatmap {
	margin-bottom: 3%;
}

.listInfoTask {
	list-style: none;
	margin-top: 1%;
	padding-top: 3%;
	padding-bottom: 2%;
	border: 1px solid #B3B0B0;
	border-radius: 4px
}

.listInfoTask li a {
	color: #3CB358;
}

#metabolicMap {
	margin-top: 3%;
}

.linkGreen {
	color: #3CB358;
}

/* DESKTOP NORMAL VIEW */
#navbarMobile {
	display: none;
}

@media ( max-width : 1400px) {
	.headerMenuVideo li {
		font-size: 1.4em;
	}
}

/* TABLET VIEW */
@media ( max-width : 768px) {
	
	/* LAYOUT */
	
	.header-video {
		display: none;
	}
	#navbarMobile {
		display: block;
	}
	#navbarMobile #home {
		font-size: 1.6em;
	}
	
	#footerMain {
		display: none;
	}
	#navbarMobile {
		background-color: rgba(181, 239, 173, 0.8);
		width: 100%;
		color: white;
		padding-top: 4%;
		padding-bottom: 4%;
	}
	#navbarMobile #home {
		text-transform: uppercase;
		margin-left: 5%;
		font-weight: 700;
	}
	#navbarMobile .desplegateMenu {
		position: absolute;
		top: 98px;
		list-style: none;
		background-color: #B3E8CF;
		width: 100%;
		z-index:3000;
		display:none;
	}
	#navbarMobile .desplegateMenu li {
		margin-top: 3%;
		padding-bottom: 2%;
		padding-top: 2%;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 1.2em;
	}
	#navbarMobile #menuMobile {
		float: right;
		position: relative;
		bottom: 6px;
		right: 28px;
	}
	
	#mainNavbar{display:none;}
	
	/* INDEX */
	
	#workHome .imageClostridia{display:none;}
	
	#workHome .workContentText{
						margin-top:2%;
						position:static;
						background-color:white;
						}
	
	#workHome .workContentText h2{
		color:black;
	}
	#workHome .workContentText p{
		color:black;
	}
	
	#processingImage {
    	position: static;
    
	}
	
	#processingImage img{
		width:100%;
	}
	
	#processingText{
		margin-right:0px;
		width:100%;
		margin-top:10%;
	}
	
	
	
}

/* MOBILE VIEW */
@media only screen and (max-width: 600px) {
	
	/* LAYOUT */
	
	#navbarMobile #home {
		font-size: 1.2em;
	}
	#navbarMobile .desplegateMenu {
		top: 53px;
	}
	
	/* INDEX */
	
	#presentationHome h2{ font-size:2em;}
	#presentationHome img{ 
		width:50px;
		margin-left:42%;
		}
	#presentationHome p{font-size:1.2em;}
	
	#workHome .workContentText h2{
		font-size:1.4em;
	}
	#workHome .workContentText p{
		font-size:1.2em;
	}
	
	#processingText h2{font-size:1.4em;}
	#processingText p{font-size:1.2em;}
	
	/* SEARCH */
	
	.mainTitle{font-size:1.2em;
				margin-top:2%;
				margin-bottom:2%;}
	
	.explainText{font-size:0.8em;}
	
	#searchBySpecies{margin-bottom:10%;}
	

	
}