a:focus {
    outline: none !important;
}

.text-ey-primary {
    color: #ED4F2F !important
}

.text-ey-secondary {
    color: #808080 !important
}

.bg-ey-primary {
    background-color: #ED4F2F !important
}

.bg-ey-secondary {
    background-color: #808080 !important
}

.bg-ey-dark {
    background-color: #333 !important
}

.img-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: auto;
    max-width: 220px;
    height: auto;
    padding: 0.6em;
}

.card {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

dt {
    font-weight: 200;
    color: #808080;
    line-height: 1.2;
}

dt,
dd {
    margin-bottom: 1em;
}

.lighter {
    font-weight: 200;
}

sup {
    color: #808080;
    font-weight: 200;
    margin-left: 4px
}

.big-value {
    font-size: 1.4em;
    font-weight: 400;
}

.big-value i {
    font-weight: 200;
    font-style: normal;
}

.big-value i:before {
    content: "("
}

.big-value i:after {
    content: ")"
}

.legend-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #ccc;
    border-radius: 20em;
    vertical-align: -2px;
}

.no-logo {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #eee;
    border-radius: 20em;
    text-align: center;
    line-height: 70px;
}

.no-logo .fa {
    font-size: 1.8em;
    color: #ccc;
}

.d-flex > .list-inline {
    margin: 0;
}

.badge-list {
    margin: 0;
}

.badge-list .list-inline-item {
    margin-bottom: 0.5em;
}

.alert {
    border-radius: 0;
    border: none;
}


/* Navs
---------------------------------------------------------------- */

.nav-lined .nav-item {
    margin-right: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.nav-lined .nav-link {
    padding-left: 0;
    line-height: 1;
    padding-right: 0;
    color: #808080;
}

.nav-lined .nav-link:hover {
    color: #555;
}


/*.nav-lined .nav-item.active .nav-link {
  border-bottom: 0.3rem solid #FFD800;
}
  .nav-lined .nav-item.active .nav-link  {
    font-weight: 500;
    color: #212529;
  }*/

.vc-nav {
    background-color: #333;
    font-size: 1.25rem;
    font-weight: 300;
    padding: 0 0.8em;
}

.vc-nav .nav-item {
    margin: 0
}

.vc-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}

.vc-nav .nav-link:hover {
    color: rgba(255, 255, 255, .8);
}

.vc-nav .nav-item.active .nav-link {
    color: #fff;
}

.vc-nav.nav-lined .nav-link {
    line-height: 2;
}

.vc-nav .nav-item:not(:last-child):after {
    content: "\203A";
    display: inline-block;
    align-self: center;
    color: #FFD800;
    margin: 0 0.4em;
    font-size: 2em;
    line-height: 1;
    height: 3rem;
}


/* Cards
---------------------------------------------------------------- */

.equal-height-cards .card {
    height: 100%;
}


/* Popovers
---------------------------------------------------------------- */

.popover {
    font-family: 'EYInterstate', sans-serif;
    font-weight: 400;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-color: #ccc;
}

.popover-body {
    padding: 1rem;
}


/* Badges
---------------------------------------------------------------- */

.badge {
    font-size: 0.75rem;
}

.badge:not(.badge-pill) {
    border-radius: 0;
}

.badge-primary {
    background-color: #ED4F2F;
    color: #fff;
}

.badge-light {
    background-color: transparent;
    color: #666;
    font-weight: 300;
    border: 1px solid #aaa;
}

.badge-lg {
    font-size: 0.95rem;
}

.badge i {
    font-style: normal;
    font-weight: 300;
}


/* Chip lists
---------------------------------------------------------------- */


/* demo purposes only */

.chips-wrap {
    position: relative;
}

.chips-wrap .form-control {
    padding-left: 165px;
}

.chip-item {
    position: absolute;
    background-color: #FFD800;
    z-index: 10;
    padding: 0 0 0 0.7em;
    left: 63px;
    top: 8px;
}

.chips-item .btn {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.3);
    margin-left: 0.2em;
}

.chips-item .btn:active,
.chips-item .btn:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.6);
}

div#selectedCompanies:empty {
    margin: 0 !important;
}

.chips-item {
    margin-right: 0.2em;
    margin-bottom: 0.2em;
    background-color: #333;
    color: #fff;
    padding: .28rem .375rem .28rem .7rem;
    display: inline-block;
}

