@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
}

h1, h2, h3 {
    font-weight: 400;
    padding-top: 16px;
    margin-bottom: 12px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

.transactions .search button {
    margin-left: 2rem;
}

.transactions table tbody tr:nth-child(odd):hover {
    background: #F5F5F5;
    cursor:pointer;
}

.MuiPagination-ul { justify-content: center; }

.drawer-logo {
    width: 60%;
    padding: 16px;
}

.header {
    flexGrow: 1;
}
.header h2 {
    padding-top: initial;
}
.header .flex {
    flex: 1;
}
.header .menuButton {
    margin-right: 20px;
}

.detail {
    overflow-y: scroll;
}

.detail .content {
    margin: 0rem 2rem 2rem 2rem;
}

.hidden {
    display:none !important;
}

section.paging {
    text-align: center;
}


section.navigation a {
    color: rgba(0, 0, 0, 0.87);
}
section.navigation .register {
    margin-left: 1rem;
}

section.shareholders .filter {
    padding-left: 0 !important;
}
section.shareholders button {
    margin-right: 1rem;
}
section.shareholders button:nth-child(2) {
    margin-left: 1rem;
}

section.shareholders table tr td.number, section.shareholders table tr td.legal, section.shareholders table tr th.number, section.shareholders table tr td.customer_number {
    width: 3rem;
}

section.shareholders table tr td.customer {
    width: 6rem;
}

section.shareholders table tr td.actions, section.shareholders table tr th.actions {
    width: 3rem;
    text-align: right;
}

section.shareholder .content {
    margin: 0rem 2rem 2rem 2rem;
}

section.shareholder table {
    margin-top: 2rem;
}

section.shareholder table tr td.currency, section.shareholder table tr th.currency {
    text-align: right !important;
}

section.shareholder table tr td.share-type, section.shareholder table tr th.share-type {
    width: 8rem;
}

section.comments .comment article {
    padding: 1rem;
}

section.comments .comment article h2 {
    margin: 0rem;
    padding: 0rem;
}

section.comments .comment article p {
    margin-top: 1rem;
    margin-bottom: 0rem;
}

section.comments .comment {
    margin-bottom: 2rem;
}

section.accounts .account article {
    padding: 1rem;
}

section.accounts .account article p {
    margin-top: 1rem;
    margin-bottom: 0rem;
}

section.accounts .account {
    margin-bottom: 2rem;
}

section.login button {
    margin-right: 1rem;
}

.shareholder_auto_suggest ul {
    margin: 0;
    padding: 0;
}
.shareholder_auto_suggest li {
    list-style: none;
}

.beneficial-owner-dialog .content {
    margin: 3.5rem 2rem 2rem 2rem;
    padding-top: 2rem;
}

section.beneficial-owners .beneficial-owner {
    margin-bottom: 20px;
}
section.beneficial-owners .beneficial-owner:last-child {
    margin: 0;
}

.general-meeting-dialog .content {
    margin: 3.5rem 2rem 2rem 2rem;
    padding-top: 2rem;
}

section.downloads .download-card {
    margin-bottom: 20px;
}
section.downloads .download-card:last-child {
    margin: 0;
}

.general-meeting-agenda-item-card {
    margin-bottom: 20px;
    margin-top: 20px;
}

section.board-of-directors .board-of-directors-card {
    margin-bottom: 20px;
}
section.board-of-directors .board-of-directors-card:last-child {
    margin: 0;
}

.transactions.content .search {
    display: flex;
    align-items: center;
}

.capital-reduction {
    margin-top: 20px;
}

.board-of-directors-dialog .content {
    margin: 3.5rem 2rem 2rem 2rem;
    padding-top: 2rem;
}

.agreements-dialog .content {
    margin: 3.5rem 2rem 2rem 2rem;
    padding-top: 2rem;
}

section.agreements .agreements-card {
    margin-bottom: 20px;
}

section.agreements .agreements-card:last-child {
    margin: 0;
}

.date-picker-full-width {
    width: 100%;
}