a {
    text-decoration: none;
}

body {
    font-family: arial, sans-serif;
    min-width: 600px;
    margin-top: 81px;
    margin-left: 0;
    margin-right: 0;
    background: #FFFFFF;
}

hr {
    background-color: #FFFFFF;
    border: 0;
    height: 1px;
    width: 80%;
}

.allcontent {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 4px;
    padding-bottom: 1em;
    background: white;
}

.staticcontent {
    /* this isn't the best, but it keeps all the static pages behaving properly */
    font-size: 9pt;
}

.show_pubs {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1em;
    text-indent: -1em;
}

table.header {
    vertical-align: top;
    text-align: left;
}

table.search {
    vertical-align: top;
    text-align: left;
    background-color: #FFFFFF;
    border: 0;
}

td.titlebar {
    vertical-align: middle;
    text-align: left;
    background-color: #efefef;
}

td.titlebarRight {
    vertical-align: middle;
    text-align: right;
    background-color: #efefef;
}

td.submitbar {
    vertical-align: top;
    text-align: left;
    background-color: #efefef;
}

table.data_manager {
    width: 100%;
    border-collapse: collapse;
    background: #eee;
}

table.data_manager tr {
    text-align: center;
}

table.data_manager td {
    text-align: center;
    font-size: small;
    padding: .3em;
}

table.data_manager a.root {
    color: red
}

/*** gene name & abbrev ***/
.genedom {
    font-style: italic;
}

/*** construct name & abbrev ***/
.construct {
    font-style: italic;
}

/*** non-gene name & abbrev - just a placeholder for now ***/
.nongenedommarker {
    font-style: normal;
}

/*** mutant name & abbrev  ***/
.mutant {
    font-style: italic;
}

/*** wildtype name & abbrev ***/
.wildtype {
    font-style: normal;
}

/*** Your Input Welcome form ***/
.yourinputwelcome {
    float: right;
    margin: .3em;
}

/** error messages for forms **/
.error {
    color: red;
    display: block;
    margin-top: 5px;
}

/** error messages for forms **/
.error-inline {
    color: red;
}

/** indicates that it is updated **/
.dirty {
    background-color: lightblue;
}

.search-result-table-header {
    background: rgb(204, 204, 204) none repeat scroll 0%;
    font-weight: bold;
}

.bold {
    font-weight: bold;
    text-align: center;
}

.green-pad {
    background: #006666;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.right-align-box {
    float: right;
}

.green {
    color: green;
    text-align: center;
}

.phenotype-normal {
    color: #33cc99;
    text-align: left;
}

.curation-filter {
    background-color: #33CC99;
    text-align: center;
    font-weight: bold;
}

.search-result-table-entries {
    background: #EEEEEE;
    font-weight: normal;
}

.small-curation-box {
    overflow: auto;
    height: 150px;
    border: 1px solid black;
    width: 98%;
    margin-left: 1%;
}

.medium-curation-box {
    overflow: auto;
    height: 350px;
    border: 1px solid black;
    width: 98%;
    margin-left: 1%;
}

.large-curation-box {
    overflow: auto;
    height: 650px;
    border: 1px solid black;
    width: 98%;
    margin-left: 1%;
}

.unlimited-curation-box {
    overflow: hidden;
    border: 1px solid black;
    width: 98%;
    margin-left: 1%;
}

.curation-box-control-text {
    text-decoration: none;
    font-size: 75%;
}

a.small-new-link:link {
    text-decoration: none;
    font-size: 75%;
    color: blue;
}

a.small-new-link:visited {
    text-decoration: none;
    font-size: 75%;
    color: blue;
}

a.small-new-link:hover {
    text-decoration: none;
    font-size: 75%;
    color: green;
}

.small {
    text-decoration: none;
    font-size: 75%;
}

a.external {
    background: transparent url(/images/external.png) no-repeat scroll right center;
    padding-right: 13px;
}

img.blast-key {
    position: relative;
    bottom: -0.3em;
}

img.blast {
    position: relative;
    vertical-align: top;
    bottom: 0.1em;
}

.indented-section {
    margin-left: 18pt;
}

img.clickable {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
    color: blue;
}

