@charset "utf-8";

/* Green Filing Application Stylesheet */
/* Import External Stylesheets */
@import url("menu.css?rel=18.05");

@import url("forms.css?rel=18.05");

@import url("dashboard.css?rel=18.05");

@import url("bootstrap.css?rel=18.05");

@import url("conflicts.bootstrap.css?rel=18.05");

@import url("notify.css?rel=18.05");

@import url("grid.css?rel=18.05");

@import url("width.css?rel=18.05");

@import url("errors.css?rel=18.05");

@import url("fees.css?rel=18.05");

@import url("olark.css?rel=18.05");

@import url("fa-override.css?rel=18.05");

@import url("bootstrap-datetimepicker.min.css");

@import url("theme.css?rel=18.05");

@import url("sb-admin-2.css");

/*---------- Global Styles ----------*/

.pl3 {
  padding-left:3px !important;
}

/*---------- Margin Bottom ----------*/
.mb0 { margin-bottom: 0px !important; }

span.service-status-key {
  width: 32px !important;
}

span.service-status {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
  width: 128px;
  text-align: center;
}
span.service-dispatched {
  background-color: #f5f5f5;
  color: #000000;
}
span.service-onhold {
  background-color: #ffcc00;
  color: #000000;
}
span.service-success {
  background-color: #6B7C4A;
  color: #fff;
}
span.service-fail {
  background-color: #a94442;
  color: #fff;
}
.servicehistory {
  padding-left: 25px;
}
#text-black {
  color: #333 !important;
}
ul#returneddocumentlinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}
ul#returneddocumentlinks li {
  display: inline;
  padding-left: 15px;
}
ul#returneddocumentlinks li:first-child {
  padding-left: 0;
}
ul#returneddocumentlinks li:after {
  font-family: "FontAwesome";
  content: "\f1c1";
  color: #ed1c24;
  padding-left: 5px;
}

a.skip {
	display: block;
	position: absolute;
	left: -999px;
	top: -999px;
}

a.skip:active, a.skip:focus, a.skip:hover {
	left: 0;
	top: 0;
	padding: 3px;
	background: #f5f5f5;
	color: #000000;
	border: 1px solid rgba(81, 203, 238, 1);
	z-index: 99999 !important;
}

.gf-table-header-anchor {
	color: #333;
}

.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   clip-path: inset(50%);
   height: 1px;
   width: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
}

a:focus {
  border: 2px solid black;
}

.com-google-gwt-user-cellview-client-CellTable-Style-cellTableSortedHeaderDescending,
.com-google-gwt-user-cellview-client-CellTable-Style-cellTableSortedHeaderAscending {
  color: #333 !important;
}

a.gf-linkCell {
  color: #337ab7 !important;
}

table.messageTable td {
  padding: 6px;
}

#gf-demowarning {
  background-color: #ffdddd;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  border-bottom: 2px solid #999999;
  box-shadow: 0 0 2px 0px #cccccc;
}

div .gwt-HTML {
  display: inline-block;
  padding-right: 3px;
}
div .gwt-HTML.gf-full {
  display: block !important;
  padding-right: 0px !important;
}

#viewServiceHistoryDb tbody tr td:first-letter {
    text-transform: capitalize
}

/*---------- spacing between links ----------*/
#rowlinks .link-container a {
    margin-right: 14px; /* Add spacing between links */
}

#rowlinks .link-container a:last-child {
    margin-right: 0; /* Remove margin from the last link */
}

#rowlinks .btn-group {
    display: inline-block;
    vertical-align: middle;
}

/*---------- Wrap Content Elements Needed For Sticky Footer ----------*/
#gf-wrapper {
  min-height: 100%;
}

#gf-content {
  overflow: auto;
  padding-bottom: 30px;
}

/*---------- Wrap Content Elements For Help Tip ----------*/
.tooltip {
  white-space: normal !important;
}

/*---------- Document Extraction ----------*/

/* CSS Document */
.gf-noCaseText {
  margin: 10px 15px 0px 15px !important;
  padding-left: 0px !important;
  text-align: right !important;
  white-space: normal !important;
  width: auto !important;
}

#utButton {
  display: block;
  margin: 25px auto 20px auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-color: #f5f5f5 !important;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #787c7d !important;
  border: none;
  transition: 0.75s;
}

#draganddrop {
  max-width: 800px;
  width: 100%;
  height: 352px;
  border: 2px dashed #c9c9c9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  margin: 25px 10px;
  display: relative;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  color: #787c7d;
}
#draganddrop .draganddropicon {
  width: 125px;
  height: 125px;
  line-height: 125px;
  color: #bdbebe;
  font-size: 65px;
  text-align: center;
  display: block;
  margin: 48px auto 25px auto;
  background-color: #f5f5f5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
#draganddrop span.orspan {
    display:block;
    padding-top:15px;
    padding-bottom:15px;
}
#draganddrop a.upload-btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  max-width: 200px;
  height: 35px;
  font-size: 16px;
  text-align: center;
  color: #ffffff !important;
}

/* Progress Bar */
#progressBAR {
  display: block;
  width: 100%;
  height: 40px;
}
#progressBAR .progress {
  background: rgba(255, 255, 255, 0.1);
  justify-content: flex-start;
  border-radius: 50px !important;
  align-items: center;
  position: relative;
  padding: 0;
  display: flex;
  height: 32px;
  width: 500px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .1);
}
#progressBAR .progress .progress-value {
  animation: load 6s normal forwards;
  animation-iteration-count: infinite;
  box-shadow: 0 10px 40px -10px #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  background: #6b7c4a;
  height: 30px;
  width: 0;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* Purple Extraction */
