.formEntryItems {
    width: 200px;
    height: 28px;
}

.formEntryItemOtherReturnReason {
    width: 200px;
    height: 28px;
    margin-top: 2px;
}

.formEntryItemsMobile {
    width: 140px;
    height: 28px;
}

.formEntryItemOtherReturnReasonMobile {
    width: 140px;
    height: 28px;
    margin-top: 2px;
}

.formEntryItemOtherReturnReasonWatermark {
    font-style: italic;
    color: dodgerblue;
}

.formEntryInvoiceButton {
    height: 28px;
}

.mydatagrid {
    width: 100%;
    border: solid 1px black;
    min-width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .mydatagrid td {
        padding: 2px;
    }

    .mydatagrid th {
        padding: 3px;
    }

.mydatagridStatusAndWorklist {
    width: 100%;
    border: solid 1px black;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .mydatagridStatusAndWorklist td {
        padding: 2px;
        font-family: Arial;
        font-size: 11px;
    }

    .mydatagridStatusAndWorklist th {
        padding: 2px;
    }

.header {
    background-color: gray;
    font-family: Arial;
    color: White;
    text-align: center;
    font-size: 14px;
}

.headerWorklist {
    background-color: #e5e5e5;
    font-family: Arial;
    color: Black;
    font-size: 12px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    min-height: 25px;
    text-align: left;
}

.pickPartsDropdown {
    margin-top: 2px;
    width: 200px;
    height: 28px;
    background-color: aliceblue;
}

.pickPartsDropdownMobile {
    margin-top: 2px;
    width: 140px;
    height: 28px;
    background-color: aliceblue;
}

.pageTitle {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-right: 50px;
    padding-top: 0px;
}

.inputTable {
    border-spacing: 5px;
    border-collapse: separate;
}

.addItemButton {
    margin-top: 15px;
    border-radius: 5px;
    background-color: lightskyblue;
    color: black;
    width: 300px;
    height: 40px;
}

    .addItemButton:hover {
        margin-top: 15px;
        border-radius: 5px;
        background-color: deepskyblue;
        color: black;
        width: 300px;
        height: 40px;
    }

.submitRequestButton {
    border-radius: 5px;
    background: #b1fcb1;
    color: black;
    width: 300px;
    height: 40px;
}

    .submitRequestButton:hover {
        border-radius: 5px;
        background: #67f967;
        color: black;
        width: 300px;
        height: 40px;
    }

/*filter buttons*/

.filterByDateButton {
    border-radius: 5px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    background: #0066CC;
    color: white;
    width: 110px;
    height: 30px;
}

    .filterByDateButton:hover {
        border-radius: 5px;
        border-width: 1px;
        border-color: black;
        border-style: solid;
        background: #004080;
        color: white;
        width: 110px;
        height: 30px;
    }

.printButton {
    border-radius: 5px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    background: #FF9900;
    color: white;
    width: 60px;
    height: 30px;
}

    .printButton:hover {
        border-radius: 5px;
        border-width: 1px;
        border-color: black;
        border-style: solid;
        background: #b36b00;
        color: white;
        width: 60px;
        height: 30px;
    }

.csvButton {
    border-radius: 5px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    background: Silver;
    color: white;
    width: 115px;
    height: 30px;
}

    .csvButton:hover {
        border-radius: 5px;
        border-width: 1px;
        border-color: black;
        border-style: solid;
        background: Gray;
        color: white;
        width: 115px;
        height: 30px;
    }

.showAllButton {
    border-radius: 5px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    background: #9b9bff;
    color: white;
    width: 80px;
    height: 30px;
}

    .showAllButton:hover {
        border-radius: 5px;
        border-width: 1px;
        border-color: black;
        border-style: solid;
        background: #6969ff;
        color: white;
        width: 80px;
        height: 30px;
    }

/*RGN buttons*/

.filterByRGNButton {
    border-radius: 5px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    background: #0066CC;
    color: white;
    width: 120px;
    height: 30px;
}

    .filterByRGNButton:hover {
        border-radius: 5px;
        border-width: 1px;
        border-color: black;
        border-style: solid;
        background: #004080;
        color: white;
        width: 120px;
        height: 30px;
    }

.showAllRGNButton {
    border-radius: 5px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    background: #FF9900;
    color: white;
    width: 80px;
    height: 30px;
}

    .showAllRGNButton:hover {
        border-radius: 5px;
        border-width: 1px;
        border-color: black;
        border-style: solid;
        background: #b36b00;
        color: white;
        width: 80px;
        height: 30px;
    }

.deleteButton {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: Red;
    text-align: center;
}

.editLink {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px !important;
    padding-right: 5px !important;
    background-color: whitesmoke;
}

/*Autocomplete Menu - Desktop*/

.completionList {
    border: solid 1px Gray;
    margin: 15px 0 0 17px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    background-color: #fff9e2;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 300px !important;
    height: 450px !important;
}

.listItem {
    color: Black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.listItemHighlighted {
    background-color: #ADD6FF;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*Autocomplete Menu - Mobile Phone*/

@media (max-width: 800px) {
    .completionList {
        border: solid 1px Gray;
        margin: 20px 0 0 17px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: auto;
        background-color: #fff9e2;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        width: 300px !important;
        height: 350px !important;
        left: 10px !important; /*added for mobile device to keep drop down list positioned against left edge of device*/
    }

    .inputTable {
        margin: 0 auto; /*centers table*/
    }

    .hyperLinkStatus {
        visibility: hidden; /*hides status link for phones... screen too small for use*/
    }

    .hyperLinkWorklist {
        visibility: hidden; /*hides worklist link for phones... screen too small for use*/
    }
}

/* unvisited link */
a:link {
    color: dodgerblue;
}

/* visited link */
a:visited {
    color: dodgerblue;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: red;
}