@import "https://fonts.googleapis.com/css?family=Karla:400,700|Oswald";

#jgi-header {
    border-top: 3px solid #99bd3c;
    margin: 0;
    padding: 0;
    height: 70px;
}

#jgi-logo {
    float: left;
}

#projects_logo_overlay {
    position: absolute;
    top: 20px;
    left: 163px;
    background-color: #185884;
    color: #ffffff;
    font-family: Arial, Verdana, sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 26px;
}

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

.jgi-nav ul {
    margin: 10px 50px 0 50px;
    padding: 0;
}

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

#signature_box {
    border:  solid;
    padding: 1rem;
}

#signature_box input, #signature_box span{
    width: 16rem;
    margin-right: 1rem;
    display: inline-block;
}

input[type="text"] {
    padding: 3px 5px;
}

footer {
    clear: both;
    background: #e9e9e9;
    font-family: "Karla", Helvetica, arial, sans-serif;
    font-size: 13px;
    padding: 20px 50px 20px 50px;
}

footer nav {
    text-align: center;
}

footer li {
    list-style-type: none;
    list-style-position: inside;
}

footer ul.column {
    display: inline;
    float: left;
    width: 150px;
    padding-left: 10px;
    margin: 0;
    text-align: left;
}

footer ul.horizontal li {
    display: inline;
}

footer .doe-logo {
    float: right;
}

footer div {
    clear: both;
    text-align: center;
    margin-right: 235px;
}

footer div span {
    float: left;
}

.jgi-nav ul li a {
    color: #5a5a5a;
}

.jgi-nav ul li a:hover {
    color: #fdba4d;
}

.jgi-nav ul li.login {
    float: right;
}

nav.subnav li {
    padding: 7px;
}

nav.subnav ul {
    margin-top: 0;
}

nav.tabbed {
    width: 100%;
    background-color:  #185582; /*rgba(153, 189, 60, 1);   */
    margin: 0 0 0 0;
}

nav.tabbed ul a {
    color: white;
}

nav.tabbed li.active a {
    color: #5a5a5a;
}

nav.tabbed ul li.active {
    background-color: white;
}

body {
    margin: 0;
    background-color: #ffffff;
}

img {
    border-width: 0;
}

a:link {
    color: #000000;
    text-decoration: underline;
}

a:visited {
    color: #555555;
    text-decoration: underline;
}

a:hover {
    color: #cc3300;
    text-decoration: underline;
}

/* begin stuff that affects content area */
#content {
    top: 140px;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    width: 95%;
    padding-left: 30px;
    padding-right: 30px;
}

#content ul, ol, p, td, th, .content {
    font-size: 0.75rem;
    line-height: 1.3rem;
}

.right_margin {
    margin-right: 15px;
}

.bigger {
    font-size: 0.9rem;
}

#sps_tooltip {
    display: none;
    position: absolute;
    background: #222;
    color: white;
    font-weight: bold;
    padding: 5px;
    border-radius: 4px;
    font-size: 90%;
    pointer-events: none;
}

#span.subhead, caption, label.bold_content {
    font-size: 0.75rem;
    line-height: 1.75rem;
    font-weight: bold;
}

/* HEADINGS */

h1 {
    font-size: 1.75rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h2 {
    font-size: 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #003366;
}

h3 {
    font-size: 1.05rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #336699;

}

h4 {
    font-size: .9rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* FOOTER  */

div#footer {
    font-size: 0.75rem;
    line-height: 1.75rem;
}

hr#footer_hr {
    width: 920px;
}

#uc_logo {
    padding-left: 30px;
}

span#version {
    margin-left: 80px;
}

div#right_logos {
    left: 650px;
    width: 300px;
}

/* END FOOTER */

/* TABLES   */

th {
    font-size: 0.85rem;
    /*font-weight: bold;*/
    line-height: 1.1rem;
    border: 1px solid #ddeeff;
    background-color: #ddeeff;
    color: #222222;
    padding: 5px;
}

td {
    border: 1px solid #ddeeff;
    padding: 5px;
    line-height: 1.1rem;
}

/* Block side effect of nesting paragraphs inside of table cells double applying the 0.75em multiplier from #content ul, ol, p, td, th */
td p {
    font-size: 1.0em;
}

th.subhead {
    background-color: #cccc66;
    /*font-weight: bold;*/
    color: #000000;
    font-size: 0.75rem;
}

th.vertical {
    text-align: left;
}

.caption, .captionleft, .captionright, .captioncenter {
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    line-height: 1em;
    text-align: left;
}

