@CHARSET "UTF-8";

body {
    position: relative;
    background-color: var(--header-light-gray);
}

body, html {
    min-height: 100%;
    height: 100%;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.panel-body {
    padding-top: 0px;
}

.panel-group{
    margin-bottom: 20px;
}

#left-menu{
    padding-top: 10px;
    height: 50px;
}

#right-menu{
    padding-top: 4px;
}

.list-detail-value{
	margin-left:20px;
}

#content {
    padding-top: 20px;
}

.sidebar {
    height: 100%;
    padding-bottom: 7rem;
}

nav#breadcrumb {
    padding-bottom: 10rem;
}

.info {
    margin-bottom: 10px;
    background: white;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 4px;
    padding-bottom: 20px;
    margin-right: 0;
    margin-left: 1px;
}

.label-offset {
    margin-left: -16px;
    border-radius: 0 .25em .25em 0;
}

.det {
    margin-top: 20px;
    margin-left: -8px;
    font-size: 18px;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.det:hover {
    background-color: var(--bootstrap-blue);
    cursor: default;
}

#struc-label {
    margin-left: -8px;
}

.list-view-badge {
    font-size: 14px;
    margin-left: 0px;
    color: #65646a;
    background-color: white;
	padding: 0;
}

.det {
    font-size: 18px;
}

/* there's id with the same name in drugs.css
#version {
    padding-top: 55px;
    text-align: left;
}
*/

/* ensure symmetrical landing/about page */
#icons .info {
    margin-right: -15px;
}

div.box:hover .on {
    display: block;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}

div.box:hover .off {
    display: none;

}

div.box .on {
    display: none;

}

.grid {
    margin-top: 15px;
}

/*PAGINATION CSS */
.pagination > li > a, .pagination > li > a:hover {
    color: #1f355c;
}

.pagination > .active > a, .pagination > .active > a:hover {
    background-color: #1f355c;
    border-color: #1f355c;
}

#sortByControl{
    float: right;
}

nav#main-pagination {
    margin-top: -15px;
    margin-bottom: -20px;
}

nav#main-pagination {
    margin-top: -15px;
    margin-bottom: -20px;
}

.pagination-list {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: -3%;
    margin-bottom: -1%;
}

/*END PAGINATION CSS */
/*/!* TYPEAHEAD CSS *!/
.twitter-typeahead {
    width: 100% !important;
    height: 20px !important;
}

.tt-dropdown-menu {
    width: 120%;
    top: 220% !important;
    background-color: rgba(255, 255, 255, .9);
}

.tt-suggestion {
    padding-top: 4%;
    padding-bottom: 1%;
    padding-left: 4%;
}

.header {
    padding-top: 4%;
    padding-left: 2%;
    background-color: rgba(31, 53, 92, .9);
    color: white;
    padding-bottom: 4%;
    margin-bottom: 0%;
    margin-top: 0%;
}

.tt-suggestion:hover {
    background-color: rgba(31, 53, 92, .2);
}

#chartSelect-button {
    width: 51% !important;
}

.tt-cursor {
    background-color: rgba(31, 53, 92, .2);
}
*/

.custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
}

.custom-popup-wrapper .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.uib-typeahead-match>a{
    white-space: normal !important;
}

/* END TYPEAHEAD CSS *!/*/


.thumb-col {
    padding-left: 5px;
    padding-right: 5px;
}

.struc-thumb {
    /* 	border: 1px solid var(--header-light-gray); */
    border-radius: 4px;
    background-color: white;
    display: block;
    margin: auto;
    /* removing margin-top -- why is it here? 
    also adding margin-bottom to render better on small screens*/
    /* margin-top: 5px; */
    margin-bottom: 10px;
    font-family: monospace;
}

.subref{
    min-width: 150px;
}

#local-menu {
    position: absolute;
    top: 23%;
    z-index: 3;
    background: white;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.modal {
    top: 17%;
}

.tools{
    /*
	margin-top: 10%;
    margin-bottom: 2%;
	*/
}

.tools>li{
    padding-left:5%;
    padding-right:5%;
	padding-bottom:5px;

    /* this is to ensure fit-to-height */
    line-height: 100%;
}


.row.stereo {
    position: relative;
    top: -180px;
    font-size: 18px;
}

.sub-table {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    z-index: 3;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    overflow: visible;
    font-size: 10px;
}

