﻿/* Sentricon UI - Common Sytles */
@keyframes fadein {
    from {opacity:0;transform: scale(.25);}
    to {opacity:1;transform: scale(1);}
}

a {
    color: #3b73af;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.5pt;
    margin:0px;
    /*margin-left:0px;
    margin-right:0px;*/
}

legend {
    color: #A0A0A0;
}

textarea {
   font-family: inherit;
   font-size: inherit;
}

.activeButton {
    background-color: #000000 !important;
    background-image: -webkit-linear-gradient(top, #7f7f7f, #000000) !important;
    background-image: -moz-linear-gradient(top, #7f7f7f, #000000) !important;
    background-image: -ms-linear-gradient(top, #7f7f7f, #000000) !important;
    background-image: -o-linear-gradient(top, #7f7f7f, #000000) !important;
    background-image: linear-gradient(to bottom, #7f7f7f, #000000) !important;
}

.important {
    color: red;
    font-weight:bold;
}

.back_color {
    background-color: #EBEBFF;
}

#bait_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left: -250px;
    top: 360px;
    left: 50%;
    z-index:200;
}

#bait_dialog_content input {
    width: 111px;
}

#bait_dialog_content textarea {
    width: 170px;
}

#bait_dialog_content select {
    min-width: 115px;
}

#bait_dialog_content {
    width:100%;
    /*height:197px;*/
    padding-top:20px;
    background-color:white
}

#bait_dialog_content table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
#bait_dialog_content td {
    padding-bottom: 5px;
}
#bait_dialog_content td:nth-child(odd) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}

#bait_dialog_content td:nth-child(even) {
    padding-right: 50px;
}

#bait_dialog_content td:nth-child(4) {
    width: 170px;
}

.baithistory {
    display: none;
}