table.alternate_rows tr:nth-child(odd) {
    background-color: #eee;
}

table.alternate_rows tr:nth-child(even) {
    background-color: #fff;
}

/* END TABLES   */

label.img_version_label {
    display: inline-block;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
}

label.right_label {
    display: inline-block;
    width: 200px;
    text-align: right;
    padding-right: 10px;
}

label.big_right_label {
    display: inline-block;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-size: 1rem;
}

.align_button {
    display: inline-block;
    width: 240px;
    text-align: right;
    padding: 10px 0 0 10px;
}

.big_text_button {
    font-size: 1.3rem;
    border-radius: 10px;
    background-color: #88bbee;
}

label.label_75 {
    display: inline-block;
    width: 74px;
    text-align: right;
    padding-right: 10px;
}

label.label_225 {
    display: inline-block;
    width: 213px;
    text-align: right;
    padding-right: 10px;
}

label.left_label {
    display: inline-block;
    text-align: left;
    padding-right: 10px;
    padding-left: 30px;
}

.w130 {
    width: 130px;
    max-width: 130px;
}

.w200 {
    width: 200px;
}

.w350 {
    width: 352px;
}

#sample_expectation_count {
    color: green;
}

li li {
    font-size: 1.25rem;
}

/* site-standard image alignment options */
img.alignright {
    float: right;
    margin: .25em 0 20px 10px;
    padding: 0;
}

.captionright {
    margin: .25em 0 20px 10px;
    padding: 0;
    width: 100px;
    float: right;
}

img.alignleft {
    float: left;
    margin: .25em 20px 20px 0;
    padding: 0;
}

.captionleft {
    margin: .25em 10px 20px 0;
    padding: 0;
    width: 100px;
    float: left;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.captioncenter {
    text-align: center;
}

/* end stuff that affects content area */

table, fieldset, .basic_box {
    border: 1px solid #DDDDDD;
}

.basic_box { padding: 1em; }

td, th {
    border: 0;
}

th {
    text-align: left;
    border-top: 0;
    /*border-bottom:1px solid #003366;*/
}

td h3 {
    font-size: 1.5em;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 5px;
    margin-top: 0;
    padding-top: 4px;
}

th.proposal {
    background-color: #ECECBA;
    padding-left: 5px;
}

tr.even {
    background-color: #EEEEEE;
}

th h2 {
    font-size: 1.6em;
    padding-top: .3em;
    padding-bottom: .2em;
    margin-top: 0;
    margin-bottom: 0;
}

span.needs_attention {
    font-weight: bolder;
    color: red;
}

.indexnoticemessage {
    font-weight: bolder;
    color: green;
}

.indexerrormessage {
    font-weight: bolder;
    color: red;
}

.footernavtext a {
    font-size: 1.4em;
    font-family: "Times New Roman", Times, serif;
    color: #336699;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
}

.footernavtext {
    text-align: center;
}

.formlabelview {
    font-weight: bold;
}

.fieldWithErrors {
    border: 2px solid red;
    display: inline-table; /* Edited by Ed from display:table, the default behavior, to try to fix PMO-224 */
}

.errorExplanation {
    font-size: 12px;
    width: 400px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

.invalid {
    border: 2px solid red;
    color: FireBrick;
}

.errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

.errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

.errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

img.help {
    margin: -20px 184px 0 0;
    float: right;
}

/*
Document   : wip.css
Created on : Dec 2, 2008, 5:45:09 PM
Author     : Ed Allen
Description:
This will hold the CSS I extract from views until I am clear on whether it should go into one of the existing sheets.
I'm using underscores in names following ruby convention for clarity and as namespacing-lite to avoid conflicts with existing CSS selectors.'
*/

/* Shared on several views */

.display_error, .error {
    color: red;
    text-decoration: none;
}

.display_success {
    color: green;
}

.error_field {
    border-color: red;
}

table.statement_of_work {
    width: 1050px;
    border-collapse: collapse;
}

#add_sow_sp_metadata {
    width: 600px;
}

#add_sow_sp_metadata ul {
    font-size: 0.75em;
    line-height: 1.75em;
}

#add_sow_sp_metadata td {
    font-size: 1.00em;
    line-height: 1.75em;
    padding: 3px;
}

.in_your_face {
    background-color: #003366;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    width: 10em;
    text-align: center;
    border-radius: 12px;
}

.guidance {
    max-width: 900px;
}

.in_your_face:hover {
    background-color: #005599;
}

