.noon-item {
    cursor: pointer;
    border: 2px #7c6f6f solid;
    margin: 0px;
    border-radius: 4px;
    padding: 10px 4px 10px 4px;
}

.select2-action {
    min-width: 100px;
}

.select2-flow {
    min-width: 200px;
}

.select2-next-path {
    min-width: 70px;
}

.be-wrapper .be-navbar-header .navbar-brand {
    background-image: url("../img/logo.png");
    background-size: 80%;
}

.tableFixHead {
    overflow: auto;
    height: 100px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Just common table stuff. Really. */
table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 8px 16px;
}

th {
    background: #eee;
}

th {
    text-align: center;
}

.payments-table {
    background: #efe;
}

.commissions-table {
    background: #fee;
}

.salesrep-table {
    background: #fec;
}

.regman-table {
    background: #fffae2;
}

.monthly_amount {
    background: #fffae2;
}

.monthly_count {
    background: #fec;
}

@media (max-width: 767.98px) {
    .page-head {
        display: block;
    }
}

.green1 {
    background-color: #aaffaa;
}

.green2 {
    background-color: #00ff00;
}

.green3 {
    background-color: #006000;
    color: white;
}

.red1 {
    background-color: #faa;
}

.red2 {
    background-color: #f00;
    color: white;
}

.red3 {
    background-color: #600;
    color: white;
}

.input-group-text-sm {
    height: 37px;
}

[class*="col-"].gutter-sm {
    padding-left:5px;
    padding-right:5px;
}
.row.gutter-sm {
    margin-left:-5px;
    margin-right:-5px
}

.hover-highlight:hover {
    background: lightgray;
}