.baseButtonTight {
    background-color: #bfbfbf;
    background-image: -webkit-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: -moz-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: -ms-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: -o-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: linear-gradient(to bottom, #bfbfbf, #7f7f7f);
    border-radius: 10px;
    border-style:none;
    color: white;
    cursor: pointer;
    font-size: 11pt;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    min-width: 86px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.baseButton.purpleButton {
    background: #776BBD;
    background-image: -webkit-linear-gradient(top, #776BBD, #4936B6);
    background-image: -moz-linear-gradient(top, #776BBD, #4936B6);
    background-image: -ms-linear-gradient(top, #776BBD, #4936B6);
    background-image: -o-linear-gradient(top, #776BBD, #4936B6);
    background-image: linear-gradient(to bottom, #776BBD, #4936B6);
    border-style:solid;
    border-width:3px;
    border-color:White;
}

.baseButton {
    background-color: #bfbfbf;
    background-image: -webkit-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: -moz-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: -ms-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: -o-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: linear-gradient(to bottom, #bfbfbf, #7f7f7f);
    border-radius: 10px;
    border-style:none;
    color: white;
    cursor: pointer;
    font-size: 11pt;
    font-weight: normal;
    height: 32px;
    margin-left: 5px;
    min-width: 86px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.baseButtonSmallSquare {
    background-color: #bfbfbf;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.baseButtonImage {
    height: 31px;
    vertical-align: top;
}

.bodyButton {
    height:25px;
}

.bodyButtonSpecial {
    height:2em;
    background-color: #4f107a;
    color: white;
    font-weight: bold;
    font-size:80%;
    background-image: linear-gradient(to bottom right, #d4a5f3, #4f107a);
    border-style:none;
    border-radius:5px;
    cursor:pointer;
}

.buttonDisabled {
    color:#595959 !important;
    cursor: default !important;
}

.buttonDisabled.purpleButton {
    border-style: none;
    background-color: #bfbfbf;
    background-image: -webkit-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: -moz-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: -ms-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: -o-linear-gradient(top, #bfbfbf, #7f7f7f);
    background-image: linear-gradient(to bottom, #bfbfbf, #7f7f7f);
}

.buttonDisabledImage {
    opacity: 0.3;
    cursor: default !important;
}


.buttonDefault {
    border-style:solid !important;
    border-width:3px !important;
    border-color:White !important;
}

.bold {
    font-weight: bold;
}

.branchSelectionDialog {
    position: absolute;
    display: none;
    /*width: 400px;*/
    background-color: #404040;
    top: 250px;
    left: 50%;
    margin-left: -200px;
    -webkit-box-shadow: 4px 4px 10px 3px rgba(117,112,117,.5);
    -moz-box-shadow: 4px 4px 10px 3px rgba(117,112,117,.5);
    box-shadow: 4px 4px 10px 3px rgba(117,112,117,.5);
    border: 10px solid #DCDCDC;
    /*border-radius:10px;*/
    opacity: 1;
    padding: 0px 0px 10px 0px;
    white-space:nowrap;
    z-index:100;
}

.branchSelectionDialogContent {
    padding-top:12px;
    padding-left:12px;
    height:175px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color:white;
    color:#595959;
}

.branchSelectionDialogContent a {
    color: inherit;
}

/*****************************************************************/
.ucBranchSelectionDialog {
    position: absolute;
    display: none;
    /*width: 400px;*/
    background-color: #404040;
    top: 250px;
    left: 50%;
    margin-left: -250px;
    -webkit-box-shadow: 4px 4px 10px 3px rgba(117,112,117,.5);
    -moz-box-shadow: 4px 4px 10px 3px rgba(117,112,117,.5);
    box-shadow: 4px 4px 10px 3px rgba(117,112,117,.5);
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    opacity: 1;
    padding: 0px 0px 10px 0px;
    /*white-space:nowrap;*/
    z-index:100;
}

.ucBranchSelectionDialogContent {
    padding-top:12px;
    padding-left:12px;
    height:200px;
    background-color:white;
    color:#595959;
}

.ucBranchSelectionDialogTable {
    height:175px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color:white;
    color:#595959;
}

.ucBranchSelectionDialogContent a {
    color: inherit;
}
/*radio button*/
.ucBranchSelectionDialogTable td:nth-child(1),.ucBranchSelectionDialogTable th:nth-child(1) {
    width: 20px;
}
/*name*/
.ucBranchSelectionDialogTable td:nth-child(2),.ucBranchSelectionDialogTable th:nth-child(2) {
    width: 130px;
}
/*code*/
.ucBranchSelectionDialogTable td:nth-child(3),.ucBranchSelectionDialogTable th:nth-child(3) {
    width: 75px;
}
/*city*/
.ucBranchSelectionDialogTable td:nth-child(4),.ucBranchSelectionDialogTable th:nth-child(4) {
    width: 90px;
}
/*state*/
.ucBranchSelectionDialogTable td:nth-child(5),.ucBranchSelectionDialogTable th:nth-child(5) {
    width: 35px;
}
/*country*/
.ucBranchSelectionDialogTable td:nth-child(6),.ucBranchSelectionDialogTable th:nth-child(6) {
    width: 50px;
}
/*last communicated*/
.ucBranchSelectionDialogTable td:nth-child(7),.ucBranchSelectionDialogTable th:nth-child(7) {
    width: 142px;
}

/*****************************************************************/
.cancelReasonAddTable {
    width:100%;
}
.cancelReasonAddTable td:nth-child(1) {
    width:100%;
}
.cancelReasonAddTable .fullWidth {
    width:100%;       
}
.cancelReasonAddTable th {
    font-size: 12pt;
    text-align: left;
}
table.cancelReasonMasterSubTable {
    width:100%;
    margin-top:2em;
    border-collapse: collapse;
}
#masterListDiv th {
    font-size: 12pt;
    text-align: left;
}
.cancelReasonMasterSubTable tr:hover {
    background: #ffffb3;
}
.cancelReasonMasterSubTable tr:nth-child(even) {
    background: #E6E6E6;
}
.cancelReasonMasterSubTable tr:nth-child(even):hover {
    background: #ffffb3;
}
/* Don't change background on hover or header row */
.cancelReasonMasterSubTable tr:first-child:hover {
    background: inherit;
}
#masterListDiv tr button.baseButton {
    visibility:hidden;
}
#masterListDiv tr:hover button.baseButton {
    visibility:visible;
}
#masterListDiv td:nth-child(1) {
    width:100%;
}
#masterListDiv td:nth-child(2) {
    white-space:nowrap;
}
#masterListDiv hr {
    height: 1em;
    background-color: #3D9B35;
    border-radius: 5px;
}

table.cancelReasonBranchSubTable {
    width:100%;
    margin-top:1em;
    border-collapse: collapse;
    border: 1px solid;
    border-color: #a0a0a0;
}
.cancelReasonBranchSubTable th:nth-child(1) {
    width:100%;
}
.cancelReasonBranchSubTable tr:hover {
    background: #ffffb3;
}
.cancelReasonBranchSubTable tr:first-child {
    background: #E6E6E6;
}
.cancelReasonBranchSubTable tr:first-child:hover {
    background: #E6E6E6 !important ;
}
.cancelReasonBranchSubTable tr:nth-child(odd) {
    background: #E6E6E6;
}
.cancelReasonBranchSubTable tr:nth-child(odd):hover {
    background: #ffffb3;
}

#editReason_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    top: 300px;
    right: 0;
    left: 0;
    width: 450px;
    z-index:100;
}
#editReason_dialog_content {
    width:100%;
    padding-top:20px;
    padding-bottom: 20px;
    background-color:white;
}
#editReason_dialog_content td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}
#editReason_dialog_content input {
    min-width: 275px;
}
#addBranchReason_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    top: 300px;
    right: 0;
    left: 0;
    width: 450px;
    z-index:100;
}
#addBranchReason_dialog_content {
    width:100%;
    padding-top:20px;
    padding-bottom: 20px;
    background-color:white;
}
#addBranchReason_dialog_content table {
    border-collapse:collapse;
}
#addBranchReason_dialog_content tr:hover {
    background: #ffffb3;
}
#addBranchReason_dialog_content tr:nth-child(even) {
    background: #E6E6E6;
}
#addBranchReason_dialog_content tr:nth-child(even):hover {
    background: #ffffb3;
}
#addBranchReason_dialog_content tr button.baseButton {
    visibility:hidden;
}
#addBranchReason_dialog_content tr:hover button.baseButton {
    visibility:visible;
}
#addBranchReason_dialog_content td:nth-child(1) {
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    word-break:break-all;
}
.toggle {
    cursor:pointer;
    margin-left:.2em;
    margin-right:.5em;
    font-size: larger;
    font-weight: bold;
    width: 1.75em;
    padding:0;
}
.toggle:after {
    content: '+';
}
.toggleExpanded:after {
    content: '-';
}
.toggleDisabled:after {
    content: '.';
}
/*****************************************************************/

.center {
    margin-left: auto;
    margin-right: auto;
}

