/**
 * @file
 * Subtheme specific CSS.
 */

#header #navbar-main {
  /* background-color: #f8f8f8; */
  /*border-bottom: 1px solid #000;*/
  border-top: 1px solid #000;
  background-color: #333;
}

#header #navbar-main .nav-link {
  color: #fff;
}

/*.ecp-submissions-mycasefilings table thead tr th,*/
/*.ecp-submissions-mycases table thead tr th,*/
/*.ecourtpublicpayment-manageformsubmissions table thead tr th,*/
/*.view-id-content.view-display-id-page_1 table thead th {*/
/*    background-color: #055a8e;*/
/*}*/
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > tbody:first-child > tr:first-child > th {
  /*    background-color: #E2E2E2;*/
  color: #fff !important;
  background-color: #055a8e;
}

.ecp-submissions-mycases table thead tr th a,
.view-id-content.view-display-id-page_1 table thead th a,
.ecourtpublicpayment-manageformsubmissions table thead th a,
.ecp-paidrecords-myreceipts table thead th a,
.ecp-search-extend-settings .table > tbody:first-child > tr:first-child > th a,
#ecp-casemanagement-caseactions table thead tr th a,
#ecp-casemanagement-usercaseassociations table thead th a {
  text-shadow: none;
  text-decoration: none;
}

#edit-saveforlater {
  background-color: #449d44;
  border-color: #398439;
}

section.row.region.region-top-header-form {
  flex-wrap: wrap;
}

section.row.region.region-top-header-form a {
  color: #FFFFFF;
  font-size: 36px;
  background: rgba(0, 0, 0, 0.5);
}

nav.header-background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
}

.site-name-slogan {
  font-size: 12px;
  color: #FFFFFF;
}

.path-node #page-wrapper .main-content section.section,
.path-efilingedit #page-wrapper .main-content section.section {
  background: #FFFFFF;
}

/*#ecp-form-extend-settings .t-single tr td {
    border: 1px solid #d3d3d3;
}*/
#ecp-form-extend-settings .t-single tr,
#ecp-forms-getsubmissiondetail-user .t-single tr {
  background: #FFFFFF;
}

#edit-ecourtform div.panel div.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

#edit-ecourtform div.panel div.panel-heading h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/*div.panel-heading {
    display: none;
}*/

form {
  margin-bottom: 10px;
}

.ecp-paidrecords-document-mypaiddoc table.dataTable thead tr th,
.ecp-casedata thead tr th,
#ecp_document_history_results_wrapper thead tr th {
  background-color: #055a8e;
  font-size: 15px !important;
  color: #FFF !important;
  border-bottom: none;
  text-shadow: 0 1px 0 #000;
}

form fieldset {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

form fieldset legend {
  color: #333;
  background-color: #367aa4;
  border-color: #ddd;
  float: left;
  line-height: 1em;
  margin: 0;
  padding: 2px 4px 2px 8px;
  display: block;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
}

/*form[id^="ecp-submissions"] fieldset legend {
  background-color: #fff;
}*/

form fieldset .fieldset-wrapper {
  padding: 15px;
}

form fieldset legend span.fieldset-legend {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.block-page-title-block .content .title {
  margin: 0 0 12px 0;
  border-bottom: 0;
  padding-bottom: 9px;
  font-size: 30px;
}

.panel-collapse.collapse.in {
  display: block;
}

form[id^="eCourt.Search.CriteriaForm5"] div.form-horizontal,
form[id^="ecp-search-extend"] div.form-horizontal {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

form[id^="eCourt.Search.CriteriaForm5"] .form-group,
form[id^="ecp-search-extend"] .form-group {
  display: flex;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  align-items: center;
}

.panel-heading nav ul.pagination li,
.panel-footer ul.pagination li {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.panel-heading nav ul.pagination li.active,
.panel-footer ul.pagination li.active {
  /*    background-color: #337ab7;*/
  background-color: #0071b3;
  border-color: #0071b3;
}

.panel-heading nav ul.pagination li.active a,
.panel-footer ul.pagination li.active a {
  color: #FFF;
}

form .panel .panel-body tbody tr td div.form-inline span {
  display: inline-block;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

/* START default button Style */
.btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn.btn-default.focus, .btn.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

/* END default button Style */

/* Pagination */
.form-item-tablepager-bottom ul.pagination {
  background: transparent;
  float: right;
}

.form-item-tablepager-bottom ul.pagination li a {
  background: #dee2e6;
  margin-right: 5px;
  line-height: 1.5;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
}

.form-item-tablepager-bottom ul.pagination li.active a, .form-item-tablepager-bottom ul.pagination li.active a:hover {
  background: #055a8e;
  color: #fff;
}

.form-item-tablepager-bottom ul.pagination li a:hover {
  background: #d6d6d7;
}

.pagination {
  background-color: #FFFFFF !important;
  margin-bottom: 10px !important;
  justify-content: center;
}

/* Pagination */

div#main-wrapper {
  min-height: 50vh;
}

/* Bootstrap 3 CSS */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

/* START Default Panel Classes and Properties from Bootstrap 3 */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group + .panel-footer {
  border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel + .panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  font-size: 18px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #337ab7
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1
}

/* END Default Panel Classes and Properties from Bootstrap 3 */
/* START Modal Styling from Bootstrap 3 */
.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

/*.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}*/
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
  top: 50px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.fade.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

/* END Modal Styling from Bootstrap 3 */
/* Bootstrap 3 CSS */

/* Fieldset CSS */
form[id^="node-ecp-"] details, form details, form#ecourtpublicpayment-manageformsubmissions details {
  border: 1px solid #ddd;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

form[id^="node-ecp-"] details summary, form details summary {
  /*background-color: #f5f5f5;*/
  background-color: #367aa4;
  color: #FFFFFF;
  padding: 10px;
}

form[id^="node-ecp-"] details .details-wrapper label, form details .details-wrapper label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* Fieldset CSS */

/* START ECP Summary Detail Page */
article.node--type-ecp-summary-page.node--view-mode-full table th,
article.node--type-ecp-summary-page.node--view-mode-full li.nav-item a.nav-link {
  color: #000;
}

article.node--type-ecp-summary-page.node--view-mode-full #folderTabs ul.nav-tabs li.active.nav-item {
  color: #000;
  font-weight: bold;
}

article.node--type-ecp-summary-page.node--view-mode-full li.nav-item {
  background: #d3d3d3;
  margin-left: 5px;
  border-radius: 4px 4px 0 0;
}

/* END ECP Summary Detail Page */

/* Below CSS added from the D7 site */
html.overlay-open .navbar-fixed-top {
  z-index: 400
}

html.js fieldset.collapsed {
  height: auto
}

html.js input.form-autocomplete {
  background-image: none
}

body {
  position: relative
}

body.admin-expanded.admin-vertical.admin-nw .navbar, body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px
}

body.navbar-is-fixed-top {
  padding-top: 64px !important
}

body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important
}

body.toolbar {
  padding-top: 30px !important
}

body.toolbar .navbar-fixed-top {
  top: 30px
}

body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important
}

