table.striped tbody tr:nth-child(odd) {
    background-color: rgba(250, 250, 250, .99);
}

thead {
    background-color: #3498db;
    color: #fff;
}

thead th {
    padding: 8px 6px;
}

tbody td {
    padding: 6px 6px 6px 6px;
    overflow: hidden;
}

td {
    vertical-align: top;
}

.fnt--white a {
    color: #fff;
}

.flt--left {
    float: left;
}

.flt--right {
    float: right;
}

tbody#product-tbody input {
    display: inline;
}

table {
    margin-bottom: 10px;
}

table th input {
    color: #000;
}

.text-right {
    text-align: right;
}

.text-right input {
    display: inline-block;
}

input.short {
    width: 80px;
    margin: 0px;
    padding: 0px;
}
div.shortcuts b {
    display: block;
}
div.shortcuts span {
    display:block;
    float:left;
    clear: right;
}
.date-picker-wrapper table th {
    font-size: 100%;
}
.date-picker-wrapper div.shortcuts span {
    font-weight: bold;
}
.date-picker-wrapper div.shortcuts span a {
    text-decoration: none;
    padding: 2px 4px;
    background-color: #fff;
    margin-top: 4px;
    display: inline-block;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}
.date-picker-wrapper div.shortcuts span.next-buttons,div.shortcuts span.next-days {
    display:block;
    float:right;
}
.date-picker-wrapper div.shortcuts span.custom-shortcut {
    text-align: center;
    display: block;
    width: 100%;
}
.grd-row-col {
    padding-left: 5px;
    padding-right: 5px;
}
.grd-row-col:first-child {
    padding-left: 0;
}
.grd-row-col:last-child {
    padding-right: 0;
}
#time_frame {
    width: 250px;
    display: inline;
}