.colLeftBody {
    background: white url(/Images/columnLeft.png) repeat-y 0% 0;
}
.colLeftWrapper {
    width:100%;
    display:flex;
}
.colLeftLeftCol {
    width:195px;
    height:auto;
    padding:5px;
    color:white;
    white-space:nowrap;
}
.colLeftRightCol {
    padding:5px;
}
.colLeftLink {
    margin-bottom:10px;
    padding-top:3px;
    padding-bottom:3px;
    cursor:pointer;
}
.colLeftLink:hover {
    background-color:#cccccc;
}
.colLeftLinkSelected, .colLeftLinkSelected:hover {
    background-color:white;
    color:#A0A0A0;
    cursor:default;
}

.colLeftPageWidth {
    /*width: 1000px;*/
    width: 800px;
}

.colLeftPageWidthContent {
    /*width: 1020px;*/
    width: 820px;
}

#comments_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    top: 360px;
    right: 0;
    left: 0;
    width: 500px;
    z-index:200;
}
#comments_dialog_content {
    width:100%;
    padding-top:20px;
    background-color:white;
    height:375px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#comments_dialog_content table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
#comments_dialog_content td {
    padding-bottom: 1em;
}
#comments_dialog_content td:nth-child(1), #comments_dialog_content td:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
    vertical-align:top;
}
#comments_dialog_content td:nth-child(3) {
    padding-right: 10px;
    padding-left: 10px;
    width: 70%;
}

#contactMain .padLeft {
    padding-left: 20px;
}

#contactMain table.main {
    border-collapse:collapse;
    width: 100%;
    table-layout:fixed;
}
#contactMain td {
    vertical-align:bottom;
    padding-right:10px;
}
#contactMain td.subHeader, #contactMain td.subHeaderLighter  {
    vertical-align:middle;
}
#contactMain tr.label td {
    padding-top: 10px;
    font-size: 85%;
}
#contactMain colgroup.twoCols col:nth-child(1) {
    width:50%;
}
#contactMain colgroup.twoCols col:nth-child(2) {
    width:50%;
}
#contactMain colgroup.fourCols col:nth-child(1) {
    width: 125px;
}
#contactMain colgroup.fourCols col:nth-child(2) {
    width: 125px;
}
#contactMain colgroup.fourCols col:nth-child(3) {
    width: 125px;
}
#contactMain colgroup.fourCols col:nth-child(4) {
    width: 125px;
}
#contactMain colgroup.threeCols col:nth-child(1) {
    width: 166px;
}
#contactMain colgroup.threeCols col:nth-child(2) {
    width: 166px;
}
#contactMain colgroup.threeCols col:nth-child(3) {
    width: 166px;
}
#contactMain input {
    min-width: 1px;
    width: 100%;
}
#contactMain input.checkbox, #contactMain span.checkbox input {
    width: auto;
}
#contactMain select {
    width: 100%;
    max-width: 99%;
}
#communicationMain table {
    font-size: 10pt;
}

#communicationMain th {
    font-weight:bold;
}

#communicationMain .width_one {
    width: 50px;
}

#communicationMain .width_two {
    width: 100px;
}

#communicationMain .width_three {
    width: 150px;
}

#communicationMain .width_four {
    width: 200px;
}

#communicationMain .width_five {
    width: 250px;
}

#communicationMain .width_six {
    width: 300px;
}

.communicationSummaryHeader {
    border:1px solid #DCDCDC;
}

#commSummaryTable tr:hover {
    background: #ffffb3;
}

.delinquent {
    color:#bf4040;
}

.dialogTitle {
    width: 100%;
    background-color: #DCDCDC;
    color: #404040;
    padding-bottom: 10px;
    padding-left: 2px;
    white-space:nowrap;
}

.dialogTitle table {
    border-collapse:collapse;
}

.dialogTitle td {
    padding:0px;
}

div.modal {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
}

div.modalShade {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
}

div.subFrame {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 99;
}

iframe.subFrame {
    width:100%;
    height:100%;
    border:none;
}

div.sev_0::before {
    content: "";
    border-width: 0em 0em 0em 1.2em;
    border-style: solid;
    border-color: green;
    margin-right: 10px;
}

div.sev_1::before {
    content: "";
    border-width: 0em 0em 0em 1.2em;
    border-style: solid;
    border-color: lightgrey;
    margin-right: 10px;
}

div.sev_10::before {
    content: "";
    border-width: 0em 0em 0em 1.2em;
    border-style: solid;
    border-color: orange;
    margin-right: 10px;
}

div.sev_20::before {
    content: "";
    border-width: 0em 0em 0em 1.2em;
    border-style: solid;
    border-color: red;
    margin-right: 10px;
}

div.sev_30::before {
    content: "";
    border-width: 0em 0em 0em 1.2em;
    border-style: solid;
    border-color: red;
    margin-right: 10px;
}

.errorField {
    border-color: red !important;
    border-style: solid;
    outline: none;
}

.normalBorder {
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

.fixedWidth10 {
    width: 10ch;
}

.freq_width {
    width: 70px;
}

.freqEntry td {
    padding-bottom: 4px;
}

.freqEntry td:nth-child(2), .freqEntry td:nth-child(7) {
    padding-left: 10px;
}

.go_sign {
    background-color: Green;
    width: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #F0F0F0;
}

.help {
    display: none;
}

.hide_group {
    visibility: hidden;
}

.information_center {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    margin-top: 25px;
}

#lastCheck_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    top: 300px;
    right: 0;
    left: 0;
    width: 450px;
    z-index:100;
}
#lastCheck_dialog_content {
    width:100%;
    padding-top:20px;
    padding-bottom: 20px;
    background-color:white;
}
#lastCheck_dialog_content input {
    min-width: 182px;
}
#lastCheck_dialog_content input.halfsize {
    min-width: 1px;
    width:87px;
}
#lastCheck_dialog_content input.thirdsize {
    min-width: 1px;
    width:80px;
}
#lastCheck_dialog_content table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#lastCheck_dialog_content td {
    padding-bottom: 5px;
}
#lastCheck_dialog_content td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}
#lastCheck_dialog_content textarea {
    min-width: 180px;
}
#lastCheck_dialog_content select {
    min-width: 186px;
}

