@import url(https://fonts.googleapis.com/css?family=Raleway:100);

.material-icons.md-12 { font-size: 12px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-28 { font-size: 28px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-dark.gvx-blue { color: rgb(35, 70, 105); }
.material-icons.md-dark.gvx-blue.md-inactive { color: rgba(35, 70, 105, 0.3); }

.icons-right {
    font-size: 16px;
    vertical-align: middle;
    right: 5px;
    top: 8px;
    position: absolute;
}
.container {
    position: relative;
    margin: 0 auto;
}

body {
    font: 11pt "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
}

body.dt-example-bootstrap {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.btn-xl {
    padding: 18px 28px;
    font-size: 22px;
    border-radius: 8px;
}

/*.btn-xs {*/
    /*padding: 2px 4px;*/
    /*font-size: 12px;*/
    /*border-radius: 4px;*/
/*}*/

#page {
    position:relative;
    top:5px;
    left:5px;
}

#left {
    max-width: 190px;
    position: fixed;
    margin-top: 5px;
    margin-left: 5px;
}

#sample_box {
    width: 750px;
    height: 300px;
    background-color: #DDDDDD;

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

#sample_box form {
    height: 300px;
}

#sample_box form md-content {
    height: 50%;
}

#sample_box form md-dialog-actions {
    display: flex;
    min-height: 52px;
}

#sample_box form md-dialog-actions .md-button {
    margin: 6px 8px;
}

div.left_filters {
    margin-top: 40px;
}

div.container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 10px;
}

div.slider {
    display: none;
}

div.gvx_header {
    background: #0d374a url("../img/bckg/hero-dna2.jpg");
    background-size:cover;
    display: table;
    width: 100%;
    height: 45px;
    padding-left: 20px;
    margin-bottom: 15px;
}


div.gvx_header_title {
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Raleway', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: ghostwhite;
    font-size: 20pt;
    display: table-cell;
    padding-left: 55px;
    width: 650px;
    vertical-align: middle;
}

div.gvx_header_title span {
    font-size: 14pt;
}

div.gvx_header_title span.version {
    font-size: 10pt;
}

div.gvx_header_links {
    position: absolute;
    left:0%;
    display: inline-flex;
    color: ghostwhite;
    text-align: left;
    float: none;
    height: 45px;
    padding-left: 75px;
    vertical-align: middle;
}
div.gvx_header_links i {
    line-height: 45px;
}
a.gvx_header_links {
    color: ghostwhite;
}
div.gvx_header_links i.datatypeLink:hover {
    color: rgb(236, 151, 31);
}

div.gvx_header_sample {
    position: sticky;
    display: inline-flex;
    color: ghostwhite;
    text-align: center;
    float: none;
    padding-top: 5px;
    vertical-align: middle;
    left: 50%;
    margin-left: -150px;
    margin-right: auto;
}

div.gvx_query_builder {
    display: inline;
}

div.gvx_user_information {
    position: absolute;
    display: inline-flex;
    color: ghostwhite;
    text-align: right;
    vertical-align: middle;
    right: 0%;
    min-width: 100px;
    height: 45px;
    padding-right: 20px;
}
div.gvx_user_information i {
    line-height: 45px;
}
span.gvx_user_information {
    line-height: 45px;
}

div.gvx_datatable {
    display: block;
    overflow: hidden;
    padding: 10px 50px;
}

div.sampleSelect {
    max-width: 300px;
    margin: 20px 10px;
}

div.sampleSelect .label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

