:root {
    /*--RCPT_Level1_BCGRND: #000099;*/
    /*--RCPT_Level1_Color: #ffffff;*/
    /*--RCPT_Level1_Borders: #000099;*/

    --oh_Level1_BCGRND: #e0e9f5;
    --oh_Level1_Color: #020242;
    --oh_Level1_Borders: #a4bed4;


    /*Buttons*/
    --oh_ButtonColor: #000000;
    --oh_ButtonHoverColor: #ffffff;
    --oh_ButtonBCGRND: #eaebe8;
    --oh_ButtonHoverBCGRND: #000000;

    --oh_HeaderColor: #020242;
    --oh_TextBoxColor: #020242;
    --oh_NormalColor: #020242;


    --oh_LVL1_HeaderFont: 18px;
    --oh_LVL2_HeaderFont: 15px;
    --oh_BTNFont: 12px;
    --oh_TextBox: 15px;
    --oh_Normal1: 13px;
    --oh_Normal2: 12px;

    --oh_PartsFontFam: "Helvetica Neue", Helvetica, Arial, sans-serif;

    --oh_MainWidth: 175px;
}

.ohMainDiv {
    /*border: 1px solid red;*/
    display: table;
    width: 100%;
}

.ohLeftDiv {
    /*outline: 1px solid orange;*/
    float: left;
    overflow-wrap: break-word;
    overflow-y: auto;
    overflow-x: auto;
    width: 300px;
    padding: 10px 0;
    display: table-cell;
    /*display: none;*/
}

/*== 900px need to hide left div ==*/
.ohdisplay-Table-Cell {
    display: table-cell;
}

.ohdisplay-none {
    display: none
}

.ohdisplay-block {
    display: block;
}

.ohSearchBy {
    display: block;
    border: 1px solid var(--oh_Level1_Borders);
    width: var(--oh_MainWidth);
    margin: 0 auto;
    font-family: var(--oh_PartsFontFam);
    color: var(--oh_HeaderColor);
}

.ohSearch {
    display: block;
    width: 100%;
    padding: 3px;
    background-color: #ffffff;
    box-sizing: border-box;
}


.ohSearchTXTBox {
    font-size: var(--oh_TextBox);
    padding: 2px;
    height: calc(var(--oh_TextBox) + 10px);
    width: 100%;
    box-sizing: border-box;
}

/*input::-webkit-outer-spin-button,*/
/*input::-webkit-inner-spin-button {*/
/*    !* display: none; <- Crashes Chrome on hover *!*/
/*    -webkit-appearance: none;*/
/*    margin: 0; !* <-- Apparently some margin are still there even though it's hidden *!*/
/*}*/
/*input[type=number] {*/
/*    -moz-appearance:textfield; !* Firefox *!*/
/*}*/
.ohSeachBTN {
    /*border: 1px solid red;*/
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}

.ohSeachBTN_BTN {
    margin: 2px 0;
    padding: 5px 30px;
    border-radius: 5px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    background-color: var(--oh_ButtonBCGRND);
    color: var(--oh_ButtonColor);
    font-size: var(--oh_BTNFont);
    font-family: var(--oh_PartsFontFam);
}

.ohSeachBTN_BTN:hover {
    cursor: pointer;
    background-color: var(--oh_ButtonHoverBCGRND);
    color: var(--oh_ButtonHoverColor);
}

/*=============================*/
.ohSearchByON {
    /*border: 1px solid green;*/
    border: 0;
    font-size: var(--oh_Normal1);
    font-weight: bold;
    box-sizing: border-box;
    Width: 275px;
}

.ohNoOrders {
    font-size: var(--oh_Normal1);
    text-align: center;
    color: red;
    font-weight: bold;
    margin-top: 50px;
}

.ohRecieptNoOrders {
    height: 300px;
    line-height: 250px;
    font-size: var(--oh_LVL1_HeaderFont);
}

.ohNextGroup {
    /*padding-left: 10px;*/
    text-align: center;
    color: #0E2AF9;
    text-decoration: underline;
    font-weight: bold;
}

.ohNextGroup:hover {
    cursor: pointer;
}

.ohSearchByONHeader {
    padding: 5px 0;
    font-size: var(--oh_Normal1);
    font-weight: bold;
}

.ohSearchONDateHeader, .ohSearchONNumHeader, .ohSearchONAmtHeader {
    display: inline-block;
    width: 75px;
    padding-left: 10px;
}


.ohSearchEachOrder {
    display: block;
    padding: 3px 0;
}

.ohSearchONDate, .ohSearchONNum, .ohSearchONAmt {
    display: inline-block;
    width: 75px;
    padding-left: 10px;
    font-size: var(--oh_Normal1);
    font-family: var(--oh_PartsFontFam);
}

.ohSearchONSeqNum {
    display: inline-block;
    width: 75px;
    padding-left: 20px;
    font-size: var(--oh_Normal1);
    font-family: var(--oh_PartsFontFam);
}

.ohSearchONNum, .ohSearchONSeqNum {
    /*padding-left: 20px;*/
    color: #0E2AF9;
    text-decoration: underline;
    font-weight: bold;
}

.ohSearchONNum:hover, .ohSearchONSeqNum:hover {
    cursor: pointer;
}

.ohSearchONNumID {
    padding-left: 15px;
}

/*==========================================*/

.ohRightDiv {
    /*outline: 1px solid green;*/
    overflow-y: auto;
    overflow-x: auto;
    display: block;
    overflow-wrap: break-word;
}

/*==========================================*/
.ohRightTopDiv {
    margin: 0 auto;
    /*outline: 1px solid red;*/
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
}

.ohRightSearchBy {
    display: inline-block;
    margin-left: 10px;
}

.ohRightSearchByON {
    padding-top: 20px;
    margin: 0 auto;
    display: block;
}

.ohViewList {
    text-align: center;
    color: #0E2AF9;
    text-decoration: underline;
    font-weight: bold;
    padding: 10px 0;
}

.ohViewList:hover {
    cursor: pointer;
}

/*Always at bottom*/
.ohHidden {
    display: none;
}