.panel-extract {
  background-color: rgba(196, 0, 255, .15) !important;
  border-color: rgba(196, 0, 255, 1) !important;
  color: #000000;
}
.alert-extract {
  background-color: rgba(196, 0, 255, .15) !important;
  border-color: rgba(196, 0, 255, 1) !important;
  color: #000000;
}
.alert-extract input[type="checkbox"].checkbox-fontawesome {
    color: #000000 !important;
}
a.btn-extract {
  background-color: rgba(196, 0, 255, .15) !important;
  border-color: rgba(196, 0, 255, 1) !important;
  color: #333333 !important;
}
a.btn-extract:hover {
  background-color: rgba(196, 0, 255, .75) !important;
  border-color: rgba(196, 0, 255, 1) !important;
  color: #ffffff !important;
}
a.extractlink {
  color: rgba(196, 0, 255, 1) !important;
}
a.extractlink:hover {
  color: rgba(196, 0, 255, .75) !important;
}
.extracted-info {
/*   background-color: rgba(196, 0, 255, .15) !important;
  border-color: rgba(196, 0, 255, 1) !important; */
}
span.purplehighlight {
  display: inline-block;
  padding: 0px 4px 2px 4px;
  border: 1px solid rgba(196, 0, 255, 1);
  color: #555;
  border-radius: 4px;
}
.extractinginformation {
  display: block;
  margin: 15px 0 30px 0;
  padding: 12px 15px 8px 15px;
  text-align: left;
  border: 1px solid rgba(196, 0, 255, 1);
  border-radius: 4px;
  font-size: 14px;
  line-height: 3.25;
}
.extractinginformation .fa {
  color: rgba(196, 0, 255, 1);
  float: left;
}
.extractionicon {
    max-width: 2rem;
    width:auto;
    height:auto;
    object-position: 0 1.5px;
}

/*----- Document/Attachment ----*/
.btn-save {
  background-color: green;
  border-color: green;
  color: #fff !important;
}
.btn-save:hover {
  background-color: #449d44;
  border-color: #398439;
  color: #fff !important;
}
button.title-stylized:hover::after {
  content: "Click to Delete / Replace Documents";
  position: absolute;
  top: -160%;
  left: 0px;
  background: rgba(0,0,0,.90);
  color: #ffffff;
  padding: 5px 10px;
  overflow: hidden;
  width: max-content;
}

.fa-drag {
  color: #aaaaaa;
  display: inline-block;
  margin-left: -3px;
  font-size: 20px !important;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.fa-drag:active {
  cursor: grabbing;
}

.drag-highlight {
    background-color: #F5F5F5;
}

/*---------- Header ----------*/
#gf-header {
  position: fixed;
  width: 100%;
  margin: 0px;
  padding: 2px 0 0 0;
  height: auto;
  background: #819860;
  z-index: 1000001;
}

#gf-subheader {
  margin: 32px 25px 0 25px;
  height: 85px;
}

#gf-subheader .gf-logo {
  float: left;
  padding: 15px 0 0 0;
}

#gf-subheader .gf-sendinvite {
  float: right;
  padding: 15px 0 0 0;
}

#gf-subheader .gf-sendinvite .gf-sendinvite-left {
  float: left;
  text-align: right;
  padding: 13px 0 0 0;
}

.gf-sendinvite-left .gwt-Label {
  display: inline;
}

.gf-sendinvite a {
  color: #819860;
}

.gf-sendinvite a:hover {
  color: #990000;
}

#gf-signin-gf-container {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  height: auto;
  line-height: 1.63em;
  margin: 100px auto 30px auto;
  min-height: 180px;
  min-width: 451px;
  width: 500px;
  padding: 30px;
  position: relative;
}

/*---------- Footer ----------*/
#gf-footer {
  position: relative;
  margin-top: -30px; /* negative value of footer height */
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  clear: both;
  text-align: center;
  top: 10px;
}

#gf-footer a {
  text-decoration: none;
  color: #000000;
}

#gf-footer a:hover {
  text-decoration: underline;
  color: #990000;
}

/* Form Layout in Divs  */