.navbar-dark .form-control {
    border: none;
}


/* Badges
---------------------------------------------------------------- */

.badge:not(.badge-pill) {
    border-radius: 0;
}

.badge-light {
    background-color: transparent;
    color: #666;
    font-weight: 300;
    border: 1px solid #aaa;
}


/* List groups
---------------------------------------------------------------- */

.list-group-item {
    padding: .5rem 1rem
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}


/* Buttons
---------------------------------------------------------------- */

.btn {
    border-radius: 0;
    cursor: pointer;
}

.btn.focus,
.btn:focus,
.btn.active,
.btn:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    box-shadow: none !important;
}

.btn-primary {
    background-color: #ED4F2F;
    border-color: #ED4F2F;
    color: #fff;
}


/*.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #333;
    background-color: #e5c200 !important;
    border-color: #e5c200 !important;
}*/

.btn-secondary {
    background-color: #333;
    border-color: #333;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #444 !important;
    border-color: #444 !important;
}

.btn-outline-primary {
    color: #FFD800;
    background-color: transparent;
    background-image: none;
    border-color: #FFD800;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #FFD800;
    border-color: #FFD800;
}

.btn-secondary.active {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #FFD800 !important;
}

.btn-xs {
    padding: 0 .3rem;
    line-height: 1.4;
}

.btn-link.btn-xs {
    color: rgba(0, 0, 0, 0.3);
}

.btn-link.btn-xs:hover {
    color: rgba(0, 0, 0, 0.8);
}


/* Forms
---------------------------------------------------------------- */

.form-control,
.input-group-addon,
.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    border-radius: 0;
}

span.form-check-label {
    display: inline-block;
}

.form-check-label label {
    margin: 0;
    display: inline;
}


/* Tables
---------------------------------------------------------------- */

.table-hover tbody tr:hover {
    background-color: #FFD800;
}

.table {
    border-bottom: 1px solid #e9ecef;
}


/* Pagination
---------------------------------------------------------------- */

