body a {
  color: #003c69;
  font-weight: 600;
  /*&.btn-primary {
            background-color: @MainBlue;
            border-color: @MainBlue;

            &:hover {
                background-color: @MainBlue;
                border-color: @MainBlue;
            }

            &:focus {
                background-color: @MainBlue;
                border-color: @MainBlue;
            }
        }*/
}
body a:hover {
  color: #003c69;
}
body a:focus {
  color: #003c69;
}
body .btn-primary {
  color: #fff;
  background-color: #003c69;
  border-color: #003c69;
}
body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active,
body .btn-primary:active:focus {
  color: #fff;
  background-color: #003c69;
  border-color: #003c69;
}
body .btn-default {
  color: #003c69;
  background-color: #fff;
  border-color: #003c69;
}
body .btn-default:hover,
body .btn-default:focus,
body .btn-default:active {
  border-color: #003c69;
  color: #003c69;
}
body #mobileActions {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 40px;
  z-index: 100;
}
@media only all and (max-width: 43em) {
  body #mobileActions {
    display: block;
    margin: 5px 0 0 0;
  }
}
body #toggle-site a {
  background: url(/_webresource/parc_mobile-menu.png) no-repeat scroll center 35% rgba(0, 0, 0, 0);
  display: block;
  height: 32px;
  border-left: 1px solid #e8e6cb;
}
@media only all and (max-width: 43em) {
  body #toggle-site a span {
    left: -9999em;
    position: absolute;
  }
}
body #header {
  position: relative;
}
body #header #qg-logo {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 2em;
  line-height: 1;
  float: left;
  clear: left;
}
body #header #qg-logo img {
  width: 240px;
  height: 42px;
  display: block;
  border: none;
}
body #header #tools {
  float: right;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body #header #tools > li {
  display: block;
  float: left;
  background: transparent url(/_webresource/parc_separator-light-blue.png) no-repeat right center;
}
body #header #tools > li.last-child {
  background: none;
}
body #header #tools > li > a {
  background-color: transparent;
  padding-bottom: 9px;
}
body #header #tools > li > a:hover,
body #header #tools > li > a:focus,
body #header #tools > li > a:active {
  background-color: transparent;
}
body #header #tools > li.open > a {
  background-color: transparent;
}
body #header #tools > li.open > a:hover,
body #header #tools > li.open > a:focus,
body #header #tools > li.open > a:active {
  background-color: transparent;
}
body #header #tools > li .dropdown-menu .active a {
  background-color: #003c69;
  color: #fff;
}
body #header #tools > li .dropdown-menu .active a:hover,
body #header #tools > li .dropdown-menu .active a:focus,
body #header #tools > li .dropdown-menu .active a:active {
  background-color: #003c69;
  color: #fff;
}
body #head-split #site-name {
  position: relative;
  width: auto;
  left: auto;
  margin-left: 5px;
  line-height: 1;
  margin-top: 7px;
  margin-bottom: 5px;
  margin-right: 2em;
  float: left;
  clear: left;
  font-size: 100%;
}
body .navbar-inverse {
  background-color: #003c69;
  margin-bottom: 5px;
}
body .navbar-inverse .navbar-nav > li a:hover {
  background-color: transparent;
}
body .navbar-inverse .navbar-nav .open a,
body .navbar-inverse .navbar-nav .open a:hover,
body .navbar-inverse .navbar-nav .open a:focus {
  background-color: transparent;
}
body .navbar-inverse .navbar-brand {
  color: #fff;
}
body .navbar-inverse .navbar-brand a,
body .navbar-inverse .navbar-brand a:hover,
body .navbar-inverse .navbar-brand a:focus {
  color: #fff;
}
body .footer-top {
  background-color: #d6e2ee;
  color: #003c69;
}
body .footer-top h4 {
  color: #003c69;
}
body footer {
  background-color: #003c69;
}
body footer .footer-bottom {
  background-color: #003c69;
}
ul#document-types {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul#document-types li {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 0 5px 0;
  border-radius: 5px;
}
.document-type-header {
  display: inline;
  font-size: 20px;
  font-weight: 600;
}
.document-type-supplied {
  background-image: url('parc_green-tick.png');
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  height: 20px;
  width: 20px;
  margin-top: 5px;
}
.document-type-required {
  color: #a94442;
  font-weight: 700;
  margin: 0 0 0 3px;
  display: inline-block;
}
#spinner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.8;
  background-color: #000;
  z-index: 99;
  text-align: center;
}
.cp-spinner {
  top: 50%;
  opacity: 1;
}
body .entity-grid .message {
  margin-top: 0;
}
.entity-timeline {
  height: 600px;
  overflow-y: auto;
  padding-right: 15px;
}
.entity-timeline .timelineheader {
  padding-bottom: 10px;
}
.entity-timeline .timelineheader .title {
  display: none;
}
.entity-timeline .notes {
  clear: both;
  padding-top: 5px;
}
.entity-timeline .notes .note {
  border: 1px solid #555;
  margin: 5px 0;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff !important;
}
.entity-timeline .notes .note .row .content {
  padding-bottom: 0;
  padding-top: 0;
}
.entity-timeline .notes .note .row .header {
  padding-top: 7px;
}
.entity-timeline .notes .note .row .header .modifiedon {
  display: none;
}
.entity-timeline .notes .note .createdby {
  display: none;
}
.entity-timeline .notes .note .attachment-separator {
  display: none;
}
.entity-timeline .notes .note .attachment-outer-border {
  padding-top: 0;
}
.entity-timeline .notes .note-attachment .row .attachment {
  padding-top: 10px;
}
.landing_page ul {
  list-style-type: none;
  padding: 0 40px 40px 40px;
}
.landing_page ul li {
  padding: 25px 0;
  clear: both;
}
.landing_page ul li .image-container {
  float: left;
  width: 100px;
}
.landing_page ul li .image-container img {
  width: 120px;
  height: 120px;
}
.landing_page ul li .text-container {
  margin-left: 130px;
}
.landing_page ul li .text-container h3 {
  margin-top: 28px;
  font-size: 20px;
  font-weight: 600;
}
.landing_page .page-copy {
  margin-bottom: 0;
}
.landing_page .map-container {
  text-align: center;
  border: 1px solid #ddd;
}
.landing_page .map-container div {
  font-weight: 600;
}
.landing_page .map-container img {
  width: 350px;
  margin-top: 20px;
  max-width: 100%;
}
.landing_page .login-register {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border: 1px solid #ddd;
}
.landing_page .login-register .btn {
  margin: 10px 0 20px 0;
  padding: 10px 32px;
}
.contact-us ul {
  list-style: none;
}
.contact-us ul li {
  margin-bottom: 15px;
}
.contact-us ul h5 {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}
.cancel-permit {
  margin: 10px 0 50px 0;
}
.email {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: -20px;
}
.email .body {
  border: 1px solid #aaa;
  padding: 20px;
  margin: 0 0 20px 0;
}
.email label {
  margin-bottom: 10px;
  width: 120px;
}
.email .attachments ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.email .attachments ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.email .attachments ul li a {
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 3px;
  background-color: #eee;
  margin: 0;
}
.page-header {
  border: 0;
  margin: 0;
  padding: 0 0 10px 0;
}
.page-header h1 {
  margin-top: 0;
}
.application-id {
  font-size: 25px;
  font-weight: 700;
}
.status {
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  font-style: italic;
}
.hidden {
  display: none;
}
.section-title {
  padding: 0 0 10px 10px;
  font-size: 15px;
}
.tab-title {
  font-size: 26px;
}
.tab-title .required:after {
  color: #a94442;
  font-weight: 700;
  content: '*';
}
.modal-short.modal-form .modal-body iframe {
  height: 500px;
}
.lookup-modal .remove-value {
  display: none;
}
#submit-instructions {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #faebcc;
}
#submit-instructions .heading {
  font-weight: 600;
  font-size: 1.2em;
  padding-bottom: 10px;
}
#submit-instructions .category-name {
  font-weight: 600;
}
#submit-instructions a {
  border-bottom: 1px dotted #003c69;
  text-decoration: none;
}
.instructions {
  padding: 0 0 15px 10px;
}
.crmEntityFormView .cell {
  padding-left: 10px;
  padding-right: 0;
}
.crmEntityFormView .cell.web-resource-cell {
  padding-right: 10px;
}
.crmEntityFormView .cell.form-control-cell .description.below,
.crmEntityFormView .cell.picklist-cell .description.below {
  padding: 10px;
  background-color: #faebcc;
  color: #000;
  border-radius: 0 0 3px 3px;
  border: 1px solid #bbb;
  width: 95%;
  clear: both;
  border-top: 0;
}
@media only all and (max-width: 768px) {
  .crmEntityFormView .cell.form-control-cell .description.below,
  .crmEntityFormView .cell.picklist-cell .description.below {
    width: 92%;
  }
}
.crmEntityFormView .cell .dropdown-menu > .active > a {
  background-color: #337ab7;
  margin-left: 0;
  display: block;
  color: #fff;
}
.crmEntityFormView .cell .dropdown-menu > .active > a:hover {
  background-color: #337ab7;
}
.crmEntityFormView .cell .dropdown-menu > .active > a:focus {
  background-color: #337ab7;
}
.crmEntityFormView .cell .dropdown-menu > li a {
  margin-left: 0;
}
.crmEntityFormView .cell .dropdown-menu > li a label {
  padding: 0 20px 1px 25px;
}
.crmEntityFormView .cell .dropdown-menu > li a label.checkbox {
  float: none;
  /* display: block; */
}
.crmEntityFormView .cell.crmquickform-cell:first-child {
  border-right: 0;
}
.crmEntityFormView .cell div.control {
  width: 95%;
  float: left;
}
@media only all and (max-width: 768px) {
  .crmEntityFormView .cell div.control {
    width: 92%;
  }
}
.crmEntityFormView fieldset {
  margin-bottom: 0;
}
.crmEntityFormView table[data-name="operation-hours-section"].section {
  overflow: visible;
}
.help-icon {
  display: inline-block;
  color: #fff;
  background-color: #003c69;
  border-radius: 20px;
  height: 22px;
  width: 22px;
  padding: 0px 0 3px 8px;
  font-weight: 700;
  margin-top: 9px;
  margin-left: 2px;
  cursor: pointer;
  float: left;
}
#quick_view_sla.crmEntityFormView .cell {
  padding-left: 0px;
}
.required-message {
  padding-bottom: 20px;
}
.view-actions {
  padding-bottom: 20px;
}
.view-actions div {
  margin-right: 5px;
}
.password-change {
  text-align: center;
  background: #d44646;
  color: #fff;
  padding: 10px;
}
.password-change > a {
  color: #fff;
  text-decoration: underline;
  margin-left: 0;
}
.password-change > a:hover {
  color: #fff;
  text-decoration: underline;
}
.password-change > a:focus {
  color: #fff;
  text-decoration: underline;
}
.typeahead__container {
  font-size: 15px;
}
.typeahead__container .typeahead__field .typeahead__query {
  font-size: 15px;
}
.typeahead__list {
  max-height: 250px;
  overflow-y: scroll;
}
.typeahead__list .typeahead__item:hover {
  background-color: #d6e2ee;
}
.typeahead__list .typeahead__item > a {
  font-weight: normal;
}
.typeahead__list .typeahead__item > a:hover {
  background-color: #d6e2ee !important;
}
/*Scroll bar*/
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Hide Font Awesome icon */
.nav-account .nav-link .fa {
  display: none;
}
.nav-account .nav-link[aria-label="Sign in"]::before {
  position: relative;
  content: "\f1be"; /* Correct Unicode for bi-box-arrow-in-right */
  font-family: "bootstrap-icons";
  font-size: 1rem;
  font-weight: 1000;
  top: 2px;
}
.nav-tabs.nav-account .nav-link[aria-label="Redeem invitation"] {
  color: #003c69 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.nav-account .nav-link[aria-label="Sign in"] {
  color: #003c69 !important;
  font-weight !important;
}
.fa-info-circle::before {
  content: "\f430"; /* Unicode for Bootstrap Icons info-circle-fill */
  font-family: "bootstrap-icons";
  font-weight: normal;
}
.fa-list::before {
  content: "\F478"; 
  top: 2px;
  position:relative;
  font-family: "bootstrap-icons";
}
.form-control{
  height: 41px;
}
.fa-search::before {
  content: "\f52a";
  font-family: "bootstrap-icons";
  }