.left_margin {
    padding-left: 10px;
}

#message_detail {
    color: #505050;
    overflow: auto;
    height: 6em;
    padding-left: 10px;
}

#message_detail table {
    border-collapse:collapse;
}

.message_text {
    color: #505050;
    padding-left: 10px;
}

.nodisplay {
    display: none;
}

.notification_center {
    border-style: solid;
    border-color: #F0F0F0;
    border-width: 2px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.nowrap {
    white-space:nowrap;
}

.pageHeader {
    background-color: #3D9B35;
    color: white;
    padding: 10px;
}

.pageImportant {
  background-color: red;
  color: black;
  padding: 10px;
}

.pageWidthMin {
    min-width: 1000px;
}

.pageWidthMinContentParent {
    min-width: 1024px;
}

.pageWidthMinContent {
    min-width: 1020px;
}

.pageWidth {
    width: 1000px;
}

.pageWidthContent {
    width: 1020px;
}

#parent_dialog {
    background-color: white;
    border-color: #808080;
    border-style: solid;
    border-width: 10px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: right;
    top: 300px;
    right: 0px;
    width: 500px;
    z-index: 100;
}

.portalAccess {
    display:none;
}

.right_margin {
    padding-right: 10px;
}

#renewalDetailGrid {
    font-size: 10pt;
    width:100%;
    border-collapse: collapse;
}

#renewalDetailGrid>tbody>tr:nth-child(even) {
    background: #E6E6E6;
}

#renewalDetailGrid>tbody>tr>th>a {
    color: #006994;
    text-decoration: underline;
}

.renewalDetail {
    border:1px solid #DCDCDC;
    padding:10px;
    margin-bottom:10px;
}

.reportLandingCriteriaDetail>table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
.reportLandingCriteriaDetail>table>tbody>tr>td {
    padding-bottom: 5px;
    vertical-align: top;
}
.reportLandingCriteriaDetail>table>tbody>tr>td:nth-child(2n+1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}

.reportLandingCriteriaDetail>table>tbody>tr>td:nth-child(2n) {
    text-align: left;
    width: 10em;
    white-space:nowrap;
}

.reportLandingCriteriaDetail select {
    min-width: 152px;
}
#reportCriteria1Div a {
    color: inherit;
    text-decoration: inherit;
}

.reportLandingCriteriaDetail {
    border: none;
    padding:10px;
    margin-bottom:10px;
}

.reportLandingIcon {
    width:3em;
}

#siteSearchCriteria table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
#siteSearchCriteria td {
    padding-bottom: 5px;
}
#siteSearchCriteria td:nth-child(2n+1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}
#siteSearchResults table {
    font-size: 10pt;
    width:100%;
    border-collapse: collapse;
}

#siteSearchResults tr:first-child:hover {
    background: inherit;
}
#siteSearchResults tr:hover {
    background: #ffffb3;
}
#siteSearchResults tr:nth-child(even) {
    background: #E6E6E6;
}
#siteSearchResults tr:nth-child(even):hover {
    background: #ffffb3;
}
#siteSearchResults tr button.baseButton {
    visibility:hidden;
}
#siteSearchResults tr:hover button.baseButton {
    visibility:visible;
}

#siteSearchMain a {
    color: inherit;
    text-decoration: inherit;
}

.siteSearchDetail {
    border:1px solid #DCDCDC;
    padding:10px;
    margin-bottom:10px;
}

.shadeLight {
    background-color: #FAFAFA;
}

.stop_sign {
    background-color: Red;
    width: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #F0F0F0;
}

.site_header {
    border-style: solid;
    border-width: 1px;
    border-color: #F0F0F0;
    padding: 10px;
    height: 20px;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#siteComments_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    top: 360px;
    right: 0;
    left: 0;
    width: 500px;
    z-index:200;
}
#siteComments_dialog_content {
    width:100%;
    padding-top:20px;
    background-color:white;
    height:375px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#siteComments_dialog_content table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
#siteComments_dialog_content td {
    padding-bottom: 1em;
}
#siteSAD_dialog {
  border-color: #808080;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 430px;
  right: 0;
  left: 0;
  width: 500px;
  z-index: 200;
}
#siteSAD_dialog_content {
  padding: 20px;
  background-color: white;
}

#siteSAD_dialog input.medium {
  width: 125px;
}

table.comment3Cols td:nth-child(1), table.comment3Cols td:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
    vertical-align:top;
}
table.comment3Cols td:nth-child(3) {
    padding-right: 10px;
    padding-left: 10px;
    width: 70%;
}

table.comment4Cols td:nth-child(1) {
    padding-right: 10px;
    padding-left: 10px;
    vertical-align:top;
    width:40%;
}
table.comment4Cols td:nth-child(2), table.comment4Cols td:nth-child(3) {
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
    vertical-align:top;
}
table.comment4Cols td:nth-child(4) {
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
}

#siteDetail table {
    width:100%;
    border-collapse: collapse;
}
#siteDetail tr {
    line-height: 2em;
    vertical-align: top;
}
#siteDetail td.labelCol {
    text-align: right;
    padding-right: 10px;
    white-space:nowrap;
}


