/* Style the headers */
h1 {
	font-size: 36px;	/* 2.5rem; */	/* was 48px */
	background: -webkit-linear-gradient(#52befd, #2590cf);
  	-webkit-background-clip: text;
 	 -webkit-text-fill-color: transparent;
}

.h1_sm {
	font-size: 28px;
	background: -webkit-linear-gradient(#52befd, #2590cf);
  	-webkit-background-clip: text;
 	 -webkit-text-fill-color: transparent;
}

h2 {
	font-size: 32px;
	margin-bottom: 2%;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	display: flex;
	flex-direction: row;
	font-size: 20px;
}

h5:before, h5:after {
	content: "";
	flex: 1 1;
	border-bottom: 2px solid #000;
	margin: auto;
}


h1, h2 {
	font-weight: 600;
}

h1, h2, h3, h4 {
	font-family: "Helvetica", sans-serif;
	text-align: center;
}

fieldset {
	display:block;
      /*  border:2px groove threedface; */
	border:2px solid;
    margin-left:2px;
    margin-right:2px;
	margin-top:8px;
	margin-bottom:10px;
	padding:0.5em;
}

.fs_lt {			/* Fieldset light version */
	display:block;
      /*  border:2px groove threedface; */
	border:1px solid #ced4da;
    margin-left:2px;
    margin-right:2px;
	margin-top:8px;
	margin-bottom:10px;
	padding:0.5em;
}

/* quasi-fieldset for use as section class */
.qfieldset {
  position: relative;
  border: 1px solid #ddd;
  padding: 10px;
}

.qfieldset h1 {
/*  background: #fff; */
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin: -9px 0 0; /* half of font-size */
  padding: 0 3px;
  position: absolute;
  top: 0;
}

/* define messenger legend class */
.lmess {
	color:blue;
	font-size:1.3rem;
}

.lmess_sm {
	color:black;
	font-size:1.0rem;
}

/* Messenger fieldset */
.fieldmess {
	border: 1px solid #ced4da;
}

legend {
	width:auto;
	font-size:1.4rem;	
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0.5rem;
}

/* centers legend heading */
.legend_center {
	margin:0 auto;
}

/* define nicefonts class */
.nicefonts {
	font-family: Arial !important;
	/* font-size: 18px !important; */
}

p {
  font-size: 18px;
}

/* changes field label to blue */
.blue {
  color: #2590cf;
}

.underline {
	text-decoration: underline;
}

.underlow {
	text-decoration: underline;
	position:relative;                  
     	bottom:-7px; 
}

.form-container {
	margin-top: 20px;
}

.tab-container {
	padding: 2%;
	border: 8px solid #0e74b8;
	border-radius: 2%;
}

/* id=spec_in  */
#spec_in {
	  font-size: 20px;

}

#bill_ref {
	 /* font-size: 20px; */
}

#doc_info {
		font-size: 20px;
}

#court_info {
		 font-size: 20px;
}

#prevImg,
#nextImg,
#nextImgFade,
#submitImg {
	width: 75%;
	margin: 0 5px;
	cursor: pointer;
}

#nextImgFade {
	cursor: not-allowed;
}

#submitImg {
	display: none;
}

#pb_cb {
	width:20px;
	height:20px;
}

#pb_cb_recap {
	width:20px;
	height:20px;
}

#pb_step1 {
	color:blue;
	display: none;
	float:right;
	font-size:22px;
	font-style:italic;
	margin-right: 130px;
}

#pb_step2 {
	color:blue;
	display: none;
	float:right;
	font-size:22px;
	font-style:italic;
	margin-right: 130px;
}

#pb_recap {
	color:blue;
	display: none;
	float:right;
	font-size:22px;
	font-style:italic;
	margin-right: 130px;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  font-family: Raleway;
  border: 1px solid;
}

textarea {
  padding: 10px;
  width: 100%;
  font-size: 22px;
  font-family: Raleway;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select:required:invalid {
  color:gray;
}

option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}

label,
.required {
	font-size: 14px; /* was 22px; */
}

.required {
	color: red;
}

span,
	.required {
	font-size: 18px;		/* was 22px */
	font-weight: bold;
}

.radio-label {
  cursor:pointer;
  margin-right: 10px;
}

.radio-label-sm {
  cursor:pointer;
  font-size: 1.0rem;
  margin-right: 10px;
}

.radio-input {
  cursor:pointer;
  margin-right: 40px;
}

.radio-input-sm {
  cursor:pointer;
  margin-right: 5px;
}


.align-center {
  text-align: center;
  padding: 0 15px;
}

.align-right {
  text-align: right;
  padding: 0 15px;
}

.add-border {
  border: 2px solid;
  border-radius: 0px;
}

.red-border {
  border: 2px solid red;
  border-radius: 0px;
}

