/*custom theme*/
.default-header-logo img {
  max-height: 70px !important;
}

.default-header-wrapper {
  padding: 20px 0px !important;
  background: white !important;
  margin: 0px !important;
}

.page-content-wrapper {
  margin-top: 20px !important;
}

.page-content-wrapper .site-center {
  background: white !important;
  padding: 20px 20px !important;
}

body {
  background-color: #bbbbbb !important;
  border-top: 5px solid #00ab85 !important;
  margin: 0px !important;
}

/*custom theme*/
body {
  font-family: "sofia-pro-soft", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #666;
  font-size: 15px;
  line-height: 1.4;
}

h1 {
  font-size: 30px;
  font-family: "sofia-pro-soft", sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5 {
  color: #057f66;
}

table.table {
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
table.table tr:nth-child(even) {
  background-color: #eaeaea;
}
table.table tr th, table.table tr td {
  padding: 15px;
}
table.table.green th {
  background-color: #057f66;
  color: #fff;
}
table.table.orange th {
  background-color: #efaa56;
  color: #fff;
}
table.table.blue th {
  background-color: #52aee8;
  color: #fff;
}
table.table.red th {
  background-color: #da5d57;
  color: #fff;
}
table.table.dark-navy th {
  background-color: #3e3c4a;
  color: #fff;
}

table .table-right-icon-cell {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
table .table-right-icon-cell:before, table .table-right-icon-cell:after {
  display: none;
}

.icon-red {
  color: #da5d57 !important;
}

.icon-inactive {
  color: #777 !important;
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}

.login .panel {
  margin-top: 20px;
}

.login-site-center {
  width: 500px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 20px 40px;
  padding-top: 40px;
  border-top: 5px solid #00ab85;
  right: 0;
  margin: 0px auto;
  /*    width: 500px;
      margin-bottom: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-75%);
      -ms-transform: translateX(-50%) translateY(-75%);
      transform: translateX(-50%) translateY(-75%);
      background: white;
      padding: 20px 40px;
      padding-top: 40px;
      border-top: 5px solid #00ab85;*/
}

.login-site-center label {
  display: block;
}

.login-site-center input[type=text],
.login-site-center input[type=email],
.login-site-center input[type=password] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
}

.main-logo img {
  max-width: 300px;
  float: none;
  margin: 0px auto;
  display: block;
}

.main-logo {
  margin-bottom: 40px;
}

.default-btn {
  text-decoration: none;
  background: #057f66;
  border: none;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  min-width: 176px;
}

.outer-register-form-container button[type=submit] {
  text-decoration: none;
  background: #057f66;
  border: none;
  color: #ffffff;
  padding: 15px 0px;
  font-size: 20px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
}

.fotgotten-password-link a {
  color: #057f66;
}

.login label {
  margin: 10px 0px;
}

.register-link {
  text-decoration: none;
  background: #77777a;
  border: 1px solid #77777a;
  color: #ffffff;
  padding: 9px 30px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  float: right;
}

.green-button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.default-header-logo img {
  max-width: 300px;
  border: none !important;
}

.default-header-wrapper {
  margin-top: 40px;
}

.page-content-wrapper {
  margin-top: 80px;
}

.register-page-intro {
  /*text-align: center;*/
}

.register-page-intro h3 {
  font-size: 30px;
}

.register-form-wrapper h3 {
  font-size: 30px;
}

.register-page-intro li a {
  color: #666;
}

.register-form-container input[type=text],
.register-form-container textarea,
.register-form-container input[type=email],
.register-form-container input[type=password] {
  padding: 10px 0px;
  text-indent: 15px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 100%;
  font-size: 16px;
  border-radius: 0px;
  height: auto;
}

.register-form-container textarea {
  text-indent: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.register-form-container input[type=date] {
  padding: 7px 0px;
  text-indent: 15px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 100%;
  font-size: 16px;
}

.register-form-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-indent: 15px;
  padding: 10px 0px;
  margin-top: 0px;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  border: 1px solid #C3C3C3;
  color: #666;
  background: #fff url(/images/dropdown.png) no-repeat right center !important;
  font-size: 16px;
  padding-right: 35px;
}

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

.left-form-group {
  margin-right: 10px;
  margin-bottom: 10px;
}

.centre-form-group {
  margin-left: 5px;
  margin-right: 5px;
}

.right-form-group {
  margin-left: 10px;
}

.inner-register-page-wrapper {
  max-width: 70%;
  margin: 0px auto;
}

.step-btn {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.form-checkbox-tooltip {
  margin-left: 10px;
  cursor: pointer;
}

.form-checkbox-tooltip:hover {
  color: #00aa86;
  cursor: pointer;
}

.register-steps-wrapper {
  background: #c5c5c5;
  text-align: center;
}

.active-reg-step {
  background: #057f66;
  color: white;
}

.register-steps-wrapper p {
  margin: 0px;
  padding: 15px;
  font-size: 20px;
  line-height: 1;
}

.register-form-container {
  padding: 30px;
  border: 1px solid #c5c5c5;
}

.reg-form-pagination {
  background: #c5c5c5;
  text-align: center;
}

.outer-register-form-container {
  margin-bottom: 100px;
}

.step-btn-back {
  text-decoration: none;
  background: none;
  border: none;
  color: #666;
  padding: 15px 0px;
  font-size: 20px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
}

.alert-danger li {
  color: #fd1515;
}

.form-group p {
  font-weight: 500;
  font-size: 18px;
}

.login-site-center .error {
  color: #fd1515;
}

.login-site-center .alert-box {
  background: #fd1515;
  color: white;
  padding: 10px;
}

.message-hide a {
  color: white;
  float: right;
  text-decoration: none;
}

.default-login-button {
  text-align: right;
}

.default-login-button a:not(.header-buttons-group a) {
  margin-left: 10px;
}

.header-buttons {
  display: inline-block;
}

.header-buttons-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.header-buttons-group .green-button {
  margin: 0;
  flex-shrink: 0;
}

.header-buttons-group .drop-down-main {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 172px;
  max-width: 172px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 4px;
  z-index: 1;
}

.drop-down-main:hover .dropdown-content {
  display: block !important;
}

.dropdown-content a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  color: #666;
  padding: 10px;
  border-bottom: 1px solid #f9f9f9;
  margin-left: 0px;
}

.dropdown-content a:hover {
  border-color: #057f66;
  color: #057f66;
}

.inner-dashboard-nav-blocks {
  clear: both;
  float: left;
  font-size: 0;
  width: 100%;
}

.indv-dashboard-nav-wrapper {
  padding: 40px;
  text-align: center;
  border: 1px solid #b1b1b1;
  margin: 10px 0px;
}

.dashboard-nav-main-icon {
  font-size: 90px;
  color: #666;
}

.indv-dashboard-nav-wrapper:hover a {
  color: #00ab85;
}

.dashboard-page-intro h3 {
  font-size: 22px;
}

.dashboard-nav-main-title {
  font-size: 30px;
  margin: 10px 0px;
  text-decoration: none;
  display: block;
  color: #666;
}

.dashboard-nav-main-icon {
  display: block;
  text-decoration: none;
}

.left-application-search {
  display: flex;
  align-items: center;
}

.left-application-search label {
  margin-right: 10px;
}

.ajax-search-application {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  margin: 0px;
  padding: 12.5px 0px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  text-indent: 20px;
}

.right-application-search button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 14px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.applications-search-wrapper {
  margin: 0px auto;
  max-width: 85%;
}

.livesearch {
  background: #eaeaea;
}

.livesearch td {
  padding: 10px;
}

#livesearch {
  background: #eaeaea;
  position: relative;
  z-index: 9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /*max-height: 250px;*/
  overflow: scroll;
  /*min-height: 170px;*/
}

.livesearch td a {
  color: #ffffff;
  text-decoration: none;
}

.no-results-ajax {
  background: #eaeaea;
  margin: 0px;
  padding: 10px;
}

.livesearch-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.livesearch-loading img {
  float: none;
  margin: 0px auto;
  display: block;
}

.live-search-wrapper {
  position: relative;
  max-width: 85%;
  margin: 0px auto;
}

table {
  text-align: left;
}

.applications-loop-wrapper {
  margin-top: 60px;
  transition: all 0.15s linear;
  padding-bottom: 40px;
}

.application-search-results-container {
  position: relative;
}

.outer-live-search-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  top: 50px;
  max-height: 250px;
}

