/*

Judiciary Internal Styles
Version 0.1

*/

html, #root { 
  margin: 0;
  padding: 0;
}

body {
  margin: 5.75rem 0 0 0;
  font-family: "Public Sans", sans-serif;
  background: #EFF7FF;
  height: 100% !important;
  width: 100%;
}

.body-section {
  display: flex;
  max-width: 100%;
  flex: 1; 
  margin-right: 2rem;
}

.main-content-body {
  flex: 1;
  min-height: 0;        
  overflow-y: auto;
}


*, *::before, *::after {
  box-sizing: border-box;
}

/* Link styles */

a {
  color: inherit;
}


.throbber {

  position: absolute;
  top: 30px;
  right: -5px;
  z-index: 5;
}

.auth-links {
  color: #666666 !important;
  font-weight: bold !important;
}

a.page-nav-links {
  color: #304890;
  text-decoration: none;
}

a.page-tab-links-active {
  color: #304890;
  text-decoration: none;
}

a.page-tab-links-inactive {
  color: #ffffff;
  text-decoration: none;
}

a.footer-links {
  color: #666666;
  text-decoration: none;
}

a:link img, a:visited img {
  border-style: none;
}

a.inactive {
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  color: white;
}

a.printable {
	color: #0000ff;
	text-decoration: underline;
	display: inline;
}

/* Main body layout sections */

div.copyright {
  color: #888888;
  padding: 5px;
  padding-left: 25px ! important;
}

div.standard-header {
  text-align: left;
  padding: 0px;
  margin: 0px;
  height: 30px;
  width: 100%;

  background-color: #f3f3f3;
  border-bottom: 1px solid #dddddd;
  
}

div.standard-header-red {
  text-align: left;
  padding: 0px;
  margin: 0px;
  height: 30px;
  width: 100%;

  background-color: #ffcc00;
  opacity: .6;
  border-bottom: 1px solid #dddddd;
  
}

div.standard-header-title {
  text-align: left;
  float: left;
  margin: 0px;
  vertical-align: middle;
  line-height: 30px;
  padding: 0px;
  overflow: hidden;
  padding-left: 10px ! important;
  height: 30px;
  color: #666666;
  font-weight: bold;
}

div.standard-header-right {
  text-align: right;
  margin: 0px;
  vertical-align: middle;
  line-height: 30px;
  padding: 0px;
  overflow: hidden;
  padding-right: 10px ! important;
  height: 30px;
  color: #666666;
  font-weight: bold;
}

span.auth-block {
  padding-left: 20px;
}

span.nav-block {
  vertical-align: middle;
  margin: auto;
}

img.nav-block {
  vertical-align: middle;
  background-color: #C0D8F0;
}

span.footer-block {
  padding-right: 10px;
}

div.standard-header-logo {  
  border: 0px;
}

div.standard-header-pagetitle {
  border: 0px;
  padding: 0px;
  font-size: 24px;
  font-style: italic;
  color: #304890;
}

div.standard-header-pagesubtitle {
  border: 0px;
  padding: 0px;
  padding-bottom: 2%;
  font-size: 12px;
  font-weight: 500;
  font-variant: small-caps;
  color: #000000;
}

.standard-footer-links {
  text-align: left;
  margin: 0px;
  vertical-align: middle;
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  color: #666666;
  font-weight: bold;
  padding: 5px;
  padding-left: 25px ! important;
}

.clear-both {
  clear: both;
}

.case-search-form,
.case-search-form * {
  background-color: transparent !important;
}
.case-search-form input {
  background-color: #ffffff !important;
}


.navigation-tabs {

  padding: 0px;
  padding-left: 25px ! important;
  padding-top: 5px ! important;
  height: 33px;	
}

div.main-content-frame {
  clear: none;
  margin: 0;
  padding-right: 0px ! important;
  /* padding-top: 3px ! important; */
  min-height: 0;
  height: 100%;
  width: 100%;
  overflow: visible !important;
}


