body {
    /*font-family: "Arial";*/
    font-family: 'Montserrat', sans-serif;
    background-color: #f2f6f7;
    background-image:url('2.png');
    background-size: cover;
}

button {
    margin: 3px 3px 3px 3px;
    min-height: 25px;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

select {
    font-family: 'Montserrat', sans-serif;
    background: white;
}

/* a defined separately */

a:hover {
    text-decoration: underline !important;
}

input[type="file"] {
    display: none;
    text-align: center;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox][disabled] + label {
    background: #d2d2d2;
    border: 2px solid grey;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  transform: translateY(-20px);
  /* Position the tooltip */
  position: fixed;
  z-index: 999;
  /*visibility: visible;*/
}

.biggerFont {
    font-size: 17px;
    font-weight: bold;
}

.displayNone {
    display: none;
}

.checkboxDiv {
    display:inline-block;
}

.checkboxDiv label {
    display: block;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    transition: all .5s ease;
    cursor: pointer;
    background: white;
    margin-right: 3px;
}

.ulCircle {
    text-align: left;
    list-style-type: circle;
    line-height: 1.6;
    margin-bottom: -10px;
    margin-top: -5px;
}

.ulCircle li {
    flex:  1 0 33%
}

.ulFlex {
    display: flex;
    flex-wrap: wrap;
}
.ulFlex li {
    flex:  1 0 33%
}

.inline50p {
    display: inline-block;
    width: 49%;
}

.inline30p {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.inline {
    display: inline-block;
}

.leftw600 {
    text-align: left !important;
    padding-left: 290px !important;
}

.leftw600l3 {
    text-align: left !important;
    padding-left: 215px !important;
}

.leftw300l3 {
    text-align: left !important;
    padding-left: 90px !important;
}

.leftpadding47 {
    text-align: left !important;
    padding-left: 47px !important;
}

.leftpadding255 {
    text-align: left !important;
    padding-left: 255px !important;
}


ul {
    text-align: left;
    list-style-type: none;
    line-height: 1.6;
}

.closeX {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
    line-height: 1.0;
}

.inputStd {
    width: 60px;
}

.loadFileClass {
    /*background: grey; */
    display: block;
    width: 150px;
    margin-left: 50%;
    transform: translateX(-50%);
}


.helptext {
    display: none;
}

.mainPage {
    background: #f2f6f7;
}

.mainMenuBar{
    margin-bottom: 20px;
    cursor: default;
}

.mainPageSearch {
    padding-top: 80px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    /*width: max-content;*/
    width: 600px;
    background: #f2f6f7;
    height: calc(100vh - 215px);
}

.textClass {
    padding: 20px 30px 10px 30px;
    background: #f2f6f7;
}

.textClassMain {
    padding: 40px 30px 10px 30px;
    background: #f2f6f7;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.textClassMainRx {
    padding: 40px 0px 10px 0px !important;
    width: 100% !important;
}

.textClassMainRxNoPadding {
    padding: 00px 0px 10px 0px !important;
    width: 100% !important;
}

.errorTextSpan {
    color: red;
    font-weight: 900;
    font-size: 22;
}

.miniDropDownTop {
    position: relative;
    display:inline-block;
}

.miniDropDownBottom {
    /* position: absolute; */
    position: fixed;
    display: none;
}


.miniDropDownTop  button {
    width: 170px;
    margin: 0px;
}

.miniDropDownTop:hover .miniDropDownBottom {
    display: block;
}

.customExcludeFilterWin {
    float: left;
    background: #f2f6f7;
    padding: 20px;
    line-height: 1.8;
    overflow-x: hidden;
    margin-left: 260px;
    margin-top: 120px;
    z-index: 20;
    position: absolute;
}

.selectDBbackground {
    background-color: #f2f6f7;
    background-image:url('2.png');
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 997;
}

.loginPage {
    position: absolute;
    background-color: #e8ecf0;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    padding: 0px 50px 30px 50px;
    border-style: solid;
    border-color: #e8ecf0;
}

.registerPage {
    position: absolute;
    background-color: #e8ecf0;
    top: 10%;
    width: 500px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    padding: 0px 0px 30px 0px;
    border-style: solid;
    border-color: #e8ecf0;
}

.fullSizeDiv {
    position: absolute;
    background-color: #e8ecf0;
    z-index: 99;
    /*width: 100%;
    height: 100%;*/
    top: 50px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}

.paddingBottom20px {
    padding-bottom: 20px;
}

.divBackground {
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1000;
    position: fixed;
}

.loginButton:hover {
    background: #A76837;
    box-shadow: 2px 2px 2px 2px;
}

.disableButtonClass {
    background: grey;
}

.buttonDBgroup {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tabButton {
    background: #A4B1CA;
    min-width: 70px;
    margin: 0px 0px 0px 0px;
}

.oneFillButton {
    width: 100%;
    background: #FCDEA6;
    margin: 0px 0px 0px 0px;
    min-height: 50px;
    border: none;
}

.twoFillButton {
    width: 50%;
    margin: 0px 0px 0px 0px;
    min-height: 70px;
    border: none;
    font-weight: bold;
    font-size:16;
}

.divPopup {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    min-width: 400px;
    background: #f2f6f7;
    padding-bottom: 10px;
    z-index: 20;
    /* margin-bottom: 20px;
    padding: 40px 40px;*/
}

.divInPopup {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.divPopupFreeWH {
    position: absolute;
    top: 10%;
    left: 50%;
    background: #f2f6f7;
    transform: translateX(-50%);
    margin-bottom: 20px;
}

.divPopupFreeMiddle {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: #f2f6f7;
    padding: 5px;
    margin-bottom: 20px;
    z-index:121
}

.oneMolView {
    width: 80px;
    height: 80px;
}

.molViewClass {
    display: inline-block;
    position: relative;
}

.molViewP {
    padding-left: 15px;
}

.reactName {
    display: inline-block;
}

.selectedMolClass {
    background: #b2dde8;
}

.sketcher-frame {
    width: 600px;
    height: 600px;
}

.displayBlock {
    display: block !important;
}

.displayBlockNotImp {
    display: block;
}

.menuLink {
    color: black;
    text-decoration: none;
    font-weight: 700;
}

.menuLink1 {
    display:inline-block;
    padding-bottom:10px;
}

.dropDownMenu1 {
    background: #e8ecf0;
    text-align: center;
    min-width: 530px;
    padding-top: 10px;
}

.dropDownMenu2 {
    background: #f2f6f7;
    display:none;
    margin: 4px 10px 0px 10px;
    padding: 10px;
    text-decoration: none;
}

.dropDownMenu3 {
    background: #f2f6f7;
    display:none;
    margin:  5px;
    padding: 2px;
}

#loadFromFileBigPopup {
    top: 10%;
    left: 10%;
    width: 60%;
    height: 60%;
}

.moleculeEditorDiv {
    position: absolute;
    background: #e4e4e4;
    z-index: 1200;
    /*min-height: 400px;
    height: 420px; */
    width: 650px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 5px 10px 10px;
    padding-left: 10px;
    border-radius: 5px;
}

.enlargeIt {
    background-image:url('lupa30.png');
    background-repeat: no-repeat;
    background-position-x: 175px;
    background-position-y: 130px;
}

.enlargeHover {
    position: absolute;
    height: 30px;
    width: 35px;
    transform: translate(170px, -30px);
}

.molUpperDiv {
    display: inline-block;
    border-color: white;
    border-style: solid;
    border-width: 1px;
}

.resultMolViewClass {
    display: inline-block;
    position: relative;
}

.molPopupDiv {
    position: absolute;
    width: 96%;
    max-height: 88vh;
    /*min-height: 400px;*/
    top: 5%;
    left: 2%;
    overflow-y: auto;
    background: white;
}

#molViewPar {
    overflow-y: auto;
    max-height: 73vh;
}


.similarRxPopupDiv {
    position: absolute;
    width: 96%;
    max-height: 92%;
    /*min-height: 400px;*/
    top: 5%;
    left: 2%;
    /*transform: translateX(100%);*/
    overflow-y: auto;
    background: white;
}

#pathAsGraphPopupDiv {
    position: absolute;
    position: absolute;
    background-color: #e8ecf0;
    z-index: 99;
    /*width: 100%;
    height: 100%;*/
    top: 50px;
    left: 5px;
    right: 5px;
    bottom: 50px;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}

#rxTable {
    width: 100%;
    height: 70%;
    min-height: 800px;
}

