
html, body {
               width: 100%;
               height: 100%;
               margin: 0;
               padding: 0;


               min-height: 400px;
           }
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.4285;
	color: #333;
	background-color: #fff;
}

.wrapper{min-height: 100%;}

/* nav */


.navbar-left {
    width:20%;
}
.navbar-left img{
  width:80%;
}
@media (max-width: 428px){
  .navbar-left img{
    width:150%;
  }
}
@media (max-width: 768px){
  .navbar-nav{
    padding-left: 15px;
  }

}



/* footer */

.footerback {
	font-size: 14px;
	font-weight: 300;

	color: #808080;
	/* border-top: 1px solid #DADADA; */
	height:20px;
  padding: 20px 0;
}



.frame-space-before-small {
	margin-top: 2em;
}


.align-right {
	text-align: right;
}

a {
	color: #007dc0;
	text-decoration: none;
}
.footerback a {
	color: #808080;
	text-decoration: underline;
}
.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
	overflow: hidden;
}
.ce-right .ce-gallery {
	float: right;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
	margin-bottom: 10px;
}
.ce-row {
	margin-bottom: 10px;
}
:last-child.ce-row {
	margin-bottom: 0px;
}
.ce-left .ce-gallery, .ce-column {
	float: left;
}
.ce-column {
	margin-right: 10px;
}
:last-child.ce-column {
	margin-right: 0px;
}
figure {
	margin: 0;
}
.ce-gallery figure {
	display: table;
	margin: 0;
}

.ce-gallery img {
	display: block;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
.panel-primary {
	border-color: rgba(0, 0, 0, 0.2);
}


/* footer */

/* search container */
.logoContainer {
	 text-align: center;
   margin-top: 50px;

}

.logoContainer img {
	  border: none;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%)
    border-radius: 2px;
    outline: none;
    box-sizing: border-box;
    width: 50%;
}

 @media screen and (max-width:425px){
   .logoContainer img {
   	width: 80%;
   }
   .example{
     display: flex;
 	flex-direction: column;
 	align-items: center;}
 }


.searchContainer {
	margin-top: 20px;
    width: 100%;
}

.searchContainer form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.example{
  margin-top: 15px;
  justify-content: start;
}

.searchContainer .searchButton {

	color:  #f5f5f5;
    background-color:#0171bb;
    border: none;
    height: 36px;
    width: 125px;
    border-radius: 1px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    outline: none;

}

.searchContainer .searchBox {
	border: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    height: 44px;
    border-radius: 2px;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    width: 70%;
    /* max-width: 630px; */
    color: #000;
}
.searchContainer #response {

	border: none;
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08); */
    /* height: 144px; */
    border-radius: 2px;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    /* font-size: 16px; */
    width: 70%;
    max-width: 630px;
    color: grey;
    /* overflow-y:scroll; */
}
/**** under searchbar style*******/
.splash-buttons {
    max-width: 1000px;
}


.p-md-top {
    padding-top: 2em;
		padding-bottom: 2em;
}
.block-centered {
    margin: 0 auto;
}