.page-link {
    color: inherit;
    border: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.page-link:focus,
.page-link:hover {
    color: inherit;
    background-color: #eee;
}

.page-item.disabled .page-link {
    color: #ccc;
}

.page-item.active .page-link {
    background-color: #ED4F2F;
    border-color: #ED4F2F;
    /*color: #333;*/
}


/* Datatables.js
---------------------------------------------------------------- */

.dataTables_info {
    font-style: italic;
    color: #aaa;
    font-size: 0.8em;
}

.dataTables_paginate {
    font-size: 0.8em;
}

.fa.Geography:before {
    content: "\f0ac"
}

.fa.Classifications:before {
    content: "\f07c"
}

.fa.Contacts:before {
    content: "\f0e0"
}

.fa.Importance:before {
    content: "\f06a";
}

.fa.Basic.Info:before {
    content: "\f05a";
}

.fa.Investment:before {
    content: "\f19c"
}

.fa.Links:before {
    content: "\f0c1"
}

.ui-autocomplete-match {
    color: #006CFC;
    font-weight: bold
}

.ui-autocomplete .ui-menu-item {
    padding: 0 10px
}

.ui-autocomplete .ui-menu-item span {
    padding: 0 !important
}

.ecoSystemDisplay div.rdf-info-side-panel.node-info.predicate-info {
    height: 100% !important
}

div.rdf-info-side-panel.node-info.predicate-info {
    z-index: 1000;
    position: absolute;
    width: 25vw;
    height: calc(100vh - 55px);
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: width, height;
    /*top: 30px;*/
    bottom: 0px;
    right: 0;
    padding: 1rem 1rem !important;
    background: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.hovered-parent {
    font-weight: 400;
    margin-bottom: .5em;
}

.rdf-info-side-panel .btn {
    margin-right: 0.2em;
    margin-bottom: 0.2em;
}

.closeInfoPanel:hover {
    cursor: pointer;
}

#3d-graph div.rdf-info-side-panel.node-info.predicate-info {}

.newsfeed a {
    color: #04355E;
}

.newsfeed .card {
    box-shadow: none;
    border: none;
}

.newsfeed .card .card-block {
    margin-top: 0.5em;
}

.newsfeed .text-muted {
    color: rgba(0, 0, 0, 0.3) !important;
}

.highcharts-credits {
    display: none !important
}

.dropdown-toggle.dark-toggle::after,
.btn-primary.dropdown-toggle::after {
    color: rgba(255, 255, 255, 0.35);
    font-family: 'FontAwesome'!important;
    content: "\f0d7";
    display: inline-block;
    width: auto;
    height: auto;
    border: 0;
    margin-left: 5px;
    font-size: .9em;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    vertical-align: middle
}

.dropdown {
    position: relative
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    border-radius: 0;
    padding: 0;
    min-width: 100%;
    display: none;
    margin-top: 0;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1)
}

.panel-default {
    border-color: #ddd;
    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: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-collapse.collapse.in {
    display: block;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-collapse .checkbox label {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-size: 12px;
    margin-bottom: 0
}

table tbody td sup,
div.rdf-info-side-panel.node-info.predicate-info sup,
.card dd.col-sm-8 sup {
    text-transform: uppercase;
}


/* Value chains
---------------------------------------------------------------- */

.hitech-row {
    /*border-top: 2px solid #eee;*/
    padding-bottom: 1.5em;
}

.hitech-row:nth-child(2) {
    flex-grow: 1;
}

.hitech-label {
    background-color: #eee;
    width: 250px;
    -ms-flex-align: center;
    align-items: center;
}

.hitech-icon {
    display: inline-block;
    background-color: #FFD800;
    padding: 0.8em;
    align-self: stretch;
}

.hitech-icon img {
    height: 64px;
    display: block;
    width: 64px;
}

.hitech-item {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    border: 1px solid #eee;
    padding: 0 1em;
    margin: 0 0.6em 0.6em 0;
    color: #333;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.12s ease-in;
    transform: scale(1);
}

a.hitech-item:hover {
    border: 1px solid #ddd;
    transform: scale(1.05);
    color: #333;
}

.hitech-item img {
    height: 48px;
}

.hitech-item b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 160px;
    line-height: 1;
    font-size: 1.2em;
}

.hitech-item.empty {
    width: 100%;
    font-style: italic;
    font-size: 1.2em;
    color: #aaa;
    font-weight: 300;
}

.more-link {
    display: inline-block;
    line-height: 90px;
    vertical-align: top;
}

.industry-icon {
    background-color: #333;
    padding: 0.8em;
}


/* Animations
---------------------------------------------------------------- */

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    transition: all 0.12s ease-in;
    animation-name: zoomIn;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

span.zoomIn {
    display: inline-block
}


/* Facets
---------------------------------------------------------------- */

.facet-list,
.facet-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.facet-list {
    font-size: 0.875rem;
    overflow-y: scroll;
}

.facet-list li {
    margin: .2rem 0;
}

.facet-list label {
    cursor: pointer;
    margin: 0;
}

.facet-list ul {
    margin-left: 0.8rem;
    font-weight: 300;
}


/* Collapse
---------------------------------------------------------------- */

[data-toggle="collapse"] {
    cursor: pointer;
}

[data-toggle="collapse"] .fa,
[data-toggle="collapse"] .btn .fa {
    transition: transform 0.2s ease-out;
}

.btn[aria-expanded="true"] .fa,
[aria-expanded="true"] .btn .fa {
    transform: rotate(180deg);
}


/* Animations
---------------------------------------------------------------- */

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    transition: all 0.12s ease-in;
    animation-name: zoomIn;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

span.zoomIn {
    display: inline-block
}


/* The max width is dependant on the container (more info below) */

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

.popover-header {
    display: none !important
}

#tbody tr {
    float: left !important
}

#compnayResultsTable.dataTable {
    border-collapse: collapse !important
}

#compnayResultsTable_wrapper .col-sm-12 {
    padding: 0 !important
}

#compnayResultsTable thead {
    display: none !important
}

.facetExpand:hover {
    cursor: pointer;
}

.popover-body .description {
    font-weight: 300
}

.advancedSearchResults img {
    display: block;
}

#showSubsidiary:hover,
#showAcquisition:hover,
#showInvestors:hover,
#showClients:hover,
#showSuppliers:hover,
#showCompetitors:hover,
#showConInvestors:hover {
    cursor: pointer;
}

.dt-buttons {
    display: inline-block;
    float: left;
}

