body {
	background-color: rgb(220,218,219);
	font-family: 'swiss', sans-serif; 
}

html, body    {
  height: 100%;
  -ms-overflow-style: none;  // IE 10+
  overflow: -moz-scrollbars-none;  // Firefox
}

::-webkit-scrollbar { 
    display: none; 
}

::selection {
  background: transparent; /* WebKit/Blink Browsers */
  color: rgb(80,120,220);
  border-color: rgb(80,120,220);
}
::-moz-selection {
  background: transparent; /* Gecko Browsers */
  color: rgb(80,120,220);
  border-color: rgb(80,120,220);
}

#molsvg svg, #molsvg_right svg { width: 228px !important; }
#molsvg rect, #molsvg_right rect { width: 228px !important; }

#molsvg circle, #molsvg_right circle { stroke: #DCDADB; fill: #DCDADB; } 
#molsvg text, #molsvg_right text { font-family: Helvetica; font-size: 14px; } 
#molsvg line, #molsvg_right line { stroke: #000000; stroke-width: 1.0; } 

@media screen and (min--moz-device-pixel-ratio:0)  {
    .leftcontainer {
        right: -18px;
    }
    #table_content { 
    	right: -18px;
    }
    .main_home {
        right: -18px;
        
    }
    
    #main_div {
    	padding-right: 38px;
    }
    .right_card_explore {
/*         right: -10px; */
        padding-right: 30px;
        width:100%;
    }
    
   
}


ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.right_card li {
  padding-left: 1em;
  text-indent: -1em;
}

.right_card li:before {
  content: "一";
  padding-right: 5px;
}

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}

*:focus {
    outline: none;
}

@font-face {
	font-family: 'swiss';
	src: 
		url('fonts/SuisseIntl-Medium.otf') 
		format('opentype');
}

#footer_wrapper {
  background: #1e1e1e;
  height: auto;
 
}

#footer_content_left {
  margin: 0 210px 0 auto;
  padding-top: 20px;
  float: left;
}

#footer_content_right {
/*   margin: 20px 20px 80px 20px; */
  padding-top: 20px;
  overflow: hidden;
  max-width: 600px;

}

.jumbotron {
      margin-bottom:0;
}
    
#footer_central_text {
  float: left;
  margin-right:70px;
  margin-bottom: 40px;
  color: rgb(160,154,158);
  font-size: 14px;
  line-height: 18px;
}

#footer_sbnb_logo {
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
}

#footer_irb_logo {
  margin-left:40px;
  float: left;
}

.menus {
	
  margin-left: 20px;
  text-decoration:none;
}

.menus:hover {
	
  color: rgb(80,120,220);
  border-color: rgb(80,120,220);
  cursor:pointer;
  text-decoration:none;
}

.gray_text:hover a {
	color: rgb(80,120,220);
  	border-color: rgb(80,120,220);
  	cursor:pointer;
  	text-decoration:none;
  	
}

.outer-title {
    position: relative;
    width: 50px;
/*     display: inline-block; */
}

.nopadding {
   padding: 10px ;
   margin: 0 !important;
}

.inner-title {
    
    position: absolute;
  	font-size: 16px;
    top: 50%;
    height: 2px;  /* actual text will overlap! */
    margin-top: -1px;  /* subtract half the height */
    line-height: 0px;  /* centre the text on the base line */
    text-align: center;
    left: 50%; /* added */
    transform: translateX(-50%) rotate(-90deg); /* added translateX */
    white-space: nowrap;
}


.square {
   background-repeat:no-repeat;
   background-size:contain;
   background-size:100% 100%;
	
}


.rowsquare {
	font-size: 0;
	display: flex;
}

.divsquare {
	padding: 0px;
	width: 20%;
	float: left;
}

.leftbar {
	float: left;
	overflow: hidden;
	flex: 0 0 268px; 
	position: relative;
/* 	overflow: auto; */
/* 	padding: 20px; */
	background-color: rgb(212,210,211);
}