.emptyFilter a {
    color: black;
}

.emptyParentFilter > a {
    color: black;
}

.adjustedFilter a {
    font-weight: bold;
}

.adjustedParentFilter a {
    font-weight: bold;
}

.postRxFilterWin {
    float: left;
    background: #f2f6f7;
    padding-bottom: 20px;
    line-height: 1.8;
    height: calc(100vh - 170px);
    overflow-x: hidden;
    margin-left: 3px;
    width: 270px;
    margin-top: -19px;
}

.postRxFilterDiv {
    background: #e8ecf0;
    border-top: solid;
    border-width: 1px;
    border-color: #f2f6f7;
}

.postRxFilterSubDiv {
    display: none;
    margin-top: -5px;
}
.additionalInputSpan {
    display: none;
}

.testDiv {
    display: inline-block;
    vertical-align: middle;
    background: white;
}

#reaction {
    display: inline-block;
    vertical-align: middle;
}

.reactionMember {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
}

.selectableMol {
    display: inline-block;
    /*padding 5px 5px 5px 5px;*/
    width: 200px;
    text-align: center;
    border-style:solid;
    border-width: 1px;
    border-color: #f2f6f7;
    /*height: 160px;*/
}


#showDialogMenu {
    padding: 10px 10px 10px 10px;
    z-index: 20;
}

