body {
    color: #5e5e5e;
    margin: 0px;
    padding: 0px;
    font-family: Calibri,Arial,sans-serif;
}

body.loginscreen {
    background-color: #343431 !important;
}


#loginForm img.logo {
    height: 50px;
    margin-top: 30%;
    margin-bottom: 10%;

}


#ToolSection {
    display: block;
    padding: 4px;
    color: #e6e6e6;
    background-color: #67655f !important;
}

#ToolSection .Pane {
    display: inline-block;
    padding-right: 8px;
}

.MainSection {

}

.navbar {
    background-color: #343431 !important;
}

.navbar img.logo {
    height: 50px;
}

table.DataTable {
    width: 100%;
    border-spacing: 2px;
    border-collapse: unset !important;
}

    table.DataTable th {
        top: 0px;
        position: sticky;
        padding: 4px 4px 4px 4px;
        outline: 2px solid white;
        background-color: #e6e2e0;
    }

    table.DataTable th[data-sort] {
        cursor: pointer;
    }

    table.DataTable th[data-sort]:hover {
         background-color: #d3cecc;
    }

    table.DataTable td {
        padding: 1px 4px 0px 4px;
        outline: 2px solid white;
        background-color: #f4f4f4;
    }

    table.DataTable td.weekly-total {
        font-weight: bold;
    }

    table.DataTable td.monthly-total {
        font-weight: bold;
    }

    table.DataTable tr.highlight td {
        background-color: #ffffff !important;
    }


    table.Products td {
        height: 40px;
    }

    table.Products td.photo {
        width: 60px;
        background-color: transparent;
    }

    table.Products td.photo img {
        max-height: 40px;
        max-width: 60px;
    }

    table td.shipment span {
        color: #9c9c9c;
    }

table.DataTable tfoot td {
    padding: 4px;
    outline: 2px solid white;
    background-color: #e6e2e0;
    min-height: 30px;
}

#DataTools,.table-filter-pane {
    color: #e6e6e6;
    padding: 4px;
    background-color: #67655f;
}

.table-filter-pane label {
    padding-right: 4px;
}

input[type=button], input[type=submit], input[type=reset] {
    padding: 6px 10px 5px 10px;
    border-radius: 4px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.hidetext {
    color: transparent !important;
}

footer {
    color: #e6e6e6;
    padding: 7px 5px 6px 5px;
    background-color: #67655f;
    text-align: right;
}