@import url("/css/googleApisFonts.css");

@charset "utf-8";


/*1. Default css by W3C */
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block;}
html            { height: 100%; width:100%}
li              { display: list-item}
head            { display: none }
table           { display: table }
tr              { display: table-row}
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell}
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 1.3em; margin: .67em 0 }
h2              { font-size: 1.2em; margin: .75em 0 }
h3              { font-size: 1.1em; margin: .83em 0 }
h4              { font-size: 1em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 10px 0}
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder !important }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address, .note    { font-style: italic}
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block; padding-left: 3px;}
    input#search_query { width: 100px;}
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 0; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit}
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 10px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: normal}
.center          { text-align: center}
a				{ color:#303030;}
a:focus			{ outline:  1px dotted #666;}
a:active,
a:hover 		{ color: #fdba4d;}

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
/*default css ends */

body {
/*  display: flex;*/
/*  flex-direction: column;*/
/*  min-height: 100vh;)*/
  font-family: sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
/*style for logo and top navigation*/

div#jgi-logo {
  float: left;
}

nav#jgi-nav {
    display:block;
    overflow:hidden;
}

nav#jgi-nav ul {
    margin-top: 10px;
    margin-left:50px;
    padding:0;
}

nav#jgi-nav li {
    display:inline-block;
    list-style-type:none;
    font-family: "Karla", Helvetica, arial, sans-serif;
    text-transform:uppercase;
    font-size: 12px;
    text-decoration:underline;
    padding-left:10px;
    list-style-position:inside;
}

nav#jgi-nav li a {
    color:#5a5a5a;
}
nav#jgi-nav ul li a:hover {
    color: #fdba4d;
}
/* ----end for logo style and top navigation*/


#container {
    clear:both;
    display:-webkit-box;  /* old Safari */
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: row; /* Safari */
    align-content: stretch;
    align-items: stretch;
    line-height:1.2;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;	
}

main.content {
    -webkit-box-flex:1;  /* old Safari */
    -webkit-box-ordinal-group:1;  /* old Safari */
    margin:0;
    padding:0;
    border:0;
    -webkit-order:1;
    order:1;
    width: 74%;
    border-right: 1px solid #999999;
}
aside {
    -webkit-box-flex:1;  /* old Safari */
    -webkit-box-ordinal-group:2;  /* old Safari */
    width: 25%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    margin:0;
    padding:10px 0 5px 0;
    border:0;  
    -webkit-order:2;
    order:2;
}
.header-main {
    padding: 0;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    flex-grow: 1;
}
.content-title {
    background-color: #e1e1e1;
    padding: 7px 10px;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
#other-system-header {
    display: none;
}	

/*.header-main div {
  background-color: #D7E8F5;
  width: 100%;
  float: left;
  padding: 2px;
}
*/
span#content-title {
    margin: 5px;
}

section.main-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 20px 15px 20px;
}

section.side-section {
    padding: 5px 10px 5px 20px; 
}

td.stat-counts {
    padding: 10px;
}

div.side-section-text {
    margin: 7px 0;
}

div.side-section-header {
    margin: 5px 0;
}

article.content-main {
    /*margin: 0 0 0 1em;*/
    width: 65%;
    padding: 20px 0 0 0;
    -webkit-order:1;
    order:1;
    flex-grow:1;
}
article.content-main div {
    padding: 0 20px 0 0;
}
div#data-marts {
    -webkit-order:2;
    order:2;
    margin: 10px 0 0 0;
    width: 35%;
    min-width: 200px;
    flex-grow:1;
}
div#data-marts td {
    vertical-align:top;
    padding:0px 7px 7px 7px;
}
.data-marts-header {
    padding:0 0 10px 0
}
.oswald-header {
    font-family: "Oswald", Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 29px;
    color: #678ca7;
    font-weight: 400;
}


div#button-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 10px 10px 0;
    clear: both;
    width: 100%;
}

input[type="button"] {
    cursor: pointer;
    padding-top: 8px; 
    padding-bottom: 6px;
    margin: 5px;
    vertical-align: top;
}


table.img {
    margin: 5px 0 5px 0;
    border: 3px solid #f1f1f1;
    padding: 10px;
}

td.data-marts {
    font-size: 16px;
    text-decoration: underline;
}

div#content-quicklinks {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    flex-grow: 1;    
}