#showWaitWindow {
    padding: 15px 15px 15px 15px;
}

.manyTextInputClass {
    text-align: right;
}


.manyTextInputClass p {
    margin: 3px;
}

.manyTextInputClass input {
    margin-right: 150px;

}

.viewSearchInfo {
    background: white;
    /*min-width: 200px;
    min-height: 200px;*/
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 0px;
}

.viewMolAnnotation {
    background: white;
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 0px;
    min-width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
}

.viewMolOnGraph {
    background: white;
    /*min-width: 200px;
    min-height: 200px;*/
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.viewMolOnPathGraph {
    background: white;
    /*min-width: 200px;
    min-height: 200px;*/
    position: absolute;
    z-index: 5000;
    top: 0px;
    left: 0px;
}

.viewMolOnPanel {
    background: white;
    /*min-width: 200px;
    min-height: 200px;*/
    display: inline-block;
    z-index: 9999;
    border: solid white;
}


.viewMolOnTop {
    background: white;
    /*min-width: 200px;
    min-height: 200px;*/
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 0px;
}


.menuOnGraph {
    position: absolute;
    /*border-style: solid;
    border-color: #42837E;
    border-radius: 12px;
    padding: 4px;
    background: #f2f6f7;*/
    z-index:99999;
    bottom: 0px;
}

#pathMenuMode {
    bottom: 45px;
    left: 30px;
}

.coloredText {
    color: green;
}

.fixedCenter30 {
    position: fixed;
    left: 50%;
    transform: translateX(-64px);
    top: 30%;
}

.menuConfirmRemove {
    position: fixed;
    top: 10%;
    left: 50%;
    max-height: 80vh;
    overflow-y: auto;
    transform: translateX(-50%);
    padding: 10px 10px 10px 20px;
    background: #f2f6f7;
    min-width: 350px;
    z-index: 1200;
    line-height: 1.6;
}

.shortInput{
    width: 50px;
}

/*
D3 graph
*/
.graphLink {
    stroke: #99C1BE;
}
.graphLinkCompeting {
    stroke: #e36469;
}
.graphLinkAlternative {
    stroke: #99C1BE;
}
.graphLinkAlternativeUpSelected {
    stroke: #54861B;
    stroke-width: 2;
}

.graphLinkSelected {
    stroke: #54861B !important;
    stroke-width: 2;
}

.graphLinkAlternative1Selected {
    stroke: red;
    stroke-width: 2;
}

.graphLinkAlternative2Selected {
    stroke: yellow;
    stroke-width: 2;
}
.graphLinkAlternative3Selected {
    stroke: brown;
    stroke-width: 2;
}

.graphNode {
    fill: #4E638D;
    r: 5;
}

.graphNodeBigger {
    r: 6;
}
.graphNodeAdded {
    opacity: 0.4;
}
/* life colors on graph */
.graphNodeLife {
    fill: #c33131;
    r: 7;
}

.graphNodeByprod {
    fill: #a2a5a9  !important;
}

.graphNodeCompeting {
    fill: #e36469  !important;
}

.graphNodeSideCompeting {
    fill: darkorange !important;
}

.graphNodeWarning {
    fill: #c638d6  !important;
}

.graphNodeColorKnown {
    fill: #ff8100  !important;
}

.graphNodeColorBuyable {
    fill: #bb81bb  !important;
}

.graphNodeColorEPAtox {
    fill: #f141a2  !important;
}

.graphNodeColorCustom {
    fill: #c27575 !important;
}

.graphNodeColorBioisostere {
    fill: #dfdb0a !important;
}

.graphNodeColorN {
    fill: #1089ff !important;
}

.graphNodeColorS {
    fill: #FECF67 !important;
}

.graphNodeColorO {
    fill: #CC96C0 !important;
}

.graphNodeColorC {
    fill: black !important;
}

.graphNodeColorH {
    fill: #c78100 !important;
}

.graphNodeColorMany {
    fill: #c312c3 !important;
}

.graphNodeColordrug {
    fill: #cb0323 !important;
}