.upload-container {
  width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pager-style {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gf-clear {
  clear: both;
}

.gf-fieldblock {
  float: left;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.gf-fieldlabel {
  display: block;
  margin: 4px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.gf-field {
  margin: 2px 4px 0px 0;
}

.gf-fieldblock-inline {
  display: block;
  margin: 0 4px 4px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  clear: both;
}

.gf-fieldlabel-inline {
  float: left;
  margin: 4px 4px 4px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.gf-field-inline {
  float: left;
  margin: 5px 4px 0px 4px;
}

.gf-field-inline-right {
  float: right;
  margin: 5px 4px 0px 4px;
}

/* View Document Labels */
.gf-viewdoc-heading {
  width: 100%;
  background-color: #f4f4f4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px;
}

.gf-viewdoclabel-inline {
  margin: 4px 4px 4px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  display: inline;
}

.gf-viewdocdata-inline {
  display: inline;
  margin: 5px 20px 0px 3px;
}

.passwordInstructions {
  margin: 20px 0px 15px 10px;
  font-size: 14px;
  font-weight: bold;
}

/* Original Green Filing Styles  */
* {
  margin: 0;
}

.gf-wholeScreen,
div.gf-wholeScreen > div {
  width: 100%;
  height: 100%;
}

.bold-label {
    font-weight: bold;
}

.bannerPanel {
  background: #ffffff;
  width: 100%;
}

.bannerLogo {
  background: #ffffff;
  width: 400px;
}

.bannerTitle {
  background: #657d33;
  color: #eeece1;
  font-size: large;
  font-weight: bold;
  width: 200px;
}

.actions {
  text-align: right;
}

.actions a {
  text-align: right;
}

.areaPanel {
  margin-top: 8px;
}

.bannerGradient {
  background: #657d33;
  width: 75px;
  color: #eeece1;
}

.bannerSep {
  background: #657d33;
  height: 4px;
  width: 100%;
}

.bannerSettings {
  background: #ffffff;
  color: #657d33;
  vertical-align: top;
  text-align: right;
}

.bannerSettings a {
  background: #ffffff;
  color: #657d33;
  vertical-align: top;
  text-align: right;
}

.leftPane {
  vertical-align: top;
}

.gf-borderPanel {
  border: solid #000000 2px;
}

.gf-rightPanel {
  text-align: right;
}

.gf-navDiv {
  background: #ffffff;
  color: #657d33;
  padding-left: 12px;
}

.gf-navDivHighLight {
  background: #657d33;
  color: #eeece1;
  padding-left: 12px;
  margin-right: -6px;
}

.gf-navDiv a {
  color: #657d33;
}

.gf-navDivHighLight a {
  color: #eeece1;
}

.widget {
  border: solid #9bbb59 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.widget .gf-title {
  background: #9bbb59;
  color: #000000;
  padding-left: 5px;
}

.widget div.search {
  padding-left: 12px;
}

.widget input.search {
  color: #111111;
}

.widget .separator {
}

.widget .gf-data {
  padding-left: 12px;
  white-space: nowrap;
  width: 180px;
  overflow: hidden;
}

.widget .gf-heading {
  background: #80944e;
  padding-left: 5px;
}

#contentArea {
  vertical-align: top;
}

.gf-contentContainer {
  width: 100%;
}

.gf-contentContainer .gf-contentHeader {
  width: 100%;
  background-color: #dde3d5;
  padding-top: 3px;
}

.gf-contentContainer .gf-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #010101;
  padding-bottom: 10px;
}

.gf-contentContainer div.gf-title {
  width: 100%;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 17px;
  padding-left: 5px;
  background: #dde3d5;
}

.gf-contentContainer .pager {
  float: right;
  padding: 4px;
}

.gf-contentContainer .actions {
  padding: 4px;
}

.gf-contentContainer .gf-contentTd {
  background-color: #ffffff;
}

.gf-contentContainer .gf-content {
  background: #ffffff;
  width: 100%;
}

.pageLabel {
  font-size: x-large;
  text-align: left;
}

.chCaseHistory {
  margin: 0px 0px;
}

.chCaseSummary {
  background-color: #f4f4f4;
  padding: 6px;
  color: #990000;
  font-size: 16px;
}

.chDocket {
  background-color: #f4f4f4;
  padding: 6px;
  color: #990000;
  font-size: 16px;
}

.gf-chNoteHead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 6px;
  background-color: #819860;
  width: 100%;
  margin-top: 15px;
  font-weight: bold;
}

.chNote {
  padding: 15px;
  font-size: 14px;
  font-style: italic;
}

.chCourtInfo {
  border: solid #657d33 3px;
  padding: 2px;
  float: right;
}

.gf-chGenDate {
  border-style: solid;
  border-color: 819860;
  border-width: 1px;
  background-color: #ffffcc;
  padding: 5px;
  position: absolute;
  z-index: 99;
  margin: 5px;
  right: 25px;
  font-weight: bold;
}

.chCaseHeader {
  border: solid #657d33 3px;
  padding: 2px;
  float: left;
  white-space: nowrap;
}

.chActor {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  clear: both;
  padding: 6px 4px;
}

.chAddress {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  margin-left: 163px;
}

.chRepBy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  margin-left: 163px;
}

.chDocumentLink {
  text-transform: capitalize;
}

.chDocumentLink a {
  color: #dde3d5;
}

.chDocumentLink a:hover {
  color: #990000;
}

.pl-0 {
    padding-left: 0px !important;
}

/*  Filing Screen */
.gf-filingStep {
  width: 100%;
  margin-bottom: 10px;
}

.gf-filingStep .stepNo {
  float: left;
  font-size: 24px;
}

.gf-filingStep .description {
  font-size: small;
}

.gf-docTypeSuggest p {
  margin-top: 7px;
}

.gf-text-large {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.gf-text-large p {
  padding-bottom: 20px;
}

/* Start Styles adapted from George's work */
.gf-sectionHeading {
  background-color: #f4f4f4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 5px 0 0 0;
  margin: 0px 0px 0px 0px;
}

td.gf-sectionHeading {
  padding: 0 0 0 5px;
}

.gf-sectionHeading .gf-heading {
  font-size: 16px;
  color: #990000;
}

.gf-sectionHeading a {
  padding: 3px;
}

.gf-sectionHeading .description {
}

.gf-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.gf-table-row-emphasis {
	background-color: #f5f5f5
}

/* Default HTML Style if not other style applied */
html,
body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 18px;
}

th {
  font-size: 14px !important;
}

td a:hover {
  color: #5c6c44;
  text-decoration: underline;
}

label {
  padding-left: 3px;
}

.gf-messageUnread {
  font-weight: bold;
  cursor: pointer;
}

.gf-messageArchived {
  text-decoration: line-through;
  cursor: pointer;
}

.gf-messageRead {
  cursor: pointer;
}

/* Removes Outlines Firefox and Chrome */
.gf-actionmenu a,
.gf-casemenu a {
  outline: none;
}

/* Over-ride GWT Styles */
.gwt-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 8px;
}

.gwt-SuggestBox {
  padding-left: 2px 2px 2px 10px;
  margin: 6px;
}

/* Green Filing Custom Styles */
#topmenu {
  padding: 5px 0px 5px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}

#topmenu a {
  padding: 0px 5px 0px 0px;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
}

#topmenu a:hover .linkText {
  text-decoration: underline;
  color: #990000;
  font-size: 12px;
}

#topmenu a span.separator {
  text-decoration: none;
  color: #000000;
  padding-right: 3px;
}

#topmenu .gf-selected {
  font-weight: bold;
  color: #819860;
  text-decoration: none;
}

.gf-selected {
  padding: 0px 5px 0px 5px;
  font-weight: bold;
  color: #819860;
  font-size: 12px;
}

#logo {
  padding: 15px 0px 10px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#contentwrapper {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: auto;
  min-height: 100%;
}

tr.gf-frameRow td {
  line-height: 1px;
}

#hint {
  margin: auto;
  padding: 15px 15px 10px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: auto;
  border-style: solid;
  border-color: 819860;
  border-width: 1px;
  background-color: #ffffcc;
}

.headline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #010101;
  padding-bottom: 10px;
}

#subheadline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #990000;
  padding: 6px;
  background-color: #f4f4f4;
  width: 100%;
}

.gf-subheadline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #990000;
}

.gf-contentleft {
  padding-top: 20px;
  width: 170px;
}

.gf-contentleft a {
  padding: 0px 5px 0px 5px;
  text-decoration: underline;
  color: #990000;
}

.gf-contentleft a:hover {
  text-decoration: underline;
  color: #5c6c44;
}

#ManageAccount a {
  color: #000000;
}