a.inside_in_your_face {
    font-weight: bold;
    color: white;
    font-size: larger;
    text-decoration: none;

}

a.inside_in_your_face:hover {
    background-color: #005599;
}

a.emphasis {
    font-weight: bold;
    color: blue;
}

a.emphasis:visited {
    color: maroon;
}

a.emphasis:hover {
    color: #cc3300;
}

a.with_margins {
    margin-left: 5px;
    margin-right: 5px;
}

button.ajax_edit_button {
    margin-left: 18px;
}

form.button-to {
    float: left;
    margin-right: 10px;
}

.indent_left {
    margin-left: 20px;
}

.align_right {
    text-align: right;
}

label.keep_left {
    float: left;
    padding-right: 5px;
}

label.wip_form_label {
    font-weight: bold;
}

label.leading_label {
    font-weight: bold;
    margin-right: 8px;
}

label#score_comment_label {
    margin-left: 15px;
    margin-right: 5px;
}

.unfold_all {
    /*float: right; */
    background-color: #DDEEFF;
    color: black;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 250px;
}

table.history_table {
    margin-bottom: 10px;
}

div.modal_box {
    height: 220px;
}

.simplemodal-container {
    height: auto !important;
}

/* links to my proposals vs all proposals */

#global_notice {
    background: #185582;
    text-decoration: none;
}

/* /proposals/index  */

td.proposal_title {
    font-weight: bold;
}

table.proposal_table {
    margin-bottom: 20px;
}

/*   /proposals/edit and /proposals/new    */

span.deadline_notice {
    color: green;
    border-style: solid;
    border-width: 2px;
    border-color: green;
    padding: 3px;
}

div.redraw {
    border: 1px solid #ddd;
}

.dp-applied {
    float: left !important
}

.dp-choose-date {
    float: none;
    margin-top: 8px !important;
}

.float_left {
    float: left
}


div.border_box {
    border: 1px solid #ddd;
    padding-left: 10px;
}

div.proposals_form_width {
    /* used to override #content width when on Proposals forms where we want wrapping to be to length fitting long form entry fields */
    width: 730px;
}

p.neg_bottom_margin {
    margin-bottom: -16px;
}

p.neg_top_margin {
    margin-top: -8px;
}

.add_button {
    margin-top: 8px;
    clear: both;
}

.big_button {

    clear: both;
    margin-top: 2rem;
    padding: .5rem;
    font-size: 100%;
}

.danger_button {
    border-color: red;
}

p.form_field_p, p.clear_p {
    clear: both;
}

.wide_form_field {
    width: 700px;
}

.form_field_width_2 {
    width: 490px;
}

.form_field_width_3 {
    width: 472px;
}

.form_field_width_4 {
    width: 50px;
}

span.wide_fit {
    float: left;
    padding-right: 30px
}

span.bold {
    font-weight: bold;
}

span.tight_fit {
    float: left;
    padding-right: 5px;
}

span.char_count {
    display: none;
}

span.show_count_remaining {
    color: green;
}

span.error_report, span.count_too_high, .redError {
    color: red;
}

span.warning {
    color: red;
    padding-left: 10px;
}

span.supporting_file_uploaded {
    padding-left: 8px;
}

span.clear_button {
    float: right;
}

.pseudo_label {
    border: none;
    text-align: right;
}

/* /proposals/show */

a#proposal_list_link:link {
    color: #000000;
    text-decoration: underline;
}

a#proposal_list_link:visited {
    color: #333366;
    text-decoration: underline;
}

a#proposal_list_link:hover {
    color: #cc3300;
    text-decoration: underline;
}

/*  /pmo/proposals/index   */

h2.bolder {
    font-weight: bold;
}

ul#statistics li {
    list-style: none;
    float: left;
    margin-right: 25px;
}

.clear_both {
    clear: both;
}

.clear_left {
    clear: left;
}

#edit_global_notice {
    width: 700px;
    margin-left: 8px;
}

p.mid_width {
    width: 700px;
}

.status_complete {
    color: green;
    font-weight: bold;
}

.status_not_started {
    color: red;
    font-weight: bold;
}

.status_in_progress {
    font-weight: bold;
}