.slide_image{
	margin-right: 200px;
	margin-bottom: 40px;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.content_help{
	margin-left: 20px;
	overflow-y: auto;
	overflow-x:hidden;
}

.leftbar_other {
	float: left;
	flex: 0 0 268px; 
	margin-right: 20px;
}

/* .leftbar::-webkit-scrollbar { */
/*  display: none; */
/* } */

.foreground_select {
  background-color: rgb(80,120,220);
  background-color: rgba(80,120,220,0.96);
  display:flex;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
/*   overflow-y: auto; */
/*   opacity: 0.9; */
}

.left_fg {
	float: left;
/* 	overflow: hidden; */
	flex: 0 0 268px; 
	font-size: 14px;
	line-height: 14px;
	padding: 20px;
	font-family: 'Courier New', sans-serif; 
}

.center_fg {
	float: left;
 	overflow: hidden;
	position: relative;
	margin-top: 20px;
	margin-bottom: 140px;
	flex-grow: 1;
}

.center_fg_container{
	position: absolute;
	overflow: auto;
    left: 0;
    height: 100%;
}

.right_fg {
	float: right;
	padding: 20px;
	flex: 0 0 230px;
	max-width: 230px;
	position: relative;
}

div.tooltip {	
    position: absolute;			
    text-align: left;			
    width: 200px;					
    height: 38px;					
    padding: 12px;				
    font-size: 14px;
	line-height: 18px;
	font-family: 'swiss', sans-serif; 
    background: transparent;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}

.table td.first_col_explore_table{
	padding: 8px 20px 8px 20px;
}

.table th.first_col_explore_table{
	padding: 8px 20px 8px 20px;
}

.first_col_explore{
	padding-left: 20px;
	padding-right: 20px;
}

.leftbar_explore {
	float: left;
	flex:  268px 0 0; 
	padding: 0px 20px 0px 20px;
	max-width: 268px;
}

.explore_card_col {
	float: left; 
	width: 250px;
}

.explore_legend {
	float: left; 
	width: 80px;
}

.leftcontainer{
	position: absolute;
	overflow: auto;
    top: 0;
    left: 0;
    height: 100%;
/*     margin: 20px; */
    padding: 20px;
/*     margin-right: -16px; */
	margin-right: 0px;
}

.leftcontainer_help{
    
    max-width:268px;
    padding: 20px;
	margin-right: 0px;
	position: fixed;
}

/* ::-webkit-scrollbar { */
/*     width: 0px; */
/*     background: transparent; make scrollbar transparent */
/* } */

.rightbar {
	float: right;
/* 	padding: 20px; */
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
/* 	margin-bottom: 40px; */
	flex: 0 0 268px;
	max-width: 268px;
	border-left: 1px solid #1e1e1e;
}


.rightbar_lookup {
	float: right;
/* 	padding: 20px; */
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
/* 	margin-bottom: 40px; */
	flex: 0 0 268px;
	max-width: 268px;
/* 	border-left: 1px solid #1e1e1e; */
}

.table-scroll_lookup thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-family: 'Courier New', sans-serif; 
}

.table-scroll_lookup tbody {
    max-height: 90vh;
    overflow-y: auto;
    display: block;
    width: 100%;
    table-layout: fixed;
    font-family: 'Courier New', sans-serif; 
}

.table-scroll_lookup tr {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid rgb(160,154,158);
}


/* .table-scroll_lookup tr td { */
/*     white-space: nowrap; */
/* } */


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #2193f3;
	border-color: #2193f3;
}
.rightbar_explore {
	float: right;
/* 	padding: 20px; */
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	flex: 0 0 268px;
 	max-width: 268px; 
/*  	min-height: 1200px; */
 	
/* 	width: 268px !important; */
	border-left: 1px solid #1e1e1e;
}

.explore_card {
	
	float: left;
	flex-grow: 1;
}

.explore_cross {
	float:right;
	flex: 0 0 268px;
	max-width: 268px;
}

.image_cross {
	width:20px;
	height:20px;
	float:right;
	cursor:pointer;
	position:relative
}

.image_arrow {
	width:20px;
	height:20px;
	float:left;
	cursor:pointer;
	position:relative;
	margin-right: 20px;
	margin-bottom: 20px;
}

#mol_image {
/* 	width:100%; */
	display: block;
	opacity: 1;
/* 	position: absolute; */
	right: 20px;
	height:auto;
}

.input_text {
	border-style: solid none solid none;
	background-color: rgb(212,210,211);
	color: rgb(160,154,158);
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	width: 228px;
	resize: none;
	height: 52px;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Courier New', sans-serif; 
	padding-right:0px;
	padding-left: 0px;
	padding-top:10px;
	padding-bottom:10px;
}

.button_underline {
	border-style: none none none none;
	display:inline-block;
	background-color: #dcdadb;
	padding-right: 0px;
	padding-left: 0px;
	
}

