/*
    Created on : 22 mai 2019, 16:31:16
    Author     : christian
*/

/* add padding for fixed navbar */
body { padding-top: 45px; }
    @media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.feather-32 {
    width: 32px;
    height: 32px;
}
.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}
.border-left-success {
    border-left: .25rem solid #1cc88a !important;
}
.border-left-info {
    border-left: .25rem solid #36b9cc !important;
}
.border-left-warning {
    border-left: .25rem solid #f6c23e !important;
}
.text-gray-300 {
    color: #dddfeb !important;
}

.webgrid-table-hidden {
    display: none;
}

table#sortedTable.dataTable tbody tr:hover {
  background-color: #ffa;
}

table#sortedTable.dataTable tbody tr:hover > .sorting_1 {
  background-color: #ffa;
}