.graphNodeColoragroChem {
    fill: #13aaef  !important;
}

.graphNodeColorByprod {
    fill: #d1b40f !important;
}

.graphNodeColorIndustrial {
    fill: #b32b2b !important;
}

.graphNodeLife:hover {
    fill: darkorange;
    r: 10;
}

/* end of life */

.graphNode:hover {
    fill: #170A80;
    r: 9;
}
.graphNodeSelected {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermEdge {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPerm1 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop1 {
    fill: #170A80;
    r: 9;
}

.graphLinkSelectedPerm1 {
    /*stroke: #561561;*/
    stroke: #894B94; 
    stroke-width: 2;
}

.graphNodeSelectedPerm2 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop2 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm2 {
    /*stroke: #801A41;*/
    stroke: #C36086;
    stroke-width: 2;
}


.graphNodeSelectedPerm3 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop3 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm3 {
    /*stroke: #83911D;*/
    stroke: #9CCC65;
    stroke-width: 2;
}

.graphNodeSelectedPerm4 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop4 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm4 {
    /*stroke: #83911D;*/
    stroke: #CFDC6D;
    stroke-width: 2;
}
.graphNodeSelectedPerm5 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop5 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm5 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm6 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop6 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm6 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm7 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop7 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm7 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm8 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop8 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm8 {
    stroke: #83911D;
    stroke-width: 2;
}

.graphNodeSelectedPerm9 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop9 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm9 {
    stroke: #83911D;
    stroke-width: 2;
}

.graphNodeSelectedPerm10 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop10 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm10 {
    stroke: #83911D;
    stroke-width: 2;
}


.graphNodeSelectedPerm11 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop11 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm11 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm12 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop12 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm12 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm13 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop13 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm13 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm14 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop14 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm14 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm15 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop15 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm15 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm16 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop16 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm16 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm17 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop17 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm17 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm18 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop18 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm18 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm19 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop19 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm19 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm20 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop20 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm20 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm21 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop21 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm21 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm22 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop22 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm22 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm23 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop23 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm23 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm24 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop24 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm24 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm25 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop25 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm25 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm26 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop26 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm26 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm27 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop27 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm27 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm28 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop28 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm28 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm29 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop29 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm29 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm30 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop30 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm30 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm31 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop31 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm31 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm32 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop32 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm32 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm33 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop33 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm33 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm34 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop34 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm34 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm35 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop35 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm35 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm36 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop36 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm36 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm37 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop37 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm37 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm38 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop38 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm38 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm39 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop39 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm39 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm40 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop40 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm40 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm41 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop41 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm41 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm42 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop42 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm42 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm43 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop43 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm43 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm44 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop44 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm44 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm45 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop45 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm45 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm46 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop46 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm46 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm47 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop47 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm47 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm48 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop48 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm48 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm49 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop49 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm49 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm50 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop50 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm50 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm51 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop51 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm51 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm52 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop52 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm52 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm53 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop53 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm53 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm54 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop54 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm54 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm55 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop55 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm55 {
    stroke: #83911D;
    stroke-width: 2;
}
.graphNodeSelectedPerm56 {
    fill: #170A80;
    r: 9;
}
.graphNodeSelectedPermTop56 {
    fill: #170A80;
    r: 9;
}
.graphLinkSelectedPerm56 {
    stroke: #83911D;
    stroke-width: 2;
}

.byprodsIcon {
    background-image: url(flask11.png);
    height: 27px;
    width: 27px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 20px;
    position: static;
    display: block;
    border: none;
}


.knownCompound {
    position: absolute;
    border-radius: 50%;
    height:15px;
    width:15px;
    background: #ff8100;
    transform: translate(5px, -20px);
}


.knownCompoundInRx {
    position: absolute;
    border-radius: 50%;
    height:15px;
    width:15px;
    background: #ff8100;
    transform: translate(0px, 13px);
}

.knownColor {
    background: #ff8100;
}

.buyableCompound {
    position: absolute;
    border-radius: 50%;
    height:15px;
    width:15px;
    background: #bb81bb;
    transform: translate(5px, -20px);
}


.buyableCompoundInRx {
    position: absolute;
    border-radius: 50%;
    height:15px;
    width:15px;
    background: #bb81bb;
    transform: translate(0px, 13px);
}

.buyableColor {
    background: #bb81bb;
}

.targetColor {
    background: green;
}

.unknownColor {
    background: #2B7CE9;
}

.reactionColor {
    background: lightgrey;
}

.fgiColor {
    background: #db44c8;
}

.strategyColor {
    background: #4744db;
}

.bypassColor {
    background: #910d80;
}

.epaCompound {
    position: absolute;
    border-radius: 50%;
    height:15px;
    width:15px;
    background: #f141a2;
    transform: translate(5px, -20px);
}

.epaCompoundInRx {
    position: absolute;
    border-radius: 50%;
    height:15px;
    width:15px;
    background: #f141a2;
    transform: translate(0px, 13px);
}

.industrialByprodCompoundInRx {
    position: absolute;
    border-radius: 50%;
    height:15px;
    width:15px;
    background: #d1b40f;
    transform: translate(35px, 13px);
}

.annotatedCompound {
    background-image: url(ikonka_i_3.png);
    position: absolute;
    height: 27px;
    width: 27px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    border-bottom: none;
    z-index: 10;
}

.notAnnotatedCompound {
    background-image: url(plus8.png);
    position: absolute;
    height: 19px;
    width: 23px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    border-bottom: none;
    z-index: 10;
}

.annotatedCompoundInRx {
    background-image: url(ikonka_i_3.png);
    position: absolute;
    height: 27px;
    width: 27px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(12px, 9px);
    border-bottom: none;
}

.notAnnotatedCompoundInRx {
    background-image: url(plus8.png);
    position: absolute;
    height: 18px;
    width: 27px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(12px, 12px);
    border-bottom: none;
}

.infoIcon {
    background-image: url(ikonka_i_grubsza.png);
    height: 16px;
    width: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    left: 5px;
    border-bottom: none;
}

.warningIcon {
    background-image: url(wykrzyniknik4.png);
    height: 23px;
    width: 23px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: none;
    transform: translate(0px, 6px);
    display: inline-block;
}

.warningIconYellow {
    background-image: url(wykrzyknik2.png);
    height: 23px;
    width: 23px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: none;
    transform: translate(0px, 6px);
    display: inline-block;
}

.colorLegend {
    border-radius: 50%;
    height:15px;
    width:15px;
    margin-right: 7px;
    display: inline-block;
}

.colorLegendSquare {
    height:15px;
    width:15px;
    margin-right: 2px;
    display: inline-block;
    border: none;
}

.colorLegendLine {
    height:4px;
    width:15px;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 4px;
}

#pathColorLegend {
    margin-top: 20px
}

#showByprodsPopup {
    min-width: 540px;
    top: 21% !important;
}