.big_black_text {
    color: #000000;
    font-size: 1em !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables features
*/

/* Styling pmo/proposals DataTables table */
/*  Element identification, adapted from doc webpage
Feature  	                        ID                    Class                         Information/Position
Processing indicator            *_processing 	    dataTables_processing           Inserted before the table
Change display length           *_length            dataTables_length               Inserted before the table
Filter                          *_filter            dataTables_filter               Inserted before the table
Pagination                      *_paginate          dataTables_paginate             Inserted after the table
Pagination                      *_previous          paginate_disabled_previous
paginate_enabled_previous
Pagination                      *_next              paginate_disabled_next
paginate_enabled_next
Display information             *_info              dataTables_info                 Inserted after the table
Sorting 		                                    sorting_asc
sorting_desc                    Applied to the TH in the table header
General                         *_wrapper           dataTables_wrapper              General wrapper div element around the table
*/

div.full_width {
    /* padding-right: 30px; */
    /*width: 900px;*/
}

.dataTables_wrapper {
    /*position: relative;*/
    min-height: 110px;
    clear: both;
    /* width: 90%; */
    /* padding-right: 30px; */
}

.dataTables_processing {
    position: absolute;
    top: 0;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 11px;
    padding: 2px 0;
}

.dataTables_length {
    width: 40%;
    float: left;
    padding-bottom: 5px;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
    padding-bottom: 5px;
}

.dataTables_info {
    padding-left: 15px;
    width: 60%;
    float: left;
}

.dataTables_processing {
    font-weight: bold;
    color: blue !important;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left;
}

.paginate_disabled_previous {
    background: url(/images/datatables/back_disabled.jpg) no-repeat top left;
}

.paginate_enabled_previous {
    background: url(/images/datatables/back_enabled.jpg) no-repeat top left;
}

.paginate_disabled_next {
    background: url(/images/datatables/forward_disabled.jpg) no-repeat top left;
}

.paginate_enabled_next {
    background: url(/images/datatables/forward_enabled.jpg) no-repeat top left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables display
*/

table.data_table {
    margin: 0 auto;
    width: 100%;
    clear: both;
}

table.data_table thead th {
    padding: 3px 10px;
    /*border-bottom: 1px solid black;*/
    /*font-weight: bold;*/
    cursor: pointer;
    background-color: #ddeeff;
}

table.data_table tfoot th {
    padding: 3px 10px;
    /*border-top: 1px solid black;*/
    /*font-weight: bold;*/
}

table.data_table tr.heading2 td {
    border-bottom: 1px solid #aaa;
}

table.data_table td {
    padding: 3px 10px;
}

table.data_table td.center {
    text-align: center;
}

/*td.details, td.details h3, td.details span {*/
    /*background-color: #ddeeff !important;*/
/*}*/

/* DataTables sorting headers & icons */

.sorting_asc {
    font-size: 0.85em;
    /*font-weight: bold;*/
    line-height: 1.2em;
    /*border: 1px solid #003366;*/
    color: #000000;
    padding: 5px;
    background: transparent url(/images/datatables/sort_asc.png) no-repeat scroll right center;

}

.sorting_desc {
    font-size: 0.85em;
    /*font-weight: bold;*/
    line-height: 1.2em;
    /*border: 1px solid #003366;*/
    color: #000000;
    padding: 5px;
    background: transparent url(/images/datatables/sort_desc.png) no-repeat scroll right center;

}

.sorting {
    font-size: 0.85em;
    /*font-weight: bold;*/
    line-height: 1.2em;
    /*border: 1px solid #003366;*/
    color: #000000;
    padding: 5px;
    background: transparent url(/images/datatables/sort_both.png) no-repeat scroll right center;
}

.proposal_body {
    width: 700px;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

.clear {
    float: left;
    display: block;
    clear: both;
}

.hidden {
    display: none;
}

.history_table {
    width: 700px;
}

tfoot input {
    color: #444444;
    margin: 0.5em 0;
    width: 100%;
}

tfoot .search_init {
    color: #999999;
}

tfoot select {
    font-size: 0.8em;
}

tfoot tr th.selector {
    padding-left: 4px;
    padding-right: 0;
    text-align: center;
}

tfoot select {
    text-align: left;

}

tfoot select option {
    text-align: left;

}

hr#footer_hr {
    width: 900px;
}

h3.tight_bottom {
    margin-bottom: 3px;
}

table.unpadded td {
    padding-top: 0;
    padding-bottom: 0;
}

/* collaborator sample filter styles */

#sample_metadata_help {
    margin-left: 15px;
}

#sample_filter {

    width: 60%;
    margin: 10px 0 20px 0;
    border: 1px solid #999999;
    padding: 10px 0 10px 10px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.sample_param {
    margin-right: 30px;
    line-height: 30px;
}

#processing_outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;

    background-color: rgba(10, 10, 10, 0.7);
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    visibility: hidden;

}