.table-header {
  background: #eaeaea;
}

.table-header th {
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
}

.pending-applications-main-title {
  background: #ad7026;
}

.pending-applications-main-title h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}

.pending-applications-main-title h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}

.pending-applications-main-title h2:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 1;
  top: -4px;
}

.pending-applications-table td {
  padding: 10px;
}

.pending-applications-table table {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.approved-applications-main-title {
  background: #057f66;
}

.approved-applications-main-title h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}

.approved-applications-main-title h2:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 1;
  top: -4px;
}

.approved-applications-table td {
  padding: 10px;
}

.approved-applications-table table {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.declined-applications-main-title {
  background: #da5d58;
}

.declined-applications-main-title h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}

.declined-applications-main-title h2:before {
  content: "\f057";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 1;
  top: -4px;
}

.declined-applications-table td {
  padding: 10px;
}

.declined-applications-table table {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.application-approved {
  background: #057f66;
  color: white;
}

.application-declined {
  background: #da5d58;
  color: white;
}

.application-pending {
  background: #efaa57;
  color: white;
}

.view-application {
  color: #e8a852;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.more-application {
  color: #52aee8;
  display: inline-block;
  font-size: 22px;
  margin-left: 10px;
}

.approve-application {
  color: #057f66;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.reject-application {
  color: #da5d58;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.close-application {
  color: #da5d58;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.sticky-application {
  color: #5fb4ca;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.off-comments-application {
  color: #da5d58;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.on-comments-application {
  color: #00ab85;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.user-comment-application {
  color: #5fb4ca;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.edit-application {
  color: #6a6aa7;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.edit-application.inactive {
  color: #888888;
  cursor: default;
}

.add-button-top a {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 40px;
}

.council-members-list-container {
  margin-top: 60px;
}

.cmember-form-group {
  margin: 10px;
}

.cmember-form-group input[type=text],
.cmember-form-group input[type=password] {
  padding: 10px 0px;
  text-indent: 15px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 100%;
  font-size: 16px;
}

.cmember-form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-indent: 15px;
  padding: 10px 0px;
  margin-top: 0px;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  border: 1px solid #C3C3C3;
  color: #666;
  background: #fff url(/images/dropdown.png) no-repeat right center !important;
  font-size: 16px;
}

.cmember-form-group button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 11px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.council-member-form-intro h3 {
  font-size: 22px;
  margin: 0px;
}

.council-member-form-intro {
  text-align: center;
}

.inner-add-council-member-form {
  background: white;
  padding: 20px;
  position: relative;
}

.default-page-overlay img {
  max-width: 200px;
  float: right;
  margin: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.default-page-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background: #333;
  opacity: 0.9;
}

.add-council-member-form {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.close-popup {
  background: #057f66;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;
}

.default-message-success p {
  background: #057f66;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px;
  margin: 30px 0px;
}

.default-message-error p {
  background: #da5d58;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px;
  margin: 30px 0px;
}

.council-loop-main-title {
  background: #057f66;
}

.council-loop-main-title h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}

.council-loop-main-title h2:before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 1;
  top: -4px;
}

.council-members-list td {
  padding: 10px;
}

