
body { font-family: 'IBM Plex Sans JP' !important; }

/* style for loader*/
#vgp-loader-whole {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../../images/pcf/loader.gif) center no-repeat #fff;
}

.common-nav-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* style for top header page indicator */
.vgp-home {color: #FFF;text-decoration: underline;}
.vgp-home:hover{ color: #FFF;}
.vgp-target{color:#85BA9A;}

/* style for back to top button ui*/
#btn_back_to_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #394466;
  color: #fff;
}
#btn_back_to_top span {
  background-color: #394466;
  color: #fff;
  width: 100%;
  transform: rotateX(90deg);
}
#btn_back_to_top img{
  height: 60px;
  width: 66px !important;
}

/* style for summary show/hide switch */
.vgp-summary-controll{cursor: pointer;color: #276749;}
.vgp-summary-controll.vgp-active{color: #DB7600;}
.vgp-summary-controll:before{
  font-feature-settings: 'liga';
  font-family: 'Material Icons';
  content: '\e146';
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #276749;
}
.vgp-summary-controll.vgp-active:before{content: '\e909';color: #DB7600;}

/* style for treeview */
.ztree * {font-family: inherit !important;}
.ztree li a.curSelectedNode {background-color:#B4DEB8 !important; border-color:#B4DEB8 !important;}
.vgp-treeview-decendant-num{color:#787878;}

/* style for filter search */
.vgp-highlight { background-color: #FFE888 !important; }

/* style for page nav tab */
.vgp-nav .nav-tabs { border-bottom: 2px solid #276749;}
.vgp-nav .nav-tabs .nav-link{
  padding-left: 50px;
  padding-right: 50px;
  background-color: #DBE5DE;
  color: #74A78F;
  margin-bottom: 1px;
}
.vgp-nav .nav-tabs .nav-link.active {
  color: #276749;
  background-color: #FFF;
  border-right: 2px solid #276749;
  border-top: 2px solid #276749;
  border-left: 2px solid #276749;
  border-bottom: 2px solid #FFF;
  font-weight: 500;
  margin-bottom: -2px;
}


/* style for rating tag */
.vgp-rating-tag{
  display: block;
  border-radius: 1rem;
  width: 120px;
  padding-top: 2px;
  padding-bottom: 4px;
  text-align: center;
  color: #FFF;
  font-size: 0.9rem;
}

.vgp_rating_tag_title{
    background-color: #F0F0F0;
    color: #B3B3B3;
    height: 30px;
    padding-left: 13px;
    padding-right: 3px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    align-content: space-around;
}
.vgp-rating-tag-list-container-width{
  min-width:      350px;
  width:          350px;
  padding-left:   0px !important;
  padding-right:  0px !important;
}

.vgp-rating-tag-list-container {
  display:        flex;
  flex-direction: row !important;
  align-items:    flex-end !important;
  flex-wrap:      nowrap !important;
}
.vgp-rating-tag-list-container.sample{ height: 90px;}

.vgp-rating-tag-list-container .vgp-rating-tag-subcontainer{
  width: 30px;
  display: flex;
  flex-direction: column-reverse !important;
  border: 0px;
}
.vgp-rating-tag-list-container .vgp-rating-tag-subcontainer.vgp-rating-divide{ width: 46px; }

.vgp-rating-tag-list-container .vgp-rating-tag-subcontainer-space{ width:  42px; height: 30px;}

.vgp-rating-tag-list-container.sample .vgp-rating-tag-subcontainer-space{
  background-color: #F0F0F0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.vgp-rating-tag-list-container .vgp-rating-tag-subcontainer .vgp-rating-tag-wrapper{
  width: 30px;
  height:30px;
  text-align: center;
  align-content: center;
  padding: 3px;
}

.vgp-rating-tag-list-container .vgp-rating-tag-subcontainer.vgp-rating-divide .vgp-rating-tag-wrapper{
  width: 46px;
  padding: 3px 9px;
  border-right: 2px solid #F0F0F0;
  border-left: 2px solid #F0F0F0;
}

.vgp-rating-tag-list-container.sample .vgp-rating-tag-subcontainer .vgp-rating-tag-wrapper.sample{
  background-color: #F0F0F0;
  padding:7px;
}

.vgp-rating-tag-list-container .vgp-rating-tag-subcontainer.vgp-rating-divide .vgp-rating-tag-wrapper.sample{
  padding: 7px 13px;
}


.vgp-rating-tag-list-container.sample .vgp-rating-tag-subcontainer.vgp-rating-divide .vgp-rating-tag-wrapper{
  border-right: 2px solid #FFF;
  border-left: 2px solid #FFF;
}

.vgp-rating-tag-list-container .vgp-rating-tag-subcontainer .vgp-rating-tag-wrapper .vgp-rating-list-tag {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  align-content: center;
  color: #FFF;
  font-size: 12px;
}

.vgp-rating-tag-list-container .vgp-rating-tag-subcontainer .vgp-rating-tag-wrapper .vgp-rating-list-tag.empty{
  color: #D7D7D7;
  background-color: #F0F0F0;
}

.vgp-rating-tag-list-container.sample .vgp-rating-tag-subcontainer .vgp-rating-tag-wrapper .vgp-rating-list-tag.sample  {
  background-color: #E1E2E3;
  width: 16px;
  height: 16px;
}

.vgp-rotate45 {
  font-size: 14px;
  color: #B3B3B3;
  width: 108px;
  display: inline-flex;
  white-space: nowrap;
  transform-origin:         0% 100%;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin:    0% 100%;
  -ms-transform-origin:     0% 100%;
  -o-transform-origin:      0% 100%;
  transform:         rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform:      rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  margin-left:  20px;
  margin-right: -100px; 
}
.vgp-rating-tag-list-container .vgp-rating-tag-subcontainer.vgp-rating-divide .vgp-rotate45{ margin-left:  27px;}

.vgp-rating-list-tag.selected{
  box-shadow: inset 0 8px 12px rgba(0, 0, 0, 0.2), 0 0 15px 5px rgba(0, 255, 128, 0.8);
}

.vgp-rating-definitive {background-color: #276749 !important;color:#FFF !important;}
.vgp-rating-strong     {background-color: #38A169 !important;color:#FFF !important;}
.vgp-rating-moderate   {background-color: #68D391 !important;color:#FFF !important;}
.vgp-rating-supportive {background-color: #63B3ED !important;color:#FFF !important;}
.vgp-rating-limited    {background-color: #FC8181 !important;color:#FFF !important;}
.vgp-rating-disputed   {background-color: #E53E3E !important;color:#FFF !important;}
.vgp-rating-refuted    {background-color: #9B2C2C !important;color:#FFF !important;}
.vgp-rating-animal     {background-color: #F6AD55 !important;color:#FFF !important;}
.vgp-rating-noknown    {background-color: #718096 !important;color:#FFF !important;}
.vgp-rating-norating   {background-color: #BBBBBB !important;color:#FFF !important;}

.in-circle-wrapper{
  height: 30px;
  width: 20px;
  background-color: #F0F0F0;
  padding-top: 2px;
}
.in-circle {
    display: inline-block;
    background: #B3B3B3;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    margin-bottom: 4px;
    margin-right: 4px;
    font-family: Verdana;
}

/* common use */
.color-white{ color: #FFF; }

/* style for common panel info table */
.vgp-panel-info table{
  border-top: 3px solid #E1E3E1;
  border-bottom: 3px solid #E1E3E1;
}
.vgp-panel-info table tr th{
  color: #276749;
  font-weight: 550;
  padding-left: 0px;
  vertical-align:top;
  width: 100px;
  white-space: nowrap;
  padding-right: 30px;
}
.vgp-panel-info table tr  td {padding-left:0px;}
.vgp-panel-info table tr  td .vgp-link{
  color: #4AB223;
  margin-right: 10px;
  text-decoration: underline;
}

.tooltip .tooltip-inner {
  background-color: white;
  color: black;
  white-space: nowrap;
  box-shadow: 0 0 2px gray;
  opacity:  1.0;
  max-width: 400px !important;
}

.tooltip.show {
  padding: 5px;
  opacity: 1!important;
  z-index: 10009;
}

.tooltip.in {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}



/* style for comments panel */
.vgp-version-comments-wrapper{  margin-top: 2rem; }
.vgp-version-comments-wrapper ul.sessions {
  list-style-type: none;
  border-radius: 12px;
  position: relative;
}
.vgp-version-comments-wrapper ul.sessions li{
  padding-bottom: 1.5rem;
  border-left: 1px solid #276749;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  &:last-child{
    border: 0px;
    padding-bottom: 0;
  }
  &:before{
    content: '';
    width: 18px;
    height: 18px;
    background: #276749;
    border: 1px solid #276749;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 0px;
  }
}
.vgp-version-comments-wrapper ul.sessions li .time{
  color: #8F978E;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.vgp-version-comments-wrapper ul.sessions li label{
  color: #276749;
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.vgp-panel-gene-view-num-wrapper{
  font-size: 1.3rem;
  font-weight:500;
  color:#96A995;
  padding-bottom: 5px;
  border-bottom: 3px solid #E1E3E1;
}
.vgp-panel-gene-view-num{color: #4AB223;}
.vgp-panel-gene-view-list-wrapper{
  margin-top: 10px;
  padding: 20px 20px 20px 30px;
  width:100%;
  background-color: #EFF7E9;
}
.vgp-review-title1{color: #005D16;font-size: 1.3rem;font-weight: 500;}
.vgp-review-title2{font-size: 1.3rem;font-weight: 500;}
.vgp-review-title3{color: #AFB1AD;}
.vgp-review-title-font{color: #005D16;}
.vgp-review-list-wrapper{
  background-color: #EFF7E9;
  padding:10px 0px 10px 30px;
}
.vgp-review-container{
  margin-top: 10px;
  background-color: #FFF;
  position: relative;
  padding: 0.9rem 0.9rem 0.9rem 1.3rem;
}
.vgp-review-container:before{
  content: "";
  position: absolute;
  border-top: 15px solid #FFF; /* 三角形の高さ*/
  border-left: 30px solid transparent; /* 三角形の底辺*/
  width: 0;
  height: 0;
  left: -30px;
  top:0;
}
.vgp-review-container p{margin-bottom: 5px;}


.vgp-review-btn{
  background-color: #CDE7D6;
  color: #276749;
  font-size: 0.8rem; 
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  cursor: pointer;
}

.vgp-review-btn .material-symbols-outlined {
  font-size: 18px;
  line-height: 0.9;
  vertical-align:middle;
}
.vgp-review-btn img {
  height: 12px;
  width:  12px;
/*  margin-bottom: 2px;*/
}


#modal-karte {
    border: 0;
    padding: 0;
    max-width: 75%;
    width: 500px;
    height: 635px;
    right: 0 !important;
    left: unset !important;
    box-shadow: 0 2px 15px 1px rgba(163, 163, 163, 0.492);
    bottom: 0;
    border-radius: 0;
}
.modal-box-karte {
    position: fixed;
    z-index: 10000;
    display: none;
    width: 80%;
    max-width: 840px;
    margin: 0;
    padding: 30px 4vw;
    border: 5px solid #293255;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    border-radius: 30px;
    z-index: 999 !important;
}
#modal-karte .resize-handle {
  position: absolute;
  top: 0;
  left: -3px;
  width: 4px;
  height: 100%;
  cursor: col-resize;
  background-color: #eee;
}

#modal-karte .modal-karte-content{
  background-color: #FFF;
  padding: 20px 30px 10px 30px;
  min-width: 400px;
}

#modal-karte .modal-karte-content .modal-karte-content-title-wrapper-title{
  color: #276749;
  font-size: 1.3rem;
  font-weight: 500;
  user-select: none;
}
#modal-karte .modal-karte-content .modal-karte-content-title-wrapper-title span{
  font-weight: bold;
  vertical-align: sub;
  margin-bottom: 1px;
  margin-left: -4px;
}
#modal-karte .modal-karte-content .modal-karte-content-title-wrapper-ctl span{
  color: #CCC;
  border: 1px solid #CCC;
  font-size:20px;
  border-radius: 50%;
  padding: 6px;
  cursor: pointer;
}

#modal-karte .modal-karte-content .form{height: 562px;}

#modal-karte .modal-karte-content .form-group {margin-bottom: 0.5rem;}

#modal-karte .modal-karte-content .form-group label{
  margin: 0px;
  display: block;
  color: #276749;
  font-size: 0.9rem;
}

#modal-karte .modal-karte-content .form-group input::placeholder{color: #CCC;}

#modal-karte .vgp-submit {
  font-size: 1.1rem;
  background-color: #005D16;
  color: #FFF;
  padding: 3px 50px 3px 50px;
  border-radius: 20px;
  border: 1px solid #005D16;
  margin-top: 0.5rem;
}

.vgp-dropdown-wrapper {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    /*padding: 0.125rem 0.80rem;*/
    padding: 0.125rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.vgp-dropdown-wrapper .vgp-drowdown-btn{
    background-color: #FFF;
    border: 0;
    padding: 5px 1.0rem;
    width: 100%;
    height: 100%;
    text-align:left;
}
.vgp-dropdown-wrapper .vgp-drowdown-btn.is-empty {color: #CCC;}
.vgp-dropdown-wrapper .vgp-drowdown-btn::after {
  display: unset;
  margin-left: unset;
  vertical-align: unset;
  position: absolute;
  top: 45%;
  right: 15px;
  border-top: 0.4em solid #276749;
}

.vgp-dropdown-wrapper .dropdown-menu{
  width: 100%;
  padding: 0;
  max-height: 500px;
  overflow-y: auto;
}

.vgp-dropdown-wrapper .dropdown-menu .dropdown-item{padding-left:1.0rem;}
.vgp-dropdown-wrapper .dropdown-menu .dropdown-item.selected{background-color: #276749; color: #FFF;}
.vgp-dropdown-wrapper .dropdown-menu .dropdown-item:hover{background-color: #276749; color: #FFF;}

.vgp-dropdown-wrapper.show,
#modal-karte .modal-karte-content .form-group .form-control:focus{
  border-color: #276749; 
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 93, 22, 0.6);
}

#nav-common-panel{
  height: 100%;
  display:inline-block;
}
#common-panel-count{
  position: absolute;
  top: 0px;
  right: 1px;
  background-color: #FF8900;
  color: white;
  font-size: 11px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#common-panel-count.hidden{display:none;}

.nav-item-dropdown .dropdown-menu.common-panel{
  width:440px;
  padding: 1em;
  margin-top: 10px;
  border-radius: 16px;
}


.common-panel-wrap{
  position:relative;
  width: 100%;
  z-index:1001;
  display: flex;
  flex-direction: column;
}

.common-panel-wrap .common-panel-title-wrapper{
  width:100%;
  margin-bottom:10px;
  border-bottom: 2px solid #276749;
  display: flex;
  justify-content: space-between;
}

.common-panel-wrap .common-panel-title-wrapper .common-panel-title{ color: #276749; font-size: 20px; font-weight: 450; }
.common-panel-wrap .common-panel-title-wrapper a{ color: #37405B; text-decoration: underline; font-size: 15px;}

.common-panel-wrap .common-panel-table{color: #212529; font-size: 16px; width: 100%;}
.common-panel-wrap .common-panel-table thead tr{ background-color: #EBF0EB; }
.common-panel-wrap .common-panel-table thead tr th{ font-weight: normal; align-items: center; white-space: nowrap;}
.common-panel-wrap .common-panel-table thead tr th span{vertical-align: text-bottom; margin-top: 5px; margin-bottom: 5px; display: inline-block;}
.common-panel-wrap .common-panel-table thead tr> *:first-child{ padding-left:15px; }
.common-panel-wrap .common-panel-table thead tr> *:last-child{ padding-right:15px; }
.common-panel-wrap .common-panel-table tbody > *:last-child{border-bottom:none; }
.common-panel-wrap .common-panel-table tbody tr {border-bottom: 1px solid #E6E6E6;}
.common-panel-wrap .common-panel-table tbody tr *:first-child{ padding-right:10px; }
.common-panel-wrap .common-panel-table tbody tr td {padding-top: 10px; padding-bottom: 10px; font-weight: 450;}
.common-panel-wrap .common-panel-table tbody tr td span.panel.delete {cursor: pointer;}