/***************************************************************/

.stationDiagram_infoWindow {
    font-size: 9pt;
    width:250px;
}
.stationDiagram_infoWindow table {
    width:100%;
}
.stationDiagram_infoWindow td:nth-child(1) {
    width: 10%;
}
.stationDiagram_infoWindow td:nth-child(2) {
    width: 90%;
    font-weight:bold;
}
.stationDiagram_infoWindow textarea {
    width: 95%;
    margin-bottom: 10px;
}

#siteDiagram_toolbox {
    /*position: absolute;*/
    float:right;
    font-size: 9pt;
    top: 0px;
    right: 0;
    z-index: 5;
    background-color: whitesmoke;
    padding: 5px;
    border: 1px solid #999;
    text-align: left;
    padding-left: 10px;
    overflow-y:scroll;
    width:200px;
}

#siteDiagram_toolbox input[type=button] {
    width: 100px;
}

#siteDiagram_toolbox table {
    border: 1px solid black;
    border-collapse: collapse;
    width:100%;
}

#buildingList colgroup col:nth-child(1) {
    width:10%;
}
#buildingList colgroup col:nth-child(2) {
    width:40%;
}
#buildingList colgroup col:nth-child(3) {
    width:40%;
}
#buildingList td {
    text-align: center;
}
#buildingList td:nth-child(3) {
    text-align: right;
}

#siteDiagram_toolbox tbody tr:hover {
    background: #ffffb3;
}

#stationList td {
    text-align: center;
}

#stationList td:nth-child(3) {
    text-align: left;
}

#siteDiagram_toolbox tbody tr.blue {
    background: lightblue;
}
#siteDiagram_toolbox tbody tr.blue:hover {
    background: lightblue;
}

/***************************************************************/

#siteMain input.large {
    width: 175px;
}
#siteMain select.large {
    width: 178px;
}

#siteMain input.medium {
    width: 125px;
}
#siteMain select.medium {
    width: 129px;
}
#siteMain .renewButtons {
    width:79px;
}

.space5 {
    display: inline-block;
    width: 5em;
}

#station_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    top: 300px;
    right: 0;
    left: 0;
    /*height: 530px;*/
    width: 450px;
    z-index:100;
}

#station_dialog_content {
    width:100%;
    /*height:414px;*/
    padding-top:20px;
    background-color:white
}

#station_dialog_content input[type="text"] {
    min-width: 182px;
}
#station_dialog_content select.halfsize {
    min-width: 1px;
    width:90px;
}
#station_dialog_content input[type="text"].halfsize {
    min-width: 1px;
    width:87px;
}
#station_dialog_content table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
#station_dialog_content td {
    padding-bottom: 5px;
}
#station_dialog_content td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}
#station_dialog_content td:nth-child(3) {
    text-align: right;
    padding-right: 10px;
    padding-left: 1px;
    white-space:nowrap;
    width:114px;
}

#station_dialog_content td:nth-child(4) {
    padding-right: 10px;
    width:187px;
}

#station_dialog_content textarea {
    min-width: 180px;
}

#station_dialog_content select {
    min-width: 186px;
}

.stationDetail {
    border:1px solid #DCDCDC;
    padding:10px;
    margin-bottom:10px;
}

/*
#stationMain {
    padding:10px;
    margin-bottom:10px;
}*/

#stationListGrid a {
    color: inherit;
    text-decoration: inherit;
}

#stationListGrid {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

/* Don't change background on hover or header row */
#stationListGrid tr:first-child:hover {
    background: inherit;
}
#stationListGrid tr:hover {
    background: #ffffb3;
}
#stationListGrid tr input.baseButton {
    visibility:hidden;
}
#stationListGrid tr:hover input.baseButton {
    visibility:visible;
}
#stationListGrid tr:nth-child(even) {
    background: #E6E6E6;
}
#stationListGrid tr:nth-child(even):hover {
    background: #ffffb3;
}

/*
#stationListGrid td:nth-child(1) {
    width: 5%;
}
*/
#stationListGrid td:nth-child(1) {
    width: 8%;
}
#stationListGrid td:nth-child(2) {
    width: 8%;
}
#stationListGrid td:nth-child(3) {
    width: 8%;
}
#stationListGrid td:nth-child(4) {
    width: 13%;
}
#stationListGrid td:nth-child(5) {
    width: 8%;
}
#stationListGrid td:nth-child(6) {
    width: 16%;
}
#stationListGrid td:nth-child(7) {
    width: 6%;
}
#stationListGrid td:nth-child(8) {
    width: 8%;
}
#stationListGrid td:nth-child(9) {
    width: 18%;
}
#stationListGrid td:nth-child(10) {
    width: 8%;
}

.subHeader {
    background-color: #A4A4B2;
    color:white;
    height:25px;
    padding-top:6px;
    padding-left:5px;
}

.subHeaderLighter {
    background-color: #DCDCDC;
    padding-top:6px;
    padding-left:5px;
}

.subHeaderPurple {
    background-color: #4f107a;
    color:white;
    height:25px;
    padding-top:6px;
    padding-left:5px;
    border-radius: 10px;
}

#testingDetail {
    border:1px solid #DCDCDC;
    padding:10px;
    margin-bottom:10px;
}
#testingDetail input {
    height:20px;
    width:25em;
}
#testingDetail select {
    height:22px;
}
#testingDetail td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
    width:155px;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left !important;
}

.textRight {
    text-align: right;
}