.council-members-list table {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.default-pagination {
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li a,
.pagination li span {
  text-decoration: none;
  color: #666;
  font-size: 16px;
  display: inline-block;
  padding: 5px 8px !important;
  line-height: 1;
  background: #ffffff;
}

.pagination .active span {
  background: #666;
  color: white;
}

.pagination li a:hover,
.pagination li span:hover {
  background: #057f66;
  color: white !important;
}

.councils-page-wrapper .livesearch td a {
  color: #666;
}

.inner-edit-council-member-form {
  background: white;
  padding: 40px;
  position: relative;
}

.edit-council-member-form {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.close-popup-edit {
  background: #057f66;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;
}

.delete-council-member-form {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.inner-delete-council-member-form {
  background: white;
  padding: 40px 40px;
  position: relative;
  max-width: 50%;
  margin: 0px auto;
}

.inner-delete-council-member-form h3 {
  text-align: center;
  font-size: 22px;
}

.accept-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #da5d58;
  display: block;
  text-align: center;
  margin: 0px 20px;
}

.reject-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #057f66;
  display: block;
  text-align: center;
  margin: 0px 20px;
}

.delete-confirmation-buttons {
  margin-top: 30px;
}

.close-popup-delete {
  background: #057f66;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px !important;
  cursor: pointer;
}

.uiRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

.indv-file-uploads > div .actions {
  width: 30px;
}

.right-application-view-row {
  margin-left: 40px;
}

.left-application-view-row p {
  font-weight: 500;
}

.left-application-view {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 20px;
  margin-right: 80px;
}

.indv-application-view-row {
  padding: 5px 20px;
}

.indv-application-view-row:nth-child(even) {
  background: #eaeaea;
}

.indv-application-view-row:nth-child(odd) {
  background: #ffffff;
}

.right-application-view {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 20px;
}

.right-application-view-main-title {
  padding: 20px;
}

.right-application-view-main-title h2 {
  text-align: center;
  font-size: 22px;
}

.application-view-action {
  text-align: center;
}

.application-view-action a {
  font-size: 30px;
}

.application-approve-form {
  padding: 20px;
}

.indv-application-approve-row textarea {
  width: 100%;
  min-height: 200px;
  padding: 10px 0px;
}

.left-application-note-row {
  margin-right: 20px;
}

.right-application-note-row {
  margin-left: 20px;
}

.left-application-note-row button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.right-application-note-row a {
  text-decoration: none;
  background: #da5d58;
  border: 1px solid #da5d58;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.note-icon-bar {
  display: none !important;
}

.application-view-action {
  margin: 10px 0px;
  margin-bottom: 30px;
}

.applications-page-intro {
  margin-bottom: 40px;
}

.applications-page-intro h1 {
  margin: 20px 0px;
}

.application-correspondence-loop {
  padding: 20px;
  padding-top: 5px;
}

.indv-application-correspondence-full {
  margin-bottom: 15px;
}

.indv-application-correspondence {
  border-bottom: 2px solid #eaeaea;
  padding: 20px 0px;
  margin-bottom: 20px;
}

.view-more-excerpt {
  color: #057f66;
  font-weight: 400;
  cursor: pointer;
}

.view-less-excerpt {
  color: #057f66;
  font-weight: 400;
  cursor: pointer;
}

.indv-application-correspondence-full img {
  float: none;
}

.cancel-note-edit-btn {
  text-decoration: none;
  background: #da5d58;
  border: 1px solid #da5d58;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.modal-footer {
  display: none;
}

.application-approve-buttons {
  margin: 10px 0px;
}

.delete-application-note-form {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.inner-delete-application-note-form {
  background: white;
  padding: 40px 40px;
  position: relative;
  max-width: 50%;
  margin: 0px auto;
}

.inner-delete-application-note-form h3 {
  text-align: center;
  font-size: 22px;
}

.edit-application-note {
  color: #6a6aa7;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.delete-application-note {
  color: #da5d58;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.application-reject-form {
  padding: 20px;
}

.application-form-main-title {
  text-align: center;
  margin: 15px 0px;
}

.application-status-pending {
  color: #efaa57;
  text-align: center;
  font-size: 20px;
}

.application-status-approved {
  color: #057f66;
  text-align: center;
  font-size: 20px;
}

.application-status-declined {
  color: #da5d58;
  text-align: center;
  font-size: 20px;
}

.application-sticky-form {
  padding: 20px;
}

.application-more-form {
  padding: 20px;
}

.save-btn {
  font-family: "sofia-pro-soft", sans-serif !important;
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 15px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #057f66;
  display: block;
  text-align: center;
  width: 100%;
  border: none;
}

.cancel-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 15px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #da5d58;
  display: block;
  text-align: center;
  width: 100%;
  border: none;
}

.left-edit-action-btn {
  margin: 0px 20px;
}

.right-edit-action-btn {
  margin: 0px 20px;
}

.applications-edit-page-wrapper .left-edit-action-btn {
  margin-right: 10px;
}

.applications-edit-page-wrapper .right-edit-action-btn {
  margin-left: 10px;
}

.application-edit-comment a {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #6a6aa7;
  display: block;
  text-align: center;
  margin: 20px 20px;
  margin-bottom: 0px;
}

.application-edit-action {
  margin-top: 20px;
}

.applications-edit-page-wrapper .register-form-container {
  border: none;
}

.applications-edit-page-wrapper .form-group p {
  margin: 10px 0px !important;
}

.no-results-center {
  text-align: center;
}

.application-user-comment-form {
  padding: 20px;
}

.approval-message-text {
  text-align: center;
  padding: 20px;
  background: #057f66;
  color: white;
  margin-top: 20px;
}

.approval-message-text p {
  font-size: 17px;
}

.rejection-message-text {
  text-align: center;
  padding: 20px;
  background: #da5d58;
  color: white;
  margin-top: 20px;
}

.bootstrap-page-cs p {
  margin: 10px 0px;
}

.user-approve-comment-email {
  margin: 20px 0px;
}

.user-approve-comment-email p {
  margin: 0px;
}

.user-rejection-comment-email {
  margin: 20px 0px;
}

.user-rejection-comment-email p {
  margin: 0px;
}

.user-comment-allow {
  margin-top: 40px;
}

.user-comment-allow p {
  margin: 0px;
}

.livesearch .delete-council-member {
  color: #da5d58 !important;
}

.livesearch .edit-council-member {
  color: #6a6aa7 !important;
}

.disposal-site-members-list-container {
  margin-top: 60px;
}

.disposal-site-form-group {
  margin: 10px;
}

.disposal-site-form-group input[type=text],
.disposal-site-form-group input[type=password] {
  padding: 10px 0px;
  text-indent: 15px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 100%;
  font-size: 16px;
  border-radius: 0px;
  height: auto;
}

.disposal-site-form-group textarea {
  padding: 10px 0px;
  text-indent: 15px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 100%;
  font-size: 16px;
  border-radius: 0px;
}

.disposal-site-form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-indent: 15px;
  padding: 10px 0px;
  margin-top: 0px;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  border: 1px solid #C3C3C3;
  color: #666;
  background: #fff url(/images/dropdown.png) no-repeat right center !important;
  font-size: 16px;
}

.disposal-form-send button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.disposal-site-member-form-intro {
  text-align: center;
}

.disposal-site-member-form-intro h3 {
  font-size: 22px;
  margin: 0px;
}

.formInput {
  width: 100%;
  text-indent: 10px;
  margin-top: 10px;
  padding: 6px 0;
  box-sizing: border-box;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

.add-disposal-site-member-form {
  position: relative;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.inner-add-disposal-site-member-form {
  background: #fafafa;
  padding: 40px;
}

.disposal-site-member-form-intro .close-popup {
  margin: 20px !important;
}

.disposal-site-loop-main-title {
  background: #057f66;
}

.disposal-site-loop-main-title h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}

.disposal-site-loop-main-title h2:before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 1;
  top: -4px;
}

.disposal-site-members-list td {
  padding: 10px;
}

.disposal-site-members-list table {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.bootstrap-page-cs h1 {
  margin-bottom: 20px;
}

.site-edit-left {
  margin-right: 20px;
}

.site-edit-right {
  margin-left: 20px;
}

.site-edit-right a {
  text-decoration: none;
  border: 1px solid #da5d58;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: #da5d58;
}

.disposal-site-edit-container {
  margin-top: 10px;
}

.disposal-sites-page-wrapper .livesearch td a {
  color: #666666;
}

.right-edit-site-form {
  margin-left: 40px;
}

.right-edit-site-form h3 {
  font-size: 18px;
  margin-top: 0px;
}

.mydetails-page-intro {
  text-align: center;
}

.my-details-form {
  margin-top: 20px;
}

.inner-my-details-form {
  background: #fafafa;
  padding: 40px;
}

.my-details-form-container input[type=text],
.my-details-form-container input[type=password] {
  padding: 10px 0px;
  text-indent: 15px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 100%;
  font-size: 16px;
  border-radius: 0px;
  height: auto;
}

.indv-my-details-row {
  margin-bottom: 20px;
}

.left-mydetails-wrapper {
  margin-right: 10px;
}

.right-mydetails-wrapper {
  margin-left: 10px;
}

.left-mydetails-wrapper button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.right-mydetails-wrapper a {
  text-decoration: none;
  border: 1px solid #da5d58;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: #da5d58;
}

.approval-actions-container {
  padding: 20px;
  text-align: center;
}

.approval-actions-links {
  margin-top: 10px;
}

.approval-contractor-submission {
  color: #057f66;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.update-approval-contractor-submission {
  color: #057f66;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.approval-account-pdf {
  color: #057f66;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.approval-permit-resend {
  color: #057f66;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.approval-permit-recreate {
  color: #057f66;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.approval-edit-permit, .view-app-permits {
  color: #057f66;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.approval-permit-generate {
  color: #057f66;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.approval-permit-posted-update {
  color: #057f66;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.approval-action-main-title h2 {
  font-size: 22px;
}

.approval-contractor-submission-form {
  text-align: left;
}

.approval-contractor-row {
  margin: 15px 0px;
}

.approval-contractor-row p {
  margin: 0px;
}

.approval-contractor-row input[type=text] {
  width: 100%;
  padding: 6px 0px;
  text-indent: 10px;
  margin-top: 10px;
}

.approval-contractor-row button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.ui-datepicker .ui-datepicker-header {
  background: #00ab85 !important;
  color: white !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #00ac84 !important;
  background: #00ac84 !important;
}

.update-approval-contractor-submission-form {
  text-align: left;
}

.right-approval-contractor a {
  text-decoration: none;
  background: #da5d58;
  border: 1px solid #da5d58;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.left-approval-contractor {
  margin-right: 20px;
}

.right-approval-contractor {
  margin-left: 20px;
}

.footer-section {
  margin-top: 80px;
}

.delete-application-note-form .site-center {
  background: none !important;
}

.add-account-contractor-confirmation {
  text-align: left;
}

.add-account-contractor-confirmation input[type=text] {
  padding: 10px 0px;
  text-indent: 14px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 100%;
  font-size: 16px;
  border-radius: 0px;
  height: auto;
}

.add-account-contractor-confirmation-row {
  margin-top: 10px;
}

.left-add-account-contractor-confirmation {
  margin-right: 20px;
}

.right-add-account-contractor-confirmation {
  margin-left: 20px;
}

.right-add-account-contractor-confirmation a {
  text-decoration: none;
  background: #da5d58;
  border: 1px solid #da5d58;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.left-add-account-contractor-confirmation button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.add-account-contractor-confirmation-intro h3 {
  font-size: 22px;
}

.approval-contractor-submission-intro h3 {
  font-size: 22px;
}

.input_fields_wrap {
  padding: 10px 10px;
  border: 1px solid #c1c1c1;
  width: 100%;
  margin: 15px 0px;
}

.input_fields_wrap input {
  line-height: 1;
}

.input_fields_wrap p {
  margin: 0px;
}

.account-file-wrap {
  margin-bottom: 10px;
}

.add-file-toggle {
  margin-bottom: 20px;
}

.btn-info {
  border-radius: 0px;
}

.remove_field {
  color: #dc5c55;
  font-size: 13px;
  font-weight: 400;
}

.delete-council-member-form .site-center {
  background: none !important;
}

.account-number-main-title h2 {
  font-size: 18px;
}

.permits-documents-main h3 {
  margin-top: 0px;
}

.account-number-main-title p {
  text-align: center;
  font-weight: 600;
}

.download-document {
  color: #52aee8;
  font-size: 18px;
  margin-right: 10px;
}

.delete-document {
  color: #da5d58;
  font-size: 18px;
  margin-right: 10px;
}

.indv-account-document-wrapper {
  background: #f9f9f9;
  padding: 0px 20px;
  margin-bottom: 5px;
}

.account-document-full-title a {
  color: #4dade9;
}

.indv-account-document-wrapper a:hover {
  text-decoration: none;
  color: #057f66;
}

.indv-account-document-wrapper:hover {
  background: #e2e2e2;
}

.account-documents-loop {
  margin-top: 20px;
}

.delete-document-form {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.inner-delete-document-form {
  background: white;
  padding: 40px 40px;
  position: relative;
  max-width: 50%;
  margin: 0px auto;
}

.inner-delete-document-form h3 {
  text-align: center;
  font-size: 22px;
}

.delete-document-form .site-center {
  background: none !important;
}

.reject-btn-document {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #057f66;
  display: block;
  text-align: center;
  margin: 0px 20px;
}

.close-popup-delete-document {
  background: #057f66;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px !important;
  cursor: pointer;
}

.user-members-list-container {
  margin-top: 60px;
}

.user-form-group {
  margin: 10px;
}

.user-form-group input[type=text],
.user-form-group input[type=password] {
  padding: 10px 0px;
  text-indent: 15px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 100%;
  font-size: 16px;
}

.user-form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-indent: 15px;
  padding: 10px 0px;
  margin-top: 0px;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  border: 1px solid #C3C3C3;
  color: #666;
  background: #fff url(/images/dropdown.png) no-repeat right center !important;
  font-size: 16px;
}

.user-form-group button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 11px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.user-member-form-intro h3 {
  font-size: 22px;
  margin: 0px;
}

.user-member-form-intro {
  text-align: center;
}

.inner-add-user-member-form {
  background: white;
  padding: 20px;
  position: relative;
}

.add-user-member-form {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.close-popup {
  background: #057f66;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;
}

.default-message-success p {
  background: #057f66;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px;
  margin: 30px 0px;
}

.default-message-error p {
  background: #da5d58;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px;
  margin: 30px 0px;
}

.user-loop-main-title {
  background: #057f66;
}

.user-loop-main-title h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}

.user-loop-main-title h2:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 1;
  top: -4px;
}

.user-members-list td {
  padding: 10px;
}

.user-members-list table {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.default-pagination {
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li a,
.pagination li span {
  text-decoration: none;
  color: #666;
  font-size: 16px;
  display: inline-block;
  padding: 5px;
  line-height: 1;
  background: #ffffff;
}

.pagination .active span {
  background: #666;
  color: white;
}

.pagination li a:hover,
.pagination li span:hover {
  background: #057f66;
  color: white !important;
}

.users-page-wrapper .reject-application {
  color: #da5d58;
}

.users-page-wrapper .edit-application {
  color: #6a6aa7;
}

.inner-edit-user-member-form {
  background: white;
  padding: 40px;
  position: relative;
}

.edit-user-member-form {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.close-popup-edit {
  background: #057f66;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;
}

.delete-user-member-form {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.inner-delete-user-member-form {
  background: white;
  padding: 40px 40px;
  position: relative;
  max-width: 50%;
  margin: 0px auto;
}

.inner-delete-user-member-form h3 {
  text-align: center;
  font-size: 22px;
}

.delete-user-member-form .site-center {
  background: none !important;
}

.edit-user-member-form .site-center {
  background: none !important;
}

.centre-add-account-contractor-confirmation button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin: 0px 10px;
}

.applications-page-wrapper .left-add-account-contractor-confirmation {
  margin-right: 0px;
}

.add-account-contractor-confirmation-row button,
.add-account-contractor-confirmation-row a {
  font-size: 14px;
}

.application-permit {
  background: #00ab87;
  padding: 10px;
  margin-bottom: 10px;
}

.application-permit a {
  color: white;
}

.permit-pdf {
  margin-right: 10px;
}

.app-document-type-png:before {
  content: "\f03e";
  font-family: "Font Awesome 5 Pro";
  color: #47acea;
  margin-right: 5px;
}

.app-document-type-pdf:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  color: #47acea;
  margin-right: 5px;
}

.app-document-type-docx:before {
  content: "\f1c2";
  font-family: "Font Awesome 5 Pro";
  color: #4dade9;
  margin-right: 5px;
}

.document-email-user-icon-yes {
  color: #00ab87;
  font-size: 16px;
}

.document-email-user-icon-no {
  color: #da5d58;
  font-size: 16px;
}

.has-active-permit .centre-add-account-contractor-confirmation button {
  margin-left: 0px;
}

.resend-permit-form,
.recreate-permit-form {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.inner-resend-permit-form,
.inner-recreate-permit-form {
  background: white;
  padding: 40px 40px;
  position: relative;
  max-width: 50%;
  margin: 0px auto;
}

.inner-resend-permit-form h3,
.inner-recreate-permit-form h3 {
  text-align: center;
  font-size: 22px;
}

.edit-document {
  color: #6a6aa7;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.resend-permit-form .site-center,
.recreate-permit-form .site-center {
  background: none !important;
}

.close-popup-resend-permit,
.close-popup-recreate-permit {
  background: #dc5c54;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px !important;
  cursor: pointer;
}

.accept-permit-resend-btn,
.accept-permit-recreate-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #057f66;
  display: block;
  text-align: center;
  margin: 0px 20px;
}

.reject-permit-resend-btn,
.reject-permit-recreate-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #da5d58;
  display: block;
  text-align: center;
  margin: 0px 20px;
}

.manual-generate-permit-form {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.inner-manual-generate-permit-form {
  background: white;
  padding: 40px 40px;
  position: relative;
  max-width: 50%;
  margin: 0px auto;
}

.inner-manual-generate-permit-form h3 {
  /*text-align: center;*/
  font-size: 22px;
}

.manual-generate-permit-form .site-center {
  background: none !important;
}

.close-popup-manual-generate-permit {
  background: #057f66;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px !important;
  cursor: pointer;
}

.accept-permit-manual-generate-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #da5d58;
  display: block;
  text-align: center;
  margin: 0px 20px;
}

.manual-generate-permit-left {
  margin-right: 40px;
}

.manual-generate-permit-left button {
  display: block;
  width: 100%;
  margin: 0px !important;
  border: none;
}

.reject-permit-manual-generate-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #057f66;
  display: block;
  text-align: center;
  margin-left: 20px;
}

.approval-permit-posted {
  color: #057f66;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}

.permit-postage-submission-form {
  text-align: left;
}

.permit-postage-row {
  margin: 15px 0px;
}

.permit-postage-row p {
  margin: 0px;
}

.permit-postage-row input[type=text] {
  width: 100%;
  padding: 6px 0px;
  text-indent: 10px;
  margin-top: 10px;
}

.permit-postage-row button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.right-permit-postage {
  margin-left: 20px;
}

.cancel-permit-postage-submission {
  text-decoration: none;
  background: #da5d58;
  border: 1px solid #da5d58;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.permit-postage-submission-intro h3 {
  font-size: 22px;
}

.update-permit-postage-submission-form {
  text-align: left;
}

.cancel-permit-postage-submission-update {
  text-decoration: none;
  background: #da5d58;
  border: 1px solid #da5d58;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.btn-codeview {
  display: none !important;
}

.completed-applications-main-title h3, .expired-applications-main-title h3, .closed-applications-main-title h3 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}
.completed-applications-main-title h3:before, .expired-applications-main-title h3:before, .closed-applications-main-title h3:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 1;
  top: -4px;
}

.completed-applications-table table, .expired-applications-table table, .closed-applications-table table {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.completed-applications-table td, .expired-applications-table td, .closed-applications-table td {
  padding: 10px;
}

.view-all-completed-applications, .view-all-expired-applications, .view-all-closed-applications {
  text-align: center;
}
.view-all-completed-applications a, .view-all-expired-applications a, .view-all-closed-applications a {
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.view-all-completed-applications a, .completed-applications-main-title {
  background: #52aee8;
}

.view-all-expired-applications a, .expired-applications-main-title {
  background: #3e3c4a;
}

.view-all-closed-applications a, .closed-applications-main-title {
  background: #da5d57;
}

.application-permit-active,
.application-permit-lapsed {
  background: #4dade9 !important;
}

.view-all-pending-applications {
  text-align: center;
}

.view-all-pending-applications a {
  background: #f0ab4e;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.view-all-approved-applications {
  text-align: center;
}

.view-all-approved-applications a {
  background: #057f66;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.view-all-completed-applications {
  text-align: center;
}

.view-all-completed-applications a {
  background: #52aee8;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.view-all-declined-applications {
  text-align: center;
}

.view-all-declined-applications a {
  background: #da5d58;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.pagination-center {
  text-align: center;
  margin-top: 20px;
}

.back-to-applications a {
  background: #00ab87;
  padding: 10px;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "sofia-pro-soft", sans-serif;
  float: right;
}

.search-applications-main-title {
  background: #6262c1;
}

.search-applications-main-title h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}

.search-applications-main-title h2:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 1;
  top: -4px;
}

.search-applications-table table {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.search-applications-table td {
  padding: 10px;
  text-transform: none;
}

.no-results-wrapper {
  text-align: center;
  margin: 20px 0px;
}

.search-term-applications-full-view p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.contractor-icon {
  font-weight: 900;
}

.user-members-list-container {
  margin-top: 60px;
}

.user-loop-main-title {
  background: #057f66;
}

.user-loop-main-title h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}

.contractors-page .user-loop-main-title h2:before {
  content: none;
}

.contractors-page .user-loop-main-title h2 span {
  float: left;
}

.tipping-search-form-intro {
  text-align: center;
}

.inner-tipping-search-form {
  max-width: 500px;
  margin: 0px auto;
  padding-bottom: 10px;
}

.tipping-tracker-form-group {
  margin-bottom: 10px;
}

.tipping-tracker-form-group input[type=text] {
  padding: 10px 0px;
  text-indent: 15px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 99%;
  font-size: 16px;
}

.tipping-tracker-form-group button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 11px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.tipping-search-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.5);
}