#pulserLogo {
    position: relative;
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    display: none;
}

#pulserLogo img {
    width: 500px;
    margin-top: 20%;
}

.tabLink:hover {
    cursor: pointer;
}

.ui-tooltip,
.arrow:after {
    background: black !important;
    border: 0px solid white;
    box-shadow: 0 0 7px white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white !important;
    font-size: 12px !important;
    box-shadow: 0 0 7px white;
    border-radius: 4px;
}

.aggregationHolder {
    display: inline-block;
}

body.production sup {
    display: none !important
}

#summaryHolder {
    position: absolute;
    top: 4px;
    background: #fff;
    padding: 20px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

ind {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
    color: #808080;
    font-weight: 200;
    margin-left: 4px
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-height: 300px;
    overflow: scroll
}

text.cluster-label,
text.cluster-node-count {
    font-size: 10px !important
}

.slider {
    width: 100%
}


/*#showInvestorPforile,
#showCompanyProfile {
  display: none !important
}*/

.production #exportResults,
.production .card .alert.alert-warning.text-center {
    display: none !important
}

.select2-container {
    /*    width: auto !important;*/
    min-width: 300px !important;
}

#collaborationsTable_wrapper .pagination {
    display: none !important
}

.selectCompHolder .select2-container {
    width: 200px !important;
    min-width: 50px !important;
}

.wordpress-gdpr-popup-full-width {
    width: 100%;
    text-align: center;
}

.wordpress-gdpr-popup-full-width .wordpress-gdpr-popup-close {
    top: 10px;
    right: 10px;
}

.wordpress-gdpr-popup-full-width {
    width: 100%;
    text-align: center;
}

