.lang-de .hidden-de{
  display:none;
}
.lang-it .hidden-it{
  display:none;
}

.main-sidebar {
    padding-top: 0;
    z-index: 1031;
}

.main-header .logo {
    padding: 0;
}

.pointer {
    cursor: pointer;
}

.mt-10 {
    margin-top: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mb-50 {
    margin-bottom: 50px;
}

.select2-search__field {
    width: 100% !important;
}

.bg-white {
    background-color: white;
}

.text-22 {
    font-size: 22px;
}

.inline-select2.select2-selection--multiple {
    overflow: hidden;
}

.select2-container--classic .inline-select2.select2-selection--multiple .select2-selection__choice {
    clear: both;
}

@media (max-width: 767px) {
    .main-header .logo {
        /*height: 75px; */
        height: 0px;
    }
}

@media only screen and (min-width : 1025px) {
    #courses .dropdown-menu {
        left: -108px !important;
        float: 99999;
    }
}

table.dataTable.display tbody tr:hover {
    background-color: #e0b8b8 !important;
}

#course_students_wrapper {
    text-align: center;
}

#course_students_wrapper .DTFC_LeftHeadWrapper {
    margin-bottom: -1px !important;
}

.invalid {
    border: 2px solid red !important;
    color: red;
}