.tipping-search-loader img {
  float: none;
  margin: 0px auto;
  display: block;
  margin-top: 20px;
}

.tipping-search-wrapper {
  position: relative;
  overflow: hidden;
}

.width-five {
  width: 20% !important;
}

.main-tipping-search-title {
  text-align: center;
  font-size: 25px;
}

.indv-tipping-tracker-search-result {
  padding: 10px;
  background: #efefef;
  border: 1px solid #cacaca;
  margin-bottom: 5px;
}

.add-tip-button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

.add-tip-icon {
  margin-right: 10px;
}

.inner-tracker-result-value {
  margin: 10px 5px;
}

.no-tipping-search-results {
  text-align: center;
}

.tipping-tracker-results-loop-headers {
  background: #00ab87;
  color: white;
  font-weight: 500;
  margin-bottom: 2px;
  padding: 15px 10px;
  font-size: 18px;
}

.tipping-tracker-page-wrapper .site-center {
  padding-bottom: 90px !important;
}

.tipping-tracker-results-wrapper {
  margin-top: 40px;
}

.error-form-notification {
  background: #ff4040;
  color: white;
  padding: 5px;
}

.tips-remaining {
  border: 2px solid #00ab87;
  text-align: center;
  font-weight: 500;
  color: #00ab87;
  font-size: 16px;
}

