.overlay-header {
  position: fixed;
  bottom: auto;
  /*z-index: 1030; // set value to '$zindex-fixed + 6' if you would like to appear on top of everything */
  z-index: $zindex-fixed + 6; // set value to '$zindex-fixed + 6' if you would like to appear on top of everything

  .content-header {
    height: 70px;
  }
}


.hidden
{
	display:none;
}

/* SEARCH */

#page-header-search
{
	background-color:#3f9ce8!important;
}

@media (min-width: 992px) {
	
	#paHeaderSearch {
		min-width: 300px;
	}
	
}

@media (min-width: 1200px) {
	
	#paHeaderSearch {
		min-width: 350px;
	}
	
}

.overlay-header
{
	z-index: 10000;
	
}
.overlay-header.show
{
	opacity:0.8;
}


#jsHeader
{
	margin-bottom:10px!important;
}

.creditHoldBanner
{
	margin:10px; 
	margin-top:0; 
	color: red; 
	text-shadow: 1px 1px 4px #000; 
	font-size:24px; 
	
	font-weight:bold;
}
.authorized7216Banner
{
	margin:10px; 
	margin-top:0; 
	color: red; 
	text-shadow: 1px 1px 4px #000; 
	font-size:20px; 
	font-weight:bold;
}

.tableRowHalfHeight td
{	
	padding:3px 10px!important;
}

.pa-content-heading
{
    padding-top: 0.5em;
    font-size: 2rem;
}

.pa-block-header .btn
{
	margin-bottom:5px;
}

.homeTable td
{
	padding-top:4px;
	padding-bottom:4px;
}

.text-primary-i
{
	opacity:0.2;	
}

.docketSearchSelect
{
	width:400px;	
}

.bg-white-op-85 {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.bg-white-op-80 {
  background-color: rgba(255, 255, 255, 0.80) !important;
}

@media (min-width: 992px) {
  .modal-xlg {
    max-width: 990px;
  }
}

.paReportTable th
{
	border-top:0!important;
}
.paReportPaddingLeft
{
	padding-left:24px;
}

/* Fixed Table Header / Clone */

.table-scroll {
	position:relative;
	max-width:auto;
	margin:auto;
	overflow:hidden;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll thead, .table-scroll tfoot {
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone td, .clone th {
	border-color:transparent
}
.clone tbody th {
	visibility:visible;
	color:red;
}
.clone .fixed-side {
	background:#fff;
	visibility:visible;
}
.clone thead, .clone tfoot {
	background:transparent;
}





