﻿/* statistics-display divs */
.statistics-display {
    width: 100% !important;
    height: 100px !important;
}

/* Map */
#map_europe {
    min-height: 800px;
}

/* Coverage report table */
#countryViewsTable tbody tr {
    height: 40px;
}

/* Top Members */
.topMemberLogo {
    width: 180px;
    height: 60px;
}

.memberLogo {
    width: 90px;
    height: 30px;
}

.topMemberContainer {
    margin-bottom: 20px;
    padding: 20px 0 10px 0;
}

.topMemberContainer .imgContainer {
    width: 250px;
    height: 100px;
}

.topMemberContainer:after {
    position: relative;
    content: "";
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    border-radius: 4px;
    height: 1px;
    background-color: #009099;
}

.topMemberContainer .imgContainer img {
    max-width: 250px;
    max-height: 100px;
}

.topMemberContainer .imgContainer > i {
    font-size: 65px;
    margin: auto;
}

.topMemberContainer > .topMember_docViews {
    font-size: 20px;
    font-weight: bold;
}

.memberContainer {
    height: 200px;
    padding: 20px 0 10px 0;
}

.memberContainer:after {
    position: relative;
    content: "";
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    border-radius: 4px;
    height: 1px;
    background-color: #009099;
    text-align: center;
}

.imgContainer-flex {
    display: flex;
}

.memberContainer .imgContainer {
    width: 150px;
    height: 80px;
}

.memberContainer .imgContainer img {
    max-width: 150px;
    min-width: 80px;

    margin: auto;
}

.memberContainer .imgContainer i {
    font-size: 65px;
    margin: auto;
}

.memberContainer > .topMember_docViews {
    font-size: 16px;
    font-weight: bold;
}

.topMember_docViews {
    margin-top: 30px;
}

.topMember_Name {
    font-weight: bold;
    margin-bottom: 0;

}

/* More details modal */
.totalDocuments_detailsBtn {
    position: absolute;
    display: block;
    min-height: 40px;
    min-width: 40px;
    z-index: 2;
    top: 0;
    right: 0;
    border-radius: 0 2px 0 0;
    cursor: pointer;
    background-color: #e5e9f2;
    background-color: rgba(229,233,242, 0.5);
}

.totalDocuments_detailsBtn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    color: #666666;
}

#totalDocuments_monthlyViewModal .modal-dialog {
    width: 80%;
}

#totalDocuments_monthlyViewModal .modal-header{
    border-bottom: none;
}

#totalDocuments_monthlyViewModal .modal-body {
    padding: 0 40px;
}

#columnChart_totalDocumentsMonthly {
    min-width: 100px;
    height: 800px;
    margin: 0 auto
}