/**
MAIN.CSS
**/

@import "fonts.css";
*,
html {
    font-family: "Fira Sans Condensed";
}

p {
    font-family: "Fira Sans Condensed" !important;
}

body {
    background-color: #efefef;
    overflow-x: hidden;
}

a {
    color: #50acc7;
}

a:hover {
    color: #f0a500;
    text-decoration: none;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    >.col,
    >[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.decor {
    position: fixed;
    right: 0;
}

.card-ft-box {
    margin-left: -1px;
    /* display: flex;
  flex-flow: column; */
}

.card-feature-light-1 {
    background-color: #50acc7;
    border-radius: 0 0 20px 20px;
    height: 90px;
    margin-right: 30px;
}

.card-feature-light-1-dark {
    background-color: #10586e;
    border-radius: 20px 20px 0 20px;
    height: 340px;
    max-height: 400px;
    margin-top: 30px;
    margin-right: 30px;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.card-feature-light-1-bt {
    background-color: #50acc7;
    border-radius: 20px;
    height: 35vh;
    flex: 1 1 auto;
    margin-top: 30px;
    margin-right: 30px;
    padding: 3vw;
}

.card-feature-light-2 {
    background-color: #50acc7;
    border-radius: 20px 0 0 20px;
    height: 37vh;
    margin-top: 3vh;
}

.card-feature-light-2-bt {
    background-color: #50acc7;
    border-radius: 20px 0 0 0;
    height: 56vh;
    margin-top: 4vh;
}

.content {
    margin-top: 3.5em;
    padding: 30px;
    overflow-y: scroll;
}

.content-box {
    padding: 8px;
    background-color: #fff;
    border-radius: 20px;
}

.round-corner {
    border-radius: 20px;
}

.content-box a {
    color: #10586e;
}

.meta-profile,
.meta-profile a {
    color: #a5a5a5;
}

.banner {
    border-radius: 20px;
    background-color: #fff;
    max-height: 200px;
    height: 200px;
}

.stat {
    max-height: 200px;
    height: 200px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
}

.stat-table {
    font-size: 14px;
}


/* .banner img{
    border-radius: 20px;
    min-height: 200px;
} */


/** OVERRIDE BS **/

.input-group-sm>.form-control,
.input-group-sm>.custom-select {
    padding: 0.5rem 0.5rem;
    font-size: 0.930125rem;
    line-height: 1.5;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.jumbotron {
    border-radius: 20px;
}

.form-control-sm.custom-select {
    border-radius: 100em;
    font-size: 0.930125rem;
    padding: 0 0.5rem;
    height: calc(1.5em + 0.5rem + 2px);
}

.navi {
    position: fixed;
    width: 64.4vw;
    z-index: 999;
}

.navbar.bg-light {
    border: none;
    border-bottom-right-radius: 20px;
    border-bottom: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
}

.brand-text {
    color: #10586e;
}

a.nav-link {
    color: #10586e !important;
}

.btn {
    font-family: "Fira Sans Condensed";
    border-radius: 10em;
}

.btn-default {
    background-color: #e7e7e7;
}

.btn-primary {
    background-color: #50acc7;
}

.search-box .input-group>.input-group-append>.btn,
.search-box .input-group>.input-group-append>.input-group-text,
.search-box .input-group>.input-group-prepend:not(:first-child)>.btn,
.search-box .input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.search-box .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.search-box .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #f4f4f4;
    border-color: #50acc7;
}

.search-box .input-group>.input-group-append>.input-group-text a {
    color: #8e8e8e;
}

.card {
    border-radius: 20px;
    border: solid 1px #e8e8e8;
}


/* .dropdown:hover>.dropdown-menu {
    display: block;
  } */


/** select2 container **/

.select2-container--default .select2-selection--single {
    background-color: #50acc7;
    border: 1px solid #50acc7;
    border-radius: 20px;
    padding: 6px 4px;
    height: 43px;
}


/** select2 arrow **/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 4px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}


/** select2 dropdown state **/

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
}

input.form-control {
    border-radius: 20px;
}

.search-box form input.form-control {
    /* border-color: #ed9d2b; */
    border-color: #50acc7;
    background-color: #fff;
}

.content-network {
    padding: 5px;
    text-align: center;
}

.content-network ul {
    margin: 0;
    padding: 0;
}

.content-network ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 0;
    width: 140px;
}