.tipping-tracker-view-main-cols {
  max-width: 1000px;
  margin: 0px auto;
  margin-top: 30px;
}

.tip-permit-status-active {
  background: #00ab87;
  text-align: center;
  font-weight: 500;
  color: white;
  font-size: 20px;
  padding: 14px 0px;
  margin: 0px;
}

.tip-permit-status-inactive {
  background: #ff4040;
  text-align: center;
  font-weight: 500;
  color: white;
  font-size: 16px;
  padding: 18px 0px;
  margin: 0px;
}

.tipping-tracker-permit-info-full {
  padding: 20px 40px;
  background: #efefef;
}

.tipping-tracker-permit-info-full p {
  margin: 5px 0px;
}

.tipping-tracker-view-col-left {
  margin-right: 50px;
}

.main-tipping-tracker-form-title {
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 30px;
}

.tipping-tracker-group-row {
  margin: 15px 0px;
}

.tipping-tracker-form-group-container button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 15px 0px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.tipping-tracker-page-wrapper .alert-danger {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}

.tipping-history {
  max-width: 1000px;
  margin: 0px auto;
}

.tip-history-main-title h2 {
  text-align: center;
  font-size: 25px;
}

.tipping-history-loop-headers {
  font-size: 18px;
  color: white;
  background: #00ac86;
  padding: 10px;
}