.search-bar-section .search-bar-inner-container {
    position: relative;
    text-align: center;
    padding-top: calc(8vh - 2em);
    padding-bottom: 8vh;
}
.align-right {
    text-align: right!important;
}
.flex-container-vertical {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* carousel */

.carousel-indicators {
	position: absolute;

	bottom: 15px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0px;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.8);
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
     width: 100%;
     height: 300px;
     object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.carousel-caption {

    position: absolute;
    right: 20%;
    bottom: 20px;
    left: 20%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}


/* result provide */
.f-medium {
    font-weight: 700;
}


.resultsCount {
	font-size: 14px;

	margin-bottom: 2px;
	margin-top: 10px;

	}

.box-shadow {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
}

.b-radius {
  border-radius: 5px;
}
.f-lh-135 {
    line-height: 1.35;
}
.f-0875{
    font-size: .875em;
}

.b-light {
    border-color: #f1f1f1;
}

.b-top {
    border-top: solid 1px #d6d7d9;
}
.inline-block {
    display: inline-block;
}
.breakword {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


@media screen and (max-width:425px){
  .d-flex {
   flex-direction: column;
  }}



/* pagination*/



.paginationContainer{
	margin-top: 10px;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.PageButttons{display: flex;}
.PageNumberContainer img{height: 37px;}
.PageNumberContainer, .PageNumberContainer a{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	margin-left: 2px;

}
.pageNumber{
	color: #000;
	font-size: 13px;
  margin-top:-6px;
}
a .pageNumber{
	color: #4285f4;

}


/* single compound: classification */
.panel-group {
    position: fixed;

}


.left_panel{
	 position:relative;
	  z-index: +1

	 position: fixed;


 }

 .panel-default {
     border-color: #ddd;
 }
 #accordion .glyphicon {
    margin-right: 10px;
}
.unstyled-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.f-small {
    font-weight: 500;
}

.f-gray {
    color: #5b616b;
}
.relative {
    position: relative;
}
.section-content-item {
    max-width: 100%;
}
.align-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.f-lh-15 {
    line-height: 1.5;
}
.f-gray-lighter {
    color: #d6d7d9;
}
.align-center {
    text-align: center !important;
}
.align-middle {
    vertical-align: middle !important;
}
.f-gray-lighter svg {
    fill: #d6d7d9 !important;
}
.f-2em{font-size: 2em;}
.max-width-15em {
    max-width: 15em;
}
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.align-left {
    text-align: left !important;
}

a.button.with-border, a.minimal.with-border, button.button.with-border, button.minimal.with-border {
    border: solid 1px #d6d7d9;
}

.bckg-gray-lightest {
    background-color: #f1f1f1 !important;
}

.table-grid.fixed-layout {
    table-layout: fixed;
}

.table-grid.full-width {
    width: 100%;
}
.table-grid {
    display: table;
    border-collapse: collapse;
}
.table-grid > * {
    display: table-cell;
    vertical-align: middle;
}
.table-grid.fixed-layout {
  table-layout: fixed;
}
.ellipsis {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.capitalized {
    text-transform: capitalize;
}
.b-sm-radius {
    border-radius: 2px;
}

/* single compound: general information*/
@media (max-width: 1000px){
  .left_panel,.right_panel{
    display:none;
  }}

.borderStructure{
    border: 1px solid #d6e9c6;
    padding:4px auto;
    width: 280px;
    height:280px;
  }


.listsvg{
      border: 1px solid #d6e9c6;
      padding:4px auto;
      width: 100%;
      height:100%;
    }
h4 small, h5 small{
    font-size: 1.1em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.4285;

  }
/* database page style */
  .table-grid {
  	display: table;
  	border-collapse: collapse;
  }
  .table-grid.fixed-layout {
    table-layout: fixed;
  }
  body:not(.modal-open){
    padding-right: 0px !important;
  }


  /* a excellent way to avoid padding added */
.modal-open{overflow:auto;padding-right:0 !important;}




#module a.collapsed:after  {
    content: '+ Show More';
}

#module a:not(.collapsed):after {
    content: '- Show Less';
}

@media (min-width: 1024px){
.justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}}
@media (max-width: 1024px){
.right_panel {
  text-align: center;
}}

/* help tip */

.help-tip{
  display: inline-block;
	/* position: absolute;
	top: 28%;
	right: 15%; */
	text-align: center;
	background-color: #3c763d;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{
	display: none;
	text-align: left;
	background-color: #3c763d;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: 428px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

/* help tip1 */

.help-tip1{
  display: inline-block;
	position: absolute;
	top: 28%;
	right: 17%;
	text-align: center;
	background-color: #3c763d;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
  z-index: 999;
	cursor: default;
}

.help-tip1:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip1:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip1 p{
	display: none;
	text-align: left;
	background-color: #3c763d;
	padding: 20px;
	width: 600px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: 0px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

.help-tip1 p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip1 p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}




@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}


/* #Interactive{
    background: #3c763d;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    /* margin: 0 0 0 0; */
    margin: 10px 160px;
    font-size: 15pt;
    -webkit-box-shadow: 3px 3px 5px #4e4e4e;
    -moz-box-shadow: #4e4e4e 3px 3px 5px;
    box-shadow: 3px 3px 5px #4e4e4e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
} */



/* style response */
#response{z-index: +1;
  width:70%;
    max-width: 630px;}
#response ul
{
list-style: none;
padding: 0px;
margin-top: 0px;}
#response li:hover {
                color: silver;
                background: #0088cc;
            }

