body{
  font-family: Arial, Calibri, sans-serif;
}

/*Tab Stuff*/
.TabContainer {
	width: 100%;
	display: table;
}

.TabSelector{
	border: 2px inset silver;
	border-bottom: 2px ridge silver;
	padding: 5px;
  margin-right: 20px;
	font-weight: bold;
	background-color: #091E57;
	color: white;
  display: table-cell;
  white-space: nowrap;
}

.SelectedTab{
	border: 2px ridge silver;
	border-bottom: none;
	color: #091E57;
  background-color: #DDDDDD;
  border-collapse: collapse;
}

.EmptyTab{
  border:none;
  border-bottom: 2px ridge silver;
  display: table-cell;
  width: 90%;
}

.TabBody{
	border: 2px ridge silver;
  background-color: #DDDDDD;
  border-top: none;
	padding: 10px;
}

.btnCustName {
	width: 100%;		
}

/*Table Stuff*/
table {
	width: 100%;
	border: 1px solid #555555;
	border-collapse: collapse;
}

table, td
{
	border: 1px solid #555555;
}

th {
  border: 1px solid #555555;
	background-color:#091E57;
	color: #EEEEEE;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom:5px;
	vertical-align: middle;
  /*white-space: nowrap;*/
}

tr{
	background-color: #BBBBBB;
	color: #222222;
}

td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom:3px;
}

th a { color: #FFFFFF; text-decoration: underline; }

td a { color: #000099; }
td a:hover { color: #0000FF; }
td a:active { color: #FFFFFF; }
td a:visited { color: #222255; }

/*Header tweaks to indicate a column is being used for sorting*/
th.sortAscending {
  background-image: url('arrow_up_green.png');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 16px;
  background-size: 16px;
}

th.sortDescending {
  background-image: url('arrow_down_green.png');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 16px;
  background-size: 16px;
}


/*Multi-row Table Stuff*/
.childRow table, .childRow table th, .childRow table td{
	border: 1px solid white;
}

.childRow{
	background-color: #777777;
}

.childRow th{
	background-color:#203185;
	color: #EEEEEE;
}
.childRow tr{
	background-color: #222222;
	color: #CCCCCC;
	border: 1px solid white;
}

.childRow tr:nth-child(even){
	background-color: #111111;
}

.doubleChildRow{
	background-color: #333333;
}

.doubleChildRow th{
	background-color:#6568BA;
	color: #EEEEEE;
}
.doubleChildRow tr{
	background-color: #DDDDDD;
	color: #222222;
}

.doubleChildRow tr:nth-child(even){
	background-color: #CCCCCC;
}

/*Alternating Row Backgrounds*/
.rowColorAlt tr:nth-child(even) {
  background-color: #CCCCCC;
}

/*Specific Control Stuff*/
#divLoading{
  margin: auto;
  width: 100%;
  height: 300px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: center;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #022453;
}

#bigError{
  margin: auto;
  width: 100%;
  height: 300px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: center;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #FF0000;
}

#ErrMsg{
  padding: 10px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  color: #FF0000;
}

#AlertMsg{
  padding: 10px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  color: #091E57;
}

.grdCustSelect, .grdRpt{
	max-width: 800px;
}

.divLoadingSmall{
  margin: auto;
  width: 100%;
  height: 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #022453;
}

.childRow .divLoadingSmall, .doubleChildRow .divLoadingSmall{
  color: #EEEEEE;
}

/*Flat Button Stuff*/
.flatButton {
    background-color:#D3D3D3;
    border:1px solid #022453;
    display:inline-block;
    cursor:pointer;
    color:#000000;
    font-family:arial;
    font-size:15px;
    padding:5px 5px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
    vertical-align: middle;
}
.flatButton:hover {
    background-color:#022453;
    color:white;
}
.flatButton:focus {
  border:1px solid #022453;
  outline: none;
}
.flatButton:disabled{
    color: #999999;
}

/*Uncategorized Stuff*/
.center{
  text-align: center;
  margin: auto;
}

/*Edit Grid*/
.editGrid td{
  padding-right:12px;
}

.editGrid input{
  width:100%;
}

div#navigation{
  margin-top: 10px;
  margin-bottom: 10px;
}

.noborders, .noborders tr, .noborders tr td{
  border: none;
  background-color: #DDDDDD;
}

/* Validator */
div.validator
{
  min-width: 16px;
  width: 16px;
  height: 16px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: right;
}
div.validator.valid
{
  background-image: url('./Images/bullet_ball_green.png');
}
div.validator.invalid
{
  background-image: url('./Images/bullet_ball_red.png');
}

div#lblSuccessMsg
{
  text-align:center;
  width:100%;
  color:green;
  font-weight:bold;
  display:block;
  font-size:1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;

}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*.TableHeader
{
	background-color:#091E57;
	color: #EEEEEE;
	font-weight: bold;
}
.TableHeader a { color: #FFFFFF; text-decoration: underline; }

.TableItem
{
	background-color: #CCCCCC;
	color: #222222;
	padding-left: 5px;
	padding-right: 5px;
}
.TableItem a { color: #000099; }
.TableItem a:hover { color: #0000FF; }
.TableItem a:active { color: #FFFFFF; }
.TableItem a:visited { color: #222255; }*/
