/**********************************************************************************************************************
 * Copyright 2014 GenomOncology, LLC                                                                                  *
 *                                                                                                                    *
 * CONFIDENTIAL                                                                                                       *
 * This document contains trade secrets or otherwise confidential information owned by GenomOncology, LLC.            *
 * Access to and use of this information is strictly limited and controlled by GenomOncology, LLC.                    *
 * This document may not be copied, distributed, or otherwise disclosed outside of GenomOncology, LLC's               *
 * facilities except under appropriate precautions to maintain the confidentiality hereof, and may not be             *
 * used in any way not expressly authorized by GenomOncology, LLC.                                                    *
 **********************************************************************************************************************/

/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
body {
    font-size: 12px;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

b {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

table td{
    padding:0px 8px 0px 0px;
}

table.clinical_login td {
    padding:0px 0px 0px 0px;
}

table thead tr th {
    text-shadow: none !important;
    border-bottom: 1px solid #d0d0d0 !important;
}

.mid-size-font { font-family: Verdana,Geneva,sans-serif;font-size: 12px; }
.red-mid-size-font { font-family: Verdana,Geneva,sans-serif;font-size: 12px; color:#d65a49; }

.gwt-Button {
    background: #E6EBF0 !important;
    border-radius: 6px !important;
    border: #d6dce1 1px solid !important;
}

.gwt-Button:hover {
    background: #d6dce1 !important;
}

.gwt-Button[disabled] {
    background: #E6EBF0 !important;
    color: #888;
}

.redButton {
    background: #d65a49 !important;
    color: white !important;
    border: #b0483a 1px solid !important;
    border-radius: 6px !important;
}

.redButton:hover {
    background: #b0483a !important;
}

.redButton[disabled] {
    background: #E6EBF0 !important;
    color: #888;
    border: #d6dce1 1px solid !important;
}

.redButton[disabled]:hover {
    background: #E6EBF0 !important;
    color: #888;
    border: #d6dce1 1px solid !important;
}

.greenButton {
    background: #6db55e !important;
    color: white !important;
    border: #569f47 1px solid !important;
    border-radius: 6px !important;
}

.greenButton:hover {
    background: #569f47 !important;
}

.greenButton[disabled] {
    color: #bbb4b4 !important;
    background: #57754f !important;
}

.greenButton[disabled]:hover {
    color: #bbb4b4 !important;
    background: #57754f !important;
}

.sendButton {
  display: block;
  font-size: 14pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: #d65a49;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.appWindowBG{background-color: white;}

.mainDesktopBG{background-image:url('images/GO-logo-color.png'); background-repeat:no-repeat; background-position:center; background-size:40%;}

.mainDesktopBGDirect{background-image:url('images/GO-logo-color.png'); background-repeat:no-repeat; background-position:center top; background-size:40%;}

.bold {
  font-weight: bold;
}
.redText{
	color: #d65a49;
}

.orangeText{
    color: darkorange;
}

.noneFont {
    font-family: Arial Unicode MS, Arial, sans-serif;
    font-size: large;
}

.pad-text{
	font-weight: bold;
	padding-left: 10px;
	padding-top	: 10px;
}

.greenText{
	color: green;
}
.orangeBackground{
	background-color:	orange;
}

th {
    white-space: normal !important;
}

.marginLeft15{
	margin-left:15px;
}

.marginLeft30{
	margin-left:30px;
}

.marginLeft5{
	margin-left:5px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.error-red {
    color: #d65a49;
}

.gray-text {
    color:gray;
    font-size: 18px;
}

.gwt-TextBox-default {
    color:gray;
    font-style: italic;
}

.padding5{
    padding: 5px;
}

.link {
    color: #0066cc;
    text-decoration:underline;
    cursor: pointer;
    cursor: hand;
}

.nolink {
    color: lightgray;
    text-decoration: none;
    cursor: pointer;
}

.wordWrap {
    /*width:100%;*/
    word-wrap: break-word;
}

.break-word-style {
    overflow-wrap: break-word;
}

img.block {
    display: block;
}

/** Progress Bar */

#flow_bar {
    display: block;
    width: 727px;
    height: 25px;
    background-color: #747474;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    /* typekit futura included */
    font-family: "Futura", futura-pt-1, futura-pt-2, "Arial", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: white;
    position: relative;
}
#flow_bar:before {
    display: block;
    width: 767px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 400;
}
#flow_bar:after {
    display: block;
    width: 767px;
    height: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    -moz-box-shadow: inset 0 0 5px #343434;
    -webkit-box-shadow: inset 0 0 5px #343434;
    box-shadow: inset 0 0 5px #343434;
    z-index: 500;
}
#flow_bar li {
    display: inline-block;
    width: 120px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
    position: relative;
    height: 13px;
}
#flow_bar li:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#flow_bar li:last-child {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#flow_bar li:last-child:before {
    border: none;
}
#flow_bar li:last-child:after {
    border: none;
}
#flow_bar li:after {
    width: 0px;
    height: 0px;
    display: block;
    border: 13px solid transparent;
    border-left-color: white;
    position: absolute;
    top: 0px;
    left: 121px;
    content: "";
    z-index: 200;
}
#flow_bar li:before {
    width: 0px;
    height: 0px;
    display: block;
    border: 13px solid transparent;
    border-left-color: #747474;
    position: absolute;
    top: 0px;
    left: 118px;
    content: "";
    z-index: 300;
}