.content-network ul li a {
    background-color: #fff;
    border-radius: 10em;
    border: 1px solid #e7e7e7;
    padding: 4px 12px;
    margin: 0 4px;
    width: 140px;
    display: inline-block;
    text-align: center;
}

.content-network ul li a:hover {
    text-decoration: none;
    border: 1px solid #ed9d2b;
}

.footer-static {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100vw;
}

.copyright-box {
    text-align: center;
    padding: 10px;
    color: #fff;
}

.copyright-box img {
    height: 60px;
    max-height: 60px;
    margin-bottom: 5px;
}

.copyright-box .title {
    font-size: 12px;
}

.copyright-box .subtitle {
    font-size: 9px;
}

.btn-search-xs {
    padding: 5px 2px;
}

.stat-content {
    background-color: #fff;
    margin: 0px;
    padding: 20px;
    border-radius: 20px;
}

.bg-card-default {
    background-image: url("../img/bg-card.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-card-orange {
    background-image: url("../img/bg-card-yellow.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-card-red {
    background-image: url("../img/bg-card-red.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-card-simple {
    background-image: url("../img/bg-card-simple-default.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.stat-content .stat-text {
    font-size: 180%;
    line-height: 1em;
    color: #323232;
}

.stat-marque {
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}

.stat-content .stat-subtext {
    color: #a5a5a5;
}

.delay-1 {
    animation-delay: 0.25s;
}

.delay-2 {
    animation-delay: 0.5s;
}

.delay-3 {
    animation-delay: 0.75s;
}

.delay-4 {
    animation-delay: 1s;
}

.side-top {
    padding: 10px;
    color: #fff;
    background-color: #50acc7;
    border-bottom: solid 8px #10586e;
    font-size: 12px;
}

.side-content {
    background-color: #fff;
    padding: 20px;
    font-size: 13px;
    min-height: 100vh;
    height: 100vh;
    margin-left: -15px;
    ;
}

.title-list {
    color: #a5a5a5;
    position: fixed;
    top: 30px;
    background-color: #efefef;
    z-index: 100;
    width: 64.2vw;
    padding: 4em 0 0 0;
    /* border-bottom: solid 1px #e8e8e8; */
}

.title-list h4,
.title-list h5,
.title-list h6 {
    color: #323232;
    font-weight: 200;
}

.content-list {
    padding: 0 15px;
}

.list-item {
    background-color: #e8e8e8;
    /* border: 1px solid #f0f0f0; */
    border-radius: 20px;
    /* padding: 20px 8px; */
    font-size: 14px;
}

.profile-side {
    /*background-color: #F7F7F7;*/
    background-color: #FFFFFF;
    border-radius: 20px;
    /* padding: 20px; */
}

.meta-side {
    background-color: #e8e8e8;
    border-radius: 20px;
    padding: 20px;
    /* text-align: center; */
}

.profile-name a {
    font-size: 1.25em;
    color: #10586e;
}

.profile-affil {
    margin-top: 1em;
}

.profile-affil a {
    font-size: 1em;
    line-height: 1em;
    /* color: #a5a5a5; */
}

.profile-dept a {
    font-size: 0.9em;
    line-height: 1em;
    /* color: #a5a5a5; */
}

.profile-id {
    font-size: 0.8em;
    line-height: 2.4em;
    color: #a5a5a5;
}

.pr-bottom {
    padding: 1em;
    /*background-color: #f7f7f7;*/
    background-color: #FFFFFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    border-top: 1px solid #DBDBDB;
}

.pr-top {
    padding: 1em;
}

.pr-top div {
    padding: 0 1em 0 0;
}

.img-thumbnail {
    padding: 0;
    border: solid 4px #e7e7e7;
    border-radius: 1em;
}

.pr-num {
    font-size: 1.5em;
}

.pr-txt {
    font-size: 0.63em;
}
.pr-txt-metric {
    font-size: 0.9em;
}

.pr-ic i {
    padding: 10px 5px;
    border-radius: 10em;
    line-height: 14px;
    height: 2em;
    width: 2em;
}

.ic-blue i {
    background-color: #f0a500;
    color: #f7f7f7;
}

ul.subject-list {
    padding: 0;
    margin: 0;
}

ul.subject-list li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0.4em;
}

ul.subject-list li a {
    font-size: 0.8em;
    padding: 0.4em 0.8em;
    background-color: #fff;
    border-radius: 10em;
    color: #323232;
}

.profile-subject ul.subject-list {
    padding: 0;
    margin: 0;
}

.profile-subject ul.subject-list li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0.2em;
}

.profile-subject ul.subject-list li a {
    font-size: 0.6em;
    padding: 0.4em 0.8em;
    background-color: #ddf3f5;
    border-radius: 10em;
    color: #323232;
}

label.small-lbl {
    font-size: 0.7rem;
    margin: -15px 0 0 0.5em;
    padding: 0;
    line-height: 1em;
    position: absolute;
}

.stat-profile {
    background-color: #f8f9fa;
    margin: 0 -8px 0 -8px;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
    padding: 1em;
}

.stat-chart {
    background-color: #f8f9fa;
    margin: 0 -33px 0 -34px;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
    padding: 1em;
}

.profile-article {
    padding: 2px 1.5em 1.5em 1.5em;
}

ul.article-tab {
    padding: 0;
    margin: 0;
}

ul.article-tab li {
    list-style: none;
    display: inline;
    margin-right: 2em;
}

ul.article-tab li a {
    color: #a5a5a5;
}

ul.article-tab li a.active {
    color: #323232;
    font-size: 130%;
}

.ar-list-item {}

.ar-title a {
    font-size: 1rem;
}

.ar-title a:hover {
    color: #50acc7;
    text-decoration: none;
}

.ar-meta a {
    font-size: 0.9rem;
    color: #8e8e8e;
}

.ar-meta a:hover {
    color: #ed9d2b;
    text-decoration: none;
}

.ar-meta .ar-year {
    /* margin-left: 20px; */
    color: #a5a5a5;
}

.ar-meta .ar-pub {
    margin-left: 20px;
    color: #50acc7;
}

.ar-meta .ar-cited {
    margin-left: 20px;
    color: #50acc7;
}

.ar-meta .ar-quartile {
    margin-left: 20px;
    color: #ed9d2b;
}

.ar-meta .ar-sinta {
    margin-left: 20px;
    color: #10586e;
}

.profile-nav.nav {
    padding: 4px 20px 0 0;
}

.profile-nav.nav a.nav-item {
    /*border-radius: 10em;*/
}

.profile-nav.nav a.nav-item.active {
    color: #f0ad4e !important;
    /*border-radius: 10em;*/
    /*background-color: #50acc7;*/
    font-size: 115%;
    font-weight: bold;
    margin-top: -3px;
}

a.btn.btn-function-info {
    border: solid 3px #ddf3f5;
}

.affil-name a {
    font-size: 1.25rem;
    color: #10586e;
    text-transform: uppercase;
}

.avatar-affil {
    height: 140px;
    border: none;
}

.author-prev {
    font-size: 12px;
    color: #a5a5a5;
}

.author-prev a,
.affil-loc a {
    color: #50acc7;
}

.au-list {
    margin: 8px 0 0 0;
    padding: 0;
}

.au-list li {
    list-style: none;
    display: inline;
}

.au-list li.au-more {
    font-size: 11px;
    border: 3px solid #efefef;
    background-color: #f3f3f3;
    margin-left: 5px;
    line-height: 40px;
    padding: 6px;
    border-radius: 40em;
}

.au-list li a img {
    width: 34px;
    height: 34px;
    border-radius: 40em;
    margin-left: -3px;
    border: solid 3px #efefef;
}

.stat-prev .num-stat {
    /* color: #323232; */
    font-size: 1rem;
}

.stat-prev .text-stat {
    color: #a2a2a2;
    font-size: 0.7rem;
    padding-top: 8px;
}

.stat-num {
    font-size: 1.5rem;
}

.stat-text {
    font-size: 0.8rem;
}

.stat-arrow {
    text-align: right;
    float: right;
    font-size: 1.25rem;
    margin-top: 12px;
}

.univ-logo-main {
    height: 140px;
}

.bg-univ {
    min-height: 200px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -8px;
    border-radius: 20px 20px 0 0;
}

.univ-name {
    color: #f4f4f4;
    text-align: center;
    background-color: rgb(39, 73, 109, 0.8);
    height: 300px;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}

.univ-name h3 a {
    font-size: .75em;
    color: #f4f4f4;
    text-transform: uppercase;
}

.univ-name a.affil-loc {
    color: #50acc7;
}

.affil-abbrev {
    color: #a5a5a5;
}

.au-list-affil {
    padding: 30px;
}

.au-item .stat-name {
    font-size: 1em;
}

.au-item .stat-text {
    font-size: 0.6em;
}

.affil-profile-card .stat-num {
    font-size: 1.8rem;
    line-height: 1em;
    margin-left: 50px;
    margin-top: 5px;
}

.affil-profile-card .stat-text {
    font-size: 0.8rem;
    margin-left: 50px;
}

.affil-profile-card .stat-ic {
    position: absolute;
    font-size: 2.5rem;
    color: #dfdfdf;
}

.stat-ic {
    font-size: 3rem;
    color: #dfdfdf;
}

.content-list-item {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
}

.tbl-content-action {
    padding-top: 0.5em;
}

.tbl-content-action a {
    font-size: 11px;
    background-color: #dfdfdf;
    color: #fff;
    height: 20px;
    width: 20px;
    padding: 7px 7px 6px 8px;
    border-radius: 100em;
}

.tbl-content-action a:hover {
    background-color: #50acc7;
}

.tbl-content-meta {
    padding-top: 1em;
    font-size: 14px;
}

.tbl-content-meta-num {
    /* padding-top: 22px; */
    font-size: 1.65em;
}

.tbl-content-meta-num .text-small {
    margin-top: -1em;
}

.tbl-content-meta .s1 {
    background-color: #dffaff;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-meta .s2 {
    background-color: #fff7d4;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-meta .s2-terapan {
    background-color: #fff7d4;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-meta .s3 {
    background-color: #fcdee7;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-meta .profesi {
    background-color: #e6ffdf;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-meta .d1 {
    background-color: #dfe8ff;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-meta .d2 {
    background-color: #eadfff;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-meta .d3 {
    background-color: #f6dfff;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-meta .d4 {
    background-color: #fedfff;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-meta .sp-1 {
    background-color: #ffdfec;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-meta .sp-2 {
    background-color: #ffdfdf;
    color: #323232;
    height: 20px;
    width: 20px;
    padding: 8px 9px 7px 9px;
    border-radius: 100em;
}

.tbl-content-name .au-list .au-more {
    padding: 5px;
    background-color: #f7f7f7;
}

.tbl-content-name .au-list .au-more a {
    font-size: 11px;
}

.tbl-content-name .au-list .img-aut-prev {
    width: 30px;
    height: 30px;
}

.tbl-content-name .dept-list .img-aut-prev {
    width: 30px;
    height: 30px;
    border: none;
    margin-right: 1em;
}

.accredited {
    background-color: #fff7d4;
    padding: 4px 8px;
    border-radius: 10em;
}

.scopus-indexed {
    background-color: #faebd7;
    color: #ed9d2b;
    border-radius: 10em;
    padding: 4px 8px;
}

.garuda-indexed {
    background-color: #fad7d7;
    color: #ed2b2b;
    border-radius: 10em;
    padding: 4px 8px;
}

.journal-list-stat {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 8px 0;
    background-color: #dfdfdf;
}

.journal-list-stat .pr-num {
    font-size: 1rem;
}

.journal-list-stat .pr-txt {
    font-size: 0.8rem;
}

.journal-list-stat .pr-ic i {
    padding: 7px 5px;
}

.journal-profile .pr-top {
    padding: 1em 0;
}

.back-btn-profile {
    text-align: right;
}

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

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

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    color: #10586e;
}

.page-link,
.page-item.disabled .page-link {
    background-color: #f7f7f7;
}

.page-link {
    color: #50acc7;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #50acc7;
    border: solid 5px #50acc7;
    margin-top: -0.25em;
    border-radius: 0.4em;
}

.text-small {
    font-size: .65rem;
}

.d-item {
    border-bottom: 1px solid #f7f7f7;
}

.content-list-no-filter {
    padding: 0 15px;
}

.alert a,
.alert a:hover {
    text-decoration: none;
}

#alert-notif {
    position: fixed !important;
    display: inline-block;
    top: 10%;
    left: 30%;
    width: 40%;
    z-index: 1000 !important;
}

