:root {
    --request-back-color: #DDD891;
}

.myButton {
    width: 80px;
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
    background: -moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
    background-color: #768d87;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    height: 20px;
}

    .myButton:disabled {
        opacity: 0.5;
    }

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
        background: -moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: -webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: -o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: -ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
        background-color: #6c7c7c;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

.modal-dialog {
    font-family: sans-serif;
}

.modal-footer {
    padding: 0px;
    border-top: none;
}

.modal-header {
    padding: 0px;
    border-bottom: none;
}

.modal-content {
    width: 700px;
}

body {
    font-size: 12px;
}

div {
    width: 100%;
    font-family: sans-serif;
}

h5 {
    font-size: 20px;
}

.request-header {
    background-color: var(--request-back-color);
}

.metadata-table {
    font-size: 8px;
    font-weight: normal;
}

.request-table {
    background-color: var(--request-back-color);
}

.listrow {
    border-width: 1px;
    border-color: lightslategray;
    border-collapse: separate;
}

input {
    height: 25px;
    font-size: 12px;
}

    input:disabled {
        opacity: 1;
    }

select {
    height: 23px;
    font-size: 12px;
}

.line-separator {
    height: 1px;
    background: #717171;
    border-bottom: 1px solid #313030;
}

.modal-backdrop.in {
    opacity: 0.5 !important;
}

.colpadding {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.rowpadding {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.Grid {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

    .Grid th {
        background-color: #F7F7F7;
        font-weight: bold;
    }

    .Grid th, .Grid td {
        padding: 5px;
        border: 1px solid #ccc;
    }

    .Grid, .Grid table td {
        border: 0px solid #ccc;
    }

        .Grid th a, .Grid th a:visited {
            color: #333;
        }
.grdExistingRecord {
    cursor: pointer;
    color: black;
    font-weight: normal;
}

.table-striped  th {
    background-color: dimgrey;
    color: black;
}

.grdSelectedRecord {
    background-color: #f5f52a;
    color: red;
    font-weight: bold;
}
.table-striped > tbody > tr:nth-child(odd) > td  {
    background-color: lightgray;
    color: black;
}
.table-striped > tbody > tr:nth-child(even) > td {
    background-color: gray;
    color: black;
}


.page-link {
    color: white;
    background-color: var(--bs-pagination-hover-bg);
}
    .page-link:hover {
        color: white;
        background-color:#2a9fd694;
    }
        .highlight-box {
    padding: 10px;
    border: 1px;
    border-color: forestgreen
}
html {
    visibility: visible;
    opacity: 1;
}