#processing_inner {
    position: absolute;
    width: 500px;
    height: 300px;
    margin: 300px 0 0 -250px;
    left: 50%;
    opacity: 1.0;
    text-align: center;
    font-weight: 700;
    line-height: 150px;
    color: black;
    background-color: rgba(255, 255, 255, 1.0);
    transition: opacity 2s;

}

/*pre{*/
/*font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;*/
/*font-size: 0.75em;*/
/*line-height: 1.75em;*/
/*}*/

/* for Sequencing Projects browser display */
.FixedHeader_Cloned {
    background-color: white !important;
}

div.ColVis_collectionBackground {
    z-index: 110;
}

div.ColVis_collection {
    z-index: 115;
}

button.ColVis_Button {
    text-align: left !important;
}

p.seq_proj_edit_links {
    clear: both;
}

table.seq_proj_sow_items, table.seq_proj_analysis_tasks, table.seq_proj_samples {
    font-size: 1.3em;
}

table.seq_proj_samples {
    width: 80%;
}

table.seq_proj_samples td.wrap_comments {
    width: 20%;
}

table.subtable {
    font-size: 1.3em;
    margin-bottom: 25px;
    width: 100%;
}

div.dataTables_scroll {
    clear: both;
}

/* for the spine stack management of its controller visibility */
.stack > *:not(.active) {
    display: none;
}

/* for sequencing batch editor hands on table */
div#sp_table_holder {
    width: 90%;
}

/* for handsontable */
.htInvalid {
    background: #FF7575;
}

.scroll_table_container {
    overflow: hidden;
    height: 100%;
    min-height: 320px;
}

/* Inline Edit */
.inline_hover {
    background: #fffbe1;
}

/* no outline textfield*/
.construct_total {
    border: 0 solid;
    background-color: transparent;
}

div#logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 84px;
    width: 200px;
    background-color: white;

}

/* sp navigator detail show and sp show using same view template */
div#sequencing_project_editors {
    position: relative;
    width: 100%;
    height: 100%;
}

div.mini_form, div.name_form_wrap, div.comments_form_wrap, div.reference_form_div, div.actual_sequencing_product_div, div.sequencing_product_pi_div, div.sample_contact_div {
    position: relative;
    width: 100%;
    height: 12%;
}

.column_150 {
    display: inline-block;
    width: 150px;
    font-size: 0.75rem;
    line-height: 1.3rem;
}

.column_200 {
    display: inline-block;
    width: 200px;
    font-size: 0.75rem;
    line-height: 1.3rem;
    margin-right: 15px;
}

.column_490 {
    display: inline-block;
    width: 490px;
    font-size: 0.75rem;
    line-height: 1.3rem;
    margin-right: 15px;
}

#sow_item_dialogue, #change_product_dialogue {
    display: none;
    padding: 15px;
    overflow-y: scroll;
    position: fixed;
    border-radius: 8px;
    width: 1200px;
    left: 30%;
    top: 30%;
    margin: -155px 0 0 -300px;
    border: solid 1px #aaaaaa;
    background-color: #cccccc;
    box-shadow: 6px 6px 3px #999999;
    z-index: 10;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

#fdname_overlay, #mod_sow_overlay, #change_product_overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FFFFFF;
    opacity: .75;
    z-index: 5;
}

#fdname_popup {
    display: none;
    padding: 15px;
    overflow-y: scroll;
    position: fixed;
    border-radius: 8px;
    width: 750px;
    height: 620px;
    left: 30%;
    top: 30%;
    margin: -155px 0 0 -300px;
    border: solid 1px #aaaaaa;
    background-color: #cccccc;
    box-shadow: 6px 6px 3px #999999;
    z-index: 10;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

.disabled-for-l7 {
    border: solid 1px #AA0000;
    background-color: #eecccc;
}


#proposal_overlay {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #CCCCCC;
    opacity: .75;
    z-index: 5;
}

#proposal_popup {
    display: none;
    padding: 15px;
    overflow-y: hidden;
    position: fixed;
    border-radius: 8px;
    width: 800px;
    height: auto;
    left: 30%;
    top: 30%;
    /* margin: -155px 0 0 -300px; */
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #000000;
    background-color: #FFFFFF;
    box-shadow: 6px 6px 3px #999999;
    z-index: 10;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

#fdname_status {
    border: 1px solid #999999;
}

#fd_name_errors {
    color: #ff0100;
}

button.suggest_names {
    margin: 8px;
}

