/* ARBOR style */
* {
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
  
}

a:link {
  color: #FF7667;
  text-decoration: none;
}

html, body {
  height: 100%;
}

#titleBlock {
    display: inline-block;
    margin: 0;
    width: 100%;
    font-size: 1.4em;
    padding: 0.5%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

#title {
  /* text-align: center; */
  box-sizing: border-box;
}

#orphaEuLogos {
  margin-right: 7%;
}

#orphaEuLogos img {
  margin-bottom: 10%;  
}

#orphaPhare {
  width: 45%; 
  display: inline-block;
}

/* div for database extract */
#dateLabel {
  clear: left;
  width: 50%;
  padding: 1%;
  /*margin: auto;
  */box-sizing: border-box;
  line-height: 1;
  font-size: larger;
  text-align: center;
  margin-bottom: 1%;
}

/* Parameters for main input panel */
#inputPanel {
    float: left;
    width: 102%;
    margin: auto;
    /* background-color: #61abfd; */
    background: linear-gradient(180deg, rgba(22,35,101,1) 0%, rgba(68,140,242,1) 89%, rgba(97,171,253,1) 100%);
    padding: 0.5%;
    box-sizing: border-box;
    line-height: 1.35;
    color: #fcfaf2;
    margin-left: -0.5%;
}

/* Parameters for the filter and linked data */
#displayPanel {
    float: left;
    width: 50%;
    height: 80%;
    min-width:180px;
    /*background-color: #f0f0a0;*/
    box-sizing: border-box;
    text-align: center;
}

/* Parameters for the hchId filter */
#filterConfig {
    float: left;
    width: 50%;
    height: 100%;
    font-size: x-large;
}

.dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
  
    .dropdown-list {
      padding: 12px;
      background: #fff;
      position: absolute;
      top: 30px;
      left: 2px;
      right: 2px;
      box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
      transform-origin: 50% 0;
      transform: scale(1, 0);
      transition: transform .15s ease-in-out .15s;
      max-height: 66vh;
      overflow-y: scroll;
    }
    
    .dropdown-option {
      display: block;
      padding: 8px 12px;
      opacity: 0;
      transition: opacity .15s ease-in-out;
    }
    
    .dropdown-label {
      display: block;
      height: 30px;
      background: #fff;
      border: 1px solid #ccc;
      padding: 6px 12px;
      line-height: 1;
      cursor: pointer;
      &:before {
        content: '▼';
        float: right;
      }
    }
    
    &.on {
     .dropdown-list {
        transform: scale(1, 1);
        transition-delay: 0s;
        
        .dropdown-option {
          opacity: 1;
          transition-delay: .2s;
        }
      }
      
      .dropdown-label:before {
        content: '▲';
      }
    }
    
    [type="checkbox"] {
      position: relative;
      top: -1px;
      margin-right: 4px;
    }
  }

#mappingDisplay {
    float: left;
    font-size: x-large;
    width: inherit;
}

#mappingLegend {
  width: 40%;
  display: inline-block;
  outline: auto;
  padding : 3%;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.08);
} 

#searchClassif {
  width: 50%;
  display: inline-block;
  font-size: x-large;
  text-align: center;
}

/* Parameters for the linkedData filter */
#linkedData {
    float: left;
    width: 50%;
    min-width:180px;
    /*background-color: #a0f0f0;*/
    padding: 1%;
    box-sizing: border-box;
}

#divBtnDisplay {
  width: 50%;
  justify-self: center;
}

#btnDisplayClassifResource {
  align-self: center;
  width: 100%;
  height: 100%;
  font-size: x-large;
}

/* Parameters for the search */
#searchConfig {
    float: left;
    width: 50%;
    min-width:180px;
    /*background-color: #f0a0f0;*/
    padding: 0.25%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

#searchedId {
  width: 50%;
  min-height: 23px;
  margin: 3%;
}

#btnFindNode {
  font-size: x-large;
}

/* Spacing between panels */
.blank {
    clear: left;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    line-height: 0.5;
}

#allWidth {
    float: left;
    width: 100%;
    background-color: white;
}

/* Parameters for the classification tree and the search tree visualisation */
#classifTreeScreen {
  float: left;
  width: 49.5%;
/*  background: #f0f0f0; */
  padding: 1%;
  box-sizing: border-box;
}

/* Export form config checkboxes */
#exportForm1, #exportForm2, #exportForm3 {
    float: left;
    width: 20%;
    margin: auto;
    min-width:160px;
    box-sizing: border-box;
    line-height: 0.5;
}

/* Export form config button */
#exportForm4 {
    clear: left;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    line-height: 0.5;
}

#resizer {
  width: 0.75%;
  /* height: 1000px; */
  float: left;
  box-sizing: border-box;
  cursor: ew-resize;
  background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgba(68,140,242,1) 70%, rgba(97,171,253,1) 100%)
}

#legalDisclaimer img {
  display: inline;
}

#legalDisclaimer p {
  display: inline;
}


/* Movable search tree */
#searchTreeScreen {
  float: left;
  right: 0px;
  width: 49.7%;
  /*height: 88%;*/
  /*background-color: #888;*/
  box-sizing: border-box;
  padding: 1%;
}

#searchTree {
  clear: left;
  width: 100%;
  height: 51%;
/*  height: 100%;*/
/*  background-color: #f0f0f0; */
  padding: 1%;
  box-sizing: border-box;
}

.tree {
    height: 100%;
    border-style: ridge;
    border-color: #e6e6e6;
    overflow: auto;
}

.goTopButtonDiv {
    clear: left;
    text-align:center;
    width: 100%;
    margin: auto;
    padding: 0.5%;
    box-sizing: border-box;
}

/* text area to circumvent copy issue */
#copyPlaceHolder {
    height: 0px;
    width: 0px;
    overflow: hidden;
    resize: none;
    border: none;
}

/* class applied to the search result*/
.foundResultClass {
    border-radius: 2px;
    background:yellow;
}

/* Classification Icon */
.C {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    background-color: transparent;
    background:url("./classif.png") 4px 4px no-repeat !important;
    width: 16px;
    height: 16px;
}

/* Gene Icon */
.G {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    background-color: transparent;
    background:url("./gene.png") 4px 4px no-repeat !important;
    width: 16px;
    height: 16px;
}
/* Flag Icon */
.F {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    background-color: transparent;
    background:url("./flag.png") 4px 4px no-repeat !important;
    width: 16px;
    height: 16px;
}
/* Reference Icon */
.R {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    background-color: transparent;
    background:url("./ref.png") 4px 4px no-repeat !important;
    width: 16px;
    height: 16px;
}