.pagination-text {
    font-size: 15px !important;
    margin-top: -16px !important;
}

.text-red {
    color: red !important;
}

.text-green {
    color: #81C784 !important;
}

.faq-content {
    display: none;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 13px !important;
}

.doc-sub-title {
    font-size: 12px !important;
}

.col-md-4.d-none.d-md-block.d-lg-block {
    z-index: 10 !important;
}

.title-list.row {
    z-index: 9 !important;
}

.matriks-score-all {
    background: rgba(255, 162, 0, 0.137) !important;
}

.matriks-score-3yr {
    background: rgba(2, 155, 28, 0.089) !important;
}

.card.card-insight-top {
    background: #FCFCFC !important;
}

.card.card-insight-btm {
    margin-top: 4px !important;
    background: #FCFCFC !important;
}

.card-header.card-insight {
    border-bottom: none !important;
}

.bg-s1 {
    background-color: #8BC34A;
}

.bg-s2 {
    background-color: #CDDC39;
}

.bg-s3 {
    background-color: #FFEB3B;
}

.bg-s4 {
    background-color: #FFC107;
}

.bg-s5 {
    background-color: #FF9800;
}

.bg-s6 {
    background-color: #FF5722;
}

.bg-s91 {
    background-color: #2e2e2e;
}