.toolbar {
    background-color: #404040;
    padding: 10px;
    height: 40px;
    color: White;
    padding-bottom: 15px;
    white-space:nowrap;
}

.underline {
    text-decoration: underline;
}
.warningField {
    border-color: #FF9900;
    border-style: solid;
    outline: none;
}

.warning_sign {
    background-color: Orange;
    width: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #F0F0F0;
}

.toolbarSeparator {
    border-left: 2px solid white;
    height: 31px;
}

.verticalBarRight {
    border-right: thick solid white;
}

#workorder_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    top: 300px;
    right: 0;
    left: 0;
    width: 450px;
    z-index:100;
}

#workorder_dialog_content {
    width:100%;
    padding-top:20px;
    background-color:white
}

#workorder_dialog_content input {
    min-width: 182px;
}
#workorder_dialog_content select.halfsize {
    min-width: 1px;
    width:90px;
}
#workorder_dialog_content hr {
    border-top: 6px solid #3D9B35;
}
#workorder_dialog_content input.halfsize {
    min-width: 1px;
    width:87px;
}
#workorder_dialog_content table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
#workorder_dialog_content td {
    padding-bottom: 5px;
}
#workorder_dialog_content td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}
#workorder_dialog_content td:nth-child(2) {
    padding-right: 10px;
    width:187px;
    white-space:nowrap;
}
#workorder_dialog_content td:nth-child(3) {
    padding-right: 10px;
    white-space:nowrap;
}

.zMsgBox {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.zMsgBoxContent {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
}

.zMsgBoxContent td:nth-child(1) {
    white-space:nowrap;
}
.zMsgBoxContent td:nth-child(2) {
    font-weight:bold;
    word-break:break-all;
}

.zMsgBoxButton {
    margin-right:10px;
}

.zMsgBoxClose:hover,
.zMsgBoxClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/******* TABBED DIV V2 **********************/
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    /*background-color: #d6d6dc;*/
  border-radius : 4px 4px 0 0 ;
}

div.tab button {
    background-color: #d6d6dc;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 1em;
}

div.tab button:hover {
    background-color: #A4A4B2;
}

div.tab button.active {
    background-color: #A4A4B2;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}/********************************************/


.tablesorter .header,
.tablesorter .tablesorter-header {
	/*background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 18px 4px 4px;
	white-space: normal;*/
	cursor: pointer;
}
.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc {
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);*/
}
.tablesorter .tablesorter-headerAsc .tablesorter-header-inner:after,
.sortAsc:after {
    content: "\2193";
}
.tablesorter .tablesorter-headerDesc .tablesorter-header-inner:after,
.sortDesc:after {
    content: "\2191";
}

.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc {
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);*/
}

#zpicklist {
    position: absolute;
    z-index: 101;
    border: 1px solid #808080;
    background-color: white;
    overflow: auto;
    height: 200px;
}

#zpicklist tr:hover {
    background: #ffffb3;
}

#zpicklist td {
    white-space:nowrap;
}

.zpickListButton {
    margin-left: -5px;
    padding: 2px 1px;
    border: 1px solid black;
}

.zpickListButton:hover {
    background-color: #bfbfbf;
}

.zpickListButton:after {
    content: "▼";
}

/***************************************/
.zConfirmDialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: fixed;
    margin-left:auto;
    margin-right:auto;
    top: 360px;
    right: 0;
    left: 0;
    width: 500px;
    z-index:200;
}
.zConfirmDialogContent {
    width:100%;
    background-color:white;
}

.zConfirmDialogContent > div {
    padding: 20px;
}

.paging-nav {
    margin: 3px auto 0;
    font-family: Arial, sans-serif;
}

.paging-nav a {
    background: #91b9e6;
    border-radius: 3px;
    margin: auto 1px;
    display: inline-block;
    padding: 1px 7px;
    color: white;
    padding-top: 2px;
    min-width: 16px;
    text-decoration: none;
    text-align: center;
}

.paging-nav .selected-page {
    background: #187ed5;
    font-weight: bold;
}

.pickListButton {
    padding: 2px 1px;
    border: 1px solid black;
    background: #91b9e6;
}

.pickListButton:hover {
    background: #187ed5;
}

.pickListButton:after {
    content: "▼";
}

.clickable {
    cursor: pointer;
}

table.optionCategory {
    border-collapse: collapse;
}

table.optionCategory td, table.optionCategory th {
    border: 1px solid #ddd;
    padding: 8px;
}

table.optionCategory tr:nth-child(even) {
    background-color: #f2f2f2;
}

table.optionCategory th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    /*background-color: #4CAF50;*/
    background-color: #3D9B35;
    color: white;
}

table.optionCategory td:nth-child(1),
table.optionCategory td:nth-child(4),
table.optionCategory td:nth-child(5) {
    text-align: center;
}

#userSearchCriteria table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
#userSearchCriteria td {
    padding-bottom: 5px;
}
#userSearchCriteria td:nth-child(2n+1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}

.userSearchDetail {
    border:1px solid #DCDCDC;
    padding:10px;
    margin-bottom:10px;
}

.userSearchDetail a {
    color: inherit;
    text-decoration: inherit;
}

#userSearchResults table {
    font-size: 10pt;
    width:100%;
    border-collapse: collapse;
}