.indv-tipping-history-loop-row {
  padding: 10px;
}

.tipping-history {
  margin-top: 50px;
}

.no-free-tips {
  border-color: #ff4040;
  color: #ff4040;
}

.application-used-all-tips {
  background: #ff4040;
  color: #ffffff;
}

.reset_pass {
  text-decoration: none;
  background: #77777a;
  border: 1px solid #77777a;
  text-transform: none;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  float: right;
}

.help-block {
  color: #fd1515;
  margin-bottom: 10px;
  display: block;
}

.password-reset-sent-success {
  margin-bottom: 0px;
  padding: 10px 0px;
  text-align: center;
  color: #057f66;
  font-size: 18px;
}

.not-found-page .default-btn {
  text-align: center;
  display: block;
  padding: 20px 0px;
  font-size: 20px;
}

select::-ms-expand {
  display: none;
}

.disabled-select {
  opacity: 0.7;
  cursor: not-allowed;
}

.loading-select {
  background: #fff url(/images/ajax_loading.gif) no-repeat right center !important;
  background-size: 40px !important;
}

.register-form-container .loading-select {
  background: #fff url(/images/ajax_loading.gif) no-repeat right center !important;
  background-size: 40px !important;
}

.council-disposal-cols .form-checkbox-tooltip {
  margin-top: 8px;
  display: block;
  text-align: right;
}

.duty-care-col .form-checkbox-tooltip {
  margin-top: 8px;
  display: block;
  text-align: right;
}

.duty-care-col .width-11of12 {
  width: 95.5% !important;
}

.duty-care-col .width-1of12 {
  width: 4.5% !important;
}

.manual-generate-permit-form-date input[type=text] {
  width: 100%;
  padding: 8px 0px;
  text-indent: 15px;
}

.manual-generate-permit-form-date {
  margin-top: 10px;
}

.inline-administrator-checkbox {
  display: inline-block;
  vertical-align: middle;
}

.right-administrator-checkbox {
  margin-left: 20px;
}

.other-recycle-item-box {
  margin-bottom: 20px;
}

.has-other-items {
  display: block !important;
}

.checkbox-label {
  width: 3% !important;
  float: left;
}

.checkbox-text {
  width: 92% !important;
  float: left;
}

.indv-application-type {
  text-align: center;
}

.indv-application-type p {
  margin: 0px;
  font-size: 16px;
  color: #00ab87;
}

.application-edit-comments {
  margin-top: 20px;
}

.tipping-tracker-item-types-loop {
  clear: both;
  font-size: 0;
  width: 100%;
  margin: -10px;
}

.indv-tipping-item-tracker {
  font-size: 16px;
  margin: 10px;
}

.register-page-intro a {
  color: #666;
}

.form-row-title p {
  font-weight: 500;
  font-size: 18px;
}

.form-group .smaller-reg-text {
  font-size: 16px;
  font-weight: 400;
}

.form-group .disposal-site-selection-text {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 400;
}

.register-form-container .remove-dropdown-arrow {
  background-image: none !important;
}

.form-group a {
  color: #666;
}

.outer-waste-items-edit {
  clear: both;
  font-size: 0;
  width: 100%;
  margin: -10px;
}

.indv-waste-item-edit {
  font-size: 16px;
  margin: 10px;
  white-space: nowrap;
}

label.form-checkbox-label {
  font-weight: lighter;
  cursor: pointer;
}

input[type=checkbox][disabled] {
  position: relative;
}

input[type=checkbox][disabled] + .tipping-item-x-mark,
input[type=checkbox][disabled] + .form-checkbox-tooltip .tipping-item-x-mark,
.form-checkbox-label + .form-checkbox-tooltip .tipping-item-x-mark {
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  fill: #e3342f;
  display: inline-block !important;
}

.terms-conditions-page h4 {
  font-size: 20px;
}

.show-password a {
  background: #057f66;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
}

.hide-password a {
  background: #057f66;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
}

.password-toggle i {
  margin: 0px 10px;
}

.password-toggle-actions p {
  display: inline-block;
  float: left;
  margin-top: 0px;
}

.error-editor-validation {
  background: #dc5c54;
  color: white;
  text-align: center;
}

.toggle-approve-confirmation, .toggle-close-confirmation {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.application-approve-confirmation-modal {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.inner-application-approve-confirmation-modal {
  background: white;
  padding: 40px 40px;
  position: relative;
  max-width: 50%;
  margin: 0px auto;
}

.inner-nner-application-approve-confirmation-mod h3 {
  font-size: 22px;
}

.application-approve-confirmation-modal .site-center {
  background: none !important;
}

.close-application-approve-confirmation-modal {
  background: #da5d58;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px !important;
  cursor: pointer;
}

.accept-application-approve-confirmation-modal-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #057f66;
  display: block;
  text-align: center;
  margin: 0px 20px;
}

.application-approve-confirmation-modal-left {
  margin-right: 40px;
}

.application-approve-confirmation-modal-left button {
  display: block;
  width: 100%;
  margin: 0px !important;
  border: none;
}

.reject-application-approve-confirmation-modal-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #da5d58;
  display: block;
  text-align: center;
  margin-left: 20px;
}

.note-popover .popover-content, .panel-heading.note-toolbar {
  z-index: 9 !important;
}

.application-save-send-confirmation-modal {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.inner-application-save-send-confirmation-modal {
  background: white;
  padding: 40px 40px;
  position: relative;
  max-width: 50%;
  margin: 0px auto;
}

.inner-nner-application-save-send-confirmation-mod h3 {
  font-size: 22px;
}

.application-save-send-confirmation-modal .site-center {
  background: none !important;
}

.close-application-save-send-confirmation-modal {
  background: #dc5c4e;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px !important;
  cursor: pointer;
}

.accept-application-save-send-confirmation-modal-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #da5d58;
  display: block;
  text-align: center;
  margin: 0px 20px;
}

.application-save-send-confirmation-modal-left {
  margin-right: 40px;
}

.application-save-send-confirmation-modal-left button {
  display: block;
  width: 100%;
  margin: 0px !important;
  border: none;
  background: #00ab87;
}

.save-send-application-save-send-confirmation-modal-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #da5d52;
  display: block;
  text-align: center;
  margin-left: 20px;
}

.user-comment-application {
  font-size: 15px !important;
  background: #5fb4ca;
  color: white;
  padding: 5px 10px;
}

.user-comment-application i {
  margin-left: 5px;
}

.user-edit-application {
  font-size: 15px !important;
  background: #6a6aa7;
  color: white;
  padding: 5px 10px;
}

.user-edit-application i {
  margin-left: 5px;
}

.renew-button {
  display: block;
  text-align: center;
}
.renew-button a {
  text-align: left;
  font-size: 15px !important;
  background: #6a6aa7;
  color: white;
  padding: 5px 10px;
}
.renew-button a i {
  margin-left: 5px;
}
.renew-button.disabled a {
  background-color: #cacaca;
  color: #808080;
}

.user-comment-edit {
  text-align: center;
}

.user-comment-edit a {
  display: inline-block !important;
  width: 45% !important;
  margin: 0px !important;
}