.QC li:nth-child(1) {
    background-color: #EB008B;
}
.QC li:nth-child(1):before {
    border-left-color: #EB008B !important;
}


.Parse li:nth-child(2) {
    background-color: #EB008B;
}
.Parse li:nth-child(2):before {
    border-left-color: #EB008B !important;
}


.Parse li:nth-child(-n+1) {
    background-color: #14b222 !important;
}
.Parse li:nth-child(-n+1):before {
    border-left-color: #14b222 !important;
}


.Annotate li:nth-child(3) {
    background-color: #EB008B;
}
.Annotate li:nth-child(3):before {
    border-left-color: #EB008B !important;
}


.Annotate li:nth-child(-n+2) {
    background-color: #14b222 !important;
}
.Annotate li:nth-child(-n+2):before {
    border-left-color: #14b222 !important;
}


.Reviewing li:nth-child(4) {
    background-color: #EB008B;
}
.Reviewing li:nth-child(4):before {
    border-left-color: #EB008B !important;
}


.Reviewing li:nth-child(-n+3) {
    background-color: #14b222 !important;
}
.Reviewing li:nth-child(-n+3):before {
    border-left-color: #14b222 !important;
}


.Finalizing li:nth-child(5) {
    background-color: #EB008B;
}
.Finalizing li:nth-child(5):before {
    border-left-color: #EB008B !important;
}


.Finalizing li:nth-child(-n+4) {
    background-color: #14b222 !important;
}
.Finalizing li:nth-child(-n+4):before {
    border-left-color: #14b222 !important;
}


.Complete li:nth-child(6) {
    background-color: #EB008B;
}
.Complete li:nth-child(6):before {
    border-left-color: #EB008B !important;
}


.Complete li:nth-child(-n+5) {
    background-color: #14b222 !important;
}
.Complete li:nth-child(-n+5):before {
    border-left-color: #14b222 !important;
}

table.therapy_grid {
    border-collapse: collapse;
}
table.therapy_grid td{
    padding: 3px;
}

.countSummary tr th {
    font-size: 11px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs, .gwt-TabLayoutPanelTabs {
    background-color: white !important;
    border-top: 1px solid #8db2e3 !important;
    border-bottom: 1px solid #8db2e3 !important;
    padding: 10px 0 0 10px !important;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab, .gwt-TabLayoutPanelTab {
    background-color: white !important;
    padding: 5px 10px !important;
    color: #657686 !important;
    cursor: pointer !important;
    border-bottom: white 3px solid;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab.disabled-tab, .gwt-TabLayoutPanelTab.disabled-tab, .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab.grey-tab, .gwt-TabLayoutPanelTab.grey-tab {
    background-color: #dddddd !important;
    color: #777777 !important;
    cursor: auto !important;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab.grey-tab, .gwt-TabLayoutPanelTab.grey-tab {
    cursor: pointer !important;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab.gwt-TabLayoutPanelTab-selected, .gwt-TabLayoutPanelTab-selected {
    border-bottom: #30456C 3px solid;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab.gwt-TabLayoutPanelTab-selected, .gwt-TabLayoutPanelTab-selected > div > div {
    font-weight: bold;
    color: #30456C;
}

.gwt-TabLayoutPanelTab:hover {
    background-color: #F5F9FF !important;
    border-bottom: #C3CAD1 3px solid;
}


.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
    padding: 0 !important;
}

/*Filtering CSS*/
.filterTitle {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    font-weight: bold;
    text-decoration: underline;
}

.current-popm-variant {
    background-color: yellow !important;
}

div.edit-order-widget-header-padding {
    padding-right:20px;
}

.strike_through {
    text-decoration: line-through;
    color: #d65a49;
}

.inline-image {
    vertical-align: middle;
}

/** curation **/
.heading {
    margin-top: 10px;
}

#go-annotator-root h2 {

}

.go-doc-title {
    line-height: 175%;
}

.go-doc-ids {
    line-height: 175%;
}

.go-doc-conditions {
    line-height: 175%;
}

.go-doc-interventions {
    line-height: 175%;
}

.go-doc-purpose {
    line-height: 175%;
}

.go-doc-description {
    line-height: 175%;
}

.go-doc-description pre {
    font-family: inherit !important;
    font-size: 100% !important;
}

.go-doc-trial-arms {
    line-height: 175%;
}

.go-doc-criteria {
    line-height: 175%;
}

.go-doc-criteria pre {
    font-family: inherit !important;
    font-size: 100% !important;
}

.go-doc-primary-outcome-measures {
    line-height: 175%;
}

.go-doc-secondary-outcome-measures {
    line-height: 175%;
}

.go-doc-keywords {
    line-height: 175%;
}

span.go-doc-concept {
    font-weight: bold;
    text-decoration: none;
}

span.go-doc-alteration {
    color:green;
}

span.go-doc-alteration .go-doc-disease {
    color:green;
}

span.go-doc-karyotype {
    color:green;
}

span.go-doc-biomarker {
    color: orange;
}

span.go-doc-gene {
    color: orange;
}

span.flaggedMetric {
    color: darkorange;
}

.flaggedMetric {
    color: darkorange;
}

span.go-doc-keyword {
    color: blue;
}

span.go-doc-disease {
    color: #d65a49;
}

span.go-doc-intervention {
    color:darkorchid;
}

span.go-doc-drug {
    color:darkorchid;
}

.go-annotator-highlight.highlight {
background-color: yellow;
}

#go-annotator-controls {
    padding-top: 10px;
    padding-bottom: 10px;
}

#go-annotator-controls.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-left: 40px;
    background-color: white;
    border-bottom: solid #404040 2px;
}

#go-annotator-link {
    padding-left:10px;
}