.gf-settingNavLink a:hover {
  text-decoration: underline;
  color: #5c6c44;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*APPLICATION ACTION MENU  */
.gf-actionmenu {
  width: 200px; /*width of menu*/
  position: relative;
}

.gf-actionmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gf-actionmenu li a {
  font: normal 12px Arial, Helvetica, sans-serif;
  display: block;
  background: transparent url(../images/arrowgreen.gif) no-repeat 100% 0;
  height: 24px;
  /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
  padding: 4px 0 4px 10px;
  line-height: 24px;
  /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
  text-decoration: none;
}

.gf-actionmenu li a:link,
.arrowgreen li a:visited {
  color: #000000;
}

.gf-actionmenu li a:visited {
  color: #000000;
}

.gf-actionmenu li a:hover {
  color: #26370a;
  background-position: 100% -32px;
  text-decoration: none;
}

.gf-actionmenu li a.gf-header {
  color: #ffffff;
  background-position: 100% -64px;
  font-weight: bold;
  font-size: 14px;
}

.gf-actionmenu li a.gf-selected {
  color: #26370a;
  background-position: 100% -32px;
  font-weight: bold;
  font-size: 14px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*APPLICATION CASE QUICKLINS MENU  */
.gf-casemenu {
  width: 200px; /*width of menu*/
}

.gf-casemenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 5px 0px;
}

#navLinkList a {
  color: #000000;
}

.gf-casemenu li a {
  font: normal 12px Arial, Helvetica, sans-serif;
  display: block;
  background: transparent url(../images/arrowgreen.gif) no-repeat 100% 0;
  height: 24px;
  /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
  padding: 4px 0 4px 10px;
  line-height: 24px;
  /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
  text-decoration: none;
  /*	overflow: hidden;
	white-space: nowrap;
	width: 190px; */
}

.gf-casemenu li a:link,
.arrowgreen li a:visited {
  color: #000000;
}

.gf-casemenu li a:visited {
  color: #000000;
}

.gf-casemenu li a:hover {
  color: #26370a;
  background-position: 100% -32px;
  text-decoration: none;
}

.gf-casemenu li a.gf-header {
  color: #ffffff;
  background-position: 100% -64px;
  font-weight: bold;
  font-size: 14px;
}

.gf-casemenu li a.gf-selected {
  color: #26370a;
  background-position: 100% -32px;
  font-weight: bold;
  font-size: 14px;
}

.gf-caseSearchBG {
  margin: 10px 0px 0px 3px;
  background-image: url("../images/icons/caseSearch-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  width: 197px;
  text-align: right;
}

.gf-caseSearch {
  margin: 10px 0px 0px 10px;
  width: 172px;
  height: 26px;
  font-size: 14px;
  line-height: 32px;
  border: none;
  background: transparent;
}

.gf-filingFilterBG {
  background-image: url("../images/icons/filingFilter-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  text-align: right;
  margin: -5px 0px 10px 0px;
}

.gf-filingFilter {
  margin: 0px 0px 2px 4px;
  width: 187px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  border: none;
  background: transparent;
}

tr.filingHighlight {
  background-color: #ffeeee;
}

tr.filingHighlight td {
  background-color: #ffeeee;
}

tr.gf-rowHighlight {
  background-color: #ffeeee;
}

tr.gf-rowHighlight td {
  background-color: #ffeeee;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*APPLICATION CALENDAR QUICKLINS MENU  */
.calendarmenu {
  width: 200px; /*width of menu*/
}

.calendarmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.calendarmenu li a {
  font: normal 12px Arial, Helvetica, sans-serif;
  display: block;
  background: transparent url(../images/arrowgreen.gif) no-repeat 100% 0;
  height: 24px;
  /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
  padding: 4px 0 4px 10px;
  line-height: 24px;
  /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
  text-decoration: none;
}

.calendarmenu li a:link,
.arrowgreen li a:visited {
  color: #000000;
}

calendarmenu a:visited {
  color: #000000;
}

.calendarmenu li a:hover {
  color: #26370a;
  background-position: 100% -32px;
  text-decoration: none;
}

.calendarmenu li a.gf-selected {
  color: #ffffff;
  background-position: 100% -64px;
  font-weight: bold;
  font-size: 14px;
}

.gf-actionpanel a {
  white-space: nowrap;
}

.gf-actionpanel a:link,
visited,
active {
  padding: 0px 5px 0px 5px;
  text-decoration: underline;
  color: #990000;
  text-align: right;
}

.gf-actionpanel a:hover {
  padding: 0px 5px 0px 5px;
  text-decoration: underline;
  color: #5c6c44;
  text-align: right;
}

.gf-actionpanel {
  font: normal 14px Arial, Helvetica, sans-serif;
  text-align: right;
}

.gf-actionpanel .gwt-Label {
  display: inline;
}

#search {
  padding-left: 10px;
}

.gf-contentright {
}

.gf-content {
}

.gf-fieldlabel-dashboard {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.gf-fieldlabelright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

#caseactors .gf-fieldlabelright {
  vertical-align: top;
}

.gf-fieldlabeltop {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  padding-top: 3px;
  text-align: right;
}

.gf-numberInput {
  text-align: right;
}

.gf-button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
}

.gf-submitButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  margin-right: 0px;
}

.gf-addButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
  margin-right: 40px;
}

.gf-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.clickableText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
}

.gf-text a {
  color: #819860;
}

.gf-text a:hover {
  color: #990000;
}

.noinfoneeded {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #006600;
}

#error {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #990000;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffcc00;
  background-color: #ffff99;
  vertical-align: top;
  width: 20%;
}

.gf-rightAlign {
  text-align: right;
}

.valueError {
  background-color: #ffdddd;
}

.gf-statusContainer {
  position: fixed;
  left: 50%;
  text-align: center;
  z-index: 1000002;
  width: 400px;
  margin: 0px auto;
  height: 60px;
  /* 
	position: absolute;
	right: 35px;
	margin-left: -150px;
	*/
}

.gf-statusMessage {
  position: absolute;
  background-color: #e6efc2;
  left: -200px;
  margin: 0px auto;
  border-style: solid;
  border-color: #819860;
  border-width: 0 1px 1px 1px;
  padding: 10px 5px 5px 5px;
  height: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.14902) 1px 1px;
  width: 400px;
  font-size: 15px;
}

.gf-statusMessage td {
  font-size: 15px;
  text-align: center;
}

.gf-statusMessage img {
  float: left;
}