h1 {
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Raleway', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 3em;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

h1 span {
    font-size: 0.5em;
    line-height: 1em;
}

h1 span.version {
    font-size: 0.3em;
    line-height: 1em;
}

hr {
    width: 650px;
    height: 4px;
    background-color: #a0a0a0;
    color:#A0A0A0;
    border: 0 none;
}

a {
    cursor: pointer;
    color: #3174c7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.toc ul {
    color: #4E6CA3;
    list-style-type: none;
    padding-left: 0;
}

div.toc li {
    padding: 0.2em 1em;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #e6e6e6;
}

div.toc li.active {
    border-left: 4px solid #458ae0;
}


div.toc li:first-child {
    border-top: 1px solid #efefef;
}

div.toc li:last-child {
    border-bottom: 1px solid #efefef;
}


div.epilogue {
    text-align: center;
}

p.copyright {
    font-size: 0.8em;
    padding-bottom: 2em;
    margin-bottom: 0;
}

.clear {
    clear: both;
    height: 0;
}


div.info {
    margin-bottom: 2em;

    -webkit-column-count: 2;
       -moz-column-count: 2;
        -ms-column-count: 2;
         -o-column-count: 2;
    column-count: 2;


    -webkit-column-rule: 1px solid #F3F3F3;
       -moz-column-rule: 1px solid #F3F3F3;
        -ms-column-rule: 1px solid #F3F3F3;
         -o-column-rule: 1px solid #F3F3F3;
    column-rule: 1px solid #F3F3F3;
}

div.info > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

div.info li {
    margin-top: 0.75em;
}

div.info p:first-child {
    margin-top: 0;
}

div.footer {
    position: relative;
    margin-top: 3em;
    border-top: 1px solid #999;
    background-color: #eee;
}

div.footer > div.liner {
    max-width: 960px;
    margin: 0 auto;
}

div.footer > div.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;

    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

div.toc {
    -webkit-column-count: 2;
       -moz-column-count: 2;
        -ms-column-count: 2;
         -o-column-count: 2;
    column-count: 2;
}

div.toc-group {
    display: inline-block;
    width: 100%;
}

div.box {
    overflow: auto;
    height: 8em;
    padding: 1em;
    color: #444;
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    margin-bottom: 2em;
}


code {
    font-family: "Source Code Pro", Consolas, Menlo, Monaco, "Courier New", monospace;
    padding: 1px 4px;
    font-size: 0.8em;

    color: #444;
    background-color: #fcfcfc;

    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

code > span {
    border-left: 1px solid rgba( 0, 0, 0, 0.2 );
    margin-left: 4px;
    padding-left: 4px;
    opacity: 0.5;
}

code.option {
    color: #D14; /* red */
    background-color: #fcf6f8;
    border: 1px solid #f7d6df;
}

code.path {
    color: #095c05; /* dark green */
    border: 1px solid #D6E9C6;
}

code.tag {
    color: #a1a713; /* yellow */
    background-color: #f7f8e6;
    border: 1px solid #D6E9C6;
}

code.api {
    color: #0c199c; /* dark blue */
    background-color: #f4f5fc;
    border: 1px solid #c6cbe9;
}

code.type {
    color: #d119cf; /* purple */
    background-color: #faebfa;
    border: 1px solid #f3aef2;
}

code.event {
    color: #2a839e; /* deep aqua */
    background-color: #f5fafb;
    border: 1px solid #a8ddec;
}

code.string {
    color: #e8941e; /* orange */
    background-color: #fcf8f1;
    border: 1px solid #f7e4c9;
}

code.field {
    color: #ad1ee8; /* purple */
    background-color: #f9f1fc;
    border: 1px solid #ebc9f7;
}

code.multiline {
    display: inline-block;
    width: 95%;
}


ul.tabs {
    position: relative;
    top: 1px;
    height: 40px;
    margin: 20px 20px 0 0;
}


ul.tabs li {
    display: block;
    float: left;
    padding: 0 15px;
    height: 40px;
    font-size: 1.2em;
    cursor: pointer;
    line-height: 40px;
    color: #121e32;
    border: 1px solid white;
    border-bottom: none;
    margin: -1px 5px 0;
}

ul.tabs li.active {
    border: 1px solid #ccc;
    border-bottom: 1px solid white;
    margin-top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.tabs li:hover {
    background-color: #fafafa;
}

ul.tabs li.active:hover {
    background-color: white;
}

div.tabs {
    clear: both;
    margin-top: -1px;
}

div.tabs>div {
    padding: 0 15px;
    border: 1px solid #ccc;
    margin-top: 1px;
    display: none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #bbb;
}

div.tabs>div h1 {
    border-bottom: none;
    margin-top: 1em;
}

div.column_half {
    float: left;
    width: 49%;
    padding-right: 1%;
}


@media only screen and (max-width : 979px) {
    div.container,
    div.footer {
        padding: 0 1em;
    }
}

@media
    screen and (max-width : 767px),
    screen and (max-width : 768px) and (orientation: portrait) {
    div.info {
        -webkit-column-count: 1;
           -moz-column-count: 1;
            -ms-column-count: 1;
             -o-column-count: 1;
        column-count: 1;
    }

    div.toc {
        -webkit-column-count: 1;
           -moz-column-count: 1;
            -ms-column-count: 1;
             -o-column-count: 1;
        column-count: 1;
    }

    h1 span {
        display: block;
    }
}

#img-container{
    overflow-y: hidden;
    overflow-x: auto;
}

#pgholder{
    position: absolute;
    bottom: 0;
    overflow:hidden;
    padding: 5px 5px 20px;
    margin-right: auto;
    margin-left: auto;
}

#dt-container td {
    width: 200px;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#dt-container td:hover {
    max-width : initial;
}