.my-current-applications-main-title {
  background: #52aee8;
}

.my-current-applications-main-title h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 20px;
  position: relative;
}

.my-current-applications-main-title h2:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 1;
  top: -4px;
}

.my-current-applications-table table {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.my-current-applications-table td {
  padding: 10px;
}

.my-applications-wrapper {
  margin-top: 20px;
}

.back-to-applications .user-add-new-application {
  float: left;
}

.new-user-application .form-group p {
  font-size: 16px;
}

.my-application-main-title h2 {
  font-size: 30px;
}

.disabled-cursor {
  cursor: not-allowed;
  background: #f9f9f9;
}

.disabled-cursor select {
  background: #f9f9f9;
}

.register-form-container .disabled-cursor {
  background-color: #f9f9f9 !important;
}

.toggle-reject-confirmation {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.application-reject-confirmation-modal {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20%;
}

.inner-application-reject-confirmation-modal {
  background: white;
  padding: 40px 40px;
  position: relative;
  max-width: 50%;
  margin: 0px auto;
}

.inner-nner-application-reject-confirmation-mod h3 {
  font-size: 22px;
}

.application-reject-confirmation-modal .site-center {
  background: none !important;
}

.close-application-reject-confirmation-modal {
  background: #dc5c4e;
  padding: 5px 10px;
  padding-top: 2px;
  color: #ffffff !important;
  line-height: 1;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px !important;
  cursor: pointer;
}

.accept-application-reject-confirmation-modal-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #057f66;
  display: block;
  text-align: center;
  margin: 0px 20px;
}

.application-reject-confirmation-modal-left {
  margin-right: 40px;
}

.application-reject-confirmation-modal-left button {
  display: block;
  width: 100%;
  margin: 0px !important;
  border: none;
}

.reject-application-reject-confirmation-modal-btn {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #da5d58;
  display: block;
  text-align: center;
  margin-left: 20px;
}

#tip_date {
  padding: 10px 0px;
  text-indent: 15px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 100%;
  font-size: 16px;
}

.section-wrp-faqs h4 {
  font-size: 20px;
}

.faq-icon {
  color: #057f66;
}

.table-fix table td {
  width: 10%;
}

.carries-license-text {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 400;
}

.edit-permit-form-row {
  text-align: left;
}

#edit_permit_start_date {
  width: 100%;
  padding: 6px 0px;
  text-indent: 10px;
  margin-top: 10px;
}

.edit-permit-form input[type=checkbox] {
  margin-top: 15px;
}

.edit-permit-form .account-file-checkbox {
  text-align: left;
  margin: 10px 0px;
}

.left-edit-permit-button button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-right: 10px;
}

.right-edit-permit-button a {
  text-decoration: none;
  background: #da5d58;
  border: 1px solid #da5d58;
  text-transform: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-left: 10px;
}

.permit-field-form-intro {
  margin-left: 10px;
}

.table-header a {
  color: #666;
}

.download-all-button a {
  background: #057f66;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color: white;
  margin-top: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.application-view-download-csv {
  text-align: right;
}

.application-view-download-csv a {
  background: #057f66;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color: white;
  margin: 5px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.reports-form-filters input {
  width: 80%;
  padding: 10px 0px;
  text-indent: 10px;
}

.reports-form-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-indent: 15px;
  padding: 10px 0px;
  margin-top: 0px;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  border: 1px solid #C3C3C3;
  color: #666;
  background: #fff url(/images/dropdown.png) no-repeat right center !important;
  font-size: 16px;
  padding-right: 35px;
}

.reports-form-download {
  margin-top: 20px;
}

.reports-form-download button {
  text-decoration: none;
  background: #057f66;
  border: 1px solid #057f66;
  text-transform: none;
  color: #ffffff;
  padding: 10px 50px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

html {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  opacity: 0.8 !important;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  opacity: 0.8 !important;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  opacity: 0.8 !important;
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder {
  opacity: 0.8 !important;
}

.reports-form-filters input[type=text]::-webkit-input-placeholder,
.reports-form-filters input[type=password]::-webkit-input-placeholder,
.reports-form-filters input[type=email]::-webkit-input-placeholder {
  opacity: 1 !important;
  font-family: "sofia-pro-soft", sans-serif;
  font-style: normal;
  font-size: 16px;
}

.reports-form-filters input[type=text]::-moz-placeholder,
.reports-form-filters input[type=password]::-moz-placeholder,
.reports-form-filters input[type=email]::-moz-placeholder {
  opacity: 1 !important;
  font-family: "sofia-pro-soft", sans-serif;
  font-style: normal;
  font-size: 16px;
}

.reports-form-filters input[type=text]:-ms-input-placeholder,
.reports-form-filters input[type=password]:-ms-input-placeholder,
.reports-form-filters input[type=email]:-ms-input-placeholder {
  opacity: 1 !important;
  font-family: "sofia-pro-soft", sans-serif;
  font-style: normal;
  font-size: 16px;
}

.reports-form-filters input[type=text]:-moz-placeholder,
.reports-form-filters input[type=password]:-moz-placeholder,
.reports-form-filters input[type=email]:-moz-placeholder {
  opacity: 1 !important;
  font-family: "sofia-pro-soft", sans-serif;
  font-style: normal;
  font-size: 16px;
}

#valid_opening_times {
  padding: 10px;
  color: #666;
  border: 1px solid #c1c1c1;
  width: 100%;
  font-size: 16px;
  border-radius: 0px;
  height: 100px;
}

#valid_opening_times::-webkit-input-placeholder {
  opacity: 0.8 !important;
  font-family: "sofia-pro-soft", sans-serif;
  font-style: normal;
  font-size: 16px;
}

#valid_opening_times::-moz-placeholder {
  opacity: 0.8 !important;
  font-family: "sofia-pro-soft", sans-serif;
  font-style: normal;
  font-size: 16px;
}

#valid_opening_times:-ms-input-placeholder {
  opacity: 0.8 !important;
  font-family: "sofia-pro-soft", sans-serif;
  font-style: normal;
  font-size: 16px;
}

#valid_opening_times:-moz-placeholder {
  opacity: 0.8 !important;
  font-family: "sofia-pro-soft", sans-serif;
  font-style: normal;
  font-size: 16px;
}

.user-switcher .dropdown-content {
  min-width: 300px;
  max-width: 300px;
  padding: 0;
}