.gf-MessageError .gf-statusMessage {
  background-color: #ffbbbb;
  border-color: #990000;
  /* These will inherit from the plain .gf-statusMessage
	margin: 0px auto;
	border-style: solid;
	border-width: 1px;
	padding: 15px;
	*/
}

.error {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #990000;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffcc00;
  background-color: #ffff99;
  vertical-align: top;
  width: 20%;
}

.gf-statusImage {
  float: right;
  margin: 4px;
}

.gf-floatDiv {
  float: left;
  margin: 4px;
}

.gf-edit-User-Actions-Div {
  float: left;
  margin: 12px 0 20px 30px;
}

.gf-edit-User-Actions-Div h1 {
  font-size: 12px;
  font-weight: bold;
}

.gf-signup-message {
  padding: 7px 7px 24px 7px;
}

.gf-empty {
  display: none;
}

.gf-FilingMessageHtml {
  margin: 20px 20px 10px 20px;
  width: 800px;
  border: 1px solid #cccccc;
  padding: 5px;
}

.gf-FrameDecoration {
  font-size: 2px;
  padding: 0px;
  margin: 0px;
  /*there isn't any text in these cells but IE seems to think there is */
}

.gf-goOrCancel {
  text-align: center;
}

.gf-btnChangePassword {
  position: relative;
  z-index: 99;
  left: 10.3em;
  margin: 20px 0;
}

/* .gf-btnChangePassword { */
/* 	margin-left:auto; */
/* 	margin-right:auto; */
/* 	z-index: 99px; */
/* } */
.gf-helpLink {
  border: none;
}

.gf-helpLink img {
  border: none;
}

.gwt-PopupPanelGlass {
  background-color: #777777;
  opacity: 0.4;
  filter: alpha(opacity = 40);
}

.gf-planTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #000000;
}

.gf-textHighlight {
  color: #990000;
}

.pager {
  text-align: center;
}

.gf-pagerPanel {
  white-space: nowrap;
}

.gf-pagerPanel a.gf-disabled {
  color: #dddddd;
}

.gf-pagerPanel .gf-label {
  display: inline;
}

.gf-exampleSpan {
  font-weight: bold;
}

.gf-dataCellTable {
  width: 100%;
}

.gf-dataCellTable th {
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 0 0 1px 0;
  line-height: 12px;
}

.gf-actionButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
  white-space: nowrap;
  /*	margin-right: 40px;*/
}

.gf-modal-search-results {
  margin: 15px 0px;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: scroll;
  overflow-x: hidden;
  max-height: 150px;
  border: 1px solid #e9e9e9;
}

.gf-smtp-log {
  max-height: 450px;
  max-width: 650px;
  overflow-y: scroll;
  white-space: pre-wrap;
}

.gf-removed {
  text-decoration: line-through;
}

input.gf-disabled {
  background-color: #888888;
}

.gf-helpLink {
  display: inline;
}

a.gf-subSectionFileLink {
  color: #5c6c44;
}

a.gf-subSectionFileLink:hover {
  color: #990000;
}

a.gf-subSectionActionLink {
  color: #990000;
}

a.gf-subSectionActionLink:hover {
  color: #ff0000;
}

.gf-spanOnMouseOver {
  display: none;
}

.gf-mouseOver .gf-spanOnMouseOver {
  display: inline;
}

.gwt-DecoratedPopupPanel .popupMiddleCenter {
  height: 100%;
  width: 100%;
}

.gf-messageBackground {
  background-color: #ffffff;
  padding: 40px;
}

.gf-messageBackground p {
  padding: 7px;
}

.sortedColumn {
  background-color: #eeeeee;
}

.gf-instructions {
  margin: 8px auto;
  width: 85%;
  border: 1px solid #999999;
  background-color: #f4f4f4;
  padding: 6px 6px 15px 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.gf-instructions h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}

.gf-instructions a {
  color: #990000;
}

.gf-errorDetails {
  border: 1px solid #999999;
  background-color: #f4f4f4;
  padding: 6px 6px 6px 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  max-height: 150px;
  overflow-y: scroll;
}

.gf-dialogVPanel p {
  margin-bottom: 10px;
}

.gf-chooseOptionDiv {
  width: 80%;
  margin-left: 25px;
  border: 1px solid #ffcc00;
  background-color: #ffff99;
  padding: 6px 6px 6px 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.AdditionalDocName {
  font-size: 14px;
  font-weight: bold;
}

.gf-AdditionalDocNameBg {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  background-image: url(../images/additional-document-bg.png);
  background-repeat: repeat-x;
}

.AdditionalDocFieldLabel {
  width: 300px;
  text-align: right;
  vertical-align: top;
  padding-top: 3px;
}

.gf-AdditionalDocListBox {
  width: 205px;
  margin-bottom: 3px;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.VitalStatsFieldLabel {
  width: 459px;
  text-align: right;
  vertical-align: top;
  padding-top: 3px;
}

.gf-AdditionalDocTextBox {
  width: 200px;
  margin-bottom: 3px;
}

.gf-SubmitFilingTextBox {
  width: 300px;
}

.SubmitFilingListBox {
  width: 305px;
}

.gf-SubmitFilingTextArea {
  width: 300px;
  height: 60px;
}

.gf-TransactionFeeAlert {
  width: 300px;
  background-color: #dde3d5;
  border: 1px solid #819860;
  padding: 3px;
  margin-left: -4px;
}

.gf-AdditionalJudgmentFieldLabel {
  text-align: right;
  vertical-align: top;
  padding-top: 3px;
}

.gf-AdditionalJudgmentListBox {
  margin-bottom: 3px;
}

.gf-AdditionalJudgmentListBoxRight {
  text-align: right;
}

.gf-SelectTextBox {
  background-image: url(../images/SelectBG.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 180px;
  border: 1px solid #abadb3;
  height: 22px;
  padding: 1px 20px 1px 5px;
  margin-right: 3px;
}

.gf-stateSelectTextBox {
  background-image: url(../images/SelectBG.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 150px;
  border: 1px solid #abadb3;
  height: 22px;
  padding: 1px 20px 1px 5px;
}

#LoginAlert {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

#LoginAlert h1 {
  font-family: "Trebuchet MS";
  color: #819860;
  font-size: 24px;
  padding: 15px 0px;
}

#LoginAlert h2 {
  font-family: "Trebuchet MS";
  color: #990000;
  font-size: 18px;
  padding: 10px 0px;
}

#LoginAlert ol li {
  padding-bottom: 10px;
}

#LoginAlert .gf-submitButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 8px;
  margin-right: 40px;
}

