/*
================================
*/
div#maindocket {
	border: dotted 1px gray;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Verdana'; 
	font-size: 11px;
}

.textinput {
/*	background: url("uniform/themes/aristo/images/bg-input-aristo.png") repeat 0 0; */
	background: #33b5e5;
}


div.div {
	border: 1px solid gray;
	padding: 0px;
	margin: 3px;
	font-size: 18px;
	display: inline;
	background-color: #b0e2f0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	padding-right: 5px;
}

.left {
	text-align: left;
	padding-right: 5px;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.pointer {
	cursor: pointer;
}
.middle { 
	vertical-align: middle;
	color: navy;
}

.lightyellow {
	background-color: white;
}

.lightcyan {
	background-color: #EAE8E8;
}	

.hidden {
	display: none;
}

table.report {
	margin-left: auto; 
	margin-right: auto; 
	font-size : 12px; 
	background-color: white; 
	border-right: 2px solid gray; 
	border-bottom: 2px solid gray; 
	border-left: 1px solid gray; 
	border-top: 1px solid gray; 
	padding: 1em;	
	font-family: Calibri;
	font-size: 12pt;
}

table.report tr td {
	vertical-align: top;
}

/*
 input[type^="check"], input[type^="rad"] {
	 background-color: red;
 }
 */
 .checked {
		background-image: url(/icons/bullet_checked.gif);
	}
	
 input {
	 vertical-align: middle;
 }
 
.underline {
	text-decoration: underline;
}

table#maindocket {
	padding: 0px;
 /*	position: relative;
	If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Verdana'; 
	font-size: 11px;
	border: dotted 1px gray;
	width: 90%;
}	

.tables2 { 
	font-weight: normal;
	font-family: 'Verdana'; 
	font-size: 11px;
/*	background: rgba(235, 245, 255, 0.6);	 */
}	

.tables3 { 
	font-weight: normal;
	font-family: 'Verdana'; 
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
/*	background: rgba(235, 245, 255, 0.6);	 */
}	

	
.tables1 {
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
	border-collapse: collapse;
	font-family: 'Verdana'; 
	font-size: 11px;
	width: 95%;	
/*	background: rgba(235, 245, 255, 0.6);	 */
}

.fieldset {
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 0px solid gray; 
	border-right: 2px solid gray;
	border-left: 2px solid gray;
	border-collapse: collapse;
	font-family: 'Verdana'; 
	font-size: 11px;
	width: 98%;	
	height: 98%;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(235, 245, 255, 0.6);	
}

div.divButtons {
	margin-left: 0px;
	padding: 0px;
}

legend {
	border-bottom: 1px solid gray;
	width: auto;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 0px;
	text-align: left;
}

fieldset {
	border: 1px solid gray;
}

td {
	white-space: nowrap;
	vertical-align: middle;
	margin: 2px;	
}

td.links:hover {
	background: url("uniform/themes/aristo/images/bg-input-aristo.png") repeat-x 0 0;	
	font-weight: bold;
}

tr.hover:hover {
	background-color: #FFEBCD; /*#EBEBEB;*/
	border: 2px solid black;
}

a, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a.noneblack, a.noneblack:hover, a.noneblack:visited {
	color: black;
	text-decoration: none;
}

a.nonewhite, a.nonewhite:hover, a.nonewhite:visited  {
	color: white;
	text-decoration: none;
}

.buttons {
	background-color: #b0e2f0;
}

.bold {
	font-weight: bold;
}

.theader {
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	padding: 5px;
	margin: 2px;
}

.theme {
	background-color: white;
}

.red {
	color: red;
}

.green {
	color: green;
}

.blue { 
	color: blue;
}

.pink {
	color: #990000;
}

.black {
	color: black;
}

.backgray {
	background-color: #CCCCCC;
}

.uppercase {
	text-transform: uppercase;
}

.italic {
	 font-style: italic;
}

.popUp {
	background-color: gold;
	font-weight: normal;
	font-family: 'Verdana'; 
	font-size: 11px;
}

.wide {
	width: 80%;
}

div#currentDocket {
	width: 50%;
	text-align: center;
/* 	background: url("uniform/themes/aristo/images/bg-input-aristo.png") repeat-x 0 0;	*/
	background: #33b5e5;
	font-weight: bold;
	padding: 0px;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
	position: absolute;
	top: 92%;
	display: none;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
/*   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
*/   
}

div#t_window {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 20; 
	background-color: #4A4A4A; /*#b0e2f0; /*ffeedd;*/
	border: none;
/*	opacity: 0.45;
	filter: alpha(opacity=30); 
*/	
	display: none;
}