.user-switcher-search-wrapper {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.user-switcher-search {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  font-size: 14px;
  box-sizing: border-box;
  text-indent: 0;
}

.user-switcher-search:focus {
  outline: none;
  border-color: #057f66;
}

.user-switcher-list {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.user-switcher-list::-webkit-scrollbar {
  width: 8px;
}

.user-switcher-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.user-switcher-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.user-switcher-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.user-switcher .dropdown-content a {
  font-size: 12px;
  padding: 5px 10px;
}

.user-switcher-item {
  display: block;
}

.user-switcher-item.hidden,
.user-switcher .dropdown-content a.user-switcher-item.hidden,
.user-switcher-dropdown .user-switcher-item.hidden {
  display: none !important;
}

@media (min-width: 1025px) {
  .inner-dashboard-nav-blocks .display-inline .indv-dashboard-nav-wrapper:nth-child(3n+1) {
    margin-right: 20px;
  }
  .inner-dashboard-nav-blocks .display-inline .indv-dashboard-nav-wrapper:nth-child(3n+2) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .inner-dashboard-nav-blocks .display-inline .indv-dashboard-nav-wrapper:nth-child(3n+3) {
    margin-left: 20px;
  }
}
@media (max-width: 1025px) {
  .reports-form-filters input {
    width: 100%;
    margin-bottom: 15px;
  }
  .inner-councils-page-wrapper {
    padding: 20px;
  }
  .inner-delete-council-member-form {
    max-width: 90%;
  }
  .left-form-group {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .centre-form-group {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .register-form-container select {
    text-indent: 5px;
  }
  .right-form-group {
    margin-left: 0px;
  }
  .inner-application-save-send-confirmation-modal {
    max-width: 90%;
  }
  .outer-register-form-container {
    margin-bottom: 20px;
  }
  .inner-application-reject-confirmation-modal {
    max-width: 90%;
  }
  .inner-application-approve-confirmation-modal {
    max-width: 90%;
  }
  .left-application-view {
    margin-right: 0px;
  }
  .right-application-view-row p {
    word-wrap: break-word;
  }
  .ajax-search-application {
    font-size: 11px;
    text-indent: 5px;
  }
  h1 {
    font-size: 24px;
  }
  .application-page-wrapper .site-center {
    width: 95%;
  }
  .inner-application-page-wrapper td {
    font-size: 13px;
  }
  .inner-application-page-wrapper .table-header th {
    padding: 10px 5px;
    font-size: 13px;
  }
  .dashboard-nav-main-title {
    font-size: 22px;
  }
  .inner-dashboard-nav-blocks .display-inline .indv-dashboard-nav-wrapper:nth-child(2n+1) {
    margin-right: 20px;
    margin-left: 20px;
  }
  .inner-dashboard-nav-blocks .display-inline .indv-dashboard-nav-wrapper:nth-child(2n+2) {
    margin-left: 20px;
  }
  .checkbox-text {
    width: 85% !important;
  }
  .checkbox-label {
    width: 6% !important;
  }
  .step-btn-back {
    font-size: 13px;
  }
  .outer-register-form-container button[type=submit] {
    font-size: 13px;
  }
  .checkbox-form-group {
    font-size: 13px;
  }
  .register-form-container select {
    text-indent: 10px;
    background: #fff url(/images/dropdown.png) no-repeat right center !important;
    font-size: 13px;
  }
  .register-form-container input[type=text], .register-form-container input[type=email], .register-form-container input[type=password] {
    text-indent: 10px;
    font-size: 13px;
  }
  .register-form-container {
    padding: 30px 10px;
  }
  .register-steps-wrapper p {
    padding: 10px;
    font-size: 15px;
  }
  .page-content-wrapper .site-center {
    padding: 20px 0px !important;
  }
  .login-site-center {
    position: relative;
    left: 0;
    top: auto;
    margin-top: 50px;
    transform: none;
  }
  .inner-register-page-wrapper {
    max-width: 95%;
  }
}
@media (max-width: 600px) {
  .login-site-center {
    width: 90%;
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .applications-search-wrapper {
    max-width: 95%;
  }
  .inner-edit-user-member-form {
    padding: 40px 10px;
  }
  .user-members-list-container td {
    padding: 5px;
    font-size: 12px;
    word-break: break-all;
  }
  .inner-delete-user-member-form {
    padding: 40px 10px;
    max-width: 90%;
  }
  .right-edit-site-form {
    margin-left: 0px;
    margin-top: 20px;
  }
  .inner-add-disposal-site-member-form {
    padding: 40px 10px;
  }
  .disposal-site-members-list td {
    padding: 5px;
    font-size: 12px;
    word-break: break-all;
  }
  .add-council-member-form,
  .edit-council-member-form,
  .delete-council-member-form,
  .delete-application-note-form,
  .delete-document-form,
  .add-user-member-form,
  .edit-user-member-form,
  .delete-user-member-form,
  .resend-permit-form,
  .recreate-permit-form,
  .manual-generate-permit-form,
  .application-approve-confirmation-modal,
  .application-save-send-confirmation-modal,
  .application-reject-confirmation-modal {
    top: 5%;
    height: 90%;
    overflow: scroll;
  }
  .inner-edit-council-member-form {
    padding: 40px 10px;
  }
  .council-members-list td {
    padding: 5px;
    font-size: 12px;
    word-break: break-all;
  }
  .table-header th {
    font-size: 13px;
  }
  .inner-my-details-form {
    padding: 40px 10px;
  }
  .indv-my-details-row .left-mydetails-wrapper input {
    margin-bottom: 10px;
  }
  .left-mydetails-wrapper a {
    margin-right: 5px;
  }
  .right-mydetails-wrapper a {
    margin-left: 5px;
  }
  .right-mydetails-wrapper {
    margin-left: 0px;
  }
  .left-mydetails-wrapper {
    margin-right: 0px;
  }
  .default-message-success p {
    width: auto;
    padding: 10px 0px;
  }
  .tipping-tracker-view-col-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .add-tip-button {
    padding: 10px 5px;
    font-size: 12px;
  }
  .indv-tipping-tracker-search-result .col:nth-child(3),
  .indv-tipping-tracker-search-result .col:nth-child(4),
  .indv-tipping-tracker-search-result .col:nth-child(5) {
    display: none !important;
  }
  .tipping-tracker-results-loop-headers .col:nth-child(3),
  .tipping-tracker-results-loop-headers .col:nth-child(4),
  .tipping-tracker-results-loop-headers .col:nth-child(5) {
    display: none !important;
  }
  .inner-application-page-wrapper h3:before {
    font-size: 25px;
  }
  .inner-application-page-wrapper h3 {
    font-size: 14px;
  }
  .inner-application-page-wrapper .table-header th:nth-child(3),
  .inner-application-page-wrapper .table-header th:nth-child(4),
  .inner-application-page-wrapper .table-header th:nth-child(5) {
    display: none !important;
  }
  .inner-application-page-wrapper td:nth-child(3),
  .inner-application-page-wrapper td:nth-child(4),
  .inner-application-page-wrapper td:nth-child(5) {
    display: none !important;
  }
  .dashboard-page-intro h3 {
    font-size: 19px;
    text-align: center;
    padding: 0px 10px;
  }
  .indv-dashboard-nav-wrapper {
    padding: 10px;
  }
  .default-header-wrapper .default-login-button {
    text-align: center;
    margin-top: 10px;
  }
  .default-header-wrapper {
    text-align: center;
  }
  .default-header-logo img {
    float: none;
    margin: 0px auto;
    display: block;
  }
  .checkbox-text {
    width: 85% !important;
  }
  .checkbox-label {
    width: 10% !important;
  }
  .checkbox-form-group .right-form-group {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .centre-form-group {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .right-form-group {
    margin-left: 0px;
  }
  .left-form-group {
    margin-right: 0px;
  }
  .reset_pass {
    padding: 10px 0px;
    font-size: 14px;
    display: block;
    width: 95%;
    text-align: center;
    float: none;
    margin-top: 5px;
  }
  .default-btn {
    float: none;
    padding: 10px 0px;
    font-size: 14px;
    display: block;
    min-width: 1px;
    width: 95%;
  }
  .register-link {
    padding: 9px 0px;
    font-size: 14px;
    display: block;
    width: 95%;
    text-align: center;
  }
}
