/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.03.2019, 19:42:52
    Author     : lars
*/

body {
    margin: 0px 10px;
}
body.i-am-an-iframe {
    margin: 0px;
}

.navbar.top .navbar-brand {
    padding: 7px 15px 7px 10px;
}

body.affix .affixed.fixed-top, .navbar-fixed-top.navbar.top {
    border-bottom: 0px solid black;;
}

.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: black;
    color: white;
}

.login-box{
    max-width: 300px;
    margin: auto;
}

.dataTables_wrapper {
    margin: 34px 0px 10px 0px;
    padding: 0px 0px;
    min-height: 330px;
}

.container.row,
.container.row > div[data-block]{
    padding-right: 0px;
    margin-right: 0px;
}

.dataTables_wrapper table tr > td > .btn.btn-default,
.dataTables_wrapper table tr > td > .btn.btn-primary,
.dataTables_wrapper table tr > td > .btn.btn-warning,
.dataTables_wrapper table tr > td > .btn.btn-danger,
.dataTables_wrapper table tr > td > .btn.btn-success,
.dataTables_wrapper table tr > td > .btn.btn-info {
    background-color: unset;
    border: 1px solid transparent;
    color: black;
}
.dataTables_wrapper table tr:hover > td > .btn.btn-default,
.dataTables_wrapper table tr:hover > td > .btn.btn-primary,
.dataTables_wrapper table tr:hover > td > .btn.btn-warning,
.dataTables_wrapper table tr:hover > td > .btn.btn-danger,
.dataTables_wrapper table tr:hover > td > .btn.btn-success,
.dataTables_wrapper table tr:hover > td > .btn.btn-info {
    color: white;
}
.dataTables_wrapper table tr > td > .btn.btn-default:hover,
.dataTables_wrapper table tr > td > .btn.btn-primary:hover,
.dataTables_wrapper table tr > td > .btn.btn-warning:hover,
.dataTables_wrapper table tr > td > .btn.btn-danger:hover,
.dataTables_wrapper table tr > td > .btn.btn-success:hover,
.dataTables_wrapper table tr > td > .btn.btn-info:hover {
    border: 1px solid white;
}

.dataTables_wrapper table tr .btn {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

/*.dataTables_wrapper table tr a.btn.btn-xs{
    margin-top: -15px;
}*/

.dataTables_wrapper tbody tr.group > td {
    padding: 7px 12px;
}
