﻿
body {
    font-family: verdana; /*Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    line-height: 30px;
}

.headTD {
    color: #000000;
}

h1, h2, h3, h4, h5 {
    color: blue;
    margin: 5px 0; 
}

input {
    font-size: 14px;
}

.validator {
    font-weight: bold;
    color: red;
}

/* ALIGN IMAGE CENTRALLY WITH TEXT INSIDE CONTAINER */
.txtImgDivContainer {
    display: flex;
    align-items: center;
    justify-content:flex-start;
}

.smallImgLine {
    width: 35px;
}

.txtDivImage {
    flex-basis: 40px;
}

.txtDivText {
    padding-left: 10px;
    color: green;
}
/* ================================================ */

.success {
    font-weight: bold;
    color: darkgreen;
}

input[type=submit] {
    height: 35px;
    min-width: 120px;
    cursor: pointer;
}

    input[type=submit]:hover {
        background-color: navy;
        color: white;
        font-weight: bold;
    }

input[type=text], input[type=number], select, input[type=password], input[type=email] {
    height: 35px;
    padding-left: 7px;
    padding-right: 7px;
    min-width: 150px;
}

    input[type=text]:active, select:active, input[type=password]:active, input[type=email]:active,
    input[type=text]:focus, select:focus, input[type=password]:focus, input[type=email]:focus,
    input[type=number]:active, input[type=number]:focus {
        background-color: rgb(225,240,220);
    }

.tblSubGrid {
    border-collapse: collapse;
    min-width: 1000px;
}

    .tblSubGrid td {
        border: solid 1px black;
    }

.headTR {
    background-color: #CCCCCC;
    font-weight: bold;
    font-size: 12px;
}

.normalTR {
    background-color: #FFFFFF;
}

    .normalTR:hover {
        background-color: rgb(225,240,220);
    }

.errorTR {
    background-color: #FFFF00;
}

.normalTD {
    background-color: #FFFFFF;
}

.trClosed {
    background-color: rgb(250,230,215);
    color: maroon;
}

.trNotRcvd {
    background-color: rgb(255,255,150);
    color: navy;
}


.trOpen {
    background-color: rgb(200,225,180);
    color: navy;
}

.error {
    font-weight: bold;
    font-style: italic;
    color: #800000;
}

.tblClear {
    border-collapse: collapse;
    width: 100%;
}

.tblTdBorder td {
    border: solid 1px rgb(220,220,220);
}

.message {
    font-weight: bold;
    font-style: italic;
    color: maroon;
}

.highlightTR {
    background-color: #FFFF00;
    font-style: italic;
}

.smallTR {
    background-color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    font-size: 12px;
}

td {
    padding: 5px;
}

.divError {
    font-weight: bold;
    color: red;
    background-color: rgb(250,230,215);
    border: solid 1px maroon;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}


.divSuccess {
    font-weight: bold;
    color: darkgreen;
    background-color: rgb(177, 215, 178);
    border: solid 1px darkgreen;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
/* ================================================== */
/* style for popup locker */
/* ================================================== */

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    padding-top: 250px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-color: rgba(130, 130, 130, 0.8); /*rgb(219,229,241);*/
    text-align: center;
}

.divLock {
    font-size: 14px;
    font-weight: bold;
    color: Navy;
    border: solid 5px Navy;
    background-color: white; /*#00092b rgb(0,0,155);*/
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
    height: 200px;
}

.popUpLockOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-color: rgba(130, 130, 130, 0.8); /*rgb(219,229,241);*/
    text-align: center;
}
.table-sortable th {
    cursor: pointer;
}

.table-sortable .th-sort-asc::after {
    content: "\25b4";
}

.table-sortable .th-sort-desc::after {
    content: "\25be";
}

.table-sortable .th-sort-asc::after,
.table-sortable .th-sort-desc::after {
    margin-left: 5px;
}

.table-sortable .th-sort-asc,
.table-sortable .th-sort-desc {
    background: rgba(0, 0, 0, 0.1);
}
/*************************************************************/
.sr-only {
    position: absolute;
    top: -30em;
}

table.sortable td,
table.sortable th {
    padding: 0.125em 0.25em;
    width: 8em;
}

table.sortable th {
    font-weight: bold;
    border-bottom: thin solid #888;
    position: relative;
}

    table.sortable th.no-sort {
        padding-top: 0.35em;
    }

    table.sortable th:nth-child(5) {
        width: 10em;
    }

    table.sortable th button {
        position: absolute;
        padding: 4px;
        margin: 1px;
        font-size: 100%;
        font-weight: bold;
        background: transparent;
        border: none;
        display: inline;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        text-align: left;
        outline: none;
        cursor: pointer;
    }

        table.sortable th button span {
            position: absolute;
            right: 4px;
        }

    table.sortable th[aria-sort="descending"] span::after {
        content: "▼";
        color: currentColor;
        font-size: 100%;
        top: 0;
    }

    table.sortable th[aria-sort="ascending"] span::after {
        content: "▲";
        color: currentColor;
        font-size: 100%;
        top: 0;
    }

table.show-unsorted-icon th:not([aria-sort]) button span::after {
    content: "♢";
    color: currentColor;
    font-size: 100%;
    position: relative;
    top: -3px;
    left: -4px;
}

table.sortable td.num {
    text-align: right;
}

table.sortable tbody tr:nth-child(odd) {
    background-color: #ddd;
}

/* Focus and hover styling */

table.sortable th button:focus,
table.sortable th button:hover {
    padding: 2px;
    border: 2px solid currentColor;
    background-color: #e5f4ff;
}

    table.sortable th button:focus span,
    table.sortable th button:hover span {
        right: 2px;
    }

table.sortable th:not([aria-sort]) button:focus span::after,
table.sortable th:not([aria-sort]) button:hover span::after {
    content: "▼";
    color: currentColor;
    font-size: 100%;
    top: 0;
}