.wordpress-gdpr-popup-full-width {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.wordpress-gdpr-popup {
    position: fixed;
    font-size: 13px;
    z-index: 999999999;
    padding: 20px;
    display: block;
    bottom: 0
}

.wordpress-gdpr-popup-agree {
    text-decoration: underline;
    cursor: pointer;
}

.bg-ternary {
    background-color: #2DBAAB;
    overflow: hidden;
    position: relative;
}

.popoverLink span {
    color: #ED4F2F
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem !important;
    margin-left: 10px;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.facetsSelector {
    list-style: none
}

.facet-container label {
    float: left;
    padding: 0 8px;
    vertical-align: middle;
    line-height: 18px;
    text-transform: capitalize;
    background: transparent;
    position: relative;
    font-size: 100%;
    cursor: pointer;
    margin-bottom: 0;
    color: #04355e;
    padding: 4px 10px;
    border: 2px solid #04355e;
    border-radius: 4px;
}

#selected-facets span {
    float: left;
}

.facet-container {
    margin: 0 8px 8px!important;
    padding: 0!important;
    margin-bottom: 0!important;
}

#selectedFacetsUri {
    display: none !important
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    z-index: 101
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*-------------------------------------------------------------
  News feed related
-------------------------------------------------------------*/


/* Alter column order to position top trends on the right */

@media (min-width: 768px) {
    .news-feed .col:nth-child(2) {
        order: -1;
    }
}

@media (min-width: 1200px) {
    .news-feed .col:nth-child(3) {
        /*order: -1;*/
    }
}

.breadcrumb {
    padding: .5rem 0;
    border-radius: 0;
    background-color: transparent;
    font-size: .875rem;
}

.t_title {
    font: 1.5em "RubikWeb", serif;
    position: relative;
    text-align: left;
    padding: 30px 30px 0 30px;
    line-height: 48px;
}

.t_summary {
    font: 0.8em 'RubikWeb', arial, sans-serif;
    position: relative;
    text-align: left;
    padding: 20px 30px 0 30px;
    line-height: 24px;
    text-align: justify;
}

.t_text {
    font-family: 'RubikWeb', arial, sans-serif;
    color: #000;
    position: relative;
    padding: 14px 20px 0 20px;
    line-height: 36px;
    text-align: justify;
    font-weight: 300;
    font-size: 1rem;
}

.t_text p,
.t_text br,
.t_text b,
.t_text i,
.t_text a,
.t_text ul,
.t_text li,
.t_text strong,
.t_text em {
    position: relative;
}

.t_text::selection {
    background: #000;
    color: #fff;
}

.t_text::-moz-selection {
    background: #000;
    color: #fff;
}

.t_summary::selection {
    background: #555;
    color: #fff;
}

.t_summary::-moz-selection {
    background: #555;
    color: #fff;
}

.t_title::selection {
    background: #aaa;
    color: #fff;
}

.t_title::-moz-selection {
    background: #aaa;
    color: #fff;
}

.t_title span,
.t_summary span,
.t_text span {
    position: relative;
    font: 0px arial;
}

.t_underline {
    cursor: pointer;
    position: absolute;
    background-color: #09f;
    visibility: hidden;
}

.t_annotations {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.t_point {
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #f09;
}

.t_background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.t_highlight {
    position: absolute;
    height: 19px;
    opacity: .3;
}

.t_area {
    position: absolute;
    top: -19px;
    left: 0px;
    height: 19px;
    width: 100%;
    opacity: 0;
    background-color: #fff;
}

.t_center {
    position: relative;
    left: 50%;
}

.t_details {
    left: -550px;
    position: relative;
    width: 1100px;
    max-height: 240px;
    overflow: auto;
}

.t_details a.t_marker {
    padding: 1px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ccc;
    color: #000 !important;
    margin: 0 4px;
    font-size: 12px;
    border: 1px solid #3e4553;
    display: block;
    line-height: 1.6em;
    /*text-overflow: ellipsis;
  white-space: nowrap;*/
    overflow: hidden;
}

.t_details a.t_marker:hover {
    cursor: default;
    background-color: #fff;
    /*overflow:visible;
  white-space: normal;*/
}

.t_details .t_label {
    font-size: 12px;
    text-align: center;
    display: block;
    background-color: #3e4553;
    padding: 0 10px;
    margin-bottom: 8px;
}

.t_details .t_column {
    position: relative;
    float: left;
    background-color: #515b6d;
    padding: 5px 5px 8px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    max-width: 240px;
}

.t_details .t_container {
    max-height: 180px;
    overflow: auto;
}

.t_closeLinkContainer {
    position: absolute;
    top: 0px;
    right: 0px;
}

.tooltip {
    top: 100px !important;
}

.baloon {
    position: fixed;
    z-index: 1001;
    top: -1000;
    left: -1000;
    background-color: #111;
    -moz-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}


/*.baloon div{ margin:2px 7px 3px 7px; font:13px ROBOTO,serif; color:#333; line-height:1.5em; font-weight:bold; }
.baloon div span{display:block; padding:5px;}*/

.baloon div {
    padding: 2px 8px 0;
    font: 13px TEXT, Arial, sans-serif;
    color: #eee;
    line-height: 1.5em;
}


/*.baloon div span{ display:block; font:20px HEADLINE, Arial, sans-serif; padding-bottom:10px;}*/

.baloon img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-height: 150px;
    max-width: 150px;
}

.baloon div span {
    display: block;
    padding: 7px 1px 3px 1px;
    position: relative;
}

.baloon .a_type {
    font: 11px TEXT, Arial, sans-serif;
    line-height: 13px;
    padding: 1px 7px;
    display: inline-block;
    color: #fff;
    margin-bottom: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.baloon .a_score_label {
    padding: 0;
    font-size: 11px;
    margin-bottom: 12px;
    line-height: 12px;
    color: #111;
}

.baloon .a_score_container {
    padding: 0;
    border: 0px dashed #a7a59b;
    margin-top: 4px;
}

.baloon .a_score_back {
    padding: 0;
    font: 0;
    width: 150px;
    height: 8px;
    background-color: #a7a59b;
}

.baloon .a_score_chart {
    padding: 0;
    font: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #eee;
}

.baloon .a_score_line {
    padding: 0;
    font: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 18px;
    border: 0px solid #111;
    border-right-width: 1px;
}

.baloon .a_score_percent {
    padding: 0;
    font: 0;
    position: absolute;
    bottom: -2px;
    left: 3px;
    font-size: 10px;
    color: #111;
}

.baloon .a_trusted {
    font: 11px TEXT, Arial;
    font-weight: bold;
    color: #111;
    text-align: center;
    margin: -3px 0 4px;
}

.whitebaloon {
    background-color: #f1efef;
    border: 1px solid #d0d0d0;
}

tspan {
    cursor: pointer;
}

article {
    background: #fbfbfb;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
    padding: 1em;
    transition: all 0.5s ease 0s;
}

#column1 {
    display: inline;
    float: left;
    width: 97.916%;
    margin: 0 1.0416%;
    margin-bottom: 1em;
    margin-top: 1em;
}

#column2,
#column3,
#column4,
#column6,
#column7,
#column8,
#column9,
#column10 {
    display: inline;
    float: left;
    width: 47.916%;
    margin: 0 1.0416%;
    margin-bottom: 1em;
    margin-top: 1em;
}