.clickable-error {
    cursor: pointer;
    color: red;
}

.table-header {
    background-color: #cccccc;
}

.experiment-selected {
    background-color: #CCFFFF;
}

.experiment-duplicate {
    background-color: #CCCCFF;
}

.term-unspecified {
    color: orange;
}

.red-modifier {
    color: red;
    font-style: italic;
}

.red {
    color: red;
}

.red-modifier-hyperlink a {
    color: red;
    font-style: italic;
}

.left-top-aligned {
    text-align: left;
    vertical-align: top;
}

.nowrap {
    white-space: nowrap;
}

.gwt-Hyperlink {
    display: inline;
}

.gwt-HTML {
    display: inline-block;
}

.phenotype-table {
    line-height: 90%;
}

.gwt-editbox {
    background-color: #eee;
}

table.gwt-stack-composite {
    background-color: #eee;
}

table.gwt-stack-composite td {
    padding: 1px;
}

table.gwt-stack-composite gwt-delete-button {
    margin-right: 5px;
}

.dots {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted
}

.reno-reversed-strand {
    background-color: #deb887;
    display: inline-block;
}

.reno-same-strand {
    background-color: white;
    display: inline-block;
}

td.reno-reversed-strand {
    background-color: #deb887;
    display: table-cell;
}

td.reno-same-strand {
    background-color: white;
    display: table-cell;
}

.entity-header {
    font-size: xx-large;
    font-weight: bold;
}

form fieldset {
    border-width: 0;
}

.namesearchLabel,
.multisearchLabel,
.selectLabel {
    font-weight: bold;
}

.accessoryLabel {
    font-size: .75em;
}

table.searchform td,
table.searchform th {
    vertical-align: top;
}

table.searchform th {
    text-align: left;
    width: 5%;
    white-space: nowrap;
}

.search-form-top-bar {
    border: 1px solid #ddd;
    background: #efefef;
    border-radius: 8px;
    padding: 3px;
    padding-bottom: 7px;
}

.search-form-bottom-bar {
    border: 1px solid #ddd;
    background: #efefef;
    border-radius: 8px;
    padding: 3px;
    margin-bottom: 1em;
}

.search-form-title {
    font-size: large;
    margin-left: 2px;
    color: #666;
}

.search-form-your-input-welcome {
    float: right;
}

.postal-address {
    white-space: pre-wrap;
}