div.main-content-body-nonofficial {
	clear: both;
  padding: 10px;
  margin: 0px;
  margin-right: 50px ! important;
  background-image: url('/public/images/whitenod.gif'); 
  background-repeat: repeat;
  min-height: 200px;
}

div.main-content-navigation {
  clear: both;
  line-height: 22px;
  overflow: hidden;
  height: 30px;
  color: #304890;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  width: 100%;

}

div.main-content-navigation-right {
  clear: both;
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  color: #304890;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}

div.main-content-body-min {
  clear: both;
  padding: 10px;
  margin: 0px;
  margin-right: 50px ! important;
  background-color: #ffffff;
}

div.main-content-pagetitle {
  clear: none;
  width: 100%;
  padding: 13px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  background-color: #C0D8F0;
  border-bottom: 1px solid #c2d9f0;
}

div.active-nav-left {
  float: left;	
}

div.active-nav-right {
  float: left;
  padding-right: 2px;
}

div.active-nav-text {
  float: left;
  height: 33px;
  min-width: 60px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 33px;
  font-size: 12px;
  font-weight: bold;
  color: #304890;
  background-color: #c2d9f0;
}

div.inactive-nav-left {

  float: left;	
}

div.inactive-nav-right {

  float: left;
  padding-right: 2px;
}

div.inactive-nav-text {
  float: left;
  height: 33px;
  min-width: 60px;
  text-align: center;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 33px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #6292C1;
}

div.sectiontitle {
  clear: both;
  padding: 10px;
  margin: 0px;
  margin-right: 50px ! important;
  font-size: 14px;
  font-weight: bold;
  color: #304890;
  background-color: #ecf3fa;
  border-bottom: 1px solid #c2d9f0;
}


div.instructions {
  font-style: italic;
  color: #6292C1;
  padding: 3px;
}


@media screen {
  H1#first { position: fixed }
}

@media print {
  H1#first { position: static }
}

form.junk {
	font: inherit;
	min-width: 100px;
	width: auto;
}

form {
  font: inherit;
  margin: 0;
  padding: 0;
  min-width: 500px;
}

form fieldset {
  clear: both;
  border-color: #6292c1;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 0;
}

form fieldset.login {
  clear: both;
  border-width: 0px;
  border-style: solid;
  padding: 10px; 
  margin: 0;
}

form fieldset.portal {
  border-color: #6292c1;
  border-width: 0px;
  border-style: solid;
  padding: 0;
  margin: 0;
}

form fieldset legend {
	font-size:1.1em;
}

form label { 
	float: left; 
	padding: 0; 
	text-align: right; 
}

form fieldset label:first-letter {
	text-decoration:underline;    
}

form input, form textarea, form select {
	width:auto; 
	margin: 5px 0 0 0px;
	border: 1px solid #6292c1;
	font-weight: normal;
	/* font-size: 100%; */
}
/* when input has value */
.search-form input[type="text"]:not(:placeholder-shown) {
  background-color: #E6F2FF; /* light blue/gray */
  border-color: #7a91ae;
}

input.input-filled {
    background-color: #E6F2FF; /* light blue/gray */
  border-color: #7a91ae;
}

form input#reset {
	margin-left:0px; 
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
  border: inherit;
  border: 1px solid #6292c1;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
}

form br {
	clear:left;
}

div.validation-message {
  background-color: yellow;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  overflow: hidden;  
}

.errormessage {
  font-color: red;
  font-weight: bold;
}

div.disclaimer {
  clear: both;
  padding-top: 10px;
  font-size: 80%;
  font-style: italic;
}

.welcometext {
  font-weight: bold;
  font-style: italic;
  font-size: 100%;
  color: #6292c1;
}

div .login {
  margin: 0px auto;
}

form fieldset input:submit {
  text-align: center;
}


.buttonrow {
  text-align: center;
  margin: 0px auto;
}

div.info ul, div.success ul, div.warning ul, div.error ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../../public/images/info.gif');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../../public/images/success.gif');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../../public/images/warning.gif');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../../public/images/error.gif');
}

.msg-close {
    background: url("../../../public/images/popup-close.png") repeat scroll -40px 0 transparent;
    cursor: pointer;
    display: inline;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 999;
}

