body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* all table headers grey */
th {
  background-color: #e2e2e2;
}

table.table thead th {
	align-content: center;
	padding: none !important;
}

#sgcgreen {
	color: #006666;
}
.jumplink {
  float: right;
}

#goToTopButton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: blue; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#goToTopButton:hover {
  background-color:  #ededed; /* Add a dark-grey background on hover */
  color: black;
}
#strongred {
	color: red;
	font-weight: bold;
}
/* navbar changes */
.navbar-light {
    background-color: white;
    /*border-bottom: 2px solid #006666;*/
}

.navbar-light .navbar-nav .nav-link {
  color:  #006666;
}

.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item:focus .nav-link,
.navbar-light .nav-item:hover .nav-link {
        color: #4b0082;
}
/* navbar changes end */
#startHeader {
	color: #006666;
	padding-top: 80px;
	text-align: center;
}

#staticHeader {
	color: #006666;
	padding-top: 70px;
	text-align: left;
	/*font-size: 40px;*/
}
.padPageContent {
	padding-left: 30px;
}
.padSideMenu {
	padding-top: 60px;
}

#staticHeader2 {
	color: #006666;
	padding-top: 20px;
	text-align: left;
	/*font-size: 40px;*/
}

#staticDcpIcon {
	padding-top: 80px;
	float: right;
}

.row {
  display: flex;
 /* flex-wrap: wrap;
  justify-content: space-around;*/
  align-items: center; 
}

.column {
  flex: 10%;
  padding: 10px;
  
}
.column2 {
  flex: 15%;
  padding: 10px;
  
}

.row3 {
  display: inline-flex;
  align-items: center; 
}
.column3 {
padding: 20px;
  
}
.padImg {
	padding: 50px;
}

.icon-check{
  background-image : url("../custom-icons/check-lg.4f6ae038f4f6.svg");
  background-size: cover;
  display: inline-block;
  height: 15px;
  width: 15px;
}

.icon-file{
  background-image : url("../custom-icons/file-earmark-text-fill.438180e15677.svg");
  background-size: cover;
  display: inline-block;
  height: 15px;
  width: 15px;
}

.icon-search{
  background-image : url("../custom-icons/search.74dacfefd760.svg");
  background-size: cover;
  display: inline-block;
  height: 15px; 
  width: 15px;
}

.icon-list{
  background-image : url("../custom-icons/list.f2a6bd87a5c3.svg");
  background-size: cover;
  display: inline-block;
  height: 15px; 
  width: 15px;
}
.icon-list-s {
  background-image : url("../custom-icons/list.f2a6bd87a5c3.svg");
  background-size: cover;
  display: inline-block;
  height: 10px; 
  width: 15px;
}

#idTab {
	padding-left: 10px;
}
#idTable td {
	padding: 20px;
}

#idTable th {
	padding: 20px;
}

.spectraTable td {
	padding: 15px;
}
.spectraTable tr:nth-child(odd) {background-color: #f2f2f2;}

.strippedTable tr:nth-child(even) {background-color: #f2f2f2;}

.propTable tr:nth-child(odd) {background-color: #f2f2f2;}

.propTable th, td {
	padding: 10px;
	text-align: center;
}

#critTableRow td {
	padding: 10px;
	text-align: left;
}

#critTableRow tr:nth-child(odd) {background-color: #f2f2f2;}

.opnMeButton {
	background-color: #4b0082; /* Indigo*/
  	border: none;
  	color: white;
  	padding: 10px;/* 10pxborder-radius: 12px;*/
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
	
}
.sgcGreenButton {
	background-color: #006666;
	color: white;
}


.infoButton {
	background-color: #006666;
  	border: none;
  	color: white;
  	padding: 10px 10px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
	border-radius: 12px;
}

.structureButton {
	background-color: #cccccc;
  	border: none;
  	color: black;
  	padding: 10px 10px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
	border-radius: 12px;
	float: left;
	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 120px; 
}

.backButton {
	background-color: #0000ff;
  	border: none;
  	color: white; 	
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
	border-radius: 8px;
	float: right;
	padding-top: 5px;
  	padding-right: 10px;
 	padding-bottom: 5px;
  	padding-left: 10px;
}

#assayButton {
	background-color: #cccccc;
  	border: none;
  	color: black;
  	padding: 10px 10px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
	border-radius: 12px;
	float: right;
	margin-top: 0px;
  	margin-right: 50px;
  	margin-bottom: 0px;
  	margin-left: 0px; 
}

.displayInRow {
    display: inline flex;
}
.searchBox {

}
#referenceTab {
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
}

#structureTable th {
	background-color:#e2e2e2; 
	padding: 10px;
	text-align: left;
	
}
#structureTable td {
	padding: 10px;
	text-align: left;
}

#smilesTd {
	word-break: break-all;
}

#structureTable tr:nth-child(odd) {background-color: #f2f2f2;}

#phenotypicTable th {
	padding: 10px;
	text-align: center;
}

#phenotypicTable td {
	padding: 10px;
	text-align: left;
	
}