.gf-LoginTable {
  padding: 20px;
}

.gf-LoginMessage {
  /* Place Holder for George */
}

.gf-LoginTextBox {
  width: 250px;
  height: 22px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 3px;
}

.LoginFieldLabel {
  width: 187px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.LoginButtonAlign {
  text-align: right;
}

.ForgotPasswordText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 40px;
}

.ForgotPasswordFieldLabel {
  width: 122px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.ForgotPasswordBtnAlign {
  padding-left: 76px;
}

.gf-AddCaseTextBox {
  width: 200px;
  height: 22px;
  line-height: 20px;
}

.gf-AddCaseSelectBox {
  font-size: 14px;
  height: 30px;
  padding: 5px;
  width: 206px;
}

.AddCaseFieldLabel {
  width: 175px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.gf-AddAttorneyTextBox {
  width: 200px;
  height: 22px;
  line-height: 20px;
}

.AddAttorneyFieldLabel {
  width: 150px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.AddAttorneyOptions {
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.gf-AddAttorneysOptionsPanel {
  vertical-align: top;
  line-height: 25px;
}

.AddAttorneyNote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.gf-actorWidget {
  border: 1px solid #c5c5c5;
  margin: 3px;
  padding: 4px;
  width: 860px;
}

#dashboard-section {
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
}

#dashboard-section a {
  color: #990000;
  text-decoration: underline;
}

#dashboard-section a {
  color: #990000;
  text-decoration: underline;
}

#dashboard-section a:hover {
  color: #26370a;
  text-decoration: underline;
}

#dashboard-section h1 {
  color: #990000;
  text-decoration: none;
  padding: 0px 0px 3px 0px;
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
}

#dashboard-section h1 a {
  color: #990000;
  text-decoration: none;
}

.gf-userPreferenceSelectBox {
  width: 230px;
}

.gwt-SuggestBoxPopup
  .suggestPopupMiddle
  .suggestPopupMiddleCenter
  .suggestPopupContent
  div {
  min-width: 27em;
  max-height: 35em;
  overflow-y: auto;
  overflow-x: visible;
}

span.gf-statusCell {
  vertical-align: top;
}

span.gf-statusCell > img {
}

.gf-userSettingsTable td {
  vertical-align: top;
}

.gf-parameterWidget {
  padding: 7px;
}

img {
  border: none;
}

.gf-dashboard-section {
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
}

.gf-dashboard-section a {
  color: #990000;
  text-decoration: underline;
}

.gf-dashboard-section a {
  color: #990000;
  text-decoration: underline;
}

.gf-dashboard-section a:hover {
  color: #26370a;
  text-decoration: underline;
}

.gf-dashboard-section h1 {
  color: #990000;
  text-decoration: none;
  padding: 0px 0px 3px 0px;
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
}

.gf-dashboard-section h1 a {
  color: #990000;
  text-decoration: none;
}
.additionalAttorneysLabel {
  padding-top: 4px;
  vertical-align: top;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
.gf-addRemoveOptionDiv {
  background-color: #ffffff;
  float: left;
  height: 22px;
  line-height: 22px;
  margin-right: 6px;
  padding: 2px 0px 2px 0px;
}

.gf-addRemoveOptionDiv img {
  cursor: pointer;
  margin: 0 1px -3px 3px;
}

.gf-addRemoveOptionDiv:after {
  content: ";";
}

.gf-AddPartyWidget {
  position: relative;
}

.gf-removeLink {
  cursor: pointer;
  top: 12px;
  left: 850px;
  position: absolute;
}

.gf-removeFSCLink {
  cursor: pointer;
}

.gf-noteLabel {
  margin-top: 15px;
}

.gf-optionSelectBox {
  background-image: url(../images/SelectBG.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 180px;
  border: 1px solid #abadb3;
  height: 22px;
  padding: 1px 20px 1px 5px;
}

.positionPreferenceSave {
  padding: 0px 0px 15px 123px;
}

.gwt-DialogBox {
  clip: inherit !important;
}

.gwt-DialogBox .Caption a.gf-actionLink {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.gwt-DialogBox .Caption a.gf-actionLink:hover {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

.gwt-DialogBox .gf-messageHtml {
  overflow: scroll;
}

.gf-sliderWidget {
}

.gf-sliderWidget .gf-sliderArea {
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding-left: 2 px;
  padding-right: 2 px;
  float: left;
}

.gf-sliderWidget .gf-sliderActive {
  border-style: hidden;
  border-right-style: solid;
  border-right-color: #819860;
  border-right-width: 3px;
  float: left;
  background: #dde3d5; /* Old browsers */
}

.gf-sliderWidget .gf-sliderInactive {
  border-style: hidden;
  float: left;
  background: inactiveborder;
  width: 100% !important;
  zoom: 1;
  filter: alpha(opacity = 30);
  opacity: 0.3;
}

.gf-sliderWidget .gf-pinAndDelete {
  float: left;
  height: 14px;
  padding: 5px 4px 0 4px;
  width: 14px;
}

.gf-divorceFtTable td {
  padding: 2px;
}

.gf-formTable {
  padding: 12px;
}

.gf-adminRelatedUsers {
  padding: 5px;
  margin: 10px 0 20px 30px;
  border-color: #dde3d5;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 400px;
  float: left;
}

.gf-adminRelatedUsers a {
  cursor: pointer;
}

.gf-userTable {
  float: left;
  padding: 5px;
}

.gf-pagerInline {
  display: inline;
  float: right;
}

/* playing with css animation*/
/* @-webkit-keyframes fadeIn { */
/* 	0% {opacity: 0;}	 */
/* 	100% {opacity: 1;} */
/* } */
/* @-moz-keyframes fadeIn { */
/* 	0% {opacity: 0;}	 */
/* 	100% {opacity: 1;} */
/* } */
/* @-o-keyframes fadeIn { */
/* 	0% {opacity: 0;}	 */
/* 	100% {opacity: 1; */
/* } */
/* @keyframes fadeIn { */
/* 	0% {opacity: 0;}	 */
/* 	100% {opacity: 1;} */
/* } */
.gf-paymentDueMsg {
  width: 90%;
  min-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-right: 5%;
  margin-left: 5%;
  text-align: center;
  vertical-align: middle;
  border-color: #ffcc00;
  background-color: #ffff99;
  font-size: 16px;
  line-height: 30px;

  /*	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn; */
}

/* Alert messages */
#gf-warning {
  position: relative;
  margin: 0px auto;
  width: auto;
  max-width: 700px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ffcc00;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  padding: 0px;
}

#gf-warning .Caption {
  cursor: default;
  font-size: 22px;
  padding: 8px;
  color: #000;
  background: #ffffcc;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

#gf-warning .gf-content {
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  width: 97%;
}

#gf-warning .gf-content h2 {
  font-size: 16px;
  color: #000;
  margin: 10px 0px;
}

#gf-warning .gf-button {
  background: #ffffcc;
  border-radius: 4px;
  display: inline-block;
  -moz-box-shadow: 0px 2px 2px 0px #ccc;
  -webkit-box-shadow: 0px 2px 2px 0px #ccc;
  box-shadow: 0px 2px 2px 0px #ccc;
  padding: 15px 15px;
  text-decoration: none;
  color: #000;
  line-height: 22px;
}