.fa-arrow-down::before {
  content: "\F128"; 
  font-family: "bootstrap-icons";
}
.fa-plus-circle::before {
  content: "\F4F9"; 
  font-family: "bootstrap-icons";
  font-weight: normal;
}
.fa-chevron-down::before {
  content: "\F282"; 
  font-family: "bootstrap-icons";
}
.fa-times::before {
  content: "\F659"; 
  font-family: "bootstrap-icons";
}
.btn.btn-default.clearlookupfield{
  height: 41px;
}
.btn.btn-default.launchentitylookup{
  height: 41px;
}
.fa-exclamation-triangle::before {
  content: "\F33A"; 
  font-family: "bootstrap-icons";
  position: relative;
  top: 2px;
  font-size: 20px;
  font-weight: 100;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: 5px;
  right: -21px;
  color: inherit;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .6;
}
.section-title h3 {
  font-size: 24px !important;
  position: relative;
  top: 10px;
}
.fa-user::before {
  content: "\F4DA"; 
  font-family: "bootstrap-icons";
  font-size: x-large;
}
.fa-arrow-right::before {
  content: "\F138"; 
  font-family: "bootstrap-icons";
}
.fa-file::before {
  content: "\F369"; 
  font-family: "bootstrap-icons";
}
.btn-md {
  padding: 1px 5px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.dropdown-menu {
    /* min-width: auto !important; */
    padding: 5px 10px !important;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: none !important;
    border: 1px solid #ccc;
}
.fa-arrow-up::before {
  content: "\F148"; 
  font-family: "bootstrap-icons";
}
.fa-check::before {
  content: "\F26E"; 
  font-family: "bootstrap-icons";
  font-size: 15px; 
  vertical-align: middle;
}
.fa-trash-can::before {
  content: "\F78B"; 
  font-family: "bootstrap-icons";
}
.entity-grid .view-grid {
  overflow-x: visible !important;
}
.img-thumbnail {
  max-width: 100px !important; 
  max-height: 100px !important;
}
.h5, h5 {
  font-size: 15px;
}
.col-lg-12 {
  padding-left: 15px !important; 
}
.view-grid th a {
  text-decoration: none !important; 
}
.view-grid th a:hover {
  text-decoration: underline !important; 
}
.section-title h3 a {
  text-decoration: none !important; 
}
.section-title h3 a:hover {
  text-decoration: underline !important; 
}
.fa-pencil-square-o::before {
  content: "\F4CA"; 
  font-family: "bootstrap-icons";
  top: 2px;
  position:relative;
}
.fa-calendar::before {
  content: "\F1F2"; 
  font-family: "bootstrap-icons";
}
.input-group-addon {
  height: 41px;
}
.crmEntityFormView .actions {
  margin: 50px 0 !important; 
}
.modal-lg .modal-content {
  width: 898px !important;
}
.entity-lookup .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}
#parc_contactid_lookupmodal .entity-lookup .modal-content {
  max-width: 598px !important; 
  flex: 0 0 auto !important; 
}
.fa-chevron-right::before {
  content: "\F285"; 
  font-family: "bootstrap-icons";
}
.fa-chevron-left::before {
  content: "\F284"; 
  font-family: "bootstrap-icons";
}
.fa-edit::before {
  content: "\F4CA"; 
  font-family: "bootstrap-icons";
}
.modal-addnote .modal-content {
  width: 596px !important;
}
.fa-trash-o::before {
  content: "\F5DE"; 
  font-family: "bootstrap-icons";
}
body .navbar-inverse .navbar-brand a {
  text-decoration:none !important;
}
body .navbar-inverse .navbar-brand a:hover {
  text-decoration:underline !important;
}
.fa-lock::before {
  content: "\F47A"; 
  font-family: "bootstrap-icons";
}
.fa-filter::before {
  content: "\F3E0"; 
  font-family: "bootstrap-icons";
}
textarea.form-control {
  height:auto !important;
}
.fa-envelope::before {
  content: "\F32C"; 
  font-family: "bootstrap-icons";
  font-size: medium;
}
.fa-ban::before {
  content: "\F6B6"; 
  font-family: "bootstrap-icons";
}
.fa-print::before {
  content: "\F500"; 
  font-family: "bootstrap-icons";
  top: 3px;
  position: relative;
}
.attachment-outer-border .row {
  width: 210px;
}