.normal {
    z-index: 4;
    -webkit-transform: scale(.55);
    -moz-transform: scale(.55);
    -o-transform: scale(.55);
    transform: scale(.55);
    overflow: visible;
}

#strucExport {
    margin-right: 15px;
}

#strucExportChem {
    margin-right: -20px;
    z-index: 6;
    overflow: visible;
    font-size: 18px;
    position: relative;
    margin-top: -1px;
}

#exportSave {
    display: flex;
}

.exportArea {
    font-family: "Lucida Console", Monaco, monospace;
    word-wrap: initial;
    background-color: var(--header-light-gray);
    white-space: pre;
    font-size: 9pt;
    resize: vertical;
}

#exportMol {
    height: 300px;
    width: 100%;
    resize: vertical;
}

.monodata {
    font-family: monospace;
    width: 100%;
    height: 500px;
    word-wrap: initial;
    white-space: pre;
    font-size: 9pt;
}

#strucThumbSearch {
    z-index: 9;
}

.thumbs {
    font-size: 18px;
    position: relative;
    margin-top: -1px;
}

.approveID {
    font-family: "Lucida Console", Monaco, monospace;
}

.nameDiv {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

#draw-box {
    width: 113%;
}

samp {
    font-family: "Lucida Console", Monaco, monospace;
}

.prot-list {
    margin-bottom: 0px;
}

.prot-title {
    padding-top: 0px;
}

.prot-approvID {
    margin-top: 15px;
}

.collapse.width {
    height: auto;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

.bar-holder {
    padding-right: 35px;

}

.bars {
    font-size: 21px;
}

#draw-box {
    width: 113%;
}

samp {
    font-family: "Lucida Console", Monaco, monospace;
}

.highlight {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: -10px;
}

.highlight:hover {
    background-color: yellow;
    font-weight: bold;
    cursor: default;
    color: black;
}

.col-md-12.string {
    line-height: 1;
    font-size: 15px;
    font-family: "Lucida Console", Monaco, monospace;

}

div.col-md-9> #subunits > div.col-md-12 > subunit> div > div > div > span.pull-right.count.ng-binding{
    font-size: 10px;
    margin-right: 7%;
}

span.count {
    font-size: 10px;
    margin-right: 22%;
}

.label-rounded {
    border-radius: 1em;
}

.tooltip {
    letter-spacing: 0px;
	/*margin-top:-10px !important;*/
}

.prot-list {
    margin-bottom: 0px;
}

.prot-title {
    padding-top: 0px;
}

.prot-approvID {
    margin-top: 15px;
}

i#numbers-off {
    position: absolute;
    left: 30px;
    display: none;
}

/*TOGGLE SWITCH*/
div#viewSwitch, div#formSwitch {
    left: -6%;
}

span#enabled {
    left: -20%;
}

.toggleSwitch {
    background-color: var(--bootstrap-blue);
    border: 1px solid var(--bootstrap-blue);
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    overflow: visible;
    width: 50px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
}

.toggleSwitch small {
    background: white;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    width: 25px;
    height: 25px;
    position: absolute;
    top: -2px;
    left: -1px;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
}

.toggleSwitch.checked small {
    left: 27px;

}

.toggleSwitch .off {
    display: block;
    position: absolute;
    right: -72%;
    top: -5%;
    z-index: 0;
    color: #333333;
}

.toggleSwitch .on {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0%;
    left: -80%;
    color: #333333;
}

.toggleSwitch.checked .off {
    display: block;
}

.toggleSwitch.checked .on {
    display: block;
}

i#grid-view-off {
    position: absolute;
    left: 30px;
    display: none;
}

/*TOGGLE */
.collapse.width {
    height: auto;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

.bar-holder {
    padding-right: 35px;

}

.bars {
    font-size: 21px;
}

.pour {
    top: 20px;
    left: -14px;
}

.keyvalue tr td:first-child {
    font-weight: bold
}

.subconcept {
    font-style: italic;
    color: black;
}

/*REGISTRATION PANELS*/
.success {
    color: var(--ncats-gray);
}

.success:hover {
    color: black;
}

.whole {
    color: #5cb85c;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s;
    font-size: 5em;

}

.whole:hover {
    color: #398439;
}

.danger {
    color: #d9534f;
}

.danger:hover {
    color: #ac2925;
}

.warning {
    color: #f0ad4e;
}

.warning:hover {
    color: #ec971f;
}

.part {
    color: #f0ad4e;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s;
    font-size: 5em;
}

.part:hover {
    color: #ec971f;
}

.form-group .help-block, .form-group .help-block-duplicate {
    display: none;
}

.form-group.has-error .help-block, .form-group .help-block-duplicate {
    display: block;
}

.header-row {
    text-align: left;
    border-top: 0;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.form-row {
    padding-top: 30px;
}

.full-width {
    max-width: 100% !important;
}

.disabled {
    opacity: .6;
    pointer-events: none;
}

span#calendar-icon {
    background: white;
}

div#structureSearcher {
    padding-top: 20px;
    padding-bottom: 15px;
}

