.keelevalikdiv {
    width: 100%;
    height: 20px;
    text-align: center;
    z-index: 999;
    position: relative;
    top: 4px;
}

.keelevalikdiv .keelevalik img {
    width: 28px;
    height: 28px;
    opacity: 0.6;
}

.activelang img {
    opacity: 1 !important;
}

.dataTables_wrapper {
    padding: 5px;
}

.nav-tabs .nav-link {
    font-size: 15px;
    border-radius: 0;
}

.nav-tabs .nav-item {
    margin-top: 4px;
    margin-right: 4px;
}

.nav-tabs a {
    color: black;
    text-decoration: none;
    background-color: #91e4e2;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #91e4e2;
    border-color: black;
    border: 2px solid #f47f08;
}



#menudata {
    background: transparent;
    padding: 5px;
    color: white;
}

#menudata .nav-tabs {
    border: none;
}

input.form-control {
    background: #d4d4d4;
}

.btn-primary {
    background: #91e4e2;
    border: 0;
    color: black;
    font-weight: bold;
    border-radius: 10px;
    padding: 15px;
}

.btn-primary:hover {
    background: #f47f08;
}

.btn-secondary {
    padding: 15px;
    border-radius: 10px;
}

.table th,
.table td {
    vertical-align: middle !important;
}

.pakendiringlusetoetamine {
    color: black;
}

.pakendiringlusetoetamine span {
    color: black;
    text-transform: uppercase;
}


.footer-logo {
    width: 120px;
}

.footeritems {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media screen and (max-width: 767px) {

    .footeritems {
        display: flex;
        flex-direction: row;
    }

    .footer-logo {
        width: 120px;
    }
}