* { box-sizing: border-box; }

            .autocomplete {
              /*the container must be positioned relative:*/

              position: relative;
              display: inline-block;

            }
            input {
              border: 1px solid transparent;
              background-color: #f1f1f1;
              padding: 10px;
              font-size: 16px;
            }
            input[type=text] {
              background-color: #f1f1f1;
              width: 100%;
            }
            input[type=submit] {
              background-color: DodgerBlue;
              color: #fff;
            }
            .autocomplete-items {
              position: absolute;
              width:70%;
              border: 1px solid #d4d4d4;
              border-bottom: none;
              border-top: none;
              z-index: 99;
              /*position the autocomplete items to be the same width as the container:*/
              top: 99%;
              left: 15%;
              right: 0;

            }



            .SingleCompound .autocomplete-items {
                position: absolute;
                width:168px;
                border: 1px solid #d4d4d4;
                border-bottom: none;
                border-top: none;
                z-index: 99;
                /*position the autocomplete items to be the same width as the container:*/
                top: 99%;
                left: 0;
                right: 0;

              }
            .autocomplete-items div {
              padding: 10px;
              cursor: pointer;
              background-color: #fff;
              border-bottom: 1px solid #d4d4d4;
            }
            .SingleCompound .autocomplete-items div {
              padding: 10px;
              cursor: pointer;
              background-color: #fff;
              /* border-bottom: 1px solid #d4d4d4; */
            }
            .autocomplete-items div:hover {
              /*when hovering an item:*/
              background-color: #e9e9e9;
            }
            .autocomplete-active {
              /*when navigating through the items using the arrow keys:*/
              background-color: DodgerBlue !important;
              color: #ffffff;
            }



            ::-webkit-scrollbar {
                -webkit-appearance: none;
                width: 7px;
            }
            ::-webkit-scrollbar-thumb {
                border-radius: 4px;
                background-color: rgba(0,0,0,.5);
                -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
            }



#dtBasicExample,#dtBasicExample1 {
  table-layout: fixed;
  width: 100% !important;
}
#dtBasicExample td,#dtBasicExample th,#dtBasicExample1 td,#dtBasicExample1 th{
  /* width: auto !important; */
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}


/* adjust to mac */



 @media (min-width: 768px){
.container {
    width: 97%;
}
}
.row:before, .row:after {display: none !important;}
/*
@media (min-width: 768px){
.container {
    width: 750px;
}
} */
#f_links {
    float: left;
    width: 33.33%;
    height: 3px;
    background-color: #0171bb;

}

#f_center {
    float: left;
    width: 33.33%;
    height: 3px;
    background-color: #a3b61c;

	}
#f_rechts {
		    float: left;
		    width: 33.33%;
		    height: 3px;
		    background-color: #f07901;

		}


    /* styles for the about and contact page */
.block-10 .person-info {
    height: 75px;
}
.ftco-animate {
    /* opacity: 0; */
    color: #007bff;
    /* visibility: hidden; */
}
.block-10 .person-info .name {
    font-size: 20px;
    color: #404044;
    font-weight: 400;
}
.block-10 .person-info span {
    display: block;
}
.block-10 .person-info .position {
    font-size: 14px;
}


.result-count-card .result-count-card__header {
    padding: 16px;
    background-color: rgba(155,218,241,.1);
    border-bottom: 1px solid #d6d7d9;
}
@media screen and (min-width: 600px)
{.nwds-main-content {
    max-width: 1260px;
    padding: 32px 3rem;
}}

.nwds-main-content {
    margin: 0 auto 16px;
    padding: 32px 1.5rem;
}
.search-results {
    font-family: Roboto,Arial,Tahoma,sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
}
.ns-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: -20px;
}



.ns-grid .ns-grid__item, .ns-grid .ns-grid__item--span-1, .ns-grid .ns-grid__item--span-2, .ns-grid .ns-grid__item--span-3, .ns-grid .ns-grid__item--span-4, .ns-grid .ns-grid__item--span-5, .ns-grid .ns-grid__item--span-6, .ns-grid .ns-grid__item--span-7, .ns-grid .ns-grid__item--span-8, .ns-grid .ns-grid__item--span-9, .ns-grid .ns-grid__item--span-10, .ns-grid .ns-grid__item--span-11, .ns-grid .ns-grid__item--span-12 {
    width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 600px){
  .ns-grid .ns-grid__item, .ns-grid .ns-grid__item--span-1, .ns-grid .ns-grid__item--span-2, .ns-grid .ns-grid__item--span-3, .ns-grid .ns-grid__item--span-4, .ns-grid .ns-grid__item--span-5, .ns-grid .ns-grid__item--span-6, .ns-grid .ns-grid__item--span-7, .ns-grid .ns-grid__item--span-8, .ns-grid .ns-grid__item--span-9, .ns-grid .ns-grid__item--span-10, .ns-grid .ns-grid__item--span-11, .ns-grid .ns-grid__item--span-12 {
    margin-right: 20px;
     }
}
@media (min-width: 600px){
.ns-grid .ns-grid__item, .ns-grid .ns-grid__item--span-3, .ns-grid .ns-grid__item--span-4, .ns-grid .ns-grid__item--span-5, .ns-grid .ns-grid__item--span-6, .ns-grid .ns-grid__item--span-7, .ns-grid .ns-grid__item--span-8, .ns-grid .ns-grid__item--span-9
  {
    width: calc(50% - 20px);
  }
}