#userSearchResults tr:first-child:hover {
    background: inherit;
}
#userSearchResults tr:hover {
    background: #ffffb3;
}
#userSearchResults tr:nth-child(even) {
    background: #E6E6E6;
}
#userSearchResults tr:nth-child(even):hover {
    background: #ffffb3;
}
#userSearchResults tr button.baseButton {
    visibility:hidden;
}
#userSearchResults tr:hover button.baseButton {
    visibility:visible;
}
#userSearchResults tr input.baseButton {
    visibility:hidden;
}
#userSearchResults tr:hover input.baseButton {
    visibility:visible;
}

.inputTable  {
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}
.inputTable td {
    padding-bottom: 5px;
}
.col4 td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}
.col4 td:nth-child(3) {
    text-align: right;
    padding-right: 10px;
    padding-left: 90px;
    white-space:nowrap;
}
.col4 input[type="text"], .col4 input[type="password"] {
    min-width: 182px;
}
.col4 select {
    min-width: 186px;
}

.col5 td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}
.col5 td:nth-child(4) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}
.col5 button {
    min-width: 6em;
}

.col5 select {
    width: 300px;
    font-size: 9pt;
}

#transactionHistoryMain table {
    width:100%;
    margin-top:1em;
    border-collapse: collapse;
    border: 1px solid;
    border-color: #a0a0a0;
    font-size:7pt;

}

#transactionHistoryMain thead {
    background: #E6E6E6;
}
#transactionHistoryMain th {
    text-align: left;
}

#transactionHistoryMain tr {
    vertical-align: top;
}

#transactionHistoryMain tr:nth-child(even) {
   background: #E6E6E6;
}
table.transactionHistoryStation td {
    text-overflow: ellipsis;
    overflow:hidden;
}
table.transactionHistoryStation td:nth-child(1) {
    width: 20px;
    max-width: 20px;
}
table.transactionHistoryStation td:nth-child(2) {
    width: 20px;
    max-width: 20px;
}
table.transactionHistoryStation td:nth-child(3) {
    width: 40px;
    max-width: 40px;
}
table.transactionHistoryStation td:nth-child(4) {
    width:100px;
    max-width: 100px;
}
table.transactionHistoryStation td:nth-child(5) {
    width: 20px;
    max-width: 20px;
}

#customFilters_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left: -250px;
    top: 300px;
    left: 50%;
    z-index:100;
}

#customFilters_dialog_content input {
    width: 111px;
}

#customFilters_dialog_content select {
    min-width: 115px;
}

#customFilters_dialog_content {
    width:100%;
    padding-top:20px;
    background-color:white
}

#customFilters_dialog_content table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
#customFilters_dialog_content td {
    padding-bottom: 5px;
}
#customFilters_dialog_content td:nth-child(odd) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}

#customFilters_dialog_content td:nth-child(even) {
    padding-right: 10px;
}

#customFilters_dialog_content td:nth-child(4) {
    width: 170px;
}

#customFilters_dialog_content div {
    padding: 10px;
    font-size: 8.5pt;
}

#saveWO_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    top: 300px;
    right: 0;
    left: 0;
    width: 450px;
    z-index:100;
}
#saveWO_dialog_content {
    width:100%;
    padding-top:20px;
    padding-bottom: 20px;
    background-color:white;
}
#saveWO_dialog_content input {
    min-width: 182px;
}
#saveWO_dialog_content table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#saveWO_dialog_content td {
    padding-bottom: 5px;
}
#saveWO_dialog_content td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}

#report_dialog {
    border-color:#808080;
    border-style:solid;
    border-width:10px;
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    top: 300px;
    right: 0;
    left: 0;
    width: 450px;
    z-index:100;
}
#report_dialog_content {
    width:100%;
    padding-top:20px;
    padding-bottom: 20px;
    background-color:white;
}
#report_dialog_content input {
    width: 132px;
}
#report_dialog_content table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#report_dialog_content td {
    padding-bottom: 5px;
}
#report_dialog_content td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}

#auditHistoryMain table {
    width:100%;
    margin-top:1em;
    border-collapse: collapse;
    border: 1px solid;
    border-color: #a0a0a0;
    font-size:9pt;

}
#auditHistoryMain thead {
    background: #E6E6E6;
}
#auditHistoryMain th {
    text-align: left;
}

#auditHistoryMain tr {
    vertical-align: top;
}

#auditHistoryMain tr:nth-child(even) {
   background: #E6E6E6;
}
table.auditHistory td {
    text-overflow: ellipsis;
    overflow:hidden;
}
table.auditHistory td:nth-child(1) {
    padding-left:70px;
    width: 170px;
    max-width: 170px;
}
table.auditHistory td:nth-child(2) {
    width: 160px;
    max-width: 160px;
}
table.auditHistory td:nth-child(3) {
    width: 160px;
    max-width: 160px;
}
table.auditHistory td:nth-child(4) {
    width:160px;
    max-width: 160px;
}
table.auditHistory td:nth-child(5) {
    width: 160px;
    max-width: 160px;
}

.criteriaInput {
    padding: 10px;
    margin-bottom: 10px;
}