@media screen and (max-width: 720px) {
    #column2,
    #column3,
    #column4,
    #column5,
    #column7,
    #column8,
    #column9,
    #column10 {
        display: inline;
        float: left;
        width: 97.916%;
        margin: 0 1.0416%;
        margin-bottom: 1em;
    }
}

.expand,
.help {
    float: right;
    margin-left: 5px;
    height: 25px;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    margin: 0;
    vertical-align: top;
}

#recent-articles,
#trending-chart {
    max-height: 400px;
    height: 400px;
    overflow: auto;
}

#recent-articles a,
#recent-articles span {
    text-decoration: none;
    font-size: 1.2em;
    font-family: 'RubikWeb';
}

node {
    stroke-width: 1.5px;
}

.graph {
    width: 100%;
    color: #FFF;
    fill: #333;
    height: 100%;
}

line {
    stroke: #666;
}

text {
    margin-bottom: 20px;
}

.text {
    text-align: justify;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.text a {
    color: orange;
    text-decoration: none;
}

.text a:hover {
    color: red;
}

#bubble-background {
    fill: none;
    pointer-events: all;
}

.bubble-node {
    /* fill: #d1e0f3; */
    fill: #fff;
}

.bubble-hover {
    /* fill: #b8c7d9; */
    fill: #fff !important;
}

.container-new .active {
    color: #ED4F2F
}

.list-group-item.active {
    background-color: rgba(237, 50, 50, 0.1);
    border-color: rgba(237, 50, 50, 0.1);
    color: inherit;
}

.active {
    color: #2ECC71;
}


/*[class^="icon-"], [class*=" icon-"], icon-any{
  font-family: 'icomoon'!important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: middle;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}*/

#metainfo {
    float: right;
    background-color: #f0f0e8;
    padding: 1px 10px;
    border: 5px solid #e5e3d7;
    color: #9f9e95;
    border-radius: 3px;
    width: 250px;
    margin-left: 10px;
    font-size: 12px;
    max-height: 300px;
    overflow: auto;
}

.profileRelatedLink {
    cursor: pointer;
}

.quote {
    font: 13px 'RubikWeb';
    clear: both;
    font-weight: 300;
}

.quoteDocTitle {
    font: 12px 'RubikWeb';
    float: left;
    font-weight: 300;
}

.quoteDate {
    font: 12px 'RubikWeb';
    float: left;
    font-weight: 300;
}

.quoteHeading {
    margin: 0 !important;
}

.secondLine {
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-left: 30px;
    margin-right: 10px;
    font-size: 13px;
}

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 90%;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 0px;
    top: -20px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px !important;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

a.bubble-label {
    font-family: 'Open Sans Condensed', sans-serif;
    color: inherit;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    color: #000;
    position: absolute;
    margin-top: 10px;
}

a.bubble-label:hover {
    color: #333;
}

.bubble-label .bubble-label-value {
    font: 11px Arial, sans-serif;
    white-space: nowrap;
}

.icon-thumbnail>i {
    font-size: 14px;
}

.nav-collapse.collapse {
    height: 100%!important;
}

.panel-associated {
    position: relative;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 6px 6px 5px 6px;
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #e6e6e6;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'RubikWeb';
    margin-left: 0px;
    margin-top: 0px;
}

.recentArticlesRow {
    cursor: pointer;
}

.recentArticlesRow img {
    float: left;
    margin-right: 7px;
}

.recentArticlesRow p {
    color: #2980B9;
    font-size: 16px;
    margin: 2px 0;
}

.badge:empty {
    display: none;
}

.label2.notice {
    background-color: #000;
}

.recentArticlesDate {
    font-style: italic;
    color: #7F8C8D;
}

.readmore {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'RubikWeb';
    color: #2980B9;
}

.label2 {
    background-color: #bfbfbf;
    border-radius: 3px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 3px 2px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'RubikWeb';
}