.button_underline:hover {
	text-decoration:none;
	
}

.button_underline_leftbar {
	border-style: none none none none;
	display:inline-block;
	background-color: rgb(212,210,211);
	padding-right: 0px;
	padding-left: 0px;
	
}

.button_underline_leftbar:hover {
	text-decoration:none;
	
}

.button_underline_explore:hover {
	text-decoration:none;
	
}

.button_underline_explore {
	border-style: none none none none;
	display:inline-block;
	background-color: transparent;
	padding-right: 0px;
	padding-left: 0px;
	
}

.button_explore{
	
	background-color: rgb(80,120,220);
	border-color: rgb(80,120,220);
	text-decoration:none;
	color: rgb(220,218,219);
	width: 100%;
	margin-top:20px;
	padding: 6px 12px;
	border: 2px solid transparent;
	border-radius: 0px;
	font-size: 22px;
	line-height: 24px;
	
}

table.bottomBorder th { 
    border-bottom: 1px solid black; 
    /*text-align: left;*/
  }


.logo {
	width:228px;
	height:50px;
	display: block;
}

.logo_main {
	margin-bottom: 120px;
	
}

.logo_help {
	margin-bottom: 64px;
	
}

.main_home {
/* 	margin-bottom: 40px; */
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 20px;
/* 	position:absolute; */
/* 	overflow:auto; */
/* 	height:100%; */
/* 	width:100%; */
    
}

.main_focus{
	margin-top: 20px;
	margin-bottom: 40px;
	padding-right: 40px;
	padding-left: 20px;
}

.table_main {
	margin-top: 6px;
	margin-bottom: 40px;
/*     border-right: 1px solid #1e1e1e; */
}

.main_text{
	margin-bottom: 40px;
	max-width:350px;
}

.index_help_text{
	font-size: 14px;
	line-height: 18px;
}

.help_text{
	font-size: 14px;
	line-height: 18px;
}

.title_text{
	font-size: 32px;
	line-height: 26px;
/* 	margin-bottom:40px; */
}

.button_text{
	font-size: 14px;
	line-height: 16px;
	font-family: 'Courier New', sans-serif; 
	cursor: pointer;
}

svg:hover #logo { fill: blue; }

.no_molecule{
	
	font-size: 32px;
	line-height: 32px;
}

.square_title{
	font-size: 14px;
	line-height: 18px;
	font-family: 'swiss', sans-serif; 
	cursor: pointer;
}