.criteriaInput table {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
.criteriaInput td {
    padding-bottom: 5px;
}
.criteriaInput td:nth-child(2n+1) {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}

.criteriaInput input[type="text"],input[type="password"] {
    width:100%;
}
.criteriaInput select {
    width:100%;
}

.Warning {
    font-weight:bold;
    color:gold;
}

.Info {
    font-weight: bold;
    color:green;
}

.Fatal {
    font-weight: bold;
    color:red;
}

table.userPermissionTable {
    width:100%;
    margin-top:2em;
    border-collapse: collapse;
    border:1px #a0a0a0 solid;
}

.userPermissionTable th, .userPermissionTable td {
    padding-left: .5em;
    padding-right: .5em;
    text-align: center;
}

.userPermissionTable td {
    padding-bottom: .5em;
}

.userPermissionTable th:first-child, .userPermissionTable td:first-child {
    text-align: left;
}

.userPermissionTable .userHeader {
    background-color: #f0f0f0;
    border: 1px #a0a0a0 solid;
}

.userPermissionTable td {
    font-weight: 600;
}
.userPermissionTable .userHeader th {
    text-align: left;
    padding: .5em;
}

.userPermissionTable .dataLabel {
    opacity: 0.5;
}

.userPermissionTable col:nth-child(1) {
    width: 25%;
}
.userPermissionTable col:nth-child(2) {
    width: 14%;
}
.userPermissionTable col:nth-child(3) {
    width: 14%;
}
.userPermissionTable col:nth-child(4) {
    width: 14%;
}
.userPermissionTable col:nth-child(5) {
    width: 18%;
}
.userPermissionTable col:nth-child(6) {
    width: 13%;
}

#siteInvoiceHistory_dialog {
    border-color: #808080;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 360px;
    right: 0;
    left: 0;
    width: 800px;
    z-index: 200;
    font-size: 9pt;
}
#siteInvoiceHistory_dialog_content {
    width: 100%;
    padding-top: 20px;
    background-color: white;
    height: 375px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#siteInvoiceHistory_dialog_content table {
    border-collapse: collapse;
    width: 100%;
    margin-left: 1em;
}
#siteInvoiceHistory_dialog_content td {
    padding-bottom: 1em;
    padding-right: 1em;
}
#siteInvoiceHistory_dialog_content th {
    padding-right: 1em;
}
#siteInvoiceHistory_dialog_content th:nth-child(2),
#siteInvoiceHistory_dialog_content th:nth-child(6),
#siteInvoiceHistory_dialog_content td:nth-child(2),
#siteInvoiceHistory_dialog_content td:nth-child(6) {
    text-align:left;
}
#siteInvoiceHistory_dialog_content th:nth-child(1),
#siteInvoiceHistory_dialog_content th:nth-child(4),
#siteInvoiceHistory_dialog_content th:nth-child(5),
#siteInvoiceHistory_dialog_content td:nth-child(1),
#siteInvoiceHistory_dialog_content td:nth-child(4),
#siteInvoiceHistory_dialog_content td:nth-child(5),
#siteInvoiceHistory_dialog_content td:nth-child(7) {
    text-align:right;
}

.paddedBorder {
    border:2px solid #F0F0F0;
    padding:10px;
    margin-bottom:10px;
}

.baseTable {
    font-size: 10pt;
    width: 100%;
    border-collapse:collapse;
}

.baseTable>tbody>tr:nth-child(even) {
    background: #E6E6E6;
}
.baseTable th {
    text-align:left;
}
.baseTable td {
    vertical-align:top;
}

.tableNote {
    font-size:smaller;
    font-weight:bold;
}

#revStewardshipDiv {
    border-color: #808080;
    border-style: solid;
    border-width: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#revStewardshipTable {
    font-size: 10pt;
    border-collapse:collapse;
    width:100%;
    table-layout:fixed
}

#revStewardshipTable td {
  padding:5px;
  border: 1px solid #D0D0D0;
}

#revStewardshipTable .head {
  background-color: #549E39;
}

#revStewardshipTable .head>td:first-child {
  padding: 5px 30px 5px 20px;
  font-weight: bold;
  font-size: large;
  color:white;
}
#revStewardshipTable .head table td {
  padding:1px;
}

#revStewardshipTable .head table {
    background-color:white;
    font-size:smaller;
    border-collapse: collapse;
}

#revStewardshipTable .division {
  font-weight: bold;
  text-align: center;
  background-color: #294F1C;
  color: white;
}

#revStewardshipDiv .sdrData {
  background-color: #FFFFCC;
}

#revStewardshipDiv .estimate {
  background-color: #C6EFCE;
}

#revStewardshipTable .note {
  font-size: smaller;
}

#revStewardshipTable input[type="text"] {
    min-width: 1px;
    width:6em;
}
#revStewardshipTable input.tcal {
    min-width: 1px;
    width:8em;
}

#revStewardshipTable textarea {
    width: 95%;
}

#revStewardshipTable col {
    width: 12.5%;
}

.note-col {
  padding-left: 10px !important;
}

.status-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin: auto;
  box-sizing: border-box;
}

.has-note {
  background-color: darkgreen;
  border: 2px solid darkgreen;
}

.no-note {
  background-color: white;
  border: 2px solid #006994;
}

.modal-overlay {
  display: none;
  position: fixed !important;
  inset: 0 !important;  
  background-color: rgba(0, 0, 0, 0.6) !important;
  z-index: 999999 !important;
  justify-content: center !important;
  align-items: center !important;
}

.modal-overlay.active {
  display: flex !important;
}

.modal-card {
  width: 400px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 1000000;
}

.modal-flex-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.modal-label {
  min-width: 110px;
  margin-right: 10px;
  white-space: nowrap;
}

.modal-value {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-footer-custom {
  display: flex;
  justify-content: flex-end;
  padding: 10px 16px;
  gap: 10px;
  background-color: #f1f1f1; /* Optional: light background like Bootstrap footers */
  border-top: 1px solid #ddd;
}

.modal-btn {
  background-color: #ccc; /* Grey color */
  color: #000;
  border: 1px solid #aaa;
  padding: 6px 20px; /* Broader button */
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

  .modal-btn:hover {
    background-color: #bbb; /* Slightly darker on hover */
  }