/* ------ Start basic HTML styles ------ */
/**:hover { 
   outline:1px blue solid;
 }*/

body,td,input,select {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}
select, input { 
    padding: 5px;
}
form {
    margin: 0px;
}
h1, h2 {
    margin-top: .5em;
    color: #666;
}
p {
    margin: 0 0 10px 0;
}
a{
    color:#4c76a0;
}
a:hover{
  color: #435370;
}
th {
  padding: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  border-top: 0px #ffffff solid; 
  border-left: 0px #ffffff solid; 
  border-bottom: 1px  #333 solid; 
  border-right: 1px #aaaaaa solid;
  background: #435370;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
/* ------ End basic HTML styles ------ */
/* Login  */
.login_body {
    font: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
}
.login_logoTD {
    width: 350px;
    margin: 0 auto;
    text-align: center;
}
.login_H3 {
    text-align: center;
    color:#4c76a0;
}
table.login {
    width: 350px;
    padding: 10px;
    margin: 0 auto;
}
table.login a.button {
    background: #4c76a0;
    color: #fff;
    width: 70px;
    margin: 5px 0px 0px 0px;
    text-align: center;
}

.log-table {
  border-collapse: collapse;
  width: max-content;   /* allow table to expand naturally */
  min-width: 100%;      /* at least fill the container */
  table-layout: auto;   /* let the browser compute column widths */
}

.log-table th,
.log-table td {
  white-space: wrap;
  text-align: center;
}

/* this block is important or else the table will be misalgined */
.log-table thead {
  display: table-header-group;
  padding-right: var(--scrollbar, 0px);
}
.log-table tbody { display: table-row-group;   scrollbar-gutter: stable; }
.log-table tr    { display: flex; }

.log-table th,
.log-table td {
  padding: 4px;            /* normalize padding so th and td match */
  max-width: 200px;
  white-space: wrap;         /* keep single line; rely on horizontal scroll */
  box-sizing: border-box;
}

.log-table td {
  padding: 4px;
}

.log-table-raw-activity {
  border-collapse: collapse;
  width: max-content;   /* allow table to expand naturally */
  min-width: 100%;      /* at least fill the container */
  table-layout: auto;   /* let the browser compute column widths */
}

.log-table-raw-activity thead {
  display: table-header-group;
  padding-right: var(--scrollbar, 0px);
}
.log-table-raw-activity tbody { display: table-row-group; }
.log-table-raw-activity tr    { display: table-row; }

.system_message {
    margin: auto;
    width: 350px;
}

.login_alert {
    margin: auto;
    width: 350px;
    background-color: #f7f7f7;
}

.content_body {
    display: flex;
    background-color: #f7f7f7;
    margin: auto;
    width: 350px;
}

.login_row {
    display: flex;
    margin: auto;
    width: 350px;
    padding-top: 8px;
}

.center_login_row {
    margin: auto;
    text-align: center;
    width: 350px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.center_login_row p {
    vertical-align: middle;
}

.login_label {
    width: 150px;
    margin-bottom: auto;
    margin-top: auto;
    text-align: right;
    padding-right: 4px;
}

.login_input {
    width: 200px;
    text-align: left;
}

/* End Login */
/* ------ Start top-nav related ------ */
.clock { 
  vertical-align: top; 
  width: 170px;
  padding: 5px 10px;
  font-weight: bold;
}
.welcome { 
  color: #666; 
}
/* ------ End top-nav related ------ */

/* ------ Start div-related ------ */

.threeColumnBox {
  float: left;
  width: 33%;
}

.twoColumnBox {
  float: left;
  width: 50%;
  height: 200px   
}

.fullWindow {
  float: left;
  width: 750px;
  clear: left
}

/* ------ End div-related ------ */

/* ------ Start CSS Frame-related ------ */

#topcontent{
position: fixed;
top: 0;
left: 0;
width: 100%;
min-width: 890px;
height: 115px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: transparent;
}

#maincontent{
position: fixed;
top: 115px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
background: white;
border-top: dotted 1px #d4d4d4;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 94px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}
/* ------ End CSS Frame-related ------ */

/* ------ Start box-related ------ */

.box_backgnd {
  background-color: #f7f7f7;
}

.box_header {
  padding-top: .75em;
  padding-bottom: .75em;
  background-color: #f7f7f7;
  width: 350px;
  margin: auto;
}

/* ------ End box-related ------ */


/* ------ Start report-related ------ */
.identifier {
  font-size: 12px;
  color: #333; 
  font-weight: bold;
}
.major_section_header {
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    background: #666;
    padding: 6px;
}
.minor_section_header {
  font-size: 13px;
  color:#333; 
  font-weight: bold;
  background:#AAAAAA;
}
.sub_section_header {
  font-size: 12px;
  color: #333; 
  font-weight: bold;
  background:#CCFFCC;
  border-top: 1px #AAAAAA solid;
  border-bottom: 1px #AAAAAA solid;
  text-align: center;
}
.box_item {
  border-top: 1px #333 solid; 
  border-left: 1px #333 solid; 
  border-bottom: 1px #333 solid; 
  border-right: 1px #333 solid;
}
.total_item {
  border-top: 1px #333 solid; 
}
.shaded_item {
  background:#DDDDDD;
}
.disclaimer {
  font-size: 12px;
  color: #000000; 
  font-weight: normal;
  font-style: oblique;
}

/* ------ End report-related ------ */

/* ------ Start table-related ------ */
.table_row_cell, .table_row_cell_flex, .table_row_cell_flex_desc, .table_row_cell_flex_ids, .table_row_cell_1, .table_row_cell_2 {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  text-align: right;
}

.table_row_cell_w50 {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  text-align: right;
  width: 50px;
}

.table_row_cell_w109 {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  text-align: right;
  width: 109px;
}

.table_row_cell_w145 {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  text-align: right;
  width: 145px;
}

.table_row_cell_w49 {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  text-align: right;
  width: 49px;
}

.table_row_cell_w250_al {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  text-align: left;
  width: 250px;
}

.table_row_cell_w250_ar {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  text-align: right;
  width: 250px;
}

.table_row_cell_far_right , .table_row_cell_far_right_1, .table_row_cell_far_right_2 {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  border-right: 1px #aaaaaa solid; 
}

.table_row_cell_far_right_w300 {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  border-right: 1px #aaaaaa solid; 
  width: 300px;
}


.table_row_cell_right_thick_line {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  border-right: 3px #333 solid; 
  text-align: right;
}

.table_right_thick_line {
  border-right: 3px #333 solid;
}

.table_header_cell, .table_header_cell_flex, .table_header_cell_1, .table_header_cell_2 {
  padding: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  border-top: 0px #ffffff solid; 
  border-left: 0px #ffffff solid; 
  border-bottom: 1px  #333 solid; 
  border-right: 1px #aaaaaa solid;
  background:#435370;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

.table_header_cell_w146 { 
  padding: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  border-top: 0px #ffffff solid; 
  border-left: 0px #ffffff solid; 
  border-bottom: 1px  #333 solid; 
  border-right: 1px #aaaaaa solid;
  background:#435370;
  width: 146px
}

.table_header_cell_w110 { 
  padding: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  border-top: 0px #ffffff solid; 
  border-left: 0px #ffffff solid; 
  border-bottom: 1px  #333 solid; 
  border-right: 1px #aaaaaa solid;
  background:#435370;
  width: 110px
}

.table_header_cell_w50 { 
  padding: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  border-top: 0px #ffffff solid; 
  border-left: 0px #ffffff solid; 
  border-bottom: 1px  #333 solid; 
  border-right: 1px #aaaaaa solid;
  background:#435370;
  width: 50px
}

.table_header_cell_far_right, .table_header_cell_far_right_1, .table_header_cell_far_right_2 { 
  padding: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  border-top: 0px #ffffff solid; 
  border-left: 0px #ffffff solid; 
  border-bottom: 1px #333 solid; 
  border-right: 1px #aaaaaa solid;
  background:#435370;
  padding-left: 10px;
  padding-right: 10px;
}

.table_header_cell_far_right_w300 { 
  padding: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  border-top: 0px #ffffff solid; 
  border-left: 0px #ffffff solid; 
  border-bottom: 1px #333 solid; 
  border-right: 1px #aaaaaa solid;
  background:#435370;
  width: 300px;
}

.table_header_cell_right_thick_line { 
  padding: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  border-top: 0px #ffffff solid; 
  border-left: 0px  #333 solid; 
  border-bottom: 1px #333 solid; 
  border-right: 3px #333 solid;
  background:#435370;
}

.table_header_link, .table_header_cell_flex_desc, .table_header_cell_flex_ids {
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

.table_footer_cell {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-weight: bold;
  font-size: 11px;
  color: #000000; 
  border-top: 1px #333 solid;
  text-align: right;
  width: 75px;
  white-space: nowrap;
}

.table_footer_cell_w50 {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-weight: bold;
  font-size: 11px;
  color: #000000; 
  border-top: 1px #333 solid;
  text-align: right;
  width: 50px;
  white-space: nowrap;
}

.table_footer_cell_w250_ar {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-weight: bold;
  font-size: 11px;
  color: #000000; 
  border-top: 1px #333 solid;
  text-align: right;
  width: 250px;
  white-space: nowrap;
}

.table_footer_cell_right_thick_line {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-weight: bold;
  border-top: 1px #333 solid;
  border-right: 3px #333 solid;
  text-align: right;
  width: 75px;
  white-space: nowrap;
}

.scroll-thead{
    width: 100%; 
    display: inline-table;
}

.scroll-tbody-y
{
    display: block;
    overflow-y: scroll;
}

.table-body{
    height: 350px;
}

.table_w100pct {
    border: 0px;
    padding: 2px;
    width: 100%;
}

td.label { text-align: right;}

.tal_header_seqid {
  padding: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  border-top: 0px #ffffff solid; 
  border-left: 0px #ffffff solid; 
  border-bottom: 1px  #333 solid; 
  border-right: 1px #aaaaaa solid;
  background:#435370;
  text-align: right;
  width: 50px;
  white-space: nowrap;
}

.tal_row_seqid {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  text-align: right;
  width: 50px;
  white-space: nowrap;
}

.tal_header_w60 {
  padding: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  border-top: 0px #ffffff solid; 
  border-left: 0px #ffffff solid; 
  border-bottom: 1px  #333 solid; 
  border-right: 1px #aaaaaa solid;
  background:#435370;
  text-align: center;
  width: 60px;
  white-space: nowrap;
}

.tal_row_w60 {
  padding-top: 1px;
  padding-left: 3px; 
  padding-bottom: 1px; 
  padding-right: 3px;   
  font-size: 11px;
  color: #000000; 
  border-bottom: 1px #aaaaaa dashed; 
  border-left: 1px #aaaaaa solid; 
  text-align: right;
  width: 60px;
  white-space: nowrap;
}

.row_bgcwhite {
  background-color: #FFFFFF;    
}

.row_bgcgrey {
  background-color: #EBEBEB;    
}

/* ------ End table-related ------ */

/* ------ Start popup related ------ */

.pu_parent {
  display: flex;
  padding-bottom: 4px;
}

.pu_parent_tc {
  display: block;
  padding-bottom: 4px;
  text-align: center;
}

.pu_parent_ra {
  display: flex;
  padding-bottom: 4px;
  float: right;
}

.pu_label {
  width: 170px;
  font-size: 12px;
  color: #333; 
  font-weight: bold;
  text-align: right;
  border: 0;
  margin-bottom: auto;
  margin-top: auto;
  padding-right: 5px;
}

.pu_label_w120 {
  width: 120px;
  font-size: 12px;
  color: #333; 
  font-weight: bold;
  text-align: right;
  border: 0;
  margin-bottom: auto;
  margin-top: auto;
  padding-right: 5px;
  resize: none;
}

.pu_data {
  width: 400px;
  font-size: 12px;
  text-align: left;
  border: 0;
}

.pu_data_w150 {
  width: 150px;
  font-size: 12px;
  text-align: left;
  border: 0;
  margin-bottom: auto;
  margin-top: auto;
}

.pu_data_w250 {
  width: 250px;
  font-size: 12px;
  text-align: left;
  border: 0;
  margin-bottom: auto;
  margin-top: auto;
}

.pu_data_money {
  width: 75px;
  font-size: 12px;
  text-align: right;
  border: 0;
}

/* ------ End popup related ------ */ 

/* ------ Start miscellaneous ------ */
.alert {
  font-weight: bold;
  font-size: 12px;
  color: #FF0000;
}

.important {
  font-weight: bold;
}

.clickme {
  color: #0000FF;
  text-decoration: underline;
  cursor: pointer;
}

.error {
  font-weight: bold;
  color: #FF0000;
  background-color: #fefbc5; 
  border: 1px dotted black; 
  padding: 10px;
  text-align: center;
  width: 800px;
  margin: auto; 
  display: block; 
}

.form_error {
    background-position: left center;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-image: url(../images/warn.gif);
    cursor: help;
}

.hint {
  font-style: italic;
  color: #444444;
}

.hidden {
  display:none;
}

.visible {
  display:block;
}

.highlight {
  background: #FFFF00;
}

.listtopic {
	border-right: 1px solid #999999;
	font-size: 11px;
	background-color: #435370;
	padding-right: 16px;
	padding-left: 6px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.voided {
    text-decoration: line-through;
    color: #cccccc;
}

.pw_parent {
  display: flex;
  padding-bottom: 4px;
  width: 380px
}

.pw_label {
  width: 160px;
  font-size: 12px;
  color: #333; 
  font-weight: bold;
  text-align: right;
  border: 0;
  margin-bottom: auto;
  margin-top: auto;
  padding-right: 5px;
}

.pw_data {
  width: 200px;
  font-size: 12px;
  text-align: left;
  border: 0;
}

.page_title {
    font-size: x-large;
    font-weight: bold;
}
/* ------ End miscellaneous ------ */


/* ------ Start CSS for buttons ------ */
.clear { /* generic container (i.e. div) for floating buttons */
  overflow: hidden;
  width: 100%;
}
a b { color: #4c76a0;}
/* Change name to a.sidebar and move up */
a.sidebar{
    color: #4c76a0;
    float: left;
    font-size: 12px;
    margin: 0px;
    padding: 12px;
    text-decoration: none;
    border-bottom: solid 1px #4c76a0;
    border-right: solid 1px #4c76a0;
    margin-bottom: -2px;
}

a.button {
    color: #fff;
    background: #4c76a0;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px 8px 6px;
    text-decoration: none;
    text-align: left;
    margin-top: -3px;
}

a.btn-submit {
    color: #fff;
    background: #4c76a0;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px 8px 12px;
    text-decoration: none;
    text-align: left;
    border-radius: 15px;
    float: left;
    margin-right: 6px;
    }
    
.login a.btn-submit {
    max-width: max-content;
    margin: auto;
    margin-top: 20px;
    }
    
a.btn-link, a.btn-link:hover {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    color: #4c76a0;
    margin: 0px;
    margin-top: -3px;
    padding: 2px 0px;
    background: none;
}

a.button:hover {
    background: #435370;
}

/* sidebar buttons only */
.leftnav a {
    text-align: left;
    margin: -3px 0px 0px 0px;
    width: 170px !important   
}
input[type=submit] {
    background: #4c76a0;
    color: #fff;
    padding: 7px;
    border: none;
    cursor:pointer;
}
input[type=submit]:hover {
    background: #435370;
}


a.button span {
    
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
}

a.buttonselected {
    display: block;
    float: left;
    font-weight: bold;
    padding: 10px 20px 15px 10px;
    text-decoration: none;
    color: #4c76a0;
    border-left: solid 3px #4c76a0;
}

a.buttonselected span {
text-align: left;
}
a.button:hover {
background: #435370;
color: #fff;
}
td.leftNav> table> tbody> tr> td:last-child> a.buttonselected {
   
    border-left: solid 3px #4c76a0;
    margin-bottom: 1px;
    margin-top: -3px;
    padding-bottom: 10px;
}

/* ------ End CSS for buttons ------ */

/* ------ Start CSS for tabs ------ */

#tab_header {
  font-size: 12px;
  top: 5px;
  position: relative;
  }

#tab_header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }

#tab_header li {
  float: left;
    margin:-10px 0px 15px 0px;
    line-height: 1px;
  }

#tab_header a {
  display: inline;
    background: #4c76a0;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    margin: 0px 1px;
    font-size: 1em;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tab_header a {float:none;}
/* End IE5-Mac hack */

#tab_header a:hover {
  color:#f7f7f7;
  background: #435370;
  }
  
#tab_header #current {
  background: #fff;
  }
  
#tab_header #current a {
    background: #fff;
    color: #4c76a0;
    padding-bottom: 5px;
    border-top: solid 3px #4c76a0;
    padding-top: 7px;
  }
/* ------ End CSS for tabs ------ */

/* ------ CSS for major divs ---- */
#leftNavBar {
    height: 100%;
    width: 199px;
    float: left;
}
#rightMain {
    height: 100%;
    width: 100%;
    float: left;
    margin-left: 210px;
    top: 0px;
    position: absolute;
}

/*input.store_phone::-webkit-input-placeholder {  WebKit browsers 
    color:    #fff;
}
*/
input::placeholder { 
    color:    lightgrey;
    font-style: italic;
}

/* ---- End CSS for major divs -- */
