body {
  margin:0px;
}

/* Input Design */
input[readonly="readonly"] {
 background-color:#d3d3d3;
}
select[disabled="disabled"] {
 background-color:#d3d3d3;
}
textarea[readonly="readonly"] {
 background-color:#d3d3d3;
}

input.txt {
  width:200px;
}
select.txt {
  width:200px;
}
textarea.txt {
  width:600px;
}
input.txtLong {
  width:600px;
}

.showOnPrinter {
  display:none;
}

.passwordRequirementsBox {
  display:inline;
    position:absolute;
    top: 32px;
    left: -30px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}
.passwordRequirementsBox::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
.passwordRequirementsBox h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

li.password_invalid {
/*    background:url(../images/invalid.png) no-repeat 0 50%;*/
    padding-left:22px;
    line-height:24px;
    color:#ff0000;
}
li.password_valid {
/*    background:url(../images/valid.png) no-repeat 0 50%; */
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}



a {
  color:#0000ff;
}

header div span {
  white-space:nowrap;
}
nav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:422a5b;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.divHeader {
  background-color:#eff8ff;
  display: flex;
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: wrap;              /* default value; can be omitted */
  justify-content: space-between; /*switched from default (flex-start, see below) */
  align-items: baseline;
}
.divHeaderNavigation {
  border-bottom:2px solid #303438;
  background-color:#eff8ff;
  display: flex;
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: wrap;              /* default value; can be omitted */
  justify-content: space-between; /*switched from default (flex-start, see below) */
  align-items: baseline;
}

ul#ulSubNavigation {
  margin: 0;
  padding: 0;
}
ul#ulSubNavigation li {
 display:inline-block;
 font-weight:bold;
}

ul#ulSubNavigation li:before {
	content: '\00a0\2022\00a0\00a0';
	color:#999;
	color:rgba(0,0,0,1);
	font-size:11px;
}
ul#ulSubNavigation li:first-child:before {
	content: '';
}
.btnNavigation {
 color:#f7f2fc;
 
 font-weight:bold;
 font-size: 1em;
 white-space:nowrap;
 font-size:18pt;
}
.btnNavigation_Close {
padding: 5px 5px 5px 35px;
 text-decoration: none;
 position: absolute;
 top: 0;
 right: 25px;
 font-size: 27pt;
}
.btnNavigation:hover {
 color:#ddbcff;
 cursor:pointer;
}



div.FormError {
  font-weight:bold;
  color:#ffffff;
  font-size: 14pt;
  text-align:center;
  width: 100%;
  padding:10px;
  background-color: #CC0000;
  border: 4px double #ffffff;
}
div.btnHeadButton {
  background-color:#1369ad;
  padding:5px 15px 1px 15px;
  -webkit-border-radius:6px 6px 0px 0px;
  -moz-border-radius:6px 6px 0px 0px;
  border-radius:6px 6px 0px 0px;
  display: inline;
  color:#ffffff;
  font-weight:bold;
}
div.btnHeadButton_NotSelected {
  background-color:#ffffff !important;
  color:#1369ad !important;
}
      
div.btnHeadButton_Disabled {
  background-color:#eeeeee !important;
  color:#7494ad !important;
}
div.divHeadButton_clickable div {
  cursor:pointer;
}
div.divBodyContent {

}
div.divMainMajorSectionExpanding {
  min-width:800px;
  width:90%;
  margin:0 auto;
  border-collapse: collapse;
}
div.divMainMajorSectionFixed {
  max-width:800px;
  margin: auto;
  border-collapse: collapse;
}
div.divMainMajorSectionMax {
  padding-left:10px; 
  padding-right:10px;
}

  .reportfilter_group-container {
    position: relative;
    margin: 4px 0;
    border-radius: 5px;

    padding: 10px;
    padding-bottom: 6px;
    border: 1px solid #dcc896;
    background: rgba(250, 240, 210, .3);

  }

.reportfilter_rule-container{
  margin-bottom:5px;
margin-top:5px;
  vertical-align: middle;
    
    padding: 10px;
    padding-bottom: 6px;
    border: 1px solid #dcc896;
    background: rgba(250, 240, 210, .5);
}