.bg-s92 {
    background-color: #9f0000;
}

.bg-s99, .bg-s0 {
    background-color: #ccc;
}

.dropdown-toggle.btn-default {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a:hover {
    background-color: #f4f4f4;
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
}

.dropdown-menu>li.active>a {
    color: #fff !important;
    background-color: #337ab7 !important;
}

.bootstrap-select .check-mark {
    line-height: 14px;
}

.bootstrap-select .check-mark::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Make filled out selects be the same size as empty selects */

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline !important;
}

/*logo sponsor bottom */
div.col-md.logo-sponsor{
    text-align :center;
}
div.col-md.logo-sponsor img{
    height: 5em;
    margin: 1em .5em;
    display: inline-block;
}

div.col-md.logo-sponsor.copyright{
    margin-bottom:2em;
}

/* link in profile */
.link-data .nav-item.nav-link{
    font-size: .9em;
}

.wcu-menu{
    font-size: 1em;
    display: block;
    padding: 1.7em .3em 1.4em 0 !important;
    text-align: center;
    margin: 0 -8px -6px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
}

/* show dropdown on hover */
.navbar-nav li:hover>.dropdown-menu,
.nav-pills li:hover>.dropdown-menu {
  display: block;
  margin-top: -10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #FF6A00;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:hover {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #FF6A00;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs a.nav-link:hover {
    border-top: transparent !important;
    border-right: transparent;
    border-left: transparent;
    border-bottom: transparent;
    color: #FF6A00 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    border-top: transparent !important;
    border-right: transparent;
    border-left: transparent;
    /* border-bottom: 3px solid #FF6A00; */
}


/* SECTION VERTICAL TABS */
#experienceTab.nav-pills .nav-link.active {
    color: #FF6A00 !important;
    background-color: transparent;
    border-radius: 0px;
    border-left: 3px solid #FF6A00;
}

#experienceTab.nav-pills .nav-link {
    border-radius: 0px;
    border-left: 2px solid #8892B0;
    color: #8892B0 !important;
}

.date-range {
    letter-spacing: 0.01em;
    color: #8892B0;
}

/* STUB  LINKS */
a {
    color: #8892B0;
    transition: 0.3s eas-in-out;
}
a:hover {
    color: var(--theme-yellow);
}