@media (min-width: 600px)
{.ns-grid {
    margin-right: -20px;
}}
@media (min-width: 600px){
  .ns-grid .ns-grid__item, .ns-grid .ns-grid__item--span-1, .ns-grid .ns-grid__item--span-2, .ns-grid .ns-grid__item--span-3, .ns-grid .ns-grid__item--span-4, .ns-grid .ns-grid__item--span-5, .ns-grid .ns-grid__item--span-6, .ns-grid .ns-grid__item--span-7, .ns-grid .ns-grid__item--span-8, .ns-grid .ns-grid__item--span-9, .ns-grid .ns-grid__item--span-10, .ns-grid .ns-grid__item--span-11, .ns-grid .ns-grid__item--span-12 {
    margin-right: 20px;
     }
}
@media (min-width: 840px)
{.ns-grid .ns-grid__item, .ns-grid .ns-grid__item--span-4 {
    width: calc(33.3% - 19.73025px);
}}

.nwds-card, .shadowbox {
    border: 1px solid #d6d7d9;
    border-radius: 5px;
    transition-timing-function: ease;
    transition-duration: .25s;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.result-count-card .nwds-list-item {
    transition-timing-function: ease;
    transition-duration: .25s;
    font-family: Roboto,Arial,Tahoma,sans-serif;
    height: 40px;
    position: relative;
}
.result-count-card .result-count-card__list {
    padding: 0;
}

.nwds-card>:last-child, .shadowbox>:last-child {
    margin-bottom: 0;
}
.nwds-list {
    border-top: 1px solid #f1f1f1;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nwds-list .nwds-list-item {
    padding: 8px 16px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
    font-size: 1.6rem;
    transition: all .1s ease;
}
.mdc-chip, .nwds-chip {
    border-radius: 16px;
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto,sans-serif;
    font-family: var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size,.875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height,1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight,400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing,.0178571429em);
    text-decoration: inherit;
    text-decoration: var(--mdc-typography-body2-text-decoration,inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform,inherit);
    height: 32px;
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
    border-width: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}


.result-count-card .nwds-list-item .status-200 {
    color: #fff;
    background-color: #4773aa;
}
.result-count-card .nwds-list-item .status-404 {
    border: 1px solid #d6d7d9;
    color: #5b616b;
    background-color: #fff;
}
.result-count, .search-note {
    font-size: 1.4rem;
    color: #5b616b;
}

.nwds-chip--label {
    font-size: 12px;
    /* height: 24px; */
    background-color: #e1f3f8;
}
.nwds-chip {
    cursor: default;
    font-weight: 500;
    background-color: #dce4ef;
}
.result-count-card .nwds-list-item:hover {
    background-color: hsla(0,0%,94.1%,.5);
}
.result-count-card .nwds-list-item:hover {
    background-color: hsla(0,0%,94.1%,.5);
}

.result-count-card .nwds-list-item .result-count {
    position: absolute;
    right: 16px;
    top: 8px;
}
.result-count-card .result-count-card__header h3 {
  font-family: Roboto,Arial,Tahoma,sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
}
.result-count-card .nwds-list-item .nwds-list-item__primary-text {
    font-size: 1.6rem;
}
.nwds-list .nwds-list-item .nwds-list-item__primary-text {
    display: block;
    color: #212121;
    font-size: 1.6rem;
    font-weight: 500;
}
.nwds-list .nwds-list-item a {
    display: block;
    z-index: 3;
}

.nwds-list-item a {
    color: #0185c7;
    text-decoration: none;
}


/* Parent Container */
.content_img{
 position: relative;
 width: 50%;
overflow: auto
 float: left;
 margin-right: 10px;
}

/* Child Text Container */
.content_img div{
 position: absolute;
 top: 0;
 left: -5px;
 background: white;
 color: #0171bb;
 margin-bottom: 5px;
 font-family: sans-serif;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: visibility 0s, opacity 0.5s linear;
 transition: visibility 0s, opacity 0.5s linear;

}

/* Hover on Parent Container */
.content_img:hover{
 cursor: pointer;
}

.content_img:hover div{
 width: 250px;
height:120px;
 padding: 6px 10px;
 visibility: visible;
 opacity: 0.7;

}
#radialtree svg  a{color: #0171bb;}

#radialtree svg  a:hover,#phylogram svg  a:hover{
  transform-origin: 100% 0%;

  font-size: 15px;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}
#radialtree svg g{padding-bottom: : 80px;}
/* howto.php */

.tabs-left>li {
    margin-right: -1px;
}

.tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}
.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
