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

a {
    color: #00B7FF;
}

#mynetwork {
    width: 100% !important;
}

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;
}

#login {
    text-align: center;
    padding: 2%;
    background-color: #263544;
    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: #263544;
    margin: 0;
    padding: 0;
    color: #b7c0cd;
}

#top source, #top img {
    position: absolute;
    height: 8vh;
    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: #263544;
    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%;
}


html,
body {
    width: 100%;
    height: 100%;
}