span.row-details {
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
span.row-details:before{
    font-family: FontAwesome;
    font-size: 24px;
    color: #234669;
    top:0;
    content: "\f0fe";
}
tr.shown span.row-details:before{
    font-family: FontAwesome;
    color: #8caabe;
    top:0;
    content: "\f146";
}

.ui-tooltip, .arrow:after {
    background: grey;
    border: 2px solid white;
    width: auto;
    max-width: 500px;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 10px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.8em;
}

table.genes_infos {
    background-color: #F0F0F0;
    border: 1px solid darkgray;
}
.genes_infos td:first-child {
    font-weight: bold;
    background-color: #D0D0D0;
}
.genes_infos td {
    padding: 10px;
    vertical-align: top;
}

.jqstooltip{
    box-sizing: content-box;
}

.importSamplesModal {
    /* Add some right padding so that the text doesn't overlap the buttons */ }
    .importSamplesModal md-divider {
        margin-top: 10px;
        margin-bottom: 0; }
    .importSamplesModal md-list {
        padding-top: 0; }
    .importSamplesModal md-list-item > p,
    .importSamplesModal md-list-item > ._md-list-item-inner > p,
    .importSamplesModal md-list-item ._md-list-item-inner > p,
    .importSamplesModal md-list-item ._md-list-item-inner > ._md-list-item-inner > p {
        -webkit-user-select: none;
        /* Chrome all / Safari all */
        -moz-user-select: none;
        /* Firefox all */
        -ms-user-select: none;
        /* IE 10+ */
        user-select: none;
        /* Likely future */
    }
    .importSamplesModal md-list-item, md-list-item .md-list-item-inner {
        min-height: 32px;
        max-height: 36px;
    }
    .importSamplesModal .md-subheader .md-subheader-inner {
        max-height: 48px;
    }
    .importSamplesModal a, .importSamplesModal a:visited {
        color: #276087;
    }
    .importSamplesModal a:hover {
        color: #2986af;
    }

md-sidenav {
    width: 404px;
    min-width: 404px;
    max-width: 604px;
}

td.tableActions div{
    width: 99px;
}

td.tableInfos div{
    width: 75px;
}

.btn-visibility {
    align: right;
}

.dt-buttons {
    text-align: right;
    padding-top: 0.755em;
    background-color: #f9f9f9;
    border-top: solid 1px lightgray;
}
.dataTables_length {
    padding-top: 0.755em;
}

tr > .gene_symbol {
    background: #f5faff;
}

tr.selected > td.gvx_column_highlight{
    opacity: 0.8;
}

i.buttonSpacer {
    margin-left: 16px;
    margin-right: 16px;
}

.md-button.md-raised.applySearch {
    background-color: #ebccd1;
}

.datatypeActive {
    color: #00FFFF;
}

.datatypeNotAvailable {
    color: #858585;
}

.graphActive {
    color: #32cd32;
}

.graphNotAvailable {
    color: #858585;
}

.queryActive {
    color: #32cd32;
}

.queryInactive {
    color: darkgray;
}
.icons-inline {
    font-size: 16px;
    vertical-align: middle;
}
.notAvailable {
    color: lightgray;
}
.notExported {
    color: white;
}
.pending {
    color: darkgrey;
}
.failed {
    color: rgb(255, 0, 212);
}
.ongoing {
    color: red;
}
.interpreted {
    color: blue;
}
.validated {
    color: green;
}

label.qbOperator {
    margin-top: 2px;
    margin-bottom: 2px;
}

.qbGroupCondition {
    border-left: 5px solid rgba(220, 200, 150, 0.4);
}

.qbValue {
    color: black;
    font-weight: bolder;
    min-width: 250px;
}

md-autocomplete.qbValueInput input {
    color: black;
    font-size: 12px;
    font-weight: bolder;
    font-family: Roboto,Helvetica Neue,sans-serif;
}

div.clearButton {
    display: inline;
    position: absolute;
    margin: 5px -20px;
    cursor: pointer;
}

.tag-box {
    margin-left: 40px;
}

.tag {
    background: #428bca;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 150%;
    padding: 0 8px 0 8px;
    position: relative;
    margin: 3px;
}

.infos-box {
    margin: 20px;
}

.sticky-top {
    height: auto;
    width: auto;
    position: sticky;
    top: 0px;
    z-index: 2;
}

.gvx-title {
    font-weight: bolder;
    font-size: x-large;
    margin-right: 30px;
}

table.gvx-table-striped {
    background-color: #ffffff;
}

workEnvPanel {
    color: white;
}

.workEnvPanel {
    background-color: #286090;
    margin-right: 4px;
    margin-left: 4px;
    padding: 8px 20px 8px 20px;
    border-radius: 3px;
    vertical-align: middle;
    font-weight: bolder;
}

.activateWorkEnv {
    color: rgb(0, 255, 255);
}

.workEnvPanel:hover {
    background-color: #ec971f;
}

.builderButton {
    margin-right: 100px;
    bordeing: 2px 2px;
}

.tableButton {
    border-radius: 4px;
    background-color: white;
    border: 1px solid;
    transition: transform .5s;
    padding: 2px 4px;
    transition: background-color .25s;
    color: #3174c7;
    border-color: #3174c7;
    margin-bottom: 10px;
}

.tableButton:hover {
    padding: 1px 3px;
    border: 2px solid;
    background-color: rgb(179, 226, 255);
}

.actionButton {
    font-size: small;
}

.counts {
    color: darkgray;
    padding-left: 0.5em;
    background-color: inherit;
    margin-left: 1em;
    border: 1px solid darkgray;
}

.datatypeButton {
    min-width: 72px;
}

div.importButton {
	margin: 24px 0;
	text-align: center;
}

a.importButton {
	min-width: 80%;
	font-size: 1.1em;
    padding: 6px 0;
    background-color: rgb(9,80,117);
}

a.importButton:hover {
    background-color: rgb(57,73,171);
}

div.linkButton {
    text-align: center;
}

a.linkButton {
    border: 1px solid rgb(9,80,117);
    background-color: inherit;
    color: rgb(9,80,117);
}

a.linkButton:hover {
    background-color: white;
    color: rgb(9,80,117);
}