.left-padding {
  padding-left: 15px;
}

.bottom-margin {
  margin-bottom: 20px;
}

.blurb {
	color:red;
	font-size:90%;
	font-weight:bold;
	text-align: center;
	line-height: normal;
}

 .blurb-center {
	margin-left: 20px;
	margin-top: -50px;
}

 .blurb-left {
	float:left;
	margin-left: 20px;
	margin-top: -50px;
}

.blurb1 {
	border: 1px solid green;
	color:green;
	font-size:1.6rem;
	font-weight:600;		/* normal=400 bold=700 */
	margin:auto;
	line-height: normal;
	text-align: center;
	width:80%;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: limegreen;
  border-radius: 50%;
  display: inline-block;
}

.dot-div {
	text-align:center;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4caf50;
}

/* Styles the BROWSE button to blue */
.browse-btn {
  margin: 5px;
  color: white;
  border-radius: 50px;
  box-shadow: 2px 2px 4px #1e2742;
  border-color: #47a0eb;
  
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));  
  padding: 5px 20px;
  /* For Internet Explorer 10 */
  background-image:  -ms-linear-gradient(left, #3093c7, #1c5a85 );
  
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px -1px 0px rgba(0,0,0,.5);
  cursor: pointer;
}


/* Style the file upload to be hidden but still clickable */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;

}

.upload-btn-wrapper input[type="file"] {
  font-size: 24px;
  position: absolute;
  left: 0;
  opacity: 0;
}


.previousButton {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0px;
}

.nextButton {
  display: flex;
  align-items: center;
  padding: 0px;
}

/* Style form Previous and Next buttons */
#nextBtn {
  width: 150px;
  height: 160px;

  position: absolute;
  left: -1px;
  bottom: 170px;
  /* transform: translate(-50%,-50%); */

  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;

  font-size: 0;
}

#prevBtn {
  width: 130px;
  height: 160px;

  position: absolute;

  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;

  font-size: 0;
}

/* Add border around document list */
.file-list {
  margin: 2% 0;
  /* margin: 5px 50px; */
  border: 2px solid;
  height: 120px;
  width: 100%;
  overflow: auto;
}

.file-list-research {
  overflow: auto;
	color: blue;
}

.other-list {
  margin: 2% 0;
  border: 2px solid;
  height: 90px;
  width: 100%;
  color: #2590cf;
  font-weight: bold;
  overflow: scroll;
}

.specin-list {
  margin: 2% 0;
  border: none;
  height: 90px;
  width: 100%;
  color: #2590cf;
  font-weight: bold;
  overflow: auto;
	outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none; /*remove the resize handle on the bottom right */
}

.recap {
  color: #2590cf;
  font-size: 20px;
  font-weight: bold;
}

.recap_mess {
  /* background-color: #e8f0fe; */
  color: #1c1c1c;
  font-size: 18px;
  font-weight: normal;
}

.recap_mess_lifted {
  /* background-color: #e8f0fe; */
  color: #1c1c1c;
  font-size: 18px;
  font-weight: normal;
  margin-top:-10px;
}

.expnet-logo {
	width: 20%;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 8px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: absolute;
  top: 20px;
  right: 10px;
  // border: 3px solid #f1f1f1;
  // border: 7px solid #737373;
   border: 3px solid #0e74b8;
  z-index: 9;
}

/* Add styles to the form container */
.signin-form {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Move the labels closer to the inputs */
.signin-input-label {
  position:relative;                  
  bottom: -5px;                          
  border: none;
  background: #f1f1f1;
}

/* Full-width input fields */
.signin-form input[type=email], .signin-form input[type=password] {
  position:relative;                  
  bottom: 15px;                          
  width: 100%; 
  padding: 15px;
  margin: 5px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.signin-form input[type=text]:focus, .signin-form input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/signin button */
.signin-form .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.signin-form .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.signin-form .btn:hover, .open-button:hover {
  opacity: 1;
}

.signin-checkbox {
	display: inline-block;
}

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 36px;	/* was 40px */
  }

  h2 {
    font-size: 30px;
  }
}

.bottom { 
     position:relative;                  
     bottom:-50px;                          
     left:-45px;       
     float:right;
     font-size: 12px;
     // border: 1px solid blue;                  
}

#tabDiv {
	text-align: center;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 6px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.wsnw {
	padding: 0.7rem;
	white-space:nowrap;
}

/* set Chrome's z setting */
.zscaled {
/*	transform:scale(0.8);
	transform-origin: 0 0; */
	zoom: .80;
}

/* set Firefox's zoom setting */
.scaled {
	transform:scale(0.8);
	transform-origin: 0 0;
}