.errorTextSpan {
    color: red;
    font-weight: 900;
    font-size: 22;
}

.showInSelectedModules {
    display:none;
}

.alignLeft {
    text-align: left;
}


.menudiv {
    width: 20%;
    height: 30px;
    padding: 12px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
    background: #e8ecf0;
    float: left;
}

.menudiv3 {
    width: 33.3%;
    height: 30px;
    padding: 12px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
    background: #e8ecf0;
    float: left;
}

.menudiv2 {
    width: 50%;
    height: 30px;
    padding: 12px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
    background: #e8ecf0;
    float: left;
}

.disableTooltipLook {
    position: static;
    display: block;
    border: none;
}

/* was*/
.graphNodeAllWell {
    fill: #964000 !important;
}

.graphNodeAnyWell {
    fill: #F05E23 !important;
}

.graphNodeNotWell {
    fill: #F9A602 !important;
}

.graphNodeOnepotweak {
    fill: #74acef !important;
}

.graphNodeOnepotstrong {
    fill: #136fde !important;
}

.graphNodeMulticomponentweak {
    fill: #d9a0e4 !important;
}

.graphNodeMulticomponentstrong {
    fill: #bd19de !important;
}

.normalNode {
    background: #4E638D;
}

.byprodNode {
    background: #a2a5a9;
}

.competingNode {
    background: #e36469;
}

.competingNormalNode {
    background: transparent;
    border: 4px solid #e36469;
    height: 8px;
    width: 8px;
}

.sideCompetingNode {
    background: darkorange;
}

.byprodNormalNode {
    background: transparent;
    border: 4px solid #a2a5a9;
    height: 8px;
    width: 8px;
}

.warningNode {
    background: #c638d6;
}

.normalPath {
    background: #99C1BE;
}

.returningPath {
    background: #e36469;
}

.divPopupMargin {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    min-width: 400px;
    background: #f2f6f7;
    padding-bottom: 10px;
    z-index: 20;
    margin-bottom: 20px;
    padding: 40px 40px;
}

.div20percent {
    width:20%;
    display: inline-block;
    font-size: 14;
}

.div14percent {
    width:14%;
    display: inline-block;
    font-size: 14;
}

.div12percent{
    width:12.5%;
    display: inline-block;
    font-size: 14;
}