.suggested {
    background-color: #99FF99;
}

.no_suggestion {
    background-color: #ffe0ff;
}

div#new_custom_analysis_project_form {
    border: solid 1px #aaaaaa;
    display: none;
    padding-left: 10px;
}

div#history_buttons{
    position: fixed;
    right: 0;
    bottom: 0;
    background-color:  #ddeeff;
    padding: 5px;
    box-shadow: -3px -2px 2px black;

}

.bolder_border {
    border-color: #CCCCCC;
    box-shadow: 3px 2px 2px #CCCCCC;
}

table.contact_associations tr:nth-child(even) {background: #CCC;}
table.contact_associations tr:nth-child(odd) {background: #FFF;}

table.association_candidates tr.new_user td:nth-child(2) {background: lightgreen;}
/*table.contact_associations tr.existing_user(even) {background: #CCC;}*/
select.role_selector {
    width: 105px;
    white-space:pre-wrap;
}
span.remove_row{
display: none;
float: right;
    padding: 0px;
}
tr:hover td.address span{
    display: block;
    float: right;
    padding: 0px;
    z-index: 1000;
}

tr.contact td{
    color: #989696;
}

tr.new_user input {
    margin-left: 5px;
    margin-right: 5px;
}
textarea.search_emails {
    width: 240px;
    height: 100px;
}

input.standard_product_sample_count {
   width: 4rem;
}

.success_border {
  border: 1px solid #0f0;
  padding: 0.01em 16px;
  border-radius: 16px;
  width: 600px;
}

table#original_sow_table th {
    font-size: 0.65rem;
    background-color: #dddddd;
    line-height: .80rem;
}

#original_sow_table_wrapper {
    min-height: 80px;
}

table#original_sow_table td {
    font-size: 0.75rem;
    line-height: .80rem;
}

.floating_section {
    font-size: 0.75rem;
    line-height: 0.85rem;
    float: left;
    vertical-align: top;
    width: 240px;
    height: 40px;
    margin: 5px;
    background-color: #dedede;
}

.lrg_floating_section {
    font-size: 0.75rem;
    line-height: 0.85rem;
    float: left;
    vertical-align: top;
    width: 330px;
    height: 75px;
    margin: 5px;
    background-color: #dedede;
}

.after_section {
    clear: left;
    background-color: #dedede;
}

.sow_duplication_errors {
    font-size: 0.85rem;
    color: red;
}

.vert_margin {
  margin-top: 1.2em;
    margin-bottom: 1.0em;
}

/* nav menu dropdown */

.dropdown .dropdown_menu {
    color: white;
    padding: 7px;
    font-size: 13px;
}

.dropdown {
    overflow: hidden;
}

/* Dropdown Content (Hidden by Default) */
.dropdown_content {
    display: none;
    position: absolute;
    background-color: #748999;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* Links inside the dropdown */
.dropdown_content a {
    padding: 7px 7px;
    text-decoration: none;
    display: block;
    color: white !important;
}

/* read-only items inside the dropdown L7 functions*/
.dropdown_content p {
    padding: 7px 7px;
    text-decoration: none;
    display: block;
    color: #805560 !important;
}

/* Change color of dropdown links on hover */
.dropdown_content a:hover {
    color: #fdba4d !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown_content {
    display: block;
    background-color: #5b83a0;
}

.dropdown:hover .dropdown_menu {
    /* border: 1px solid black; */
    background-color: #5b83a0;
    color: white;
}

.dropdown:hover > a:hover{
    color: #fdba4d !important;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .drop_down_menu {
    background-color: #284e69;
    color: white;
}

#display_seq {
    width: 650px;
    height: 300px;
    background-color: #bbbcbf;
    padding: 3px;
    border: 1px solid black;
    word-wrap: break-word;
    overflow-y: scroll;
}

#display_seq.invalid_seq {
    border: 2px solid red;
}

#display_seq.valid_seq {
    border: 2px solid green;
}

.button {
    border-radius: 5px;
    padding: .5em;
    text-decoration: none;
}

.button:focus,
.button:hover {
    text-decoration: none;
}
.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
}
div.modal-content div{
    margin: auto;
    position: relative;
}
div.modal-content div.modal-buttons{
    margin-top:20px;
}

div.modal .cancel{
    position: absolute;
    padding: 3px 10px 3px 10px;
    right: 10px;
    background: lightcoral;
}

div.modal .submit {
    position: absolute;
    padding: 3px 10px 3px 10px;
    left: 10px;
    background: lightgreen;
}