.profileHead {
    margin-right: 10px;
    text-transform: uppercase;
    font: 22px 'RubikWeb' !important;
    color: #000;
}

.profile-img {
    float: left;
    margin-right: 15px;
}

#profile {
    color: #777;
    line-height: 2em;
    font-family: 'RubikWeb';
    display: table;
}

.orgsInLoc,
.orgsToOrg {
    display: inline-block;
}

.orgsInLocLink,
.orgsToOrgsLink {
    color: #ccc;
    margin-right: 5px;
    font: 14px 'RubikWeb';
    color: #3498DB;
}

.orgsInLocSearch {
    color: #E67E22;
}

.orgsInLocDescr {
    font: 12px 'RubikWeb';
}

.orgsInLocRow {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.orgsInLocRowLast {
    margin: 10px 0;
}

.graph,
#vis {
    height: 400px;
}

div#bubble-labels {
    position: static;
    display: block;
    overflow: hidden;
}

.topicTooltip {
    font: 11px 'Open Sans';
    padding: 7px;
}

.bubble-label-name {
    font-family: 'Open Sans';
}

.loader {
    position: absolute;
    margin: 0 auto;
    right: 50px;
    top: 10px;
}

.minimize {
    margin-right: 20px;
    margin-top: 20px;
    z-index: 10000;
    text-align: center;
}

.expandCollapse,
.resize {
    outline: none !important;
    color: #337ab7;
}

.fullscreen {
    width: 100% !important;
}

g {
    height: 400px;
}

.quote {
    font: 13px 'Open Sans';
    clear: both;
}

.quoteDocTitle {
    font: 12px 'Open Sans';
    float: left;
}

.quoteDate {
    font: 12px 'Open Sans';
    float: left;
}

.quoteHeading {
    margin: 0 !important;
}

.secondLine {
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-left: 30px;
    margin-right: 10px;
    font-size: 13px;
}


/*#pagination {
  text-align: center;
  float: right;
}*/

#pagination ul {
    text-align: center;
    margin: 0 auto !important;
}

.profileImage {
    position: relative;
    width: 300px;
    overflow: hidden;
    float: left;
    margin-right: 20px
}

.profileImage figure {
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    margin-left: -50px
}

.profileImage figure img {
    display: block;
    position: relative;
    z-index: 10;
    margin: -15px 0
}

.profileImage figure figcaption {
    display: block;
    position: absolute;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.profileImage figure h2 {
    font-family: 'Open Sans';
    color: #fff;
    font-size: 20px;
    text-align: left
}

.profileImage figure p {
    display: block;
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #fff;
    text-align: left
}

.profileImage figure figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 29px 44px;
    background-color: rgba(26, 76, 110, 0.5);
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.profileImage figure img {
    backface-visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.profileImage figure:hover img,
figure.hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.profileImage figure:hover figcaption,
figure.hover figcaption {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
}

#imageContent {
    margin: 10px;
}

.grid {
    position: relative;
    clear: both;
    margin: 0;
    max-width: 250px;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 5% 0 0;
    min-width: 240px;
    max-width: 240px;
    width: 48%;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.8;
    width: 250px;
}

.grid figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 10px;
}


/*-----------------*/


/***** Selena *****/


/*-----------------*/

figure.effect-selena {
    background: #fff;
}

figure.effect-selena img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    background: #fff;
}

figure.effect-selena:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-selena h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    background: #000;
    opacity: 0.3;
}

figure.effect-selena p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    background: #000;
}

figure.effect-selena:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff;
    color: #333;
}

figure.effect-selena:hover p {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}

#imageHeading {
    margin-left: 10px;
}

.profileTooltip div {
    font: 10px 'Open Sans', sans-serif !important;
    padding: 3px !important;
}

.profileTooltip {
    border-radius: 3px;
}

figure.effect-1 {
    background: #2f3238;
}

figure.effect-1 img {
    max-width: none;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-1 figcaption {
    text-align: left;
}

figure.effect-1 h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-1 p {
    display: inline-block;
    margin: 1px;
    padding: 0.4em 1em;
    background: rgba(255, 255, 255, 0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

figure.effect-1 p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-1 p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-1 p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-1:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-1:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-1:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-1:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-1:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.inner {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(white));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, white);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, white);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, white);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, white);
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
    min-height: 245px;
    position: relative;
    right: -10px;
    bottom: -10px;
    margin-left: -20px;
    padding-left: 20px;
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}