.molInfoTable {
    margin-left: auto;
    margin-right: auto;
    font-size: 10.5pt;
}
.molInfoDiv {
    margin-top: 25px;
    font-size: 10.5pt;
}

.molInfoTable td {
    padding: 10px;
}

.stdButtonDiv {
    padding: 3px 6px;
    margin: 0;
    min-width: 170px;
}

.stdButtonDivSub {
    padding: 8px 6px;
    margin: 0;
    min-width: 170px;
}

.editMolClass {
    width: 30px;
    height: 30px;
    position: absolute;
    display:inline-block;
    right: 5px;
    z-index:120;
}

.editMolClass:hover{
    background-image:url('pencil.png');
    background-size: 30px 30px;
}

.borderSolid {
    border: solid black;
}

.molPanelTop {
    width: 100%;
    height: 185px;
    z-index: 99999;
    white-space: nowrap;
    top:30px;
    overflow-x: scroll;
    overflow-y: hidden;
    display:none;
    position: absolute;
}

.toxicityColumn {
    width: 46%;
    text-align: left;
    margin-left: 7px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

#toxicityFilterDiv {
    overflow: auto;
}

#targetEye {
    transform: translate(3px, 3px);
}

#customSelectionInput {
    width: 270px;
    min-width: 100px;
}

#targetedSwitch {
    display: none;
}

.submoduleSwitch {
    padding-top: 15px;
}

.scaffoldSwitch {
    margin-right: 20px;
}

.leftSwitch {
    margin-right: 20px;
}

.resultTableCellShort {
    display: inline-block;
    width: 150px;
}

.resultTableCellLong {
    display: inline-block;
    width: 350px;
}

#staticResults {
    width: 900px;
}

.targetEyeStatic {
    margin-right: 20px;
}

.staticCalcButton {
    margin: 20px 30px 10px 30px;
    min-height: 70px;
    border: none;
    padding: 15px;
    width: 80%;
    font-size: 18px;
}

#iterativeSequenceSelector {
    text-align: center;
}

.selectableListElement{
    border-style:solid;
    border-width: 1px 1px 0px 1px;
    border-color: #003d66;
    padding: 10px;
}

#listOfIteratives>li:last-child>.selectableListElement {
    border-width: 1px 1px 1px 1px;
}

#listOfIteratives {
    padding-right: 40px;
}

.rankColumn {
    display: inline-block;
    margin: 0px 30px 0px 30px;
    vertical-align: top;
}

.targetedSub {
  vertical-align: sub;
  font-size: 60%;
  font-style: italic;
}

.targetedSup {
  vertical-align: super;
  font-size: 60%;
  font-style: italic;
}

.supscript {
  vertical-align: super;
  font-size: 60%;
}

.alignLeft {
    text-align: left !important;
}

.rankCheckbox {
    float: left;
    margin-left: 10px;
    margin-bottom: 3px;
}

.rankHeader {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

#iterativeSequenceSelector {
    padding: 30px 40px;
}

#iterativeList {
    overflow-x: hidden;
    height: calc(85vh - 170px);
    margin-top: 10px
}

#removeProposedWarning {
    text-align: center;
    padding: 50px;
}


#tooMuchToFilterWarning {
    text-align: center;
    padding: 50px;
}

.problematicMolBorder {
    border: #DC143C	solid 2px !important;
}

#rankPathsOptions {
    display:none;
    font-size:15px;
    z-index:200;
    text-align:center;
    width:600px;
    padding:15px 15px 35px 15px;
}

#rankPathSettings {
    height: 175px;
}

#loadedMolecule {
    height: 140px;
    width: 240px;
    text-align: center;
    vertical-align: middle;
    border: 3px solid #003d66;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#formInputPage {
    padding-top: 50px;
}

#wasteSmiles {
    margin-top: 7px;
    margin-bottom: 10px;
    text-align: center;
}

.alignCenter {
    text-align: center;
}

.formColumn {
    width: 48%;
    display: inline-block
}

.formEntry {
    margin-top: 7px;
}

.formEntry input {
    width: 100%;
}

#wasteAdditionalInfo {
    width: 100%
}

.formRow {
    display: inline-block;
    width: 100%
}

.subFilterSection {
    width: 200px;
}

.multiselect {
    width: 100%;
}

.multiselectColumn {
    width: 104px;
    text-align: left;
    display: inline-block;
}
.selectBox {
    position: relative;
    display: inline-block;
}

.selectBoxMarginLeft {
    margin-left: 30px;
}