/* custom version of form-control */
.form-ctrl {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 1px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* custom Messenger Date input */
.datetime_mess {
	border:1px solid #d3d3d3;
	cursor:pointer;
	display:inline-block;  
/*	font-size:1.0rem;  */
	width:50%; 
}

/* custom Messenger address selector */
.address_select_mess {
	background-color:#dff0ee61; 
	cursor:pointer;
	font-size:1.0rem; 
	text-align:center;
}

/* input field icons */

.input-icons {
	display: inline;
	margin-bottom: 10px;
	width: 100%;
		}

.input-icons i {
	padding: 5px;
	position: absolute;
}

.icon_img {
	cursor:pointer;
	height: 32px;
	width: 32px;
}

.icon {
	min-width: 40px;
	padding: 10px;
}
		
.input-field {
	padding: 10px;
	text-align: center;
/*	width: 100%; */
}

/* custom Messenger Date input with inline image */
.input-field-date {
	background-image: url("../img/calendar-20px-blue.png");
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border:1px solid #d3d3d3;
	cursor:pointer;
	display:inline-block;  
	padding: 10px;
	text-align: center;
	width:50%; 
}

/* custom Messenger Time input with inline image */
.input-field-time {
	background-image: url("../img/clock-131sc.png");
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border:1px solid #d3d3d3;
	cursor:pointer;
	display:inline-block;  
	padding: 10px;
	text-align: center;
	width:50%; 
}

.form-control:valid {
 /* background-color: rgb(232, 240,254); */
}

/* Pick up ASAP button */
.pu-asap {
  background-color: #4CAF50; /* Green */
  /* border: none; */
  border-color: #3f5d3f;	/* dark Green */
  border-radius: 15px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  /* padding: 10px; */
  text-align: center;
  text-decoration: none;
}

.oblong-btn {
	background-color: #00fff3;
	border-radius: 10%;
	font-size:1.0rem;
	padding: 6px;
	vertical-align: middle;
}

/* placeholder text styling */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: blue;
  opacity: 1; /* Firefox */
}

::-webkit-input-placeholder {		/* Edge */
	color:#9ab1c7;
	text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
	color:#9ab1c7;
	text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
	color:#9ab1c7;
	text-align: center;  
}

:-ms-input-placeholder {  /* Internet Explorer 10-11 */
	color:#9ab1c7;
	text-align: center; 
}
          
::-ms-input-placeholder {  /* Microsoft Edge */
	color:#9ab1c7;
	text-align: center; 
}

/* class to re-locate divs towards top of fieldset */
.moveup10 {
	position: relative;
	top: -10px;
}

.moveup20 {
	position: relative;
	top: -20px;
}

.moveup30 {
	position: relative;
	top: -30px;
}

.moveup40 {
	position: relative;
/*	top: -40px; */
}

/* drag-drop class */

.drag-drop {
	border: 1px solid #92b0b3;
	background: #f1f1f1;
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	/* padding: 100px 0px 100px 250px; */
	/* text-align: center !important; */
	/* width: 500px; */
}

.drag-drop:hover {
	background: #ddd;
}   

.drag-drop:before {
	/* position: absolute; */
	/* bottom: 50px; */
	/* left: 245px; */
	/* content: " (or) Drag and Drop files here. "; */
	/* color: #3f8188; */ 
	/* font-weight: 900; */
} 

/* styling for red X delete button */
.red-x {
	color:red;
	cursor:pointer;
	float:right;
	font-size:20px;
	margin-right:10px;
	position:relative;
	weight:bold;
}

/* trashcan icon */
.trashcan {
	/* background-color: lightskyblue; */
	border-radius: 5px;
	cursor: pointer;


}

/* lead-doc radio button */
.lead-doc {
	display:inline;
	margin-top:5px;
	position:relative;
	right:40px;
}

/* more file-list styling */
.filediv {
	/* empty entry to name class */
	position: relative;
	overflow: hidden;
}
/* filediv-left trucates text */
.filediv-left {
  margin: 0;
  position: absolute;
 /* top: 50%; */
  left: 2%;
/*  display:inline; */
  width: 85%; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

.filediv-right {
  margin: 0;
  position: absolute;
 /* top: 50%; */
  left: 90%;
/*  display:inline;
  width: 70%;
  white-space: nowrap;
  overflow: hidden; */
}

.docmode-div {
	border:1px solid grey; 
	border-radius: 7px; 
	margin:auto; 
	padding:10px;
	text-align:center; 
	width:70%; 
}

.topneg10 {
	margin-top:-10px;
}

#repeatcbx.label {
	background-color: yellow;
}

#repeatblurb {
	/* bottom: 3%; */
	color: blue;
	display: block;
	font-size: 1.05rem;
	/* left: 7%; */
	line-height: 1.1;
	position: relative;
	text-align: center;
}
