@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

html, body {
    font-family: 'Roboto Regular', sans-serif;
    color: #121845; /* huisstijl Grijs-3 */
    font-size: 15px;
    padding-top: 0;
}

html {
    position: relative;
    min-height: 100%;
}

.striped-table {
    width: 100%;
}

    .striped-table th {
        font-weight: bold;
        background: #cbcbcb;
    }

    .striped-table tr:nth-child(even) {
        background-color: #cbcbcb;
    }

.rdw-orange-red {
    color: #fff !important;
    background-color: #c30 !important;
}

.main {
    min-height: calc(100vh - 150px);
}

.rdw-padding-0 {
    padding: 0px !important;
}

.rdw-blue-btn {
    background-color: #121845;
    border-radius: 4px;
    color: whitesmoke;
    margin-right: 1em
}

.rdw-blue-footer {
    background-color: #121845;
    border-radius: 4px;
    color: whitesmoke;
    margin-right: 1em
}

.rdw-orange-red-footer {
    color: #fff;
    background-color: #c30;
    border-radius: 4px;
    margin-right: 1em
}

.rdw-blue-btn:hover {
    background-color: #121245;
}

a#download-entiteit-overzichtlijst-button {
    padding-right: 17%;
}

.padding2828 {
    padding: 2px 8px 2px 8px;
}

.tooltipParentCell {
    position: relative;
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: white;
    border: 2px solid grey;
    padding: 3px;
    color: grey;
    top: 20px;
    left: 20px;
}

.tooltipParentCell:hover span.tooltip {
    display: block;
}

.modal-container {
    height: calc(100vh - 320px);
    overflow-y: auto;
}

.format-td {
    text-align: left;
    box-sizing: border-box;
    white-space: pre-wrap;
    word-break: break-word;
}

.stripe-rows tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tooltip-value-prewrap {
    padding: 8px 0 8px 4px;
    box-sizing: border-box;
    text-align: left;
    white-space: pre-wrap;
}

#menu {
    height: 65px;
}

#menu a {
    height: 100%;
    padding-top: 20px !important;
}

#menu a.selected-menu-item {
    color: #3a3a3a !important;
    background-color: #fff !important
}

div.brand {
    background-color: #CC3300;
}

div.brand .logo {
    height: 3.75em;
}