body.toolbar-drawer {
  padding-top: 64px !important
}

body.toolbar-drawer .navbar-fixed-top {
  top: 64px
}

body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important
}

body.admin-menu .navbar-fixed-top {
  top: 29px
}

body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important
}

body div#admin-toolbar {
  z-index: 1600
}

body #toolbar, body #admin-menu, body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600
}

body #admin-menu .dropdown li {
  line-height: normal
}

.navbar.container {
  margin-top: 20px
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px
  }
}

@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px
  }
}

@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px
  }
  #lookupDialog .form-horizontal .form-group{
    display: flex;
    flex-wrap: wrap;
  }
}

.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto
}

#overlay-container, .overlay-modal-background, .overlay-element {
  z-index: 1500
}

#toolbar {
  z-index: 1600
}

.modal {
  z-index: 1620
}

.modal-dialog {
  z-index: 1630;
  width: 1000px !important;
}

.modal-backdrop {
  z-index: 1610
}

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5
}

.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px
}

@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0
  }
}

ul.secondary {
  float: left
}

@media screen and (min-width: 768px) {
  ul.secondary {
    float: right
  }
}

.page-header {
  margin: 0 0 12px 0;
  border-bottom: 0;
}

.page-header h1, .page-header {
  font-size: 34px;
}

.block:first-child h2.block-title {
  margin-top: 0
}

.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -.05em .5em 0 0
}

.region-help .block {
  overflow: hidden
}

form#search-block-form {
  margin: 0
}

.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px
}

@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right
  }
}

.navbar-search .control-group {
  margin-bottom: 0
}

ul.action-links {
  margin: 12px 0;
  padding: 0
}

ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0
}

ul.action-links .glyphicon {
  padding-right: .5em
}

input, textarea, select, .uneditable-input {
  max-width: 100%;
  width: auto
}

input.error {
  color: #b94a48;
  border-color: #ebccd1
}

fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0
}

fieldset .panel-body {
  clear: both
}

fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -10px;
  padding: 10px 15px
}

fieldset .panel-heading a.panel-title:hover {
  text-decoration: none
}

.form-actions {
  clear: both
}

.resizable-textarea textarea {
  border-radius: 4px 4px 0 0
}

.radio:first-child, .checkbox:first-child {
  margin-top: 0
}

.radio:last-child, .checkbox:last-child {
  margin-bottom: 0
}

.form-horizontal .form-group > input.form-control + .help-block {
  display: inline-block !important;
  margin-left: 16.666666666666664% !important;
  /*padding-left: 15px !important;*/
}

.panel-heading {
  display: block
}

a.tabledrag-handle .handle {
  height: auto;
  width: auto
}

.error {
  color: #b94a48
}

div.error, table tr.error {
  background-color: #f2dede;
  color: #b94a48 !important;
}

.control-group.error {
  background: 0
}

.control-group.error label, .control-group.error .control-label {
  color: #b94a48;
  font-weight: 600
}

.control-group.error input, .control-group.error textarea, .control-group.error select, .control-group.error .uneditable-input {
  color: #555;
  border: 1px solid #ccc
}

.control-group.error .help-block, .control-group.error .help-inline {
  color: #333
}

.list-inline > li.first {
  padding-left: 0
}

.nav-tabs {
  margin-bottom: 10px
}

ul li.collapsed, ul li.expanded, ul li.leaf {
  list-style: none;
  list-style-image: none
}

.tabs--secondary {
  margin: 0 0 10px
}

.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: 400;
  color: #777
}

.password-strength {
  width: 17em;
  float: none;
  margin-top: 1.4em
}

.password-strength-title {
  display: inline
}

.password-strength-text {
  float: right;
  font-weight: 700
}

.password-indicator {
  background-color: #949494;
  height: .3em;
  width: 100%
}

.password-indicator div {
  height: 100%;
  width: 0;
  background-color: #999
}

input.password-confirm, input.password-field {
  width: 16em;
  margin-bottom: .4em
}

div.password-confirm {
  float: right;
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em
}

div.form-item div.password-suggestions {
  padding: .2em .5em;
  margin: .7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4
}

div.password-suggestions ul {
  margin-bottom: 0
}

.confirm-parent, .password-parent {
  clear: left;
  margin: 0;
  width: 36.3em
}

.progress-wrapper .progress {
  margin-bottom: 10px
}

.pagination ul > li > a.progress-disabled {
  float: left
}

.form-autocomplete .glyphicon {
  color: #999;
  font-size: 120%
}

.form-autocomplete .glyphicon.glyphicon-spin {
  color: #428bca
}

.form-autocomplete .input-group-addon {
  background-color: #fff
}

.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -.25em 0 .5em
}

.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg)
  }
  100% {
    -moz-transform: rotate(359deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg)
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg)
  }
  100% {
    -o-transform: rotate(359deg)
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg)
  }
  100% {
    -ms-transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(359deg)
  }
}

.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%
}

.tabbable {
  margin-bottom: 20px
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0
}

.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #999;
  font-size: 12px
}

.tab-pane > .panel-heading {
  display: none
}

.tab-content > .active {
  display: block
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px
}

.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent
}

.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none
}

.tabs-left > .nav-tabs > li:focus, .tabs-right > .nav-tabs > li:focus {
  outline: 0
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px
}

.tabs-left > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:focus {
  outline: 0
}

.tabs-left > .tab-content, .tabs-right > .tab-content {
  border-radius: 0 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px
}

.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px
}

.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee
}

.tabs-left > .nav-tabs > .active > a, .tabs-left > .nav-tabs > .active > a:hover, .tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px
}