#gf-warning .gf-button:hover {
  background: #819860;
  color: #fff;
  -moz-box-shadow: 0px 2px 2px 0px #fff;
  -webkit-box-shadow: 0px 2px 2px 0px #fff;
  box-shadow: 0px 2px 2px 0px #fff;
}

#gf-warning .gf-button a {
  color: #fff;
}

#gf-warning .gf-close {
  margin: 25px auto 15px auto;
  text-align: center;
}

#gf-warning .gf-content a {
  color: #900;
  text-decoration: none;
}

.gf-disclaimer {
  margin: 10px;
  font-style: italic;
}

.gf-padBottom {
  padding-bottom: 15px;
}
/* Notification Badge */
.notification-badge {
  position: absolute;
  bottom: 5px;
  left: 106px;
  border-radius: 99% 99% 99% 99%;
  border: 1px solid #ffff99;
  color: #000000;
  font-size: 12px;
  margin: 0 5px 0 0;
  padding: 3px 5px !important;
  background: none repeat scroll 0 0 #ffcc00;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  display: inline;
}

.notification-badge a {
  text-decoration: none;
  color: #000;
  padding: 0px;
}

.notification-badge a:hover {
  text-decoration: none;
  color: #990000;
  padding: 0px;
}

/* Position Filing Status Badges */
.gf-filing-status-badges {
  position: absolute;
  left: 106px;
  bottom: 37px;
}

/* Draft Badge */
.draft-badge {
  float: left;
  border-radius: 99% 99% 99% 99%;
  border: 1px solid #ffcc00;
  color: #000000;
  font-size: 12px;
  margin: 0 3px 0 0 !important;
  padding: 3px 5px !important;
  background: none repeat scroll 0 0 #ffffcc;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  display: inline;
}

.draft-badge a {
  text-decoration: none;
  color: #000;
  padding: 0px;
}

.draft-badge a:hover {
  text-decoration: none;
  color: #990000;
  padding: 0px;
}

/* Pending Badge */
.pending-badge {
  float: left;
  border-radius: 99% 99% 99% 99%;
  border: 1px solid #7a9359;
  color: #000000;
  font-size: 12px;
  margin: 0 2px 0 0 !important;
  padding: 3px 5px !important;
  background: none repeat scroll 0 0 #dde3d5;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  display: inline;
}

.pending-badge a {
  text-decoration: none;
  color: #000;
  padding: 0px;
}

.pending-badge a:hover {
  text-decoration: none;
  color: #990000;
  padding: 0px;
}

/* Reject Badge */
.reject-badge {
  float: left;
  border-radius: 99% 99% 99% 99%;
  border: 1px solid #990000;
  color: #000000;
  font-size: 12px;
  margin: 0 2px 0 0;
  padding: 3px 5px !important;
  background: none repeat scroll 0 0 #f2dede;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  display: inline;
  z-index: 99;
}

.reject-badge a {
  text-decoration: none;
  color: #000;
  padding: 0px;
}

.reject-badge a:hover {
  text-decoration: none;
  color: #990000;
  padding: 0px;
}

.clearLeft {
  clear: left;
}

.gf-confirmDialog .gf-message {
  padding: 15px;
}

.gf-confirmDialog {
  padding: 25px;
}

.gf-filterbar .gf-item {
  display: inline;
}

.gf-filterbar .gf-item .gf-remove {
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  padding: 0px 3px;
}

.suggestCourtSelected {
  display: inline;
  margin-right: 50px;
}

.suggestPopup {
  padding: 5px;
  position: absolute; 
  background-color: #ffffff;
  border: #657d33 solid 1px;
}

.suggestionsTable {
  border-spacing: 0px;
}

.suggestionsTable td {
  padding: 2px 15px 2px 0px;
}

.suggestionsTable tr {
  cursor: hand;
  cursor: pointer;
}

.suggestPopup .gf-item {
}

.suggestPopup .popupContent {
  max-height: 300px;
  overflow-y: scroll;
}

.suggestPopup .item-selected {
  background: none repeat scroll 0 0 #b2be99;
}

.gf-txSignUpUserTable {
  margin: 0px 15px 10px 15px;
}

.gf-txUserAgreement {
  display: block;
  margin: 10px 15px 0px 15px;
}

.gf-txSignUpButton {
  display: block;
  margin: 10px 0px 10px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
}

.gf-imageLink {
  cursor: hand;
  cursor: pointer;
  margin: 0px 0px 1px 3px;
  vertical-align: middle;
  display: inline;
  opacity: 0.85;
  filter: alpha(opacity = 85); /* For IE8 and earlier */
}

.gf-imageLink:hover {
  opacity: 1;
  filter: alpha(opacity = 100); /* For IE8 and earlier */
}

.gf-sub-content {
  padding: 0px 1px 10px 1px;
}