.msg-bottom {
  position: absolute;
  bottom: -1px;
  z-index: 998;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

* html #bottom {
  position: absolute;
  bottom: -1px;
}

#bottom-inner {
  overflow:auto;
}

* html #bottom-inner {
  margin-right: 17px;
  overflow:auto;
}

div.sub-content-frame {
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 1px;
  background-color: #C0D8F0;
  min-height: 200px;
}
div.sub-content-body {
  clear: both;
  padding: 10px;
  margin: 0px;
  margin-right: 0px ! important;
  background-color: #ffffff;
  min-height: 200px;
}

div.sub-content-navigation {
  height: 30px;
  height: 26px;
  margin-top: -5px;
  margin-top: -10px;
}

.returnLink {
	color: #0000ff;
	text-decoration: underline; 
}

table.rptdata {
  border-collapse: collapse;
  border-width: 0px;
  font-size: 12px;
}

table.rptdata tr.odd td {

}
	
table.rptdata tr.even td {

}

table.rptdata td {
  padding: 0.1em 0.1em;
  border: 0px;
}

table.rptdata th {
  font-size: 12px;
  font-weight: bold;
  color: #304890;
  background-color: #ecf3fa;
  padding: 0.1em 0.1em;
  border: 0px;
}

table.rptdata tfoot {
	align: center;
}

table.rptdata tfoot td {
  font-size: 10px;
  font-weight: normal;
  color: #304890;
  background-color: #ecf3fa;
  border: 0px;
  align: center;
  text-align: center;
}

table.rptdata td a {
	color: #0000ff;
	text-decoration: underline; 
}

.standard-header-red > .standard-header-title {
  color: #000000;	
}

.standard-header-red > .standard-header-right, .standard-header-red > .standard-header-right > .auth-block > .auth-links {
  color: #000000 !important;	
}
/* Changes for WRS-519 on 24-APR-2013 by AK iGATE - Team - Start */
div.standard-header-red-test {
  text-align: left;
  padding: 0px;
  margin: 0px;
  height: 30px;
  width: 100%;
  background-color: #f47835;
  opacity: .6;
  border-bottom: 1px solid #dddddd;
}

/* Global table header height */
table th {
  max-height: 1.75rem !important;
  vertical-align: middle;
}


input::placeholder {
  font-size: calc(13px * var(--font-scale, 1)); /* scalable */
  font-weight: 400;
  font-style: 'Public Sans';
  line-height: 18px;
  letter-spacing: 0.5%;
}

/* Default select text (after user selects a value) */
select {
  /* font-size: calc(16px * var(--font-scale, 1)); */
  color: #000000;
  font-family: 'Public Sans', sans-serif;
}

/* Placeholder ONLY when empty value is selected */
select:has(option.select-placeholder:checked) {
  font-size: calc(13px * var(--font-scale, 1));
  color: #6f6f6f;
}

/* Dropdown list options (opened menu) */
select option {
  font-size: calc(16px * var(--font-scale, 1));
  color: #000000;
}

/* Date input selected value */
.custom-datepicker-text {
  font-size: calc(16px * var(--font-scale, 1));
  color: #000000;
  font-family: 'Public Sans', sans-serif;
}

/* Date Field Placeholder */
.custom-datepicker-text::placeholder {
  font-size: calc(13px * var(--font-scale, 1));
  color: #6f6f6f;
  font-weight: 400;
}

/* input is empty */
.custom-datepicker-text:placeholder-shown {
  font-size: calc(13px * var(--font-scale, 1));
  color: #6f6f6f;
  font-weight: 400;
}

/* Date is entered */

.custom-datepicker-text:not(:placeholder-shown) {
  font-size: calc(16px * var(--font-scale, 1));
  color: #000000;
  font-family: 'Public Sans', sans-serif;
}

.search-card,
.form-content,
.filing-search-card {
  overflow: visible !important;
}


/* Changes for WRS-519 on 24-APR-2013 by AK iGATE - Team - End */