.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0
}

.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right > .nav-tabs > .active > a, .tabs-right > .nav-tabs > .active > a:hover, .tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent
}

th.checkbox, td.checkbox, th.radio, td.radio {
  display: table-cell
}

.views-display-settings .label {
  font-size: 100%;
  color: #666
}

.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0
}

table .radio input[type=radio], table .checkbox input[type=checkbox] {
  max-width: inherit
}

.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  /*padding-left: 15px;*/
  padding-right: 15px;
  text-align: left
}

@media (min-width: 768px) {
  .form-horizontal .form-group {
    position: relative;
    margin-left: auto;
  }

  .form-horizontal .form-group label {
    float: left;
    width: 16.666666666666664%
  }

  .form-horizontal .form-group label.checkbox-inline {
    width: 100%;
  }

  .form-horizontal .form-group label + .form-control {
    float: left;
    position: relative;
    /*left: 15px;*/
    width: 77.777777777777%;
  }
}

.alert a {
  font-weight: 700
}

.alert-success a {
  color: #005CE6
}

.alert-info a {
  color: #2d6987
}

.alert-warning a {
  color: #a47e3c
}

.alert-danger a {
  color: #953b39
}


/* START: eCourt Class Conflicts */


.collapse {
  background: none;
  width: auto;
  height: auto;
  /*display: block;*/
  cursor: auto;
}

ul {
  list-style-type: initial;
}

table td {
  /*word-break: break-all;*/
}

table td:empty {
  display: none;
}

table td:not(:empty) ~ td:empty, table th:not(:empty) ~ td:empty, table td.icon {
  display: table-cell;
}

@media (max-width: 767px), (min-width: 768px) and (orientation: portrait) {
  .table-responsive {
    border: 0;
    margin-bottom: 0px;
  }

  .table-responsive table {
    margin: 0;
  }

  .table-responsive > table ul {
    margin: 0;
    padding-left: 20px;
  }

  .table-responsive > table td {
    white-space: nowrap;
  }

  body.jtp-custom .jtp-title h1 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  body {
    min-height: 500px;
  }

  .form-group > .form-control {
    width: auto;
  }
}

.alert-success, .alert-success.alert {
  border: none;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:active {
  letter-spacing: 0;
}


.jtp-logo.jtp-logo-wide a {
  width: 100%;
}

.jtp-logo.jtp-logo-wide a img {
  max-height: 200px;
  margin: 0 auto;
}


.nav.nav-tabs {
  margin-bottom: 10px;
}

.pagination .next {
  font-size: 100%;
  font-weight: normal;
  background-image: none;
  border: none;
  padding: 0;
}

.form-horizontal .clearfix, .form-horizontal .form-wrapper {
  display: block;
  box-sizing: content-box;
}

.panel-body {
  display: block;
}

.block {
  width: 100%;
}

.form-horizontal .form-group.form-wrapper {
  margin-right: 0;
  margin-left: 0;
}

.form-inline {
  width: 100%;
}

.form-group .form-group:last-child, .form-horizontal > .form-group:last-child {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 18px;
}

fieldset.form-inline div.panel-body {
  display: block;
}

/*.delete, .delete:hover {
    background: none;
    width: auto;
    height: auto;
    text-decoration: inherit;
}*/
.vertical-tabs {
  width: 100%;
}

.vertical-tabs-list > .vertical-tab-button > a, [data-toggle="tooltip"], [data-toggle="popover"], .dropdown {
  display: block !important;
}

.required {
  color: inherit !important;
}

.container-inline div, .container-inline label {
  display: table;
}

td.message {
  display: table-cell;
}

dl dd {
  margin-bottom: 1rem;
}

.checkbox label, .radio label {
  padding-left: 0 !important;
}

fieldset:focus {
  outline: none;
}

/*.alert.alert-success {*/
/*  color: #468847 !important;*/
/*  background-color: #DFF0D8 !important;*/
/*  border-color: #D6E9C6 !important;*/
/*}*/

/*.alert.alert-info {*/
/*  color: #3A87AD !important;*/
/*  background-color: #D9EDF7 !important;*/
/*  border-color: #BCE8F1 !important;*/
/*}*/

/*.alert.alert-warning {*/
/*  color: #C09853 !important;*/
/*  background-color: #FCF8E3 !important;*/
/*  border-color: #FAEBCC !important;*/
/*}*/

/*.alert.alert-danger, div.error.messages {*/
/*  color: #B94A48 !important;*/
/*  background-color: #F2DEDE !important;*/
/*  border-color: #EBCCD1 !important;*/
/*}*/

/*.alert.messages, .error.messages {*/
/*  width: 100%;*/
/*  border-width: 1px !important;*/
/*  padding: 15px !important;*/
/*  border-radius: 4px !important;*/
/*}*/

/*.warning:not(.suit-button):not(.suit-pocket).messages {*/
/*  border-width: 1px !important;*/
/*  margin-bottom: 20px;*/
/*  border-color: #FAEBCC !important;*/
/*}*/

.panel.panel-default.form-panel-body.panelbody input.error {
  background-color: red !important;
}

.panel.panel-default.form-panel-body.panelbody label.error {
  color: red !important;
}


input.form-control.error, input.form-control.warning {
  background-color: white;
}

div.error.form-item {
  background-color: transparent;
}

div.error input {
  color: #B94A48 !important;
  border-color: #EBCCD1;
}

img[width][height][alt*="sort"] {
  margin-left: 5px;
}

tr.error td, tr.warning td {
  border-width: 2px 0;
}

tr.error td:first-child, tr.warning td:first-child {
  border-left-width: 2px;
}

tr.error td:last-child, tr.warning td:last-child {
  border-right-width: 2px;
}

tr.merge-down:not(.suit-button):not(.suit-pocket) {
  border-bottom-width: 0 !important;
}

tr.merge-up:not(.suit-button):not(.suit-pocket) {
  border-top-width: 0 !important;
}

#permissions .permission, #permissions .permission p.help-block, #blocks tr > td:first-child, #text-format-order tr > td:first-child {
  width: 300px;
  white-space: normal;
}

#text-format-order tr > td:nth-child(2) {
  width: 500px;
  white-space: normal;
}

td .form-group, .panel-body .container-inline:last-child {
  margin: 0;
}

a.tabledrag-handle + .form-type-checkbox, a.tabledrag-handle + .form-group {
  display: inline;
}

