body {
    margin: 0;
    background-color: #f2f7fb;
    font-family: 'Quicksand', sans-serif;
}

a {
    color: #00B7FF;
}

.button-2 {
    background-color: rgba(51, 51, 51, 0.05);
    border-radius: 8px;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

table, td {
    border: 1px black solid;
    border-collapse: collapse;
}

.modal {
    border-radius: 4px;
    background-color: white;
    display: inline-block;
    padding: 2%;
    margin: 2%;
    width:92%;
}

#content, #content2, #vertegenoordiger {
    display: none;
}

#onderhoud {
    text-align: center;
    padding: 2%;
    background-color: #1B365F;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index:-1;
    display:none;
}

#login {
    display:block;
    text-align: center;
    padding: 2%;
    background-color: #1B365F;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

#domains, #users, #aliasses {
    display: none;
}

#login input, #login button {
    width: 50%;
    margin: 1% 25%;
}

#menu {
    width: 100%;
    background-color: #1B365F;
    margin: 10px;
    padding: 0;
    color: #b7c0cd;
}

#top source, #top img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 2vh 5vw;
}

#menu ul li {
    display: inline-block;
    margin: 0 2%;
}

#content {
    height: 100vh;
    width: 100%;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    color: #333;
}

#top {
    height: 10vh;
    box-shadow: 0 2px 4px 0 rgba(43, 43, 43, 0.1);
    width: 100%;
    background-color: white;
    position: relative;
}

.responsive-table {
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 50vh;
    overflow: auto;
}

.responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    margin-bottom: 25px;
}

.responsive-table .table-header {
    background-color: #1B365F;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: white;
}

.responsive-table .table-row {
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.table-row div input {
    width: 50%;
}

.col {
    flex-basis: 50%;
}

@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {
        flex-basis: 100%;
        display: flex;
        padding: 10px 0;
    }

    .responsive-table .col:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
    }
}
#name_find_menu {
    float: right;
    width: 200px;
    margin-right: 10%;
    height: 26px;
}
