body {
    white-space: nowrap;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    color: #1374c5;
    margin: 10px 0px 0px;
    text-align: center;
    text-shadow: #DDF 3px 3px 0;
}

.wmb-title {
    font-size: 1.7em;
    font-weight: bold;
    color: #1374c5;
    text-align: center;
    text-shadow: #DDF 2px 2px 0;
    cursor: pointer;
}

.wmb-portal {
    font-size: 1.7em;
    color: #1374c5;
}

.leftPadding {
    padding-left: 15px;
}

.wmb-DiscStackPanel {
    border-bottom: 1px solid rgb(187, 187, 187);
}

.main-panel {
    background-image: url("img/oniro.png"), url("img/ma-logo.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px left 20px, bottom 20px right 20px;
}

.main-panel-wmb {
    background-image: url("img/WMB.png"), url("img/ma-logo.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px left 20px, bottom 20px right 20px;
}

.main-panel-cl {
    background-image: url("img/CL.png"), url("img/ma-logo.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px left 20px, bottom 20px right 20px;
}

.main-panel-wcb {
    background-image: url("img/WCB.png"), url("img/ma-logo.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px left 20px, bottom 20px right 20px;
}

.main-panel-wq {
    background-image: url("img/WQ.png"), url("img/ma-logo.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px left 20px, bottom 20px right 20px;
}

.dbAnalysisGraphRow {
	height: 400px;
	vertical-align: top;
}

.sortHeader {
    cursor: pointer;
    background: white;
}

.ascendantSort {
    cursor: pointer;
    text-indent: 15px;
    background: url("img/moveup.gif") no-repeat left center;
}

.descendantSort {
    cursor: pointer;
    text-indent: 15px;
    background: url("img/movedown.gif") no-repeat left center;
}

.chromaLabel {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transform-origin: 5% 60%;
    -moz-transform-origin: 5% 60%;
    -o-transform-origin: 5% 60%;
    transform-origin: 5% 60%;

    height: auto;
    /*for IE8*/
    /*-ms-filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=1, M21=-1, M22=0, sizingMethod='auto expand');*/
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=1, M21=-1, M22=0, sizingMethod='auto expand');
    position: relative\0/;
    top: -70px\0/;
    left: -5px\0/;
}

:root .chromaLabel { /*for IE9*/
    filter: ; /*used for IE9 and IE8 compatibility*/
	-ms-transform: rotate(-90deg);
	-ms-transform-origin: 5% 60%;
	top: 0px;
	left: 0px;
}

.redBorder {
	border-color : red;
}

.blackBorder {
	border-color : black;
}

.flot-x-axis div.tickLabel {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;

    height: auto;
    left: 5px;
    /*for IE8*/
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
    position: relative\0/;
}

:root .flot-x-axis div.tickLabel { /*for IE9*/
    filter: ; /*used for IE9 and IE8 compatibility*/
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 0% 0%;
}

.clusterLabel {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transform-origin: 0% 60%;
    -moz-transform-origin: 0% 60%;
    -o-transform-origin: 0% 60%;
    transform-origin: 0% 60%;

    height: auto;
    left: 5px;
    /*for IE8*/
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
    position: relative\0/;
}

:root .clusterLabel { /*for IE9*/
    filter: ; /*used for IE9 and IE8 compatibility*/
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 0% 60%;
}

.lblpanel .lblname {
    background-color: #D0E4F6;
    display: table-cell;
    padding: 5px 5px;
    margin: 2px 2px;
    float: left;
}

.lblpanel .lblclose {
    cursor: pointer;
    padding-left: 6px;
    padding-right: 3px;
    font-weight: bold;
}

.wmb-version {
    color: #1374c5;
    font-weight: bold;
    font-size: 0.75em;
}

.headBanner {
    border-bottom: 1px solid #92c1f0;
    border-collapse: collapse;
}

.bodyPanel {
    padding-top: 10px;
}

.gwt-TextArea {
    font-family: Arial Unicode MS, Arial, sans-serif;
    border: 1px solid #92c1f0;
}

.gwt-TextArea-readonly {
    font-family: Arial Unicode MS, Arial, sans-serif;
    border: 1px solid #92c1f0;
}

.completedFragmentAnalysisTableHeader {
	text-align: center;
}

.substrateTitle {
    font-size: 1.5em;
    font-weight: bold;
    color: #1374c5;
    margin: 10px 0px 10px;
    text-align: center;
}

.genericTitle {
    font-size: 1.3em;
    margin: 10px 0px 10px;
    text-align: center;
}

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

.fragmentCell {
    border: 1px solid gray;
    width: 150px;
    height: 160px;
}

.fragmentLabel {
    font-size: xx-small;
}

.smallLabel {
    font-size: 85%;
}

.reviewTable {
    border-collapse: collapse;
}

.boxedFrame {
    border: 2px solid #92c1f0;
}

.thinBoxedFrame {
    border: 1px solid #92c1f0;
}

.bottomFrame {
    border-bottom: 2px solid #92c1f0;
}

.thinBottomFrame {
    border-bottom: 1px solid #92c1f0;
}

.thinTopFrame {
    border-top: 1px solid #92c1f0;
}

.atomsPredictionFrame {
    background-color: white;
    border: 2px solid red;
}

.atoolTable {
	border-collapse: collapse;
    border: 3px solid #92c1f0;
    text-align: center;
}

.atoolTableRows{
	border: 3px solid #92c1f0;
}

.atoolMainPanel {
    border: 3px solid #92c1f0;
    padding: 2px;
    margin-bottom:6px;
}

.atoolTableCells{
	border: 1px solid #92c1f0;
	text-align: center;
}

.atoolTableCellsGrey{
    border: 1px solid #999999;
    text-align: center;
}
.atoolButtonPanel {
	margin-top:1px;
	margin-bottom:10px;
	margin-right:1px;
	margin-left:1px;
}

.tableMark{
	background-color: #E8E8E8;
}

.tableResultsTop {
    border-top: 1px solid #6F7277;
    min-height: 50px;
    height: 50px;
    min-width: 10px;
}

.tableResultsLeft {
    border-left: 1px solid #6F7277;
    min-height: 50px;
    height: 50px;
    min-width: 10px;
}

.tableResultsTopLeft {
    border-left: 1px solid #6F7277;
    border-top: 1px solid #6F7277;
    min-height: 50px;
    height: 50px;
    min-width: 10px;
}

.tableResultsEmpty {
    min-height: 50px;
    height: 50px;
    min-width: 10px;
}

.tableResultsBottom {
    border-bottom: 2px solid #6F7277;
    min-width: 50px;
}

.tableResultsBottomLeft {
    border-bottom: 2px solid #6F7277;
    border-left: 2px solid #6F7277;
    min-width: 50px;
}

.resultMetName {
    font-weight: bold;
    text-align: center;
    background-color: #2062B8;
    color: white;
}

.redResultMetName {
    background: none !important;
    background-color: red !important;
}

.resultMetTable {
    border: 1px solid #6F7277;
    padding: 2px;
    margin-top: 0px;
}

.tableHeader {
    border-bottom: 2px solid #6F7277;
    border-collapse: separate;
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: center;
    vertical-align: bottom;
    color: #4B4A4A;
    text-shadow: #DDF 1px 1px 0;
    font-weight: bold;
    overflow: hidden;
}

.chromaClusterTableHeader {
    border-right: 1px solid #92c1f0;
    border-left: 1px solid #92c1f0;
    border-bottom: 2px solid #92c1f0;
    border-top: 1px solid #92c1f0;
    border-collapse: collapse;
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: center;
    vertical-align: bottom;
}

.chromaClusterTableCell {
    border-right: 1px solid #92c1f0;
    border-left: 1px solid #92c1f0;
    border-bottom: 1px solid #92c1f0;
    border-collapse: collapse;
}

.clusterTableHeader {
    border: 1px solid #92c1f0;
    border-bottom-width: 2px;
    border-collapse: collapse;
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    vertical-align: bottom;
}

.activeLabel {
    padding: 3px 15px;
    text-align: center;
    color: #4B4A4A;
    text-shadow: #DDF 1px 1px 0;
    font-weight: bold;
    overflow: hidden;
    vertical-align: bottom;
    cursor: pointer;
}

.chromaPlacer {
    cursor: pointer;
}

.clusterTableSubstrateCell {
    border-top: 1px solid #92c1f0;
    border-right: 1px solid #92c1f0;
    border-left: 1px solid #92c1f0;
}

.clusterTableRow {
    border-bottom: 1px solid #92c1f0;
    border-right: 1px solid #92c1f0;
    border-left: 1px solid #92c1f0;
}

.clusterTableEntry {
    padding: 3px 15px;
    text-align: center;
    color: #4B4A4A;
    text-shadow: #DDF 1px 1px 0;
    font-weight: bold;
    overflow: hidden;
    vertical-align: bottom;
}

.flatCondition {
    border-spacing: 2px;
    padding: 3px 5px;
    text-align: left;
    color: #4B4A4A;
    text-shadow: #DDF 1px 1px 0;
    font-weight: bold;
    overflow: hidden;
}

.permutationEdge {
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: center;
    color: #4B4A4A;
    text-shadow: #DDF 1px 1px 0;
    font-weight: bold;
    overflow: hidden;
}

.permutationCell {
    border-spacing: 2px;
    padding: 3px 3px;
    text-align: center;
    color: #4B4A4A;
    overflow: hidden;
}

.permutationRow {
    border-bottom: 1px solid #6F7277;
    border-collapse: separate;
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: left;
    color: #4B4A4A;
    text-shadow: #DDF 1px 1px 0;
    font-weight: bold;
    overflow: hidden;
}

.permutationCol {
    border-right: 1px solid #6F7277;
    border-collapse: separate;
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: left;
    color: #4B4A4A;
    text-shadow: #DDF 1px 1px 0;
    font-weight: bold;
    overflow: hidden;
}

.gwt-CheckBox {
    display: block;
    white-space: nowrap;
}

.tableRowOdd {
    background-color: #d0e4f6;
}

.tableRowEven {
}

.tableRow {
    cursor: pointer;
}

.tableRowSelected {
    background-color: lime;
    cursor: pointer;
}

.clickableLabel {
    cursor: pointer;
}

.editedCompound {
    color: blue;
}

.searchWithSnapshot {
    color: blue;
}

.noPredictionCompound {
    color: red;
}

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

.errorTextBox {
    color: white;
    background-color: red;
    font-weight: bold;
}

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

.progressbar-text {
    font-weight: bold;
    font-size: 11px;
}

.progressbar-remaining {
    font-size: 9px;
    font-style: italic;
}

.progressbar-outer {
    border: 1px solid #92c1f0;
}

.progressbar-inner {
    border: 1px solid #92c1f0;
    margin: 1px;
}

.progressbar-bar {
    width: 5px;
    height: 15px;
    margin: 1px;
}

.progressbar-fullbar {
    background: blue;
}

.progressbar-blankbar {
    background: #eee;
}

.selectionTableCellsContent {
    text-align: left;
    color: #4B4A4A;
    text-shadow: #DDF 1px 1px 0;
    font-weight: bold;
    overflow: hidden;
    vertical-align: bottom;
    padding: 3px 15px;
}

.selectionTable {
    border-collapse: collapse;
    border: 1px solid #92c1f0;
    text-align: left;
}

.selectionHeather {
	font-weight: bold;
}

.dbaTextArea {
    font-family: Arial Unicode MS, Arial, sans-serif;
    font-size: small;
    resize: none;
}

.SOMtableHeader {
    border-bottom: 2px solid #92c1f0;
    border-collapse: separate;
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: center;
    color: #4B4A4A;
    font-weight: bold;
    overflow: hidden;
}

.InSilicoTableRow {
	border-bottom : 2px solid #92c1f0;
	border-collapse: separate;
    border-spacing: 2px;
}

.separator {
   /* 1px width, solid silver color separator */
    background: 1px solid silver;
    width: 1px;
    height: 100%;
}

.calibrationTableBorders {
    border-collapse: collapse;
}

.calibrationBottomSpace {
    margin-bottom: 7px;
}

.calibrationTableRow {
    border: 1px solid #92c1f0;
    border-collapse: collapse;
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: right;
    vertical-align: middle;
}

.calibrationTableRowAlignLeft {
    border: 1px solid #92c1f0;
    border-collapse: collapse;
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: left;
    vertical-align: middle;
}

.calibrationTableRowCounter {
    border: 1px solid #92c1f0;
    border-collapse: collapse;
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: center;
    vertical-align: middle;
}

.calibrationTableHeader {
    border: 1px solid #92c1f0;
    border-collapse: collapse;
    border-spacing: 2px;
    padding: 3px 15px;
    text-align: center;
    vertical-align: bottom;
    color: #4B4A4A;
    text-shadow: #DDF 1px 1px 0;
    font-weight: bold;
    overflow: hidden;
}
.calibrationLineDataTable {
    padding: 3px 30px 3px 0px;
}
