﻿.off-canvas-toggle {
    float: right;
    padding: 0 15px;
}

.off-canvas {
    width: 50%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: .4s ease-in-out;
    z-index: 1060;
}

.off-canvas-active .off-canvas {
    transform: translateX(0);
}

.off-canvas-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease-in-out;
}

.off-canvas-active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}

.closeMetrics-container {
    background-color: #436d98;
    height: 30px;
    display: flex;
    align-items: center;
}

.closeMetrics {
    float: left;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.moreMetrics {
    height: 38px;
    margin-top: 0;
    margin-right: 0;
    color: #777;
    font-weight: bold;
}

.overlay-margin {
    margin: 30px 10px 10px 10px !important;
}

@media (max-width: 880px) {
    .off-canvas {
        width: 100%;
        overflow-x: auto;
    }
}

.metrics-menu {
    margin-top: 10px !important;
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
}

@media (max-width: 992px) {
    .metrics-menu {
        margin-bottom: 30px;
    }
}

.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
}

.progress.light {
    background: #f6f7f8;
    background: -webkit-linear-gradient(#F6F7F8, #F6F7F8 10%, #f5f5f5 11%);
    background: linear-gradient(#F6F7F8, #F6F7F8 10%, #f5f5f5 11%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
}

.progress-md {
    border-radius: 14px;
    height: 14px;
}
.progress-squared, .progress-squared .progress-bar {
    border-radius: 0 !important;
}

.progress .progress-bar-primary {
    background-color: #0088cc;
}

.progress-md .progress-bar {
    font-size: 11px;
    line-height: 14px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.resume-font-size {
    font-size: 15px;
    font-weight: 600;
    margin-right: auto;
    margin-bottom: 10px;
    display: flex;
    align-items: end;
}

.resume-margin-bottom {
    margin-bottom: 3px;
}

.hierarchicalEdgeBundling.modal-body {
    padding: 15px;
}

.progress {
    margin-bottom: 10px;
}

.metrics-icon {
    position: absolute;
    right: 25px;
}

.open-access-icon {
    position: absolute;
    right: 40px;
}

@media (max-width: 1199px) and (min-width: 767px) {
    .open-access-icon {
        right: 25px
    }
}

.modal-header .close {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

    .modal-header .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .5;
    }

.metrics-count {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
}