/* Nav */

.tabs nav {
    text-align: left;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}


/* Icons */

.icon::before {
    z-index: 10;
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 1.3em;
    font-family: 'stroke7pixeden';
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-upload::before {
    content: "\e68a";
}

.icon-tools::before {
    content: "\e60a";
}

.icon-plane::before {
    content: "\e625";
}

.icon-joy::before {
    content: "\e6a4";
}

.icon-plug::before {
    content: "\e69a";
}

.icon-home::before {
    content: "\e648";
}

.icon-gift::before {
    content: "\e652";
}

.icon-display::before {
    content: "\e65e";
}

.icon-date::before {
    content: "\e660";
}

.icon-config::before {
    content: "\e666";
}

.icon-coffee::before {
    content: "\e669";
}

.icon-camera::before {
    content: "\e66f";
}

.icon-box::before {
    content: "\e674";
}


/* Content */

.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}

.orgRow {
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 15px 5px;
    border-radius: 3px;
    clear: both;
}

.orgRow:hover {}

.orgRow .heading {
    font-size: 15px;
}

.orgRow .description {
    font-size: 11px;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}


/* Fallback */

.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
    display: block;
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        display: none;
    }
    .tabs nav a:before {
        margin-right: 0;
    }
}

.tabs-style-bar nav {
    background: rgba(40, 44, 42, 0.05);
}

.tabs-style-bar nav ul {
    border: 4px solid transparent;
}

.tabs-style-bar nav ul li a {
    margin: 0 2px;
    background-color: #f7f7f7;
    color: #74777b;
    transition: background-color 0.2s, color 0.2s;
}

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
    color: #2CC185;
}

.tabs-style-bar nav ul li a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.6em;
}

.tabs-style-bar nav ul li.tab-current a {
    background: #2CC185;
    color: #fff;
}


/*****************************/


/* Icon box */


/*****************************/

.tabs-style-iconbox nav {
    background: rgba(255, 255, 255, 0.4);
}

.tabs-style-iconbox nav ul li a {
    overflow: visible;
    padding: 2em 0;
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-iconbox nav ul li a span {
    font-weight: 700;
    font-size: 0.7em;
}

.tabs-style-iconbox nav ul li.tab-current {
    z-index: 100;
}

.tabs-style-iconbox nav ul li.tab-current a {
    background: #fff;
    box-shadow: -1px 0 0 #fff;
}

.tabs-style-iconbox nav ul li.tab-current a::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #fff;
    content: '';
    pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, 0.07);
    content: '';
}

.tabs-style-iconbox nav ul li:first-child::before {
    right: auto;
    left: 0;
}

.tabs-style-iconbox .icon::before {
    display: block;
    margin: 0 0 0.25em 0;
}


/*****************************/


/* Underline */


/*****************************/

.tabs-style-underline nav {
    background: #fff;
}

.tabs-style-underline nav a {
    padding: 0.25em 0 0.5em;
    border-left: 1px solid #e7ecea;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-underline nav li:last-child a {
    border-right: 1px solid #e7ecea;
}

.tabs-style-underline nav li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #2CC185;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
}

.tabs-style-underline nav li.tab-current a::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tabs-style-underline nav a span {
    font-weight: 700;
}

.close::before {
    display: none !important
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 100;
    right: 50%;
    top: 30%;
}

.backgroud-shadow {
    background: #000;
    position: fixed;
    z-index: 100;
    opacity: 0.3;
}

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

.form-control::-webkit-input-placeholder,
.form-control:placeholder-shown {
    color: #464a4c;
}

.flipAnimation {
    transform: translateY(0%) rotateY(-360deg);
    transition-duration: 1s;
    transform-style: preserve-3d
}

.card-body {
    background: #fafafa
}


/*.statisticsShow{
  transform: rotateY(-360deg);
}*/

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.detailsShowBtn{
position: absolute;
top: 30px;
left: 30px;
}
b{
  font-weight: 800
}
.ngramTitle b,
.documentContent b{
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: #ED4F2F
}
.retrievedDocuments{
    max-height: 300px;
    overflow: scroll;
}






