.form-group.form-group-inline{
    display: inline-block;
    margin-right: 5px;
}

body {
    font-size: 14px;
}

.dataTables_filter {
    display: none;
}

.dataTables_info {
}

.dataTables_paginate {
}

.nav-sidebar .nav-link p,
.nav-sidebar .nav-header {
}

.table th {
    padding: 5px 5px 5px 10px;
    vertical-align: middle;
}

.table td {
    padding: 5px 5px 5px 10px;
    vertical-align: middle;
}

.table th:nth-child(1),
.table td:nth-child(1) {
    width: 50px;
}

.nav-link {
    padding: 6px 5px 4px 15px;
}

.nav-sidebar .nav-header:not(:first-of-type) {
    padding: 10px 5px 5px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 6px;
}


/* CONTAINER */

.container__parent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container--primary {
    width: 100%;
    height: 100%;
    margin: 15px;
}

/* LOGIN */
.login-page, .register-page {
    height: unset !important;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.login-page__container,
.register-page__container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.login-half {
    width: 100%;
    position: relative;
}

.login-background {
    display: none;
    background: linear-gradient(0deg, rgba(56, 111, 181, 0.9), rgba(56, 111, 181, 0.9)), url("../media/img/login-bg.jpg") no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.login-background--text {
    margin: 0 15px;
    position: relative;
}

.login__welcome {
    width: 100%;
    background: linear-gradient(0deg, rgba(56, 111, 181, 0.9), rgba(56, 111, 181, 0.9)), url("../media/img/login-bg.jpg") no-repeat;
    background-size: cover;
    color: #ffffff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
}

.login-page .h1,
.register-page .h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
}

.login-page .h2,
.register-page .h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.login__box {
    margin: 15px 0 30px;
}

.login__box .h3,
.login__box .h4 {
    text-align: center;
    font-weight: 700;
}

.login__box .h4 {
    font-size: 1.4rem;
    margin-top: 30px;
}

.login__already-logged {
    margin-bottom: 3vh;
}

.login__input {
    margin: 10px 0 5px;
}

.login__form .login__input label {
    font-weight: 400;
}

.login__input input {
    font-size: 14px;
}

.login__submit {
    margin: 20px 0 1rem;
}

.login__submit .btn {
    background-color: #2ea7e0;
    border-color: #2ea7e0;
    font-size: 14px;
    padding: 9px;
    box-shadow: 0 5px 10px 5px #cccccc;
}

/* LOGOS */
.logos__logo-footer,
.logos__logo-service-desk,
.logos__logo-eu {
    display: flex;
    align-items: center;
}

.logos__logo-footer,
.logos__logo-service-desk {
    justify-content: center;
}

.logos__logo-eu {
    justify-content: flex-end;
}

.logos__logo-service-desk {
    margin: 20px 0 10px;
}

.logos__logo-eu img {
    max-width: 100px;
    height: auto;
}

.logos__logo-service-desk img {
    max-width: 120px;
    height: auto;
}

.logos__logo-footer img {
    max-width: 100%;
    height: auto;
}


/* MEDIA */

@media screen and (min-width: 768px) {
    .logos__logo-eu img {
        max-width: 100%;
    }

    .logos__logo-service-desk {
        margin: 50px 0 30px;
    }

    .logos__logo-service-desk img {
        max-width: 100%;
    }

    .login-page .h1,
    .register-page .h1 {
        font-size: 36px;
        padding-bottom: 5px;
    }

    .login-page .h2,
    .register-page .h2 {
        font-size: 16px;
    }

    .login__box--container {
        max-width: 650px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .login-page__container {
        height: 100vh;
        flex-direction: row;
    }

    .register-page__container {
        min-height: 100vh;
        flex-direction: row;
    }

    .login-page .h1,
    .register-page .h1 {
        font-size: 44px;
        margin-bottom: 10px;
    }

    .login-page .h2,
    .register-page .h2 {
        font-size: 18px;
    }

    .login-background {
        display: flex;
    }

    .login-background--text {
        margin-top: 50%;
    }

    .login__welcome {
        display: none;
    }

    .login__box {
        margin: 15px 20px 30px;
    }

    .login__already-logged {
        margin-top: -5vh;
    }

    .login__box--container {
        margin-top: 4vh;
    }

    .login__input {
        margin: 10px 0 0;
    }

    .login__input input {
        height: 40px;
    }

    .login__footer {
        position: relative;
        bottom: 20px;
        left: 0;
    }

    .login-page .login__footer {
        position: absolute;
    }

    .register__box {
        margin: 15px 20px 0;
    }
}