a.tabledrag-handle + .form-group > input[maxlength] {
  width: 300px;
}

#block-system-main .description {
  color: #737373;
  font-size: 12px;
  font-style: italic;
  line-height: 17.142858505249px;
  white-space: normal;
}

#blocks td.block {
  width: auto;
}

table.field-ui-overview tr.add-new .label-input {
  float: none;
}

div.vertical-tabs-processed.tab-content {
  min-height: 250px;
}

div.tabledrag-changed-warning.messages.warning {
  padding: 10px;
  margin: 10px;
  width: 100%;
}

div.tabledrag-changed-warning.warning:not(.suit-button):not(.suit-pocket) span, span.tabledrag-changed.warning:not(.suit-button):not(.suit-pocket) {
  color: inherit !important;
  background-color: transparent !important;
  border: none !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: inline
}

.checkbox, .radio {
  padding-left: 20px;
  margin-bottom: 7px;
}

/* adds icon toggle to collapsible fieldset links */
a.fieldset-legend::before {
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  color: #626262;
  margin: 0 4px 0 -6px;
}

a.fieldset-legend:not([aria-expanded])::before,
a.fieldset-legend[aria-expanded=false]::before {
  content: "\2b";
}

fieldset.jtux-fieldset-expanded a.fieldset-legend:not([aria-expanded])::before,
a.fieldset-legend[aria-expanded=true]::before {
  content: "\2212";
}

/* END: eCourt Class Conflicts */


/*-----------------------------------------

 JTUX Theme Customization Options

-----------------------------------------*/

td.module {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #333;
  font-weight: bold;
}

tr:first-child td.module {
  border-top-width: 0;
}

a, .pagination > li > a, .pagination > li > span {
  color: #0052CC
}

@media (min-width: 768px) {
  body.jtp-classic .outer-container {
    width: 750px;
    margin: 0 auto;
  }

  body.jtp-classic #jtp-menu-top .jtp-navbar .navbar-collapse .navbar-nav {
    width: 100%;
  }
}

@media (min-width: 992px) {
  body.jtp-classic .outer-container {
    width: 970px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  body.jtp-classic .outer-container {
    width: 1170px;
    margin: 0 auto;
  }
}

body.jtp-custom {
  /* Add general CSS for site */
}

body.jtp-custom #jtp-header {
  /* Add background CSS for header */
  background-color: #fff;
  color: #000;
}

body.jtp-custom #jtp-menu-top {
  /* Add background CSS for top menu */
  /* Add bottom border CSS for top menu */
  background-color: #222;
}


/* Add custom styles for menu buttons */
body.jtp-custom #jtp-menu-top .jtp-navbar a, body.jtp-custom #jtp-menu-top .jtp-navbar button {
  padding: 8px 20px;
  background-color: transparent;
  border: none;
}

body.jtp-custom #jtp-menu-top .jtp-navbar a:hover, body.jtp-custom #jtp-menu-top .jtp-navbar button:hover {
  color: #397290;
  background-color: #F4F4F4;
  outline: none;
}

body.jtp-custom #jtp-menu-top .jtp-navbar .navbar-header button {
  background-color: white;
  color: #397290;
  padding: 6px 12px;
}

body.jtp-custom #jtp-menu-top .jtp-navbar .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #fff;
}

body.jtp-custom #jtp-menu-top .jtp-navbar .nav > li > a:hover {
  color: #000;
}

body.jtp-custom #jtp-menu-top .jtp-navbar .navbar-nav {
  margin: 0;
}

body.jtp-custom #jtp-menu-top .jtp-navbar .navbar-collapse .navbar-nav {
  width: auto;
}

body.jtp-custom #jtp-menu-top .jtp-navbar .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

/* Overwrites Bootstrap's menu CSS to accommodate borders */
body.jtp-custom #jtp-menu-top > .container {
  padding: 0;
}

body.jtp-custom #jtp-menu-top > .container > .navbar {
  margin-bottom: 0;
  min-height: 0;
}

body.jtp-custom #jtp-menu-top > .container .navbar-collapse {
  padding: 0;
}

body.jtp-custom #jtp-body > .container {
  padding: 28px 15px 40px;
}

body.jtp-custom #jtp-body {
  min-height: 800px;
}

body.jtp-custom #jtp-footer {
  /* Add top border CSS for footer */
  border-top: 1px solid #ddd;
  background-color: #fff;
}

body.jtp-custom #jtp-footer footer {
  padding: 10px 0 30px;
}

.help-block, .control-group .help-inline {
  color: #6f6f6f;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0
}

.nav-tabs > li > a, nav-pills > li > a {
  background-color: #e8e8e8;
  color: #606060;
}

.form-type-radio p.help-block,
.form-type-checkbox p.help-block {
  margin: 0 0 5px 0;
}

.form-type-checkbox p.help-block {
  margin: 0 0 15px 0;
}

.form-radios + p.help-block {
  padding: 0 0 0 20px;
  margin: 0;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: 0;
}

.pagination {
  margin: 3px;
  vertical-align: bottom;
  background-color: #999999;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  padding: 3px;
  font-size: 12px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 6px;
  font-size: 12px;
}

.table > thead > tr > th {
  border-bottom: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6 !important;
}

th {
  background: #E2E2E2;
}

th a {
  color: #222;
  text-shadow: none;
}

a.dropdown-toggle > .caret {
  float: right;
  position: relative;
  top: 0.5em;
  margin-left: 10px;
}

.ecp-col-full {
  padding-left: 0;
  padding-right: 0;
}

.ecp-col-section {
  padding-left: 9px;
  padding-right: 9px;
}

.dataTables_wrapper, div.dataTables_paginate, .dataTables_info, .dataTables_length, .dataTables_filter {
  margin: 6px 0 8px 0;
}

ul.dropdown-menu li a {
  color: #333 !important;
}

.navbar-nav .open .dropdown-menu {
  background-color: white;
}


/* END: JTUX Theme Customization Options */


/*-----------------------------------------

 ecp portal forms

-----------------------------------------*/
.form-item-submissionTitle {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 12px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 6px 0 24px 0 !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

#form-item-submissionTitle label {
  color: #333;
  font-size: 1.2em;
}

#form-item-submissionTitle div.description {
  margin: 5px 0 0 0;
  color: #444;
  text-shadow: 0 1px 0 #fff;
}