#go-delete-annotation {
    position: absolute;
    background-color: #d65a49;
    top: 200px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

#go-delete-annotation span {
    color: white;
    cursor: pointer;
    font-variant: small-caps;
}

.table-bordered { margin-left:10px; margin-bottom: 10px; width: 98%;border-collapse: collapse; border-spacing: 0; border: 1px solid #eceeef; }

.table-bordered th, .table-bordered td { padding: 0.4rem 0.8rem; line-height: 1.5; vertical-align: top; border: 1px solid #eceeef; }

.table-bordered thead th, .table-bordered thead td { padding: 0.4rem 0.8rem; line-height: 1.5; vertical-align: top;border-bottom-width: 2px; }


.bam-loading {
    background: transparent url('images/loading_spinner.gif') center no-repeat;
}

input, textarea {
    -webkit-user-select: text !important;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.filter-count {
    position: relative;
    display: inline;
    bottom: 3px;
    color: #3c59bb;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.small-button {
    background: #E6EBF0 !important;
    border-radius: 6px !important;
    border: #d6dce1 1px solid !important;
    padding: 1px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    width: auto;
}

.small-button:hover {
    background: #d6dce1 !important;
}

.small-button[disabled]:hover {
    background: #E6EBF0 !important;
    color: #888;
}

.small-button[disabled] {
    background: #E6EBF0 !important;
    color: #888;
}

.small-red-button {
    padding: 1px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    width: auto;
    background: #d65a49 !important;
    color: white;
    border: #b0483a 1px solid !important;
}

.small-red-button:hover {
    background: #b0483a !important;
}

.small-red-button[disabled] {
    background: #E6EBF0 !important;
    color: #888;
    border: #d6dce1 1px solid !important;
}

.small-red-button[disabled]:hover {
    background: #E6EBF0 !important;
    color: #888;
    border: #d6dce1 1px solid !important;
}

.button-inverted {
    background: #736a6a !important;
    color: white !important;
}

div.table-inverted div {
    border-color: white !important;
    background: #736a6a !important;
    color: white
}

div.table-inverted span {
    color: white;
    top: 3px;
}

.com-sencha-gxt-theme-blue-client-window-BlueWindowAppearance-BlueWindowDivFrameStyle-top {
    overflow: visible !important;
}

.com-sencha-gxt-theme-blue-client-window-BlueWindowAppearance-BlueWindowDivFrameStyle-topRight {
    overflow: visible !important;
}

.com-sencha-gxt-theme-blue-client-window-BlueWindowAppearance-BlueWindowDivFrameStyle-topLeft {
    overflow: visible !important;
}

.order-header-name {
    font-weight: normal;
    color: grey;
}

.order-header-value {
    font-weight: normal;
    padding-right: 5px;
}

.compact-html-editor .cke_top {
    display:none;
}

.compact-html-editor .cke_editable {
    margin-top: -10px;
}

.vaf-bar-holder {
    border: 1px solid black;
    position: relative;
    float: left;
    padding: 1px;
    height: 15px;
    width: 40%;
    margin-right: 1em;
}

.vaf-bar-in-table {
    width: 100%;
}

.variant-and-total-reads {
    position: absolute;
    text-align: center;
    width: 100%;
}

.vaf-bar {
    height: 100%;
    background-color: #FFF2CC;
}

.vaf-bar.low {
    background-color: #FF0000;
}

.auto-classified-source {
    color: black;
}

.classification-source {
    color: rgb(182, 182, 182);
}

.bam-link {
    display: inline;
}

.full-view-only .bam-link-sep:after {
    content: " | ";
}

.slim-view-on .slim-view-only .bam-link:after {
    content: " | ";
}

.compact-html-editor .cke_top {
    display:none;
}

.compact-html-editor .cke_editable {
    margin-top: -10px;
}

.filter-save-section > span {
    margin-right: 5px;
}

.filter-save-section-enabled {
    background-color: #f2f8ff;
    border: 1px solid #8db2e3;
}

.filter-save-section-disabled {
    background-color: #efefef;
    border: 1px solid #cfcfcf;
}

.minus-fifty {
    height: calc(100% - 50px);
    overflow-x: hidden !important;
}

.marginRight {
    margin-right: 5px;
}

.referenceLink {
}

.emory-metrics-popup {
    display: flex;
    padding: 10px;
}

.emory-metrics-popup > div {
    flex-grow: 1;
}

.emory-metrics-popup-section {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* for search runid - fixes known GWT bug: https://code.google.com/archive/p/google-web-toolkit/issues/1351 */
.gwt-SuggestBoxPopup {
    z-index: 2147483647; /* max int */
}

.gwt-SuggestBoxPopup td {
    padding: 0px;
}

.gwt-SuggestBoxPopup table {
    background-color: white;
}

tr.cluster-separator td {
    border-bottom: solid black 1px;
}

.untested-biomarkers {
    margin: 1em;
    border: 1px solid black;
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.untested-biomarkers > div {
    padding: 1em;
    border: 1px solid black;
}

.untested-biomarkers > div:nth-child(-n+2) {
    font-weight: bold;
    font-size: 1.05em;
}

.displayNone {
    display: none;
}

textarea.run-notes {
    height: 6em;
}

textarea.sample-notes {
    height: 6em;
}

.commentGrid {
    display: grid;
    overflow: auto;
    height: inherit;
    padding: 1em;
    border: 2px solid black;
    grid-gap: 10px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1px) {
    .commentGrid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 1024px) {
    .commentGrid {
        grid-template-columns: 1fr 1fr;
    }
}

.hidden {
    display: none;
}

.biomarker-reviewing-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 0px 1fr;
}

.flag-dropdown {
    width: 200px;
}

.flag-row {
    display: flex;
    align-items: center
}

.legend {
    font-weight: bold;
    font-size: 14pt;
    color: #31466D;
    font-family: tahoma, arial, helvetica, sans-serif;
}

.greenButton {
    background: #6db55e !important;
    color: white !important;
    border: #569f47 1px solid !important;
}

.greenButton:hover {
    background: #569f47 !important;
}

.navy-menuBar {
    background: #30456C !important;
    color: white !important;
    box-sizing: unset !important;
}

.overrideBlue {
    background: #eef5ff !important;
}
.overrideBlue div:first-child div:first-child div:first-child {
    color: #30456C !important;
}

.overrideBlue > :nth-child(1) {
    background: #eef5ff !important;
}

.overrideBlue > :nth-child(1) > :nth-child(1) {
    background: #eef5ff !important;
}

.overrideBlueWrap {
    background: #eef5ff !important;
}
.overrideBlueWrap > :nth-child(1) {
    background: #eef5ff !important;
}
.overrideBlueWrap > :nth-child(2) {
    background: #eef5ff !important;
}
.overrideBlueWrap > :nth-child(2) > :nth-child(1) {
    background: #eef5ff !important;
}
.overrideBlueWrap > :nth-child(2) > :nth-child(1) > :nth-child(1) {
    background: #eef5ff !important;
}

.overrideBlueWrap > :nth-child(1) > :nth-child(1) {
    background: #eef5ff !important;
}

.odd-row {
    background: #eef5ff !important;
}

.odd-row td {
    border-color: #eef5ff !important;
}

.odd-row:hover {
    background: #ccd7ef !important;
}

.odd-row:hover td {
    border-color: #ccd7ef !important;
}

.selected-row {
    background: #628cd5 !important;
    color: white !important;
    height: auto !important;
    overflow: auto !important;
}

.selected-row td {
    background: #628cd5 !important;
    color: white !important;
    height: auto !important;
    overflow: auto !important;
}

.selected-row-light {
    background: #c5d6f4;
    color: black;
    border-top: 2px solid #80a0e0;
    border-bottom: 2px solid #80a0e0;
    border-right: none;
    border-left: none;
}