td.red {
    backgroundColor: red;
}
td.green {
    background-color: green;
}
td.shade1 {
    background-color: #ff1919;
}
td.shade2{
    background-color: #ff3333;
}
td.shade3 {
    background-color: #ff4c4c;
}
td.shade4 {
    background-color: #ff6666;
}
td.shade5 {
    background-color: #ff7f7f;
}
td.shade6{
    background-color: #ff9999;
}
td.shade7 {
    background-color: #ffb2b2;
}
td.shade8 {
    background-color: #ffcccc;
}
td.shade9 {
    background-color: #ffe5e5;
}
td.shade11 {
    background-color: #e5ffe5;
}
td.shade12 {
    background-color: #ccffcc;
}
td.shade13 {
    background-color: #b2ffb2;
}
td.shade14 {
    background-color: #99ff99;
}
td.shade15 {
    background-color: #7fff7f;
}
td.shade16{
    background-color: #66ff66;
}
td.shade17 {
    background-color: #4cff4c;
}
td.shade18 {
    background-color: #33ff33;
}
td.shade19 {
    background-color: #19ff19;
}
td.shade20 {
    background-color: #ff504d;
}
#sdfButton {
	background-color: #cccccc;
  	border: none;
  	color: black;
  	padding: 10px 10px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
	border-radius: 12px;
	
}
.structurePlace {
	float:left;
	padding-top: 0px;
  	padding-right: 50px;
  	padding-bottom: 0px;
  	padding-left: 10px;
  	margin-top: 50px;
  	margin-bottom: 30px;
}
#mainInfoTableBox {
  	border: 2px solid #cccccc;
  	border-radius:6px;
  	padding-top: 60px;
  	padding-right: 0px;
  	padding-bottom: 150px;
  	padding-left: 0px;
}
#mainInfoTable td {
	font-family: sans-serif;
  	/*font-size: 15pt;*/
  	padding-top: 0px;
  	padding-right: 70px;
  	padding-bottom: 10px;
  	padding-left: 10px;
  	background-color: white;
}

#mainInfoTable td:nth-child(1) {  
 	color: #999999;
}

.fixedButtonSize {
    width: 300px !important;
    background-color: #006666;
    color: white;
}

.downloadPadding {
/*	padding-top: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;*/
  	padding-left: 50px;
  	font-weight: bold;
}

#criteriaBox {
	border: 2px solid #cccccc;
  	border-radius:6px;
  	padding-top: 20px;
  	padding-right: 20px;
  	padding-bottom: 0px;
  	padding-left: 20px;
}

.indigoHeader {
	color: #4b0082;
}

.categorySelect {	
  	margin-top: 100px;
	width: 350px;
}

.divInline {
	 display: flex;
     flex-direction: row;
     flex-wrap: wrap;
}

 .tableBorder {
   border: 1px solid;
 } 

.row5 {
  margin-left:-5px;
  margin-right:-5px;
}

.column5 {
float: left;
  width: 50%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row5::after {
  content: "";
  clear: both;
  display: table;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other on screens that are smaller than 600 px */
@media screen and (max-width: 600px) {
  .column5 {
    width: 100%;
  }
}
/*for header above table*/
caption {
  display: table-caption;
  text-align: center;
  caption-side:top;
  font-size: 20px;
  color: black;
}

.propTable {
	margin-top: 20px;
  	margin-bottom: 30px;
  	margin-right: 10px;
  	margin-left: 0px;
}
/*
.custom-tooltip.tooltip > .tooltip-inner
{
    background-color: #2f4fff;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}
.tooltip-inner {
    background-color: #2f4fff;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}*/
td div { 
	width: 100px; 
	overflow: hidden; 
	}
.headerCenter {
	text-align: center;
}



/*for orderable = true to  get background color*/
table.table thead { 	
	text-align: left;
	vertical-align: center;
	align-content: center;
	}

table.table thead th.orderable a::after {
    content: "";
    display: inline-block;
    width: 24px;  
    height: 24px; 
    background-size: contain;  
    margin-left: 1em;  /* Optional: space between text and icon */
	background: url("../custom-icons/arrow-down-up.44c3adae99e6.svg") no-repeat center center;
}
table.table thead th.asc  a::after{
	content: "";
    display: inline-block;
    width: 24px;  
    height: 24px; 
    background-size: contain;  
    margin-left: 1em;  /* Optional: space between text and icon */
	 background: url("../custom-icons/sort-alpha-down.e5022371cc40.svg") no-repeat center right; 
	}
table.table thead th.desc a::after {
	content: "";
    display: inline-block;
    width: 24px;  
    height: 24px; 
    background-size: contain;  
    margin-left: 1em;  /* Optional: space between text and icon */
	 background: url("../custom-icons/sort-alpha-up.d7284a0453f2.svg") no-repeat center right; 
	}

/*for orderable = false 
;*/
table.table thead th{ 
	color: black;
	padding: 10px;
	text-align: left;
	align-content: center;
	}

/* ==================== Sortable */
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

.sortable th:hover::after {
  color: inherit;
  font-size: 1.2em;
  content: '\00a0\025B8';
}

.sortable th::after {
  font-size: 1.2em;
  color: transparent;
  content: '\00a0\025B8';
}

.sortable th.dir-d::after {
  color: inherit;
  content: '\00a0\025BE';
}

.sortable th.dir-u::after {
  color: inherit;
  content: '\00a0\025B4';
}

th.no-sort {
  pointer-events: none;
}

th.no-sort::after {
  content: none;
}

table.sortable thead {
    background-color: #eee;
    color:#000000; /*;#666666*/
    font-weight: bold;
    cursor: default;
   
}
.table>:not(caption)>*>* {
    padding: 1rem 1rem;
}
input[type="search"] {
   font-size: 1.2em;
    padding: .5rem 1rem;
}
table tbody td:nth-child(even) {
    background-color: #f5f7fa !important;
}

table.sortable th,td {
            /*border: 2px solid #7a3f3f;*/
            padding: 20px;
            text-align: left;
            vertical-align: top;
        }
/* ==================== End Sortable */

.nowrap {
	white-space: nowrap;
}
.resource {
	margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

/* =============================== cookie consent 
.cookie-consent{
    position: fixed;
    bottom: 0px;
    width: 100%;
    
    height: 45px;
    color: #ffffff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allow-button{
    height: 20px;
    width: 104px;
    background-color: #04AA6D; 
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    margin: 0px 0px 0px 40px;
}*/