#form-item-submissionTitle input {
  padding: 10px !important;
  color: #777;
  font-weight: bold;
  font-size: 1.2em !important;
  margin-left: 4px;
}

#sidebar ul.nav.tree-view li {
  display: list-item;
  list-style: disc outside url('../img/menu-leaf.png');
}

#sidebar ul.nav.tree-view > li.hasChildren {
  display: list-item;
  list-style: disc outside url('../img/menu-expanded.png');
}

#sidebar ul.nav.tree-view > li.list-group-item,
#sidebar ul.nav.tree-view > li.list-group-item > a {
  padding: 4px 0;
}

#sidebar .nav.sub-list-group > li,
#sidebar .nav.sub-list-group > li > a {
  padding: 2px 0;
}

#sidebar ul.nav.tree-view > li.list-group-item:hover,
#sidebar ul.nav.tree-view > li.list-group-item > a:hover,
#sidebar .nav.sub-list-group > li:hover,
#sidebar .nav.sub-list-group > li > a:hover {
  outline: none;
  background-color: transparent;
}

#sidebar ul.nav.tree-view > li.list-group-item > a:hover,
#sidebar .nav.sub-list-group > li > a:hover {
  color: #028805;
  text-decoration: underline;
}

#sidebar ul.nav.tree-view > li.list-group-item > a + ul.sub-list-group {
  margin-left: 20px;
}

.sub-list-item {
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  vertical-align: middle;
}

.sub-list-group {
  margin-left: 20px;
}

.panel-collapse .jtux-button-body {
  background-color: #f5f5f5;
  clear: both;
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
}

.jtux-button-body {
  clear: both;
  display: block;
  padding: 0px 0;
}

.jtux-panel-body {
  padding: 15px 0;
}

.jtux-panel-heading {
  padding: 10px 0px;
  border-bottom: none;
  margin-bottom: 5px;
}

.table {
  margin-bottom: 0;
}

.table-left {
  background-color: #E2E2E2;
  border: 1px solid #D6D6D6;
  text-align: left;
}

div.profile h3 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 4px 0;
}

.pagination-sm {
  margin: 15px 0 21px 0;
}

.caseSubislandcontent i.i-caret-down {
  font-size: 13px;
}

.caseSubislandheader {
  background-color: #DEDEDE !important;
  padding: 4px;
}

.caseSubislandheadertext {
  text-shadow: 0 1px 0 #fff;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.caseSubisland {
  margin: 15px 0;
}

.islandcontent {
  font-size: 1.0em;
}

.resultstable thead, .resultstable tfoot, .resultstable th, .resultstable caption {
  background: #eee;
  text-shadow: 0 1px 0 #fff;
  color: #363636;
}

select.input-medlarge, input.input-medlarge, .form-select {

}


.panel-title {
  text-shadow: 0 1px 0 #fff;
}

a.faq_top {
  display: block;
  margin: 12px 0 21px 0;
}

ol.faq li, ul.faq li {
  line-height: 120%;
  font-weight: bold;
  margin: 0 0 15px -15px;
}

div.node-ecp-summary {
  display: block;
}

th.select-all {
  width: 25px;
}

#myDataTable_wrapper div.row {
  margin-right: 0px;
  margin-left: 0px;
}

.islandheadertext {
  color: #222;
  font-size: 0.9em;
}

td.islandheader {
  padding: 8px 0;
}

/*.clearfix {
    display: inline;
}*/


/* For phones */
@media (max-width: 400px) {
  h1.page-header {
    font-size: 1.6em;
    font-weight: bold;
    margin: 2px;
  }

  div.profile h3 {
    font-size: 1.4em;
    font-weight: normal;
  }

  div.jtp-title h1, div.jtp-title p {
    font-size: 14px !important;
    font-size: 5vw !important;
  }

  div.jtp-logo:not(.jtp-logo-wide) a.logo {
    max-width: 20%;
    margin: 0;
  }

  section.col-sm-12 {
    padding: 0;
  }
}

table a[href*="admin/structure/"] {
  white-space: nowrap;
}


/*-----------------------------------------

 media print

-----------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  #header-group-wrapper, #header-primary-menu-wrapper, #content-tabs {
    display: none;
  }

  a, a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links for images, or javascript/internal links */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  a[href]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  #jtux-btn-printpage, #jtux-btn-jumptop, .jtp-navbar {
    display: none;
  }

  .caseSubislandcontent {
    border: 1px solid #ccc;
  }

  .caseSubislandheadertext {
    font-weight: bold;
  }

  .drilldownHide {
    display: none;
  }

  .compress-print > .row {
    width: 49.5%;
    display: inline-block;
    padding: 0.3em 0 !important;
  }

  .compress-print .row > .col-md-2,
  .compress-print .row > .col-md-10 {
    padding: 0 0.5em;
    width: 100%;
  }

  .compress-print .row > .col-md-2 {
    font-size: 85%;
  }

  .compress-print .row > .col-md-10 {
  }

  .panel-default {
    margin: 0;
  }

  .print-total {
    font-size: 1em !important
  }
}

.print-total {
  font-size: 2em;
  font-weight: bold;
}

a#custom-button {
  color: #000;
  text-decoration: none;
}

.dataTable th {
  background: #ffffff;
}

.payment-message_success {
  background: #E9FBCF;
  border: 1px solid #A3D15D;
  padding: 14px;
  font-size: 1.2em;
  text-shadow: 0 1px #fff;
}

.payment-message_success h2 {
  color: #769744;
}

.payment-message_error {
  background: #FAEBE6;
  border: 1px solid #D65C33;
  padding: 14px;
  font-size: 1.2em;
  text-shadow: 0 1px #fff;
}

.payment-message_error h2 {
  color: #CC3300;
}

/*-----------------------------------------
add overrides for autocomplete class
-----------------------------------------*/
.autocomplete li {
  list-style: none;
}

.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: auto;
  margin-bottom: 0;
}

.container-inline-date .date-padding {
  /*padding: 0 0 0 15px;*/
  padding: 0 0 0 0;
}

.caseislandcontent .form-control {
  display: inline;
  width: 169px;
  height: 30px;
  padding: 5px 10px;
}

.caseislandcontent .form-control.hasDatepicker, .caseislandcontent .form-control.hasCalendar {
  width: 130px
}