.inputRoundedCorners{
    border-radius: 4px;
}








/* Printer Settings */
@media print {
  


  #btnHeadButtonArea {
    display:none;
  }
  #btnOpenNavigation {
    display:none;
  }
  nav {
    display:none;
  }
  .hideFromPrinter {
    display:none;
  }
.showOnPrinter {
  display: block;
}



div.resultsTable {
  display:block;
  width:100%;
  border-spacing: 2px;
  border-collapse: collapse;
  border:1px solid #000000;
}

div.resultsTable > div.thead {
  display:none;
}
div.resultsTable > div.tbody {
  display:block;
  vertical-align: top;
  border-color: inherit;	
}
div.resultsTable > div.tbody > div.tr {
	display:block;
  vertical-align: inherit;
  border-color: inherit;
  border-bottom: 1px solid #ccc;
}

div.resultsTable > div.tbody > div.tr > div.td {
  display:block;
  padding:2px;
  vertical-align:top;
  position: relative;
	padding-left: 50%;
  border: none;
	border-bottom: 1px solid #eee;
	font-weight:bold;
	content:attr(data-label);	
}
  div.resultsTable > div.tbody > div.tr > div.td:before{
    display:block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight:bold;
		content:""attr(data-label)"";	
	}


}

@media only screen {
  






div.resultsTable {
  display: table;
  width:100%;
  border-spacing: 2px;
  border-collapse: collapse;
  border:1px solid #000000;
}

div.resultsTable > div.thead {
  display: table-header-group;
  vertical-align: bottom;
  border-color: inherit;
}

div.resultsTable > div.tbody {
  display: table-row-group;
  vertical-align: top;
  border-color: inherit;	
}
div.resultsTable > div.tfoot {
  display: table-footer-group;
  vertical-align: bottom;
  border-color: inherit;
}

div.resultsTable > div.thead > div.tr {
	display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  width:100%;
}

div.resultsTable > div.tbody > div.tr {
	display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  width:100%;
}

div.resultsTable > div.tfoot > div.tr {
	display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  width:100%;
}

div.resultsTableClickable > div.tbody > div.tr:hover {
  background-color:#e8e8e8;
  cursor:pointer;
}

div.resultsTable > div.thead > div.tr > div.th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  background-color:#1369ad;
  color:#ffffff;
  text-align:left;
  padding:1px;
  padding-top:5px;
  padding-bottom:2px;
}

div.resultsTable > div.tbody > div.tr > div.td {
  display: table-cell;
  padding:2px;
  vertical-align:top;
}

.nullCell {
  font-style: italic;
}


div.resultsTable > div.tfoot > div.tr > div.td {
  display: table-cell;
  padding:2px;
  vertical-align:top;
}}

@media only screen and (max-width: 1350px) {
  





div.resultsTable {
  display:block;
  width:100%;
  border-spacing: 2px;
  border-collapse: collapse;
  border:1px solid #000000;
}

div.resultsTable > div.thead {
  display:none;
}
div.resultsTable > div.tbody {
  display:block;
  vertical-align: top;
  border-color: inherit;	
}

div.resultsTable > div.tbody > div.tr {
	display:block;
  width:100%;
  vertical-align: inherit;
  border-color: inherit;
  border-bottom: 1px solid #ccc;
}

div.resultsTable > div.tbody > div.tr {
	display:block;
  vertical-align: inherit;
  border-color: inherit;
}

div.resultsTableClickable > div.tbody > div.tr:hover {
  background-color:#e8e8e8;
  cursor:pointer;
}


div.resultsTable > div.tbody > div.tr > div.td {
  display:block;
  padding:2px;
  vertical-align:top;
  position: relative;
	padding-left: 50%;
  border: none;
	border-bottom: 1px solid #eee;
	font-weight:bold;
	content:attr(data-label);	
}
  div.resultsTable > div.tbody > div.tr > div.td:before{
    display:block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight:bold;
		content:""attr(data-label)"";	
	}
}