.no-results-found-message {
    border: 1px solid #EED3D7;
    border-radius: 4px;
    background-color: #F2DEDE;
    color: #B94A48;
    text-align: center;
    margin: 1em auto 0;
    width: 50%;
    padding: 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

label.curation-form-label {
    font-weight: bold;
}

.sequence {
    display: inline-block;
    vertical-align: top;
    font-family: Monaco, "Courier New", monospace;
}

.figure-image-and-caption {
    background-color: #eee;
    padding: 1em;
    margin-top: 1em;
    width: 100%;
}

.figure-image-and-caption img.placeholder,
.figure-image-and-caption img.medium,
.figure-image-and-caption video {
    float: left;
    margin-right: 1em;
}

.figure-image-and-caption img.placeholder {
    border: 1px solid black
}

.figure-image-and-caption img,
video {
    margin: 2px;
}

.figure-image-and-caption a img {
    border: 1px solid blue;
}

.pub-abstract-section {
    margin-bottom: 1em;
}

.pub-abstract-section-label {
    font-weight: bold;
}

.pub-abstract-section-label::after {
    content: ':';
}

.fa {
    line-height: inherit;
}

.download-header-row {
    font-size: smaller;
    background-color: #066;
    display: none;
}

.download-header-row tr {
    font-weight: bold;
    background-color: #CCFFFF;
}

.download-header-row td {
    /* has to be !important to override the .summary table setting */
    text-align: center !important;
}

.center {
    text-align: center;
}

.download-header-row table {
    margin: 0 auto;
}

.nomenclature label {
    min-width: 10em;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
}

.nomenclature textarea {
    vertical-align: top;
}

.nomenclature .required:after {
    content: ' *';
    color: #cc0000;
}

.nomenclature th {
    text-align: left;
    font-weight: normal;
}

.nomenclature small {
    font-weight: normal;
    font-size: 0.9em;
}

.nomenclature .add-row {
    color: #006666;
    cursor: pointer;
}

.nomenclature input[type="submit"] {
    margin: 30px 0;
}

.nomenclature label.error {
    color: #cc0000;
    margin-left: 10px;
}

.nomenclature input.error {
    color: #000000;
    display: inline-block;
}

.message {
    border: 1px solid;
    padding: 1em;
    margin: 1em;
    border-radius: 5px;
}

.message.success {
    color: #008000;
    background-color: #EEFFEE;
}

.message.error {
    color: #800000;
    background-color: #FFEEEE;
}

.nomenclature-submission {
    padding: 1em;
}

.nomenclature-submission dt {
    font-weight: bold;
    float: left;
    min-width: 15em;
}

.nomenclature input[type=text] {
    width: 200px;
}

.two-column-info {
    clear: both;
    width: 100%;
}

.two-column-info tr {
    vertical-align: top;
}

.sequence-data {
    background: white;
    width: 99%;
    display: none;
    border: 1px solid #ccc;
    max-height: 100px;
    overflow: auto;
    margin: 4px auto;
}

.sequence-help {
    font-size: small;
    color: #888;
}

.show-sequence-button {
    color: #0000ff;
}

.show-sequence-button .fa {
    transition-property: transform;
    transition-duration: 200ms;
}

.gbrowse-image {
    margin: .5em;
    border: 1px solid black;
    background: white;
    display: inline-block;
    vertical-align: top;
}

.gbrowse-image img {
    padding-bottom: 10px;
    border: 0;
}

.table-collapse-link {
    color: #0000ff;
}

.table-collapse-link .fa {
    transition-property: transform;
    transition-duration: 300ms;
}

.form-group .twitter-typeahead {
    display: block !important;
}

.scrollable-dropdown-menu .tt-menu {
    max-height: 250px;
    overflow-y: auto;
}

.bottom-buffer {
    margin-bottom: 20px !important;
}

.bottom-buffer-sm {
    margin-bottom: 10px !important;
}

.keep-breaks {
    white-space: pre-wrap;
}

.inline-upload {
    display: inline-block;
}

a + .inline-upload {
    margin-left: 20px;
}

.thumb-container {
    width: 64px;
    height: 64px;
    text-align: center;
}

.thumb-image {
    max-width: 100%;
    max-height: 100%;
}

.curation-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}

.curation-form input,
.curation-form textarea,
.curation-form select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.curation-form input:disabled,
.curation-form textarea:disabled,
.curation-form select:disabled {
    background-color: #FAFAFA;
    color: #909090;
    cursor: not-allowed;
}

.curation-form.curation-inline input {
    display: inline;
    width: auto;
}

.curation-form .warning {
    background-color: lightyellow;
    border: 1px solid darkgoldenrod;
    padding: 5px;
    border-radius: 3px;
}

.list-select-options {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 15px 0;
    margin: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.list-select-options li {
    list-style: none;
    padding: 5px 15px;
    cursor: pointer;
}

.list-select-options li:hover {
    background-color: lightyellow;
}

.list-select-options input {
    display: inline;
    width: auto;
    cursor: pointer;
}

.list-select-options label {
    font-weight: normal;
    margin: 0;
    cursor: pointer;
}

.list-select-text {
    cursor: text;
}

.zfin-button {
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    background: #DDDDDD;
    color: #333333;
    font-size: 0.8em;
}

.zfin-button.cancel {
    background: #b0b4b3;
    color: #2b3037;
}

.zfin-button.approve {
    background: #008000;
    color: #FFFFFF;
}

.zfin-button.reject {
    background: #C82506;
    color: #FFFFFF;
}

.inline-edit {
    cursor: text;
    padding: 5px 0;
}

.inline-edit:hover {
    background: lightyellow;
}

.muted {
    font-style: italic;
    color: #9A9A9A;
}

.loading-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    font-size: 3em;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}

.login-box {
    border-radius: 5px;
    background: #e0e7e0;
    padding: 2em;
}

.list-box-selected {
    background: khaki;
}

.list-box-unselected {
    background: white;
}