table.sticky-header thead {
  padding: 3px;
  font-size: 12px;
}

.caseislandcontent textarea.form-control {
  height: auto !important;
  width: auto !important;
  word-break: keep-all !important;
}

.caseislandcontent table td {
  word-break: keep-all !important;
  word-wrap: normal !important;
}

/*span.required, span.form-required {*/
/*    color: #df0000 !important;*/
/*}*/

.caseislandcontent .group-suf {
  float: none !important;
  text-align: center !important;
}

#ecp-searchform-form .group-suf {
  float: none !important;
  width: 0 !important;
}

#ecp-searchform-form ul:not([styleid^="datepickerlabel"]) {
  float: right;
  padding: 0;
}

#ecp-searchform-form ul[styleid^="datepickerlabel"] {
  margin: -12px 0;
}

#ecp-submissions-myecourtcases .panel.casei {
  border-style: none
}

#ecp-submissions-myecourtcases div.caseislandheader {
  display: none
}

label {
  font-weight: inherit;
}

.panel {
  margin-bottom: 5px;
}

.panel-heading {
  padding: 2px 4px 2px 8px;
}

.form-control {
  display: inherit;
}

.icon {
  background-image: none;
}

.actionMessages ~ .t-single {
  width: 100%;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* to resolve the conflict for the class ".icon" in between drupal theme and ecourt-lib.css*/
.icon.glyphicon {
  background-image: none;
}

@media screen and (max-width: 450px) {
  body #admin-menu {
    padding-bottom: 60px;
  }

  #admin-menu:has(+ body.jtp-custom #jtp-header) {
    margin-top: 40px;
  }
}


/* Css started 07-Dec-2023 */
.node--type-ecp-form div.panel div.panel-heading h3 {
  line-height: 1.2;
}

.node--type-ecp-form table.t-single table.t-single {
  width: auto;
}

.node--type-ecp-form table.t-single table.t-single td {
  padding: 0px;
}

input#Case_subCasesN1_partiesN1P92292_I92292_expanded .panel-collapse > .panel-body {
  padding: 0px;
}

#edit-ecourtform div.panel div.panel-heading h3 {
  padding: 9px 0;
}

#edit-ecourtform div.panel div.panel-heading h3 a {
  display: inline-block;
}

.node--type-ecp-summary-page table tr {
  background: #fff;
}

.node--type-ecp-summary-page .ecp-summary-getactions .js-form-item {
  display: inline-block;
}

.node--type-ecp-summary-page table tr th {
  background: #E2E2E2;
}

.pagination > li > a {
  text-decoration: none;
}

.glyphicon {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: relative;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.glyphicon-chevron-right:before {
  content: "\f105";
}

.glyphicon-step-forward:before {
  content: "\f051";
}

.node--type-ecp-form .table > caption + thead > tr:first-child > td,
.node--type-ecp-form .table > caption + thead > tr:first-child > th,
.node--type-ecp-form .table > colgroup + thead > tr:first-child > td,
.node--type-ecp-form .table > colgroup + thead > tr:first-child > th,
.node--type-ecp-form .table > thead:first-child > tr:first-child > td,
.node--type-ecp-form .table > thead:first-child > tr:first-child > th,
.node--type-ecp-form .table > tbody:first-child > tr:first-child > th {
  background-color: #E2E2E2;
  color: #333
}

.node--type-ecp-form .modal-content .modal-header {
  flex-direction: row-reverse;
}

.node--type-ecp-form .modal-content .modal-header h4 {
  font-size: 18px;
}

.node--type-ecp-form #edit-caseinformation0 legend {
  background-color: #f5f5f5;
  border-color: #ddd;
}

.node--type-ecp-form #edit-caseinformation0 legend span.fieldset-legend {
  color: #333;
  text-shadow: none;
  font-weight: 400;
}

.node--type-ecp-form .section #edit-caseinformation0-casetitle p {
  font-weight: 400;
}

.node--type-ecp-form ul.pagination {
  margin: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

form[id^="eCourt.Search.CriteriaForm5"] .panel.panel-default .panel-footer .form-group {
  margin-bottom: 0px;
}

.node--type-ecp-summary-page table:has(table) {
  margin: 0px;
}

.featured-top__inner nav.tabs ul.nav.primary.nav-tabs li.nav-item,
.ecp-paidrecords-document-case-form ul.nav.nav-tabs li.nav-item {
  background: #d3d3d3;
  margin-left: 5px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 4px;
}

.featured-top__inner nav.tabs ul.nav.primary.nav-tabs li.nav-item:is(:hover) {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.featured-top__inner nav.tabs ul.nav.primary.nav-tabs li.nav-item:hover a.nav-link {
  color: #000;
  font-weight: normal;
}

.featured-top__inner nav.tabs ul.nav.primary.nav-tabs li.nav-item a.nav-link,
.featured-top__inner nav.tabs ul.nav.primary.nav-tabs li.nav-item:hover a.nav-link,
.ecp-paidrecords-document-case-form ul.nav.nav-tabs li.nav-item a,
.ecp-paidrecords-document-case-form ul.nav.nav-tabs li.nav-item:hover a {
  color: #000;
  font-weight: normal;
}

.featured-top .featured-top__inner section {
  background-color: #fff;
}

.featured-top .featured-top__inner .block-page-title-block h1 {
  margin-top: 12px;
}

#header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#header .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

#header a.navbar-brand {
  font-size: 32px;
  color: #fff;
}

#header .d-inline-block.align-top.site-name-slogan {
  font-size: 21px;
}

@media screen and (min-width: 768px) {
  #navbar-main .menu--account .clearfix.nav {
    justify-content: flex-end;
  }
}

form .t-single div[id^="Document_eDocument"] input[type="file"] ~ span,
form .t-single div[id^="Case_documents"] input[type="file"] ~ span {
  display: block;
  margin-bottom: 3px;
}

form details {
  border: 1px solid #ddd;
  padding: 12px;
  margin-top: 10px;
}

#ecp-submissions-mycases .form-horizontal details,
form#ecourtpublicpayment-manageformsubmissions details,
#ecp-myfilings details {
  padding: 0;
  margin-top: 20px;
}

#ecp-myfilings details .details-wrapper {
  padding: 10px;
}

form .form-actions {
  margin-top: 10px;
}

