body{
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Datatable */
div.dt-buttons{
    display: inline-block;
}
.buttons-excel{
    margin-left: 15px;
    background: #198754;
    padding: .375rem .75rem;
    color: white;
    border: none;
    border-radius: .25rem;
}
.buttons-excel:hover{
    background: #0a58ca;
}
/* Datatable vége */

/* Reportok */
.nav-tabs .nav-item .nav-link{
    color: white;
    background-color: rgba(0, 0, 0, 0.61);
    border-color: black;
    padding: 2px !important;
    margin-bottom: 2px;
    margin-right: 1px;
    margin-left: 1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: black !important;
    background-color: white;
    font-weight: bold;
}
.nav-tabs .nav-item .nav-link{
    color: white;
}
.nav-pills > .active > a{
    color: #0d6efd;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #0d6efd;
}

#ReportsTab{
    font-size: 13px;
}

.table-hover> tbody> tr:hover{
    background-color: #DCDCDC;
}

.listclearbutton{
    display: none;
}

.tablesearchinput{
    margin-bottom: 20px;
    width: 250px;
    margin-left: 12px;
}

.querytable{
    overflow-x: auto;
    display: inline-block;
    font-size: 11px;
    padding: 0;
    max-width: 100%;
    max-height: 700px;
}

.querytable th{
    position: sticky;
    top: 0;
    background-color: black;
    color: white;
}

#O_SALES{
    margin-bottom: 15px;
}
#O_PURCHASES{
    margin-bottom: 15px;
}

.warning_row{
    background-color: rgb(214, 214, 44) !important;
}
.danger_row{
    background-color: rgb(216, 44, 44) !important;
}
/* Reportok vége */

/* RMA */
.item_input{
    margin-bottom: 15px;
}
.rmaitems{
    padding: 10px;
    margin-bottom: 15px;
}
.toggleitem:hover{
    cursor: pointer;
}
.rmatable{
    overflow-x: auto;
    display: inline-block;
    font-size: 13px;
    padding: 0;
    max-width: 100%;
    max-height: 700px;
    margin-top: 15px;
}
.rmatable th{
    position: sticky;
    top: 0;
    background-color: black;
    color: white;
}
.rmaitem{
    background-color: #f1f1f1;
    margin-bottom: 15px;
    padding: 10px;
}
.status_done{
    background-color: rgb(197, 230, 197);
}
/* RMA vége */

/* Login */
#loginform{
    padding: 30px;
    text-align: center;
}

.logindunalogo{
    width: 500px;
}
/* Login vége */

/* Fejléc / menü */
header{
    text-align: center;
    margin: 0;
    padding: 0;
}

.user_credentials{
    color: white;
    font-weight: bold;
}

header .nav-link{
    color: white !important;
}
.dropdown-toggle{
    background-color: inherit !important;
    border: none !important;
    font-weight: bold !important;
}
button.dropdown-toggle:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
a.dropdown-item{
    margin-top: 5px;
    margin-bottom: 5px;
}
a.dropdown-item:focus{
    background-color: gray !important;
}
@media screen and (max-width: 992px){
    .logindunalogo{
        width: 350px;
    }
}

@media screen and (min-width: 992px){
    .user_credentials{
        margin-right: 25px;
        margin-top: 5px;
    }
    header .nav-link{
        font-weight: bold;
        font-size: 15px;
        border-radius: 3px;
        margin-left: 25px;
    }
    header .nav-link:hover{
        transition: 0.5s;
        opacity: 0.7;
    }
    header .navbar-nav{
        margin-left: 2%;
    }
}
/* Fejléc vége */

#status_text{
    height: 700px;
}

#static_text{
    height: 700px;
}

/* RMA */

.deleteitembutton{
    font-size: 35px;
    color: red;
}
.deleteitembutton:hover{
    cursor: pointer;
}

/* RMA vége */