﻿/*
    Revision History:
    VSS             DATE         INITIALS   PILOT ITEM #
    18.06.13.0000   06/13/2018   SB         T20180530.0136
    18.05.23.0000   05/23/2018   JT         T20180514.0187
    17.09.28.0000   09/28/2017   JB         T20151016.0162
*/
.OrderHistoryForm .noBorder {
    border: 0;
    background: none;
    box-shadow: none;
}

.OrderHistoryForm .noBorder:hover {
    background-color: transparent;
}

.OrderHistoryForm .noBorder:focus {
    outline: none;
}

.OrderHistoryForm .noBorder:active {
    box-shadow: none;
}

.OrderHistoryForm .selectedRow {
    color: green
}

.OrderHistoryForm .orderHistorySelectAll {
 padding-top:9px;
}

.OrderHistoryForm {
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #b0c4de;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.OrderHistoryForm .row {
    margin-left: 0px;
    margin-right: 0px;
}

.OrderHistoryForm .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.OrderHistoryForm .OrderHistoryButtonBar {
    padding: 0px;
    /*text-align: center;*/
    margin-bottom: 15px;
}

.OrderHistoryForm .OrderHistoryButtonBar button {
    margin-right: 5px;
}
.OrderHistoryForm .OrderHistoryButtonBar button:last-child {
    margin-right: 0;
    /*margin-left: 5px;*/
}

.OrderHistoryForm .ResponsiveTableCol .public_fixedDataTableCell_wrap1.Numeric {
    float: right;
    text-align: right;
}

.OrderHistoryForm .ResponsiveTableCol .public_fixedDataTableCell_cellContent {    
    padding: 4px 7px;
    font-size: 12px;
}
.OrderHistoryForm .ResponsiveTableCol .public_fixedDataTableCell_cellContent >  a {
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.OrderHistoryForm .ResponsiveTableCol .public_fixedDataTable_header .public_fixedDataTableCell_main {
    background-color: #f8f8f8;
    background-image: none;
}

.OrderHistoryForm .ResponsiveTableCol .public_fixedDataTable_main {
    border-radius: 4px;
}

.OrderHistoryForm .OrderHistorySearchBar {
    padding: 0px;   
    margin-bottom: 15px;
}


.OrderHistoryForm .OrderListHeader {
    background-color: lightgray;
    font-weight: bold;
    padding: 0px;
}

.OrderHistoryForm .OrderListHeader .container-fluid {
    padding: 0px;
}

.OrderHistoryForm .OrderListHeader.NoSuggestions {
    display: none;
}

.OrderHistoryForm .react-autosuggest__input {
    padding: 6px 12px;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.OrderHistoryForm .react-autosuggest__suggestions-container {
    position: static!important;
    border: none!important;
}

.OrderHistoryForm .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.OrderHistoryForm .react-autosuggest__suggestion {
    padding: 0px;
}

.OrderHistoryForm .react-autosuggest__suggestion .list-group-item {
    padding: 10px 0px;
}

.OrderHistoryForm .react-autosuggest__suggestion .list-group-item:hover {
    background-color: #0C7EAF;
    color: #fff;
}

.OrderHistoryForm .react-autosuggest__suggestion .container-fluid {
    padding: 0px;
}

.OrderHistoryForm .react-autosuggest__suggestions-list .highlight {
    font-weight: bold;
}



@media (min-width: 768px) {
    .OrderHistoryForm .OrderHistoryButtonBar {
        text-align: right;
    }
}