.mauser-box {
    border-radius: 6px;
    background: #313131;
    font-size: 18px;
    font-weight: bold;
    margin-top: 32px;
    width: 800px;
}

.box-item {
    margin: 8px !important;
    width: 100%;
    align-items: center;
}

.search-container-export {
    background: white;
    align-items: center;
    height: 50px;
    border-radius: 3px;
}

.export-search-input {
    margin: 0;
    height: 100%;
    flex: 1;
    color: black;
}

.visible {
    visibility: visible;
}

input {
    border-radius: 0 !important;
}

.box-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
input[type="checkbox"]:hover, i:hover {
    cursor: pointer;
}

.box-tabs {
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 75px;
}

.boxtab:hover {
    cursor: pointer;
    background: darkgray;
}

/* if tab is active, no '-' used because v-bind:class has problems with special characters */
.boxtabactive {
    font-weight: bold;
    background: darkgray;
}

/* default look of tab, means inactive */
.boxtab {
    font-weight: initial;
    background: gray;
}

/* common styling */
.boxtab, .boxtabactive {
    display:flex;
    align-items: center;
    justify-content: center;
    height:100%;
    width: 100%;
}

/* Content wrapper for the button row */
.box-button {
    padding: 0 32px;
    height: 100px;
    border-top: solid 1px#d6d6d6;
    margin: 0 !important;
}

.box-header {
    text-align: center;
    border-radius: 4px;
    height: 50px;
    padding: 3px;
    background: #373737;
    border-bottom: 1px solid white;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
}
/*Wrapper for the articles*/
.box-elements-container {
    padding: 32px;
    display: flex;
    align-items: start;
    max-height: 400px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.article-text {
    font-weight: initial !important;
}