.selectBox select {
    width: 100%;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxesWaste {
    border: 1px #dadada solid;
    background-color: white;
    width: 287px;
    font-size: 14px;
    position: absolute;
    display:none;
    z-index: 100;
}

#checkboxesSubstrates, .checkboxesMultiselect {
    border: 1px #dadada solid;
    background-color: white;
    font-size: 14px;
    display:none;
    z-index: 100;

}

#checkboxesWaste label, #checkboxesSubstrates label {
  display: block;
}

#checkboxesWaste label:hover, #checkboxesSubstrates label:hover {
  background-color: #1e90ff;
}

#checkboxesWaste input, #checkboxesSubstrates input {
    width: auto !important;
    display: inline-block !important;
}


.checkboxesMultiselect input {
    width: auto !important;
    display: inline-block !important;
}

.checkboxesMultiselect label {
  display: block;
}

.checkboxesMultiselect label:hover {
  background-color: #1e90ff;
}

.bioisoCheckboxes {
  /* position: absolute; */
  width: 410px;
}

#wasteDBPage {
    width: 92%;
    padding-top: 50px;
}

#wasteDB {
    width: 100%;
    padding: 0 !important;
}


.wasteInfo {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid black;
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: 300px;
    overflow-wrap: break-word;
}


.wasteTable {
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
}

.downloadWaste {
    padding: 10px;
    margin-right: 20px;
    font-size: 17px;
}

.freePopupView {
    position: fixed;
    top: 10%;
    left: 50%;
    background: #f2f6f7;
    transform: translateX(-50%);
    margin-bottom: 20px;
    z-index: 150;
}

#pmiOptions td {
    padding-bottom: 10px;
    padding-left: 10px;
    min-width: 45px;
}

#pmiOptions {
    top: 3%;
    padding: 20px 40px;
}

.PMIInput {
    width: 80px;
    margin-right: 17px;
    margin-bottom: 10px;
}

#pmiSliders>div {
    width: 210px;
}

.marginToCenter {
    margin-right: 17px;
}

#pmiCustomInputs>div {
    width: 210px;
}

.pmiButton {
    text-align: center;
    padding-top: 2px;
    width: 60px;
    display: inline-block;
    background: #A4B1CA;
    color: #e8ecf0;
    height: 21px;
    border: none;
    margin-left: 20px;
}

.pmiButtonCustom {
    text-align: center;
    padding-top: 2px;
    width: 60px;
    display: inline-block;
    background: #FFAA00;
    color: #e8ecf0;
    height: 21px;
    border: none;
    margin-left: 20px;
}


#pmiSliders {
    margin-bottom: 25px;
}

#pmiCustomInputs {
    margin: 25px 0px;
}

.avgPMI {
    padding-right: 30px;
}

.activeTabButtonPMI {
    background: #FFAA00;
    color:  #e8ecf0;
    min-width: 70px;
    margin: 0px 0px 0px 0px;
    border-width: 0px;
}

.tabButtonPMI {
    background: #FFCE6D;
    min-width: 70px;
    margin: 0px 0px 0px 0px;
}

.activeTabButtonIndustrialByprod {
    background: #d1b40f;
    color:  #e8ecf0;
    min-width: 70px;
    margin: 0px 0px 0px 0px;
    border-width: 0px;
}

.tabButtonIndustrialByprod {
    background: #dbc960;
    min-width: 70px;
    margin: 0px 0px 0px 0px;
}

.applySettingsDiv {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 100px;
}

#pmiStepName {
    margin-bottom: 6px;
    font-style: italic;
}

.longerButton {
    width: 200px !important;
}

#pmiCustomQuestion {
    padding: 33px;
}

.inputNew {
    color: black;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 5px;
}

.filteringType {
    min-width:50px;
    text-align:left;
}

.filteringTypeBottom {
    padding-bottom:10px;
}

.pkaChoice {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
}

#sameSideDiv {
    padding-top: 5px;
}

#reactTypeFilterTopDiv, #sameSideTopDiv {
    background: #e8ecf0;
    border-top: solid;
    border-width: 1px;
    border-color: #f2f6f7;
}

#pathGraphLegend {
    position: absolute;
    top: 50px;
    width: 350px;
    /* height: 100px; */
    left: 40px;
}

.pathLegend {
    border-bottom: 2px dashed grey;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#showMoreInfo {
    top: 60px;
    position: absolute;
    z-index: 99999;
    right: 50px;
    width: 450px;
    height: 200px;
}

#calcAdditionalReactions {
    top: 280px;
    position: absolute;
    right: 135px;
    width: 275px;
}

#proposeReagentsSettings {
    width: 500px;
    padding: 25px;
    z-index: 121;
    top: 4%;
}

#divBcg2 {
    z-index: 1200;
}