form .t-single div[id^="Document_eDocument"] div.ui-progressbar div.ui-progressbar-value,
form .t-single div[id^="Case_documents"] div.ui-progressbar div.ui-progressbar-value {
  background-color: #d3d3d3;
}

a.dropdown-toggle.dataToggle {
  display: block !important;
}

ul.dropdown-menu li a {
  padding: 4px 12px;
}

.form-horizontal .form-group label {
  font-size: 14px;
  float: left;
}

/* Css ended 07-Dec-2023 */
/* START Discover Digital/Non-Digital items */
.ecp-discovery-items #digitalTableWrapper tr td:last-child {
  text-align: center;
}

.ecp-discovery-items #digitalTableWrapper tr th {
  color: #FFF;
}

.form-item-recordsperpage select.form-select,
#ecp-casemanagement-usercaseassociations #edit-usercaseassociationoptions .form-type-select select.form-select,
#ecp-collection-search .details-wrapper .form-item-selectsearchby select.form-select {
  width: auto;
}

.form-item-recordsperpage .description.text-muted {
  display: block;
  padding-top: 10px;
}

#ecp-collection-search .details-wrapper .form-item-selectsearchby {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}

#ecp-collection-search .details-wrapper .form-item-selectsearchby select.form-select {
  margin-left: 30px;
}

/* END Discover Digital/Non-Digital items */

/* Start D10 form type radios */
form fieldset.fieldgroup legend,
form fieldset.fieldgroup legend span.fieldset-legend {
  background-color: white;
  color: black;
  text-shadow: none;
}

/* End D10 form type radios */
/* START User Permission Page */
#user-admin-permissions .fpa-right-section {
  padding-left: 10px;
}

#user-admin-permissions .fpa-right-section .form-type-select select {
  width: auto;
}

#user-admin-permissions .fpa-right-section .input-group {
  display: block;
}

#user-admin-permissions .fpa-right-section .input-group span {
  background: transparent;
  border: 0;
  display: inline-block;
  padding: 0;
  margin-top: 20px;
}

#user-admin-permissions .fpa-right-section .input-group span .form-submit {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  padding: .375rem .75rem;
  border-radius: .375rem;
}

#user-admin-permissions .fpa-right-section table tr td .checkbox {
  display: inline-block;
  margin-bottom: 0 !important;
}

#user-admin-permissions .fpa-right-section table tr td.checkbox {
  vertical-align: middle;
}

#user-admin-permissions .fpa-right-section table#permissions thead th {
  top: 0;
}

/* END User Permission Page */
#user-form #edit-roles label.form-check-label,
#user-register-form #edit-roles label.form-check-label {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}

/*Tab Tamer module configuration Table*/
#tab-tamer-tabs-wrapper table {
  table-layout: fixed;
}

#tab-tamer-tabs-wrapper table tbody tr td {
  vertical-align: middle;
}

#tab-tamer-tabs-wrapper table tbody tr td .form-check label {
  font-size: 14px !important;
}

#tab-tamer-tabs-wrapper table tbody tr td .form-check .form-check-input {
  margin-left: -1.8em;
  width: 1.5em;
  height: 1.5em;
}

#tab-tamer-tabs-wrapper table tbody tr td .form-check {
  padding-left: 1.8em;
}

/*Tab Tamer module configuration Table*/

/* Change the weight of term field */
form#user-register-form {
  display: flex;
  flex-direction: column;
}

form#user-register-form .form-item-terms-of-use-checkbox {
  order: 3;
}

form#user-register-form div#edit-actions {
  order: 4;
  align-self: flex-start;
}

/* Change the weight of term field */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }

  #ecp-search-extend-settings .form-inline, #ecp-submissions-myecourtcases .form-inline {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
}

.display-hide {
  display: none;
}

.display-show {
  display: block;
}

.display-inline {
  display: inline;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
  outline: dotted 1px #000
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee
}

.dropdown-menu {
  display: none; /* Hidden by default */
  position: absolute; /* Positions the menu below the button */
  background-color: white; /* Set background color */
  list-style: none; /* Removes default list styling */
  padding: 0; /* Remove default padding */
}

.dropdown:hover .dropdown-menu {
  display: block; /* Show menu on hover of dropdown button */
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  /*color: #fff;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

[id^="edit"][id$="search"] .label {
  font-weight: inherit;
  font-size: 16px;
  color: #000;
  text-align: left;
  padding: 0;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c
}

table.ecp-calendar-vertical-headings tbody tr th {
  background-color: #055a8e;
  width: 8vw;
}

/* START eSeries form styling */
#ecp-form-extend-settings fieldset legend,
#ecp-forms-getsubmissiondetail-user  fieldset legend{
  background-color: #fff;
}

#ecp-form-extend-settings tr,
#ecp-forms-getsubmissiondetail-user tr {
  background: transparent;
}
#ecp-form-extend-settings tr td,
#ecp-forms-getsubmissiondetail-user tr td,
#ecp-form-extend-settings tr th,
#ecp-forms-getsubmissiondetail-user tr th {
  border-width: 0px;
  margin: 0;
  padding: 1px 2px;
  color: #000 !important;
}
#ecp-form-extend-settings button tr td,
#ecp-forms-getsubmissiondetail-user button tr td,
#ecp-form-extend-settings button tr th,
#ecp-forms-getsubmissiondetail-user button tr th{
  padding: 0px;
}
#ecp-form-extend-settings button table,
#ecp-forms-getsubmissiondetail-user button table {
  margin: 0px;
}
#ecp-form-extend-settings .t-single,
#ecp-forms-getsubmissiondetail-user .t-single {
    display: inline-block;
}
#ecp-form-extend-settings label,
#ecp-forms-getsubmissiondetail-user label {
  font-size: 14px;
  color: #000 !important;
}
/*#ecp-form-extend-settings #Case_subCasesN1_partiesN1P90297_personN1P90297_addressesN1P90313_addressType_I90314_row .t-single-column-1{
  width: 200px;
}*/
#ecp-form-extend-settings select.input-medlarge,
#ecp-forms-getsubmissiondetail-user select.input-medlarge {
  width: 190px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