div#jsdraw {
    padding-bottom: 20px;
}

.padded {
    padding-left: 15px;
    padding-right: 5px;
}

#mol-sequence {
    font-family: monospace;
    font-size: 8pt;
}

a {
    cursor: pointer;
}

h2.display-name {
    padding-right: 25px;
    margin-top: 5px;
}
h3.display-name {
    word-wrap: break-word;
}

.holder {
    min-height: 20px;
}

.progress-text {
    white-space: nowrap;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.field-values div {
}

.field-values code {
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.field-values .tooltip-inner {
    max-width: 500px !important;
}

.revealable.row.ng-hide {
    height: 0;
}

.revealable.row {
    transition: .2s linear all;
    height: 400px;
    overflow: hidden;
    display: block !important;
    background: rgb(240, 240, 240) none repeat scroll 0% 0%;
}

.list-item .struc-thumb {
    cursor: pointer;
}

.spacer {
    clear: both;
}

.break-text {
    overflow-wrap: break-word;
}

/*
input#search {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s ;
    transition: width 0.3s;
    width: 200px;
    background-color: white !important;

    !*
    margin-right: -1px;
    *!
}*/

/*input#search:focus {
    width: 400px;
}*/

/*#searchtop {
    position: absolute;
    top: 0px;
    right: 0px;

}

div#searchbarmobile {
    height: 300px;
}*/

.appid {
    margin-top: -10px;
    font-family: monospace;
}

sketcher svg > text {
    display: none

}

div.col-md-9> div#subunits > div> subunit > div > div> div> span> amino-acid>a.aminoAcid{
        font-family: "Lucida Console", Monaco, monospace;
        padding-left: 1px;
        padding-right: 1px;
        margin-left: -3px;
    }



.aminoAcid {
    font-family: "Lucida Console", Monaco, monospace;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -3px;
}



.plain {
   color: black;
    opacity: 1;
}

 .plain a{
   color: black;
    opacity: 1;
}

.modification{
    background: #a6c435;
    color: black;
}

.modification:hover{
    background: #b6d937;
    color: black;
}

.glycosylation{
    background: #912780;
    color: white;
}

.glycosylation:hover{
    background: #a0298d;
    color: white;
}

.otherLinks{
    background: #CD9937;
    color: black;
}

.otherLinks:hover{
    background: #e3a83a;
    color: black;
}

.disulfide{
    background: #2f4d89;
    color: white;
}

.disulfide:hover{
    background: #325497;
    color: white;
}

.site {
    background: #00A89C;
    color: white;
}

.site:hover {
    background: #04bbad;
    color: white;
}

.invalidAA {
    color: red;
    font-family: "Lucida Console", Monaco, monospace;

}

.tooltip.invalidTool .tooltip-inner {
    color: black;
    background-color: red;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.tooltip.invalidTool .tooltip-arrow {
    display: none;
}

.editreminder {
    background: #dff0d8;
}

.noleftpadding {
    padding-left: 0 !important;
    margin: 0 !important;
}

.norightpadding {
    padding-right: 0 !important;
    margin: 0 !important;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube1 {
    background-color: rgba(161, 200, 227, 0.50);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube2 {
    background-color: rgba(161, 200, 227, 0.75);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    background-color: rgba(15, 41, 77, 0.75);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    background-color: white;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube2:before {
    background-color: #A1C8E3;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    background-color:  #0F294D;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    background-color: black;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.magnify {
    cursor: -webkit-zoom-in;
}

.mol-data-import {
    padding: 40px;
}

.url{
    word-break: break-word;
word-wrap: break-word;
}

ins {
    color: #3c763d;
    background-color: #dff0d8;
}

del{
    color: #a94442;
    background-color: #f2dede;
}

.amt{
    white-space: pre-line;
}

.diff{
    white-space: normal;
}

.ng-isolate-scope.auto.white.fade.tooltip.in {
    z-index: 10000;
}

.tooltip.white .tooltip-inner {
    background-color: white;
    color:black;
    font-weight: bold;
    border: 1px solid #DDD;
}

/* This may be there for a good reason,
    but was causing issues on zoomed in structures
img.tooltip-img.ng-scope {
    margin-left: -7%;
}
*/

ul.tree-list {
    list-style-type: none;
    padding-left: 20px;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 1200px;
    }
}

.fa-15x {
    font-size: 15em;
    padding: 10%;
}

#lockmessage{
	background:  #d9534f;
    width: 		100%;
    position: fixed;
    top:  0px;
    left: 0px;
    z-index: 1999998;
    color: white;
    padding:5px;
}

.json-formatter-row .string {
    white-space: inherit;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.smallcaps{
    font-variant: small-caps;
}

a#resolverButton {
    margin-top: 25px;
}

.kew {
    max-height: 30px;
    margin-top: 10%;
}

pre.fixedsize{
	max-height: 200px;
    white-space: pre-wrap;
    word-break: break-word;
}

.row.ng-scope.reftable {
    margin-right: 0px;
}

.subunitButtons {
    padding-left: 2%;
    padding-right: 2%;
}

.subrefThumb{
    min-width: 150px;
 }

.form-div{
    padding-top: 1%;
    padding-bottom: 1%;
}

amino-acid.selected-acid a {
    background: #00faff !important;
}
.subunit-chunk{
	min-width: 165px;
}
h3.title-name{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.multi-progress{
	position:relative;
}

.multi-progress .progress-bar{
	position:absolute;
	top:0px;
	left:0px;
}

.multi-progress .progress-bar.background{
	background-color:#f0ad4e;
}

.placeholder-content{
	padding:10px;
}

span#record-count {
    padding: .35em .6em .35em .6em;
    margin-top: 2px;
    display: inline-block;
}

.help-info{
    margin-left: 15px;
    padding-top:15px;
}

.navbar-btn{
    padding: 6px 12px !important;
    margin-left: 15px;
    margin-top: 15px;
}

.list-group-item.row label{
	overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0px;
    font-weight: normal;
}

.list-group-item.row .badge {
    margin-right: -30px;
}

/*the grid framework adds negative margins here
  so we compensate with a little padding*/
.record-container{
	padding:0px;
	padding-left:4px;
	padding-right:4px;
}

.small-spacer {
    margin-top: 10px;
}

.row.striped {
    border-top: 1px solid #DADADA;
}

.name-details{
	font-size: 8pt;
	background-color: rgb(249, 249, 249);
}

.pref-name, .display-name {
    font-style: italic;
    font-weight: normal;
}
.row-spacer{
	border-bottom:1px solid #ddd;
}
/* remove this formatting for now
.locators label{
	font-size:small;
    font-style: italic;
}
*/
.name-type{
	font-size: small;
	font-weight: bold;
}
.name-form{
	font-weight:bold;
}
span.nowrap-list {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.query-term {
    color: #000;
    background: #e7e7e7;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
}
.minor-option{
	font-weight:normal !important;
	font-size:85%;
}

.no-margin{
    margin-bottom:0;
}
.center-text{
    text-align: center;
}
.fieldfacet .dropdown-menu {
    width: 250px;
    left: 50%;
    margin-left: -125px;
}

.field-facet-group{
	margin-left:10px;
}

.inline{
	display:inline-block;
}
.field-facet-label{
	margin-right:10px;
}

.list-detail-value{
	float:right;
}

.badge-wrapper{
	margin: -15px 0px 0px 15px;
}

.sequence-edit{
    font-family: monospace;
}
.align-right{
    float: right;
}
/*.loading {
    position: absolute;
    padding: 100px;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    text-align: center;
    width: 100%;
    height: 101%;
    opacity: 0.95;
}*/

.loading {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top:50%;
    left: 50%;
    align: center;
    z-index: 1000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.invisible{
	visibility: hidden;
}
.type-ahead-wrapper li a {
    overflow-x:hidden;
    white-space:nowrap !important;
    text-overflow:ellipsis;
}







.b-loader,
.b-loader:before,
.b-loader:after {
  background: #a4c7e2;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 1em;
}
.b-loader {
  color: #000000;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.b-loader:before,
.b-loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.b-loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.b-loader:after {
  left: 1.5em;
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 3em;
  }
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 3em;
  }
}







[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.fade-ng-cloak {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fade-ng-cloak[ng-cloak] {
  display: block !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.fade-ng-cloak.ng-cloak,
.fade-ng-cloak.ng-binding {
    opacity: 0;
    transition: opacity 800ms ease-in-out;
}
.fade-ng-cloak.ng-binding {
    opacity: 1;
}

.fade-in.unloaded {
  opacity: 0;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.fade-in {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}


.stree li{
	list-style-type: none;
	
}
.stree ul{
	padding:0;
	
}


.intralink{
	background-color: rgb(255, 255, 255);
    border: 1px solid black;
    border-color: #e0e0e0;
    color: #555;
    padding: 2px;
    padding-left: 5px;
}

table.tabtab td {
    padding-bottom: 10px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 5px;
}

table.tabtab{
    /* see .col-md-12 .tab-content values
    margin-top:10px; 
    */
    width:100%;
}

.col-md-12 .tab-content {
    margin-top: 20px;
}

span.badge.badge-light {
	color: var(--bootstrap-blue);
    background-color: white;
	padding: 1px 5px 1px 5px;
    font-size: 9px;
    margin-bottom: 2px;
    margin-left: 5px;
        
}

/* This is to fix display of tabs */
.tab-content .panel-heading{
    display:none;
}

.tab-content .col-md-12{
    padding:0px;    
}

.pop-key h4 {
    padding: 0px;
    margin: 0;
    margin-top: 3px;
    font-weight: bold;
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
    max-width: none; /* Max Width of the popover (depending on the container!) */
}


.facet-val{
    display: inline-block;
}

.facet-val-text{
	display: inline-block;
	max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
	padding: 1px 0 1px 0;
}

/* popup contents -- use scrollbar for overflow*/
.pop-val {
  overflow: auto;
  position: relative; 
  line-height: 1.2em;
  max-height: 12.0em;
  text-align: justify;
  margin-right: 1em;
  padding-right: 1em;
}

/*
/* create the ... 
.pop-val:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines 
.pop-val:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
*/
.fval{
	margin-bottom:5px;
	margin-right: 2px;
    display: inline-block;
}

.info-pop{
	vertical-align: middle;
    margin-left: 4px;
    color: var(--ncats-gray) !important;
}

/* prevent underscore on a whitespace next to an infopop */
a.info-pop {
    text-decoration: none;
}

/*
.ext-link::after{
	font-family: FontAwesome;
    content: " \f14c";
}
*/

.ext-link{
    display:block;
}

.ext-link a{
	display: inline-block;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    
}


.label-default.loader{
	border: 1px solid;
    border-color: #e0e0e0;
    background-color: white;
    color: #555;
    display: inline-block;
}

.additional-data{
	overflow-x: auto;
    overflow-y: auto;
}

.sub-title {
    font-weight: bold;
    margin-top: 10px;
}

.pop-sub-key{
	font-style: italic;
	font-weight: bold;
	font-size: small;
}

.pop-sub-val{
	max-width:300px;
	overflow-wrap: break-word;
}

.subsub-title{
	font-size:small;
	font-style:italic;
}

.subsub-title .val{
	font-style:normal;
}

.row{
	    clear: both;
}
/* other values in drugs.css
.card-content{
	padding-top:10px;
}
*/
#one-line{
	/* this seems redundant 
	and negatively affects border in some cells
	float: left;
	*/
    white-space: nowrap;
}
.temp-focus{
	animation-name: pulse-focus;
    animation-duration: 4s;
    background-color:rgba(255, 255, 255, 0);
}

@keyframes pulse-focus {
    from {background-color: rgba(51, 122, 183, 0.32);}
    to {background-color:rgba(255, 255, 255, 0);}
}

table.tabtab td, table.tabtab th {
    padding: 5px;
}


.tree-view span{
	display:inline-block;
}
/* probably too much -- get rid of for now
.kv-table td:first-child{
	font-weight:bold;
    font-style: italic;
}
*/
#details h5 {
    margin-top: 0px;
}


.seq-count {
    font-size: small;
    margin-right: 7px;
}

.alert-important{
	color:red;
	font-style:italics;
}

.detail-card{
	position:relative;
}

.row.private-flag {
    margin: auto;
    text-align: center;
}
.subtle-label{
	font-weight:normal;
}