#allowBioisosteres {
    margin-top: 15px;
    margin-bottom: 10px;
}

#generateReagentsCheckboxDiv {
    width: 200px;
    margin-left: 106px;
    margin-bottom: 7px;
}

#addToolboxCheckboxDiv {
    width: 400px;
    margin-left: 5px;
    margin-bottom: 7px;
}

.proposeReagentsWrapper {
    width:480px;
    margin:auto;
    text-align:center;
    margin-top:20px;
}

.proposeReagentsColumn {
    width: 215px;
}

#bioisosteresTypes, #bioisosteresNovartisTypes{
    display: block;
    text-align: left;
    width: 410px;
    margin: auto;
    margin-top: 20px;
}

#substrateSizeDiv {
    margin-bottom: 10px;
}

#toolboxTypeDiv {
    display: block;
    width: 105px;
    margin: auto;
    text-align: left;
}

.infoIconBinding {
    height: 15px;
    width: 15px;
    left: 0px;
    top: 1px;
}

#customExcludeFGTable {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.colorScale {
    width: 400px;
    height: 20px;
    margin: auto;
}

#diversityScale {
    background: #879AF2;
    background-image: linear-gradient(90deg, #879AF2, #D3208B, #FDA000);
}

#priceScale {
    background: #879AF2;
    background-image: linear-gradient(90deg, #23b843, #d4b82f, #d1152b);
}
#bioisoImageDiv > img {
    max-height: 700px;
    max-width: 1200px;
}

.criteriaList {
    padding-left: 10px;
    margin: 0;
}

.substratesSmilesDiv {
    width: 90%;
    overflow-wrap: break-word;
    margin: auto;
}

.centerPadding {
    padding: 10px;
    text-align: center;
}

#retroGraphInfoShow {
    position: absolute;
    right: 40px;
    width: 80px;
    top: 30px;
    z-index: 999;
}

#retroGraphInfo {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 500px;
    z-index: 999;
    line-break: anywhere;
}


#retroPathways {
    padding-left: 50px;
    padding-right: 50px;
}

#retroHeader {
    padding-left: 47px;
    padding-right: 50px;
    padding-bottom: 10px;
}

.singlePlanView {
    background: white;
    margin-bottom: 20px;
    padding: 20px 30px;
}

.pointer {cursor: pointer;}

.retroPathArrow {
    top: -2px;
    position: relative;
    padding-right: 5px;
}

.infoExpanderOnRetroPath {
    position: absolute;
    right: 100px;
    width: 70px;
    z-index: 999;
    font-size: 14px;
}

.infoBoxOnRetroPath {
    position: absolute;
    right: 100px;
    width: 350px;
    z-index: 999;
    /* line-break: anywhere; */
    font-size: 14px;
}

.singlePlanDiv {
    max-height: 500px;
    overflow-y: scroll;
}

.vis-up {
  bottom: 120px !important;
  right: 55px !important;
  left: unset !important;
}

.vis-down {
  bottom: 40px !important;
  right: 55px !important;
  left: unset !important;
}

.vis-right {
  bottom: 80px !important;
  right: 15px !important;
  left: unset !important;
}

.vis-left {
  bottom: 80px !important;
  right: 95px !important;
  left: unset !important;
}

.vis-zoomIn {
  bottom: 10px !important;
  right: 95px !important;
  /* left: unset !important; */
}

.vis-zoomOut {
  bottom: 10px !important;
  right: 15px !important;
}

.vis-zoomExtends {
  bottom: 80px !important;
  right: 55px !important;
}


.saveAutoRetroButton {
  display: block;
  margin: 15px auto;
}

.reactionBox {
  position: relative;
}


.molinfoEmpty {
  margin-right: 27px;
}

.molinfoIcon {
  margin-right: 10px;
}

#hiddenPathSettings {
  width: 575px;
}

#hiddenPathSettings .inputStd {
    width: 190px !important;
}

#hiddenPathSettings output {
    text-align: center;
}


#hiddenPathSettings select {
    width: 200px;
    margin-right: 45px;
}

#hiddenPathSettings .rankColumn>div {
  margin-bottom: 5px;
}

.dbSelectionColumn {
    width: 31%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.dbSelectionBox {
    text-align: left; 
    left: -10px; 
    position: relative; 
    display: block; 
    margin-top: 15px; 
    width: 102%
}


.selectDBheader {
    text-align: right;
    margin-top: 8px;
    margin-right: 5px;
    font-weight: bold;
    background: #f2f6f7;
    height: 46px;
    padding-right: 10px;
    color: #003d66;
}

.selectDBheader > a{
    color: #003d66 !important;
}