/* Add custom arrow */
#ecp-form-extend-settings select.input-medlarge::-ms-expand,
#ecp-forms-getsubmissiondetail-user select.input-medlarge::-ms-expand {
  display: none; /* Hide the default arrow in IE */
}
#ecp-form-extend-settings table table,
#ecp-forms-getsubmissiondetail-user table table{
  display: inline-block;
}
#ecp-form-extend-settings .input-medlarge,
#ecp-forms-getsubmissiondetail-user .input-medlarge{
    width: 190px !important;
}
.modal-backdrop {
    background: rgba(0, 0, 0, 0.4) !important;
}
#lookupDialog .panel-footer.clearfix{
  display: flex;
  width: 100%;
}
#lookupDialog .panel-footer.clearfix .form-group{
  margin-bottom: 0px;
}
#ecp-form-extend-settings .form-group {
  margin-bottom: 0;
}
/* END eSeries form styling */

.breadcrumb,
.breadcrumb li,
.breadcrumb li:first-child {
  font-size: 0.929em !important;
}

#ecp-submissions-myecourtcases .search-result-page-tag .table-responsive {
  width: 100%;
  display: block;
  margin-top: 1rem;
}

#ecp-submissions-myecourtcases .form-horizontal {
  display: flex; /* Use flexbox for easier layout */
  flex-wrap: wrap; /* Allow elements to wrap to the next line if necessary */
}

#ecp-submissions-myecourtcases .form-group {
  display: flex;
  flex-direction: row; /* Align items horizontally */
  align-items: center; /* Vertically center items */
}

#ecp-submissions-myecourtcases .hasDatepicker {
  width: 50%;
}

#ecp-search-extend-settings .panel.panel-default .panel.panel-default > .panel-heading {
  display: none;
}

#ecp-search-extend-settings .panel.panel-default .panel.panel-default {
  border: none;
}

/* START Default Edit View Sytling */
.views-edit-view.views-admin .views-display-top #views-display-menu-tabs .add.open ul.action-list li input {
  color: #000;
}
/* END Default Edit View Sytling */

.sortasc, .resultstable th.sortasc, .sorting_asc {
  background-color: #06AABD !important
}

.sortasc::after, .resultstable th.sortasc::after, .sorting_asc::after {
  content: "\25B2"; /* Unicode for upward-pointing triangle */
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.sortdesc, .resultstable th.sortdesc, .sorting_desc {
  background-color: #06AABD !important
}

.sortdesc::after, .resultstable th.sortdesc::after, .sorting_desc::after {
  content: "\25BC"; /* Unicode for upward-pointing triangle */
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

table.dblog-event tr th {
  color: #000 !important;
  font-weight: bold;
}

#ecp-submissions-mycases .form-horizontal #edit-casesearch  .form-select {
  width: 165px !important;
}

/* START Admin toolbar action link */
.path-admin #block-jtux-local-actions {
  margin-bottom: 15px;
}
/* END Admin toolbar action link */

#lookupDialogModalBody .form-horizontal .form-group label {
  @media (min-width: 768px) {
    float: left;
    width: 25%;
  }
}

#header #navbar-main h1 {
  color: #FFFFFF;
}

.node--type-ecp-search .pull-right>.dropdown-menu,
.node--type-ecp-form .pull-right>.dropdown-menu,
.node--type-ecp-summary-page .pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.node--type-ecp-search .open>.dropdown-menu,
.node--type-ecp-form .open>.dropdown-menu,
.node--type-ecp-summary-page .open>.dropdown-menu {
    display: block;
}
.node--type-ecp-search .dropdown-menu,
.node--type-ecp-form .dropdown-menu,
.node--type-ecp-summary-page .dropdown-menu {
    top: 100%;
    float: left;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#header #navbar-main .nav-link:hover {
    color: #000000;
    background-color: #eee;
}

/* START Textarea resize issue */
form .form-textarea-wrapper textarea, textarea.form-control{
    resize: both;
}
.form-textarea.form-control:not(#edit-ecourtform) {
  width: 100%;
}
/* END Textarea resize issue */

[id^="calAssistant"] caption {
  display: flex ;
}

/* START My Existing Cases page */
#ecp-submissions-mycases .table-responsive .table>:not(caption)>*>* {
  border-bottom-width: 0;
  box-shadow: none;
}
#ecp-submissions-mycases .table-responsive table.table tr td {
  border: none;
}
#ecp-submissions-mycases .table-responsive table.table tr.odd td.empty.message {
  display: table-cell !important;
}
/* END My Existing Cases page */

#ecp-form-extend-settings table table{
  margin: 0;
}

/* START Fix the position issue of Tooltip */
#tooltip {
  position: absolute;
}
/* END Fix the position issue of Tooltip */

#block-jtux-main-menu {
  width: 80%;
}

div.form-inline.navbar-form.justify-content-end {
  width: 20%;
}

/* START Sidebar Menu */
.sidebar_first.sidebar .block{
  background: transparent;
  border-width: 0;
  padding: 0;
  margin-bottom: 0;
}
.sidebar_first.sidebar .block ul li{
   flex-basis: 100%;
}
.sidebar_first.sidebar .block > ul > li{
  position: relative;
}
.sidebar_first.sidebar .block > ul > li::before{
  content:"\f0da";
  font-family:FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 0px;
  right: auto;
  top: 14px;
  line-height: 1;
}
.sidebar_first.sidebar .block > ul > li >a:hover,.sidebar_first.sidebar .block > ul > li >a:focus{
  background-color: transparent;
  color: #000;
  border-width: 0;
  outline: none;
}
.sidebar_first .block-menu.navigation ul.menu li {
  position: relative;
}
.sidebar_first .block-menu.navigation ul.menu li.nav-item {
    flex-basis: 100%;
}
.sidebar_first .block-menu.navigation ul.menu li::before{
  content:"\f111";
  font-family:FontAwesome;
  font-style:normal;
  font-weight:normal;
  text-decoration:inherit;
  font-size: 6px;
  position: absolute;
  left: 0px;
  right: auto;
  top: 16px;
 }
.sidebar_first .block-menu.navigation ul {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .sidebar_first.sidebar{
    display: none;
  }
}
/* END Sidebar Menu */
.sidebar_first.sidebar h2{
  font-size: 22px;
}
.sidebar_first.sidebar .block-menu.navigation {
  padding-top: 10px;
}
/* Page Loader Styling. */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #0d1e4d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader.hidden {
  opacity: 0;
  pointer-events: none;
}
/* Page Loader Styling. */
#header #navbar-main .nav-link:focus {
  color: #000;
}

.h4-wrapper {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
