.select2-container {
    padding: 0 !important;
}
.dataTables_length {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-bottom: 5px;
}
.img {
    width: 30%;
    float: left;
    margin: 20px;
    border: 10px solid white;
    background:white
}
.container-logo {
    display: flex;
    justify-content: center;
    align-content: center;
}
.text {
    font-weight: 700;
    padding: 40px;
}
.logo {
    display: flex;
    align-items: center;
}
table {
    border: 1px solid grey;
}
.logo-ekogrant {
    max-width: 37px;
    margin: 0 5px 0 10px;
}


.footer {
    bottom: 0;
    left: 0;
    padding: 5px;
    width: 100%;
    background: #ffffff;
    margin-top: 50px;
}

.text-right {
    text-align: right;
}

.form-control {
    margin: 2px !important;
}
h3 {
    padding-left: 50px !important;
}
.no-padding {
    padding-top: 0 !important;
}