div#gray_layer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 100;
	background-color: #4A4A4A; /*#b0e2f0; /*ffeedd;*/
	opacity: 0.45;
	border: none;
	filter: alpha(opacity=30); 
	display: none;
}
div#gray_layer1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 10;
	background-color: #4A4A4A; /*#b0e2f0; /*ffeedd;*/
	opacity: 0.45;
	border: none;
	filter: alpha(opacity=30); 
	display: none;
}

div#email {
	display: none; 
	width: 50%;
	height: 60%;
	position: absolute;
	left: 20%;
	top: 10%;
	z-index: 100;
	background-color: #4A4A4A; /*#b0e2f0; /*ffeedd;*/
	border: none;
}


div#layer1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 20; 
	border: none;
	display: none;
}

div#layer2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 20; 
	border: none;
	visibility: visible;
	background-color: #4A4A4A; /*#b0e2f0; /*ffeedd;*/
}

div#writecheck {
	margin-left: auto; 
	margin-right: auto;
	border: 1px solid black;
	background-color: lightyellow;
	margin-top: 10%; 
	color: #000000;
	z-index: 50 !important; 
	text-align:left; 
	padding: 5px;
	background-image: url(/icons/marb022.jpg);
}	

.check {
	border: 0px;
	border-bottom: 1px solid gray;
	padding: 3px;
	font-family: Verdana;
	font-size: 8pt;
	margin: 1px;
}
 	
div.searchBox {
	margin-left: auto; 
	margin-right: auto; 
	width: 40%; 
	margin-top: 200px; 
	text-align:center; 
	font-weight: bold;
	border: 1px solid black;
	background-color: #CD853F;
	color: #000000;
}

.inSearch {
	display: none; 
	position: absolute; 
	width: 30%; 
	height: 20px;
	border: 1px solid black; 
	text-align: left; 
	background-color: #CD853F;
	z-index: 20;
	top: 20%;
	left: 30%;
}
	
span#docketno, span#doctype {
	text-align: center; 
	font-size:11px; 
	font-weight: bold; 
	font-family: Verdana;
}

.noborder {
	font-family: Verdana, Helvetica, sans-serif; 
	border: none; 
	background-color: #b0e2f0;
}

.view {
	width: 85%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 16px;
}

.viewContent {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: left;
	border: 1px solid gray;
	border-top: none;
	font-weight: normal;
	padding: 5px;
}	

img {
	border: none;
}

textarea.readonly {
	border-left: 1px solid gray;
	border-bottom: 2px solid gray;
	border-top: none;
	width: 300px; 
	height: 60px; 
	font-family: 'Verdana'; 
	font-size: 11px;
	margin: 2px;
	padding: 3px;
	
}

div#msg {
	width: 75%;
	height: 14px;
	vertical-align: middle;
	background-color: #b0e2f0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}

div#loginDiv {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FCFBFC;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   z-index: 100;
}

div#divStatus {
	width: 270px;
	margin-left: auto;
	margin-right: auto;
}

div#logout {
	border: 1px solid gray;
	position: absolute;
	top: 10px;
	left: 87%;
	text-align: center;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}

span#nextdue {
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: blue;
	background-color: rgba(235, 245, 255, 0.6);
}
img#home {
	position: absolute;
	top: 35%;
	left: 1%;
	display: none;
}

img#search {
	position: absolute;
	top: 40px;
	left: 89%;
}

div#backwardButtons {
		position: absolute;
		top: 35%;
		z-index: 2;
		left: 3%;
		display: none;
}
div#forwardButtons {
		position: absolute;
		z-index: 2;
		top: 35%;
		left: 5%;
		display: none;
}
	
label.feedback, input.feedback {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 10px;	
}

label.feedback {
	text-align: right;
	width: 75px;
	padding-right: 10px;
}

textarea.feedback {
	width: 450px;
	height: 205px;
}

.longtitle {
	font-size: 10px;
	font-weight: bold;
}

li.check {
	list-style: url('/icons/web/03/16/02.png');
}

li.stop {
	list-style: url('/icons/action_delete.png');
	vertical-align: top;
}

div#searchOptions {
	border: 1px solid black;
	width: 300px;
	background-color: lightyellow;
	padding: 1em;
	margin-left: 35%;
	top: 25%;
	position: absolute;
	visibility: hidden;
}

label.document {
	width: 110px;
	float: left;
	text-align: right;
}
.document {
	width: 110px;
	float: left;
	text-align: right;
}