.gf-firstrow {
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.gf-serviceContactLink {
  padding: 0 0 0 5px;
  line-height: 40px;
}

.gf-refreshServiceContactLink {
  font-size: 15px;
  z-index: 232;
  position: absolute;
  right: 11px;
  top: 50px;
}

.gf-modalSubHead {
  background-color: #dde3d5;
  padding: 0px 0px 0px 13px;
  margin: -38px 0px 10px -7px;
  line-height: 33px;
  position: absolute;
  width: 97%;
  z-index: 1;
}

.gf-modalSubContent {
  margin-top: 35px;
}

.gf-chHeading {
  padding: 0 0 0 5px;
}

.checkBoxDisabled input {
  display: none;
}

.gf-userActions {
  margin-top: 15px;
}

.gf-caseTypeHelpLink {
  background-color: #dde3d5;
  border-color: #819860;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.gf-caseHistoryNoFiings {
  padding: 10px;
}

.gf-detailedRadioButton {
  margin-right: 10px;
  margin-bottom: 15px;
  display: block;
}

.gf-LoginMessage {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  background-image: url(../images/additional-document-bg.png);
  background-repeat: repeat-x;
  font-size: 16px;
  margin: 4px;
  padding: 10px;
}

.gf-enhancedServiceLabel {
  margin: 10px 2px;
  background-color: #ffffff;
  background-image: url(../images/additional-document-bg.png);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  font-size: 14px;
  padding: 10px 5px;
}

.gf-invoice-amount-due {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  margin: 0px 0px 0 0;
  padding: 15px 6px 0 0;
  border-top: 1px solid #ccc;
  width: 100%;
}

.gf-invoice-amount-due-txbox {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 0 0;
  padding: 15px 6px 0 0;
}

.gf-passwordHintText {
  border-left: 1px solid #990000;
  display: block;
  margin: 0px 0 0 5px;
  padding-left: 9px;
  position: absolute;
  width: 365px;
}

.gf-noCaseText {
  margin: 5px 5px 5px 0;
  padding-left: 30px;
  text-align: right;
  white-space: normal;
  width: 157px;
}

.gf-caseHistoryLoadingText {
  padding: 10px 10px 10px 10px;
  width: 675px;
  background-color: #ffffcc;
  border: 1px solid #ffcc00;
  margin: 39px auto 400px auto;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  background-image: url(../images/gf_waiting_small_trans2.gif);
  background-repeat: no-repeat;
  background-position: 625px;
}

.gf-getstarted-checklist {
  margin: 10px 30px 0px 15px;
  line-height: 24px;
  float: left;
}

.gf-getstarted-buttons {
  margin: 20px 0 0 0;
  float: left;
}

.gf-getstarted-checklist-link {
  font-size: 14px;
  line-height: 24px;
}

.gf-getstarted-checklist-description-lb {
  font-size: 14px;
  margin: 10px 0 0 0;
}

.cellTable-column-noWrap {
  white-space: nowrap;
}

/* Hint.css Overrides */
[data-hint]::after {
  background: #ffff99 none repeat scroll 0 0 !important;
  color: #990000 !important;
}

[data-hint]::after {
  text-shadow: none !important;
}

.hint--right::before {
  border-right-color: #ffff99 !important;
}

.hint--top::before {
  border-top-color: #ffff99 !important;
}

.hint--bottom::before {
  border-bottom-color: #ffff99 !important;
}

.hint--left::before {
  border-left-color: #ffff99 !important;
}

.gf-feesNote {
  background-color: #ffff99;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-left: 20px;
  padding: 15px;
  vertical-align: top;
  width: 90% !important;
}

.gf-filingpaymentinfo {
  padding: 10px;
  border: 1px solid #ccc;
  width: 827px;
  margin: 0 0 15px 0;
}

.gf-filingpaymentinfo-header {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.gf-filingpaymentinfo .total {
  border-top: 2px solid #000;
  text-align: right;
}

.gf-filingpaymentinfo .totalDesc {
  border-top: 2px solid #000;
  font-weight: bold;
  text-align: right;
}

.gf-form-instruction {
  font-size: 16px;
  margin: 10px 0 10px 0;
  background-color: #dde3d5;
  padding: 8px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  max-width: 550px;
}

.gf-form-action-panel {
  float: right;
  margin: 0 0 10px 0;
}

.gf-form-content {
  padding: 10px 5px;
  width: 100%;
}

.gf-form-content .gf-form-group {
  padding: 0px 5px;
}

.gf-form-group {
  margin-bottom: 15px;
}

.gf-form-content div:nth-child (1) {
  margin: 0 0 10px 0 !important;
}

.gf-form-radioBtn-left {
  margin-right: 25px;
}

.gf-form-content input {
  padding: 0px 15px !important;
}

.gf-form-control {
  display: block;
  width: 94%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.gf-form-control select {
  display: block;
  width: 100%;
}

.gf-form-gwt-label {
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.gf-form-content label {
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.gf-removeAdditionalAttyImg {
  display: inline-block;
}

.gf-loginAnnouncementDiv {
  margin: 10px 0 10px 20px;
  float: left;
}

.gf-loginAnnouncementIFrame {
  width: 500px;
  height: 200px;
  border: none;
  overflow: auto;
  margin: 0;
}

.gf-selectedOnBehalfOfAtty {
  background-color: #f4f4f4;
  border: 1px solid #000;
  display: inline;
  float: left;
  margin: 0 3px 3px 0;
  min-width: 195px;
  padding: 3px 5px;
}

.gf-OnBehalfOfDelete {
  padding: 6px 0 0 0;
}
.gf-nonEditFilingLabel {
  font-weight: 100;
  line-height: 25px;
  min-height: 25px;
}

.gf-attachToPreviousIndent {
  text-indent: 10px;
}

.gf-attachToPreviousIndent::before {
  color: #000000;
  font-family: "FontAwesome";
  content: "\f0c6";
  padding-right: 4px;
}
/* END of Hint.css Override */

.gf-hidden {
  display: none !important;
}

.total {
    font-weight: 700;
    border-top: 3px solid;
}

.bold {
  font-weight: 700;
}

.modal-close-button {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 10px;
}

.redacted {
    background-color: #222222;
    color: #f9f9f9;
}

.mt3 {
  margin-top:3px;
}

.panel-heading-text {
  font-size: 18px !important;
}

.second-alert {
  top:100px !important;
}

/* End of Styles */