.inchi_title {
	font-size: 14px;
	line-height: 18px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.right_subtitle{
	font-size: 14px;
	line-height: 18px;
	
}
.inchi_text {
	font-size: 14px;
	line-height: 14px;
	font-family: 'Courier New', sans-serif; 
	word-wrap: break-word;
}

.right_text {
	
	margin-bottom: 20px;
}
.inchi_data_box {
	padding: 20px;
}

.focus_title{
	font-size: 32px;
	line-height: 32px;
	color: #1e1e1e;
    border-color: #1e1e1e;
    margin-bottom: 40px;
}

.focus_data{
	font-size: 14px;
	line-height: 18px;
	
}
.focus_data_value{
	font-size: 14px;
	line-height: 14px;
	font-family: 'Courier New', sans-serif; 
}

.focus_subtitle{
	font-size: 32px;
}

.float_flex {
	float: left ;
	flex-grow: 1;
	
}

.content_flex {
	flex-grow: 1;
	margin-left: 16px;
}

.float_explore {
	float: left ;
	flex-grow: 1;
/* 	position: relative; */
	overflow: hidden;  
	width: 100%;
/* 	height:750px; */
}

/* #main_table table thead th  { */
/*   position:absolute;    */
  
/* } */


/*.table_inner { 
	overflow:auto;  
	max-height: 950px;
	position: absolute;
	left: 0;
}*/

.table_inner { 
	overflow:hidden;  
	position: relative;
	width: 100%;
	height:100%;
	left: 0;
}

.gray_back {
  background-color: #dcdadb;
}

.black_back {
  background-color: #1e1e1e;
}

.text_descrip{
	font-size: 14px;
	line-height: 18px;
}

/* .logo { */
/*    background-image: url('images/CC_logo_black.svg'); */
/*    height: 50px; */
/*    width: 228px; */
   
/* } */

/* .logo:hover { */
/*    background-image: url('images/CC_logo_blue.svg'); */
   
/* } */

.text_molecules_submit {
	color: #1e1e1e;
  	border-color: #1e1e1e;
  	font-size: 32px;
  	line-height:32px;
  	cursor:pointer;
}

.text_cid_submit {
	color: #1e1e1e;
  	border-color: #1e1e1e;
  	text-align:left;
  	margin-top:5px;
  	font-size: 14px;
	line-height: 14px;
	font-family: 'Courier New', sans-serif; 
}

.text_molecules_submit:hover {
	color: rgb(220,218,219);
  	border-color: rgb(220,218,219);
  	font-size: 20px;
  	font-size: 32px;
  	line-height: 32px;
   	text-decoration:none;
  	
}

.links:hover {
	color: rgb(80,120,220);
  	border-color: rgb(80,120,220);
  	cursor:pointer;
  	
  	
}



.row-no-margin {
   margin-left: 0px;
   margin-right: 0px;
} 
.black {
  color: #1e1e1e;
  border-color: #1e1e1e;
}

.available_space {
	
	cursor:pointer;
	color: #1e1e1e;
    border-color: #1e1e1e;
}

.available_space:hover {
	color: rgb(250,100,80);
    border-color: rgb(250,100,80);
  	cursor:pointer;
}

.gray {
  color: rgb(220,218,219);
  border-color: rgb(220,218,219);
}

.gray_dark {
  color: rgb(105,105,106);
  border-color: rgb(105,105,106);
}

.red {
  color: rgb(250,100,80);
  border-color: rgb(250,100,80);
}

.purple {
  color: rgb(200,100,225);
  border-color: rgb(200,100,225);
}

.blue {
  color: rgb(80,120,220);
  border-color: rgb(80,120,220);
}

.green {
  color: rgb(120,180,60);
  border-color: rgb(120,180,60);
}

.orange {
  color: rgb(250,150,50);
  border-color: rgb(250,150,50);
}

.red_back {
  background-color: rgb(250,100,80);
}

.purple_back {
  background-color: rgb(200,100,225);
}

.blue_back {
  background-color: rgb(80,120,220);
}

.green_back {
  background-color: rgb(120,180,60);
}

.orange_back {
  background-color: rgb(250,150,50);
}

.zoom {
    zoom: 2;
}

.zoom-moz {
    -moz-transform: scale(2);
    -moz-transform-origin: 0 0;
}

.selected_mol {
  color: rgb(250,100,80);
  border-color: rgb(250,100,80);
}

.gray_text{
	color: rgb(160,154,158);
	border-color: rgb(160,154,158);
}

.gray_text_left{
	color: rgb(160,154,158);
	border-color: rgb(160,154,158);
}

/* .gray_text_left:hover{ */
/* 	color: rgb(30,30,30); */
/* 	border-color: rgb(30,30,30); */
/* } */

.gray_text_left_hover{
	color: rgb(30,30,30);
	border-color: rgb(30,30,30);
}

.button_explore:hover{
	opacity:0.8;
}

.arrow_up{
	position: fixed; 
	left: 220px; 
	bottom: 15px;
	cursor:pointer;
}

.arrow_up:hover{
	opacity:0.8;
}

.added_mols {
	margin-bottom:16px;
	cursor:pointer;
}

.added_mols:hover {
	color: rgb(250,100,80);
    border-color: rgb(250,100,80);
}

.first_col_explore_table:hover{
	color: rgb(250,100,80);
    border-color: rgb(250,100,80);
}
/* a.gray_text:hover { */
/*   color: rgb(160,154,158); */
/* 	border-color: rgb(160,154,158); */
/* } */


.table_header {
	float:left;
	margin-left: 0px;
	cursor:pointer;
} 

table#table_explore tr td{
  border: none;
}

table#table_explore th{
  border: none;
  font-weight:normal;
}

table {
	table-layout:fixed;
	margin:auto;
}


.table-scroll thead {
    display: table;
    width: 100%;
/*     table-layout: fixed; */
    
}

.table-scroll tbody {
    display: block;
/*     width: 100%; */
    position: absolute;
    overflow:auto;
	overflow-x:hidden;
	height:100%;
    
/*     table-layout: fixed; */
}

.table-scroll tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-scroll td {
    height: 30px; // needed in order to keep rows from collapsing
}

.table-scroll th {
    text-align:center;
}