div#content-quicklinks ul {
    padding: 0 10px 10px 70px;
    margin: 25px 0 0 0;
    list-style-position: inside;
}

div.message_frame {
    width: 900px;
    background: white;
    border: 1px solid #ff8383;
    padding: 5px 5px 5px 5px;
    margin: 10px 0 0 10px;
    display: none;
    color: black;
    font-size: 12px;
    border-radius : 5px;
}

/*
long term message
*/
div.message_frame_long  {
    width: 900px;
    background: white;

    padding: 5px 5px 5px 15px;

    color: black;
    font-size: 10px;       

}

.shadow {
    box-shadow: 1px 2px 2px #888888;
}

ul.img_learn {
    background:transparent url(/images/img_learn.png) no-repeat left top;
}
ul.img_analyze {
    background:transparent url(/images/img_analyze.png) no-repeat left top;
}
ul.img_manage {
    background:transparent url(/images/img_manage.png) no-repeat left top;
}

ul.img_download {
    background:transparent url(/images/download_thumb.png) no-repeat left top;
}


div#content-quicklinks li {
    display: block;
    display: list-item;
}

div.content-quicklinks img {
    margin: 0 30px 10px 10px;
    float: left;
}

div.noborder-block {
    padding: 10px;
}

div.section-links {
    min-width: 200px;
}

#home-left, .home-left {
    -webkit-box-flex:1;  /* old Safari */
    -webkit-box-ordinal-group:1;  /* old Safari */
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-align-content: space-between; /* Safari */
    align-content: space-between;
    box-sizing: border-box;
    margin: 0 0 0 1.0%;
    /*width: 32.66%;*/
    flex-basis:32.66%;
    flex-grow:1;
}

#home-middle, .home-middle {
    -webkit-box-flex:1; /* old Safari */
    -webkit-box-ordinal-group:2;  /* old Safari */
    box-sizing: border-box;
    margin: 0 0 0 1.0%;
    /*width: 30.66%;*/
    flex-basis:30.66%;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-align-items: stretch; /* Safari */
    align-items: stretch;
    -webkit-align-content: space-between; /* Safari */
    align-content: space-between;
    flex-grow:1;
}
#home-right, .home-right {
    -webkit-box-flex:1;  /* old Safari */
    -webkit-box-ordinal-group:3;  /* old Safari */
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-align-content: space-between; /* Safari */
    align-content: space-between;
    box-sizing: border-box;
    margin: 0 1% 0 1.0%;
    /*width: 32.66%;*/
    flex-basis:32.66%;
    flex-grow:1;
}

.header-quicklinks {
    font-size: 1.2em;
    background-color: #e1e1e1;
    margin: 0px;
    padding: 7px 10px;
    font-weight:bold;
}

table.statistics {
    margin: 20px 0 10px 0;
    width: 80%;
}
table.statistics td {
    padding: 5px;
}

table.statistics td.gene-stats-1 {
    width: 2px;
    background-color: #ff8383;
}
table.statistics td.gene-stats-2 {
    background-color: #ffe3e3;
}
table.statistics td.base-stats-1 {
    background-color: #5eeeff;
}
table.statistics td.base-stats-2 {
    background-color: #d9fbff;
}
table.statistics td.scaf-stats-1 {
    background-color: #C8E6C9;
}
table.statistics td.scaf-stats-2 {
    background-color: #E8F5E9;
}

.img_stats {
    background:transparent url(/images/img_stats.png) no-repeat left top;	
    padding:2px 10px 10px 23px;
}

.divider1 {
    background-color: #648caa;
    top:0;
    border:0px;
    font-size:0px;
    height:4px;
    line-height:0px;
    margin:0px;
    padding:0px;
    clear:both;
}

.divider2 {
    background-color: #648caa;
    top:0;
    border:0px;
    font-size:0px;
    height:2px;
    line-height:0px;
    margin:0px;
    padding:0px;
    clear:both;
}
.clear {
    clear:both;
    width: 0;
    padding: 0;
    margin: 0;
    height:0;
    line-height: 0;
    font-size: 0;
}
/* Footer styles*/
#jgi-tools-footer {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    background-color:#e9e9e9;
    padding:20px;
}
.tools-link {
    flex-basis:25%;
    float:left;
    text-align:left;
    min-width: 100px;
}
.tools-link .system-bullet {
    background:transparent url(/images/system_bullet.png) no-repeat left top;
    padding:0px 10px 15px 35px;
}
.tools-link .text-link {
}
.tools-link div {
    padding-right:20px;
}
.system_icon, .home .system_icon {
    margin-right: 3px;
}	