div#currentDocketNumber {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bolder; 
	font-family: Verdana;
	color: black; /*#FF6666; */
	padding: 1px;
	background-color: #b0e2f0;
	border-bottom: 2px solid gray;
	border-right: 1px solid gray;
	text-align: center;
}

div#response_view, div#print_shop_form {
	width: 70%;
	position: absolute;
	top: 15%;
	left: 15%;
	display: none; 
	width: 70%; 
	border: 1px solid gray;
	background: #616161; 
	color: white;
	font-weight: bold;
	z-index: 100;
}		

div.scroll {
	white-space: normal; 
	width: 98%; 
	height: 145px;
	overflow: auto;
	padding: 5px;
}

div#abbr {
	width: 80%;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5em;
}

ul#abbr_content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

div#abbr ul li div {
	width: 30%;
	padding: 5px;
	display: inline-block;
	border-bottom: 1px solid gray;
 }
 
input.abbr_filter {
	border: 1px solid gray;
} 

span#new_abbr {
	display: none;
}
 
#top, #bottom, #left, #right {
	position: fixed;
}

#left, #right {
	top: 0; 
	bottom: 0;
	width: 2px;
	background: #FF6666
}

#left { left: 0; }
#right { right: 0; }

#top, #bottom {
		left: 0; 
		right: 0;
		height: 2px;
}

#top { top: 0; }
#bottom { bottom: 0; }
#archive { background-color: #E8E8E8; }

span.edit_headnotes_btn{
	background: url('../images/edit_icon2.png') no-repeat center center;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
	height: 14px;
	width: 25px;
}

.individual_headnote{
	padding-top: 10px;
	word-wrap: break-word;
}

.headnote_pending_changes{
	/* background-color:#fff1b3; */
	background-color: rgba(255, 241, 179, 0.65);
}

.headnote_complete{
	/* background-color: #d8f3d8; */
	background-color: rgba(184, 255, 179, 0.3);
}

.headnotes-table, .dual-headnotes-table{
	font-size: 12px;
}

.headnotes-table textarea, .dual-headnotes-table textarea, .headnotes-table input, .dual-headnotes-table input{
	font-family: Verdana, serif !important;
	font-size: 12px;
	padding: 2px;
}

.dual-headnotes-table td{
	width: 50%;
	padding: 4px;
}

.dual-headnotes-table{
	background: #fff;
}

.export_cases_div{
	vertical-align: top;
}

.export-selection-menu{
	border-bottom: 1px solid #bbb;
	padding: 10px 0px;
}

.export-selection-menu input{
	margin-left: 0px;
}

.export-selection-menu .court-header{
	font-weight: 600;
	font-size: 13px;
}

.export_cases_div input[type='checkbox']{
	float: left;
	margin-left: 0px;
}


#cases_container_1, #cases_container_2{
	display: flex;
	flex-wrap: wrap;
}

#cases_container_1 label, #cases_container_2 label{
	flex-basis: 25%;
}

.export-flag-holder{
	padding: 10px 0px;
}

.export-flag-holder .fas{
	font-size: 18px;
	cursor: pointer;
}

.export-flag-holder .fas:hover{
	color: #444;
}

.export-flag-holder .fas.fa-square{
	margin-left: 15px;
}

/*-----------------------------------------*/

.descrip-xs{
	max-width: 100px;
}

.descrip-s{
	max-width: 200px;
}

.descrip-m{
	max-width: 300px;
}

.descrip-l{
	max-width: 400px;
}

.descrip-xl{
	max-width: 500px;
}

[class*="descrip-"]{
	white-space: normal;
	margin-left:20px;
	font-weight:bold;
	border: 1px rgb(128, 128, 128) solid;
	padding: 5px;
}

[class*="descrip-"]:empty{
	display: none;
}

#rule_42{
	display:inline-block;
	vertical-align:top;
	margin-left: 40px;
}

#document_rule_42_a, #document_rule_42_b, #document_rule_42_c, .document_rule_42{
	margin-right: 25px;
}

.rule_42_descriptions{
	max-width: 300px;
	white-space:normal;
	font-weight: bold;
}

.div_indent_s{
    margin-left: 20px;
}

.div_indent_m{
    margin-left: 40px;
}

.div_indent_l{
    margin-left: 60px;
}

.div_indent_xl{
    margin-left: 80px;
}

input[type=button], input[type=submit], input[type=reset] {
    cursor: pointer;
}

.padbtm_s{
    padding-bottom: 10px;
}

/*-----------------------------------------*/


.table-cell{
    display: table-cell;
}

.table-row{
    display: table-cell;
}

.flex{
    display: flex;
}

/*-----------------------------------------*/

@import url(/vendor/qazd.css);

