﻿.contact a i.ai-google-scholar {
    background-color: #fff !important;
    font-size: 1.2em !important;
    color: #f74248 !important;
}

.contact a i.ai-orcid {
    background-color: transparent !important;
    font-size: 34px !important;
    color: #A6CE39 !important;
    width: 34px !important;
}

@media (min-width:768px) {
    div .social-media-links .contact {
        margin: 5px auto;
    }
}

@media (max-width: 767px) {

    .contact a i.ai-google-scholar {
        background-color: #c6c6c6 !important;
        font-size: 1.2em !important;
        color: #f74248 !important;
    }

    .contact a i.ai-orcid {
        background-color: transparent !important;
        font-size: 34px !important;
        color: #A6CE39 !important;
    }
}

.contact a i.ai-publons {
    background-color: #336699 !important;
    font-size: 1.2em !important;
    color: #FFF !important;
}

.corporateInformation {
    font-size: 15px;
}

/*#region ResumeMetrics*/

.panel {
    border: 1px solid #ecedf0;
}

.panel-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.widget-summary {
    display: table;
    width: 100%;
}

.widget-summary .summary {
    min-height: 65px;
    /*word-break: break-all;*/
}

.widget-summary .summary .title {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #333;
    font-weight: 500;
}

.widget-summary .widget-summary-col.widget-summary-col-icon {
    width: 1%;
}

.widget-summary.widget-summary-md {
    padding: 0;
}

.widget-summary .widget-summary-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.widget-summary .summary-icon {
    margin-right: 15px;
    font-size: 4.2rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 55px;
    border-radius: 55px;
}

.widget-summary.widget-summary-md .summary-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 3.2rem;
}

.widget-summary .summary .info {
    font-size: 1.4rem;
    line-height: 3rem;
}

.widget-summary .summary .amount {
    margin-right: .2em;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
}

.widget-summary .summary-footer {
    padding: 5px 0 0;
    border-top: 1px dotted #ddd;
    text-align: right;
}

.bg-metrics {
    background: #A1C7E0;
}

.left-bar-figures {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    border-left: 2px solid #ddd;
}

.metrics-count {
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
}

.metrics-title {
    font-size: 15px;
}

.sdg-count {
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
    margin-left: 5px;
    vertical-align: middle;
}

.sdg-item {
    display: inline-block;
    margin-right: 10px;
}

    .sdg-item img {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
        will-change: opacity, transform !important;
        transition: all .3s ease-out !important;
    }
    
        .sdg-item img:hover {
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.5), 0 4px 15px 0 rgba(0, 0, 0, 0.5) !important;
        }

    .sdg-item a:hover {
        text-decoration: none;
    }

/*#endregion ResumeMetrics*/