.tools-link img {
    float:left;
    border:0;
    margin:0 7px 0 5px;
    vertical-align:middle;
}
#jgi-img-footer {
    background-color: #ffffff;
    background-image:none;
    background-repeat:no-repeat;
    /*height:50px;*/
    margin-top:0pt;
    padding:4px 0 0 0;
    color: #5a5a5a;
    font-family: "Karla",Helvetica,arial,sans-serif;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
}
#jgi-img-footer ul {
    padding: 10px;
    margin: 0;
    float:left;
    text-align:left;
    flex-direction:column;
}
#jgi-img-footer .home-middle ul {
    text-align:center;
}
#jgi-img-footer .home-right ul {
    text-align:right;
}
#jgi-img-footer ul li {
    list-style-type:none;
    margin: 0px
}
#jgi-img-footer ul li a {
    color:#666666;
}	
#jgi-img-footer ul li a:hover {
    color: #fdba4d;
}

.version {
    font-size:0.85em;
    color: #999999;
}
#doelogo img {
    margin: 10px;
}
#updated {
    margin-left:100px;
}
/* end of footer styles*/


@media screen 
and (min-device-width: 1200px)
and (-webkit-min-device-pixel-ratio:2)
and (min-resolution:192dpi)
{
    
    #container-wrap {
	float: left;
	width: 60%;
	border-right:1px solid #999999;
    }
    
    #jgi-tools-footer {
	background-color: #ffffff;
	flex-direction: column;
    }
    
    .divider1 {
	height:0;
    }
    .tools-link {
	padding:10px 5px;
	flex-basis:auto;	
    }
    
    #other-system-header {
	display: block
    }	
}


@media screen 
and (max-width: 480px) 
{
    #jgi-logo, .jgi-nav, #main, aside, #skipto, #footer ul,.system_frame {
	clear: left;
	margin: 0;
	width: 100%;
    }
    #jgi-logo {
	overflow: hidden;
    }
    #jgi-header ul, #jgi-header .jgi-nav li, #footer li {
	font-size: 1em;
	margin: 0;
	display: block;
	background: #e9e9e9;
    }
    nav#jgi-nav ul {
	margin: 0;
	padding:0;
    }
    nav#jgi-nav li:hover,  #footer li:hover {
	background: #e9e9e9;
    }
    #jgi-nav a,  #footer li a {
	display: block;
	padding: 7px 7px 7px 10px;
	font-size: 1em;
	margin-left:10px;
	text-decoration: none;
    }
    #jgi-nav ul li ,#jgi-nav ul li a, #jgi-nav ul li a:hover {
	text-decoration: none;
    }
    #container {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	width: 100%;
    }
    main.content {
	flex-direction: column;
	-webkit-order:1;
	order:1;
	width: 100%;
	border: 0;
    }
    aside {
	width: 100%;
	min-width: 200px;
	display: flex;
	flex-direction: row;
	-webkit-order:2;
	order:2;
    }
    div#data-marts {
	width:100%;
    }
    article.content-main {
	/*margin: 0 0 0 1em;*/
	width: 100%;
	padding: 20px 0 0 0;
	-webkit-order:1;
	order:1;
    }
    div#content-quicklinks {
	clear:both;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	width:100%
    }
    .home-left, #home-left, .home-middle, #home-middle, .home-right, #home-right {
	width: 100%;
	margin: 0px;
	padding: 15px;
	flex-basis:auto;
    }
    .home-middle {
	-webkit-order:1;
	order:1;
    }
    .home-left {
	-webkit-order:2;
	order:2;
    }
    .home-right {
	-webkit-order:3;
  	order:3;
    }
    table.statistics {
	width:100%;
    }
    ul#nav li {
 	float: none
    }
    #jgi-tools-footer {
	flex-direction: column;
    }
    .tools-link .system-bullet {
 	margin:10px 0
    }
    #jgi-img-footer ul li {
	text-align: center;
    }
    div.section-links {
	display: flex;
	flex-direction: column;
	flex-basis: auto;
    }
    .tools-link {
	padding:10px 5px;
	flex-basis:auto;	
    }    
}

.spanmin {
    min-width: 900px; 
    display: inline-block;
}