﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}
.yellow {
    color: darkkhaki !important;
}
.cellerror {
    background-color: darkkhaki !important;
}

.table-responsive {
    border-bottom-style: inset;
    border-bottom-width: 1px;
    padding-bottom: 10px;
}

.selected {
    background-color: rgba(0,119,192,0.18) !important;
}

#openPOsTable_wrapper {
    position: fixed;
    z-index: 5;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    margin-left: 10px;
}

.text-right {
    text-align: right;
}

td {
    text-align: left;
}