@charset "UTF-8";
.site-font, body {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.padding-0 {
  padding: 0;
}

.padding-4 {
  padding: 4px;
}

.padding-8 {
  padding: 8px;
}

.padding-12 {
  padding: 12px;
}

.padding-16 {
  padding: 16px;
}

.padding-20 {
  padding: 20px;
}

.padding-24 {
  padding: 24px;
}

.padding-28 {
  padding: 28px;
}

.padding-32 {
  padding: 32px;
}

.margin-0, .table, li a {
  margin: 0;
}

.margin-4 {
  margin: 4px;
}

.margin-8 {
  margin: 8px;
}

.margin-12 {
  margin: 12px;
}

.margin-16 {
  margin: 16px;
}

.margin-20 {
  margin: 20px;
}

.margin-24 {
  margin: 24px;
}

.margin-28 {
  margin: 28px;
}

.margin-32 {
  margin: 32px;
}

a {
  color: #3f51b5;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: #4185ff;
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  color: #637381;
  text-align: left;
  background-color: white;
}

dl dd, dl dt {
  margin-top: 8px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #00338d;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

label {
  color: #00338d;
}

footer {
  background-color: #181b35;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer a {
  color: #4185ff;
}
footer a:hover, footer a:focus {
  color: white;
}

textarea {
  resize: none;
  max-height: 400px;
}

th {
  font-size: 13px;
  font-weight: bold;
}

/* latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Merriweather Sans"), local("MerriweatherSans-Regular"), url(/merriweathersans.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.table:focus {
  outline: none;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: none;
  line-height: 32px;
  padding: 0 12px;
  white-space: nowrap;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-weight: 400;
}

.table-striped tbody {
  color: black;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #e0f9da;
}

.breadcrumb {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  border-radius: 2px;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  color: #6c757d;
}

.breadcrumb > li + li:before {
  padding-right: 8px;
  padding-left: 8px;
  color: #6c757d;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus .nav .active {
  background-color: white;
  border-color: #4185ff;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: calc(100vh - 200px);
}

.navbar-brand {
  padding: 0;
}

@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.navbar-fixed-top.navbar {
  min-height: 54px;
}

.navbar-fixed-top .navbar-header,
.navbar-fixed-top.navbar .navbar-collapse {
  padding-top: 0;
}

@media (max-width: 768px) {
  .navbar a,
.hamburger {
    padding: 10px;
  }

  .navbar-fixed-top.navbar {
    min-height: 50px;
  }
}
.navbar-toggle .icon-bar {
  background-color: #637381;
}

.nav-tabs {
  border: none;
  margin-right: 15px;
  margin-left: 15px;
}
.nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  margin: 0;
  transition: 0.3s all;
  padding: 6px 12px;
}
.nav-tabs .dropdown-item {
  color: #637381;
}

.tab-content {
  padding-top: 8px;
}

@media (min-width: 1200px) {
  .navbar-nav > li > a {
    padding: 15.5px 12px;
  }

  .nav-link {
    float: left;
  }
}
.nav-tabs .nav-link:focus {
  background-color: transparent;
  color: white;
  outline: none;
}

.navbar .nav-tabs .nav-link:focus {
  color: #637381;
}

.nav-tabs .active,
.nav-tabs .active:focus {
  background-color: #eee;
  border: none;
  border-bottom: 2px solid #4185ff;
  pointer-events: none;
  font-size: 18px;
}

.nav a,
.nav a:hover,
.nav a:focus,
.nav li {
  outline: none;
  border-color: transparent;
  margin: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}

.nav-tabs > li > a {
  margin: 0;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

.navbar {
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #34b233;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  color: white;
  margin-bottom: 0;
}

.navbar .active > a,
.navbar a.active,
.navbar a.open,
.navbar .open > a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar a {
  color: white;
  display: block;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border-bottom: 2px solid transparent;
}

.navbar a:hover {
  border-bottom: 2px solid #eee;
}

.footer-top {
  background-color: #34b233;
  color: white;
}

.footer-top h1, .footer-top h2, .footer-top h3, .footer-top h4, .footer-top h5, .footer-top h6, .footer-top .h1, .footer-top .h2, .footer-top .h3, .footer-top .h4, .footer-top .h5, .footer-top .h6, .footer-bottom h1, .footer-bottom h2, .footer-bottom h3, .footer-bottom h4, .footer-bottom h5, .footer-bottom h6, .footer-bottom .h1, .footer-bottom .h2, .footer-bottom .h3, .footer-bottom .h4, .footer-bottom .h5, .footer-bottom .h6 {
  color: white;
}

.page-header {
  margin: 0;
  border-bottom: 3px solid #c8c8c8;
}
.page-header h1 {
  font-size: 25px;
  margin: 0;
}

.page-heading {
  padding-top: 0;
}

.panel {
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.panel-default {
  border-color: none;
}

.panel-heading span + span {
  padding-left: 8px;
}

@media (min-width: 768px) {
  body > .container,
body > div > .container,
body > form > .page-heading > .container,
body > form > .container,
.navbar > .container, footer .container {
    width: calc(100% - 32px);
  }
}
@media (min-width: 1200px) {
  body > .container,
body > div > .container,
body > form > .page-heading > .container,
body > form > .container,
.navbar > .container,
footer .container {
    width: calc(100% - 72px);
  }
}
.modal {
  padding: 0 !important;
}

.modal-dialog {
  margin: 64px;
  width: calc(100% - 128px);
  height: calc(100% - 128px);
}

.modal-content {
  display: flex;
  flex-flow: column;
  border: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modal-body iframe {
  flex: 1 1 auto;
  height: calc(100vh - 218px) !important;
}
.modal-body .modal-body .entity-grid {
  width: 100%;
  overflow-y: visible;
}
.modal-body .modal-body .form-horizontal.addnote {
  width: 100%;
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 25px);
  }

  .modal-body iframe {
    height: calc(100vh - 115px) !important;
  }
}
.modal-header {
  background-color: #34b233;
  color: white;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.modal-header h1 {
  color: white;
}
.modal-header button {
  color: white;
}

.dropdown-menu, .af_list {
  background-color: white;
  background-clip: padding-box;
  display: block;
  padding: 4px 0;
  margin: 0;
  opacity: 0;
  overflow-y: auto;
  transform: scale(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149);
}

.dropdown-search {
  overflow: visible;
  padding: 4px 8px;
}

@media (min-width: 1200px) {
  .navbar-collapse .dropdown-menu, .navbar-collapse .af_list {
    position: absolute;
  }

  .navbar-nav .dropdown-menu, .navbar-nav .af_list {
    display: block !important;
  }
}
.af_list[style*="display: block;"],
.open > .dropdown-menu,
.open > .af_list,
.dropdown-menu.show,
.show.af_list,
.bootstrap-datetimepicker-widget.dropdown-menu,
.bootstrap-datetimepicker-widget.af_list {
  opacity: 1;
  transform: scale(1);
  display: block !important;
}

@media (max-width: 1199px) {
  .dropdown-menu, .af_list {
    max-height: 0;
  }

  .open > .dropdown-menu, .open > .af_list,
.dropdown-menu.show,
.show.af_list,
.bootstrap-datetimepicker-widget.dropdown-menu,
.bootstrap-datetimepicker-widget.af_list {
    max-height: none;
  }
}
.dropdown-menu.show, .show.af_list {
  display: block;
}

.af_list .af_item,
.dropdown-menu .dropdown-item,
.af_list .dropdown-item,
.dropdown-menu > li > a,
.af_list > li > a {
  position: relative;
  display: block;
  align-items: center;
  padding: 12.8px 24px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: 100%;
  margin: 0;
  clear: both;
  font-weight: 500;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: none !important;
  border-left: 4px solid transparent;
  transition: all 0.3s;
}

.af_list .af_item,
.dropdown-menu .dropdown-item,
.af_list .dropdown-item,
.dropdown-menu > li > a,
.af_list > li > a {
  min-width: 112px;
  min-height: 48px;
}

.dropdown-toggle:focus {
  border: none !important;
}

.dropdown-toggle i {
  position: absolute;
  top: 12px;
  right: 8px;
}

.dropdown-toggle i {
  position: absolute;
  top: 12px;
  right: 8px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.open .dropdown-toggle i {
  transform: rotate(180deg) translate(0, 3px);
}
.open .lookup-dropdown-toggle:focus ~ .select-dropdown-icon,
.open .dropdown-toggle:focus ~ .select-dropdown-icon {
  color: #004fda;
  transform: rotate(180deg) translate(0, 3px);
}

.af_list .af_item:focus,
.af_list .af_item:hover,
.dropdown-menu .dropdown-item.active,
.af_list .dropdown-item.active,
.dropdown-menu .dropdown-item:focus,
.af_list .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.af_list .dropdown-item:hover,
.dropdown-menu > .active > a,
.af_list > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.af_list > li > a:hover {
  color: #637381;
  text-decoration: none;
  background-color: #eee;
  border-bottom: none !important;
  border-left: 4px #ccc solid;
}

@media (min-width: 1200px) {
  .af_list .af_item,
.dropdown-menu .dropdown-item,
.af_list .dropdown-item,
.dropdown-menu > li > a,
.af_list > li > a {
    color: #637381;
  }

  .af_list .af_item,
.dropdown-menu .dropdown-item:focus,
.af_list .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.af_list .dropdown-item:hover {
    color: black;
  }
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group-btn .btn.btn-default {
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group-addon:hover {
  background-color: #e6e6e6;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

input + .input-group-btn {
  padding-left: 8px;
}

input::-ms-clear {
  display: none !important;
}

.control .input-group {
  width: 100%;
}

.form-control {
  border: none;
  box-shadow: none;
  background: no-repeat bottom, 50% calc(100% - 1px);
  background-size: 0 100%, 100% 100% !important;
  background-image: linear-gradient(0deg, #004fda 2px, rgba(63, 81, 181, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1.07px, transparent 0) !important;
  min-width: 80px;
  transition: background 0.3s ease-out;
}

.form-control,
textarea.form-control {
  height: 35px;
}

.form-control:focus {
  background-size: 100% 100%, 100% 100% !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.crmEntityFormView .form-control[readonly][disabled],
.crmEntityFormView .form-control.readonly,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: rgba(204, 204, 204, 0.25);
}

.form-control.psudoHidden, .af_list .form-control.af_footer {
  padding: 0 !important;
}

.form-custom-actions .btn {
  margin-top: 0;
}
@media (max-width: 768px) {
  .form-custom-actions .btn {
    margin-bottom: 4px;
  }
}

.form-custom-actions {
  margin: 0;
}

.btn,
.input-group-addon {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.5;
  outline: 0;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: auto;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn .fa-spin {
  padding: 4px;
  right: 4px;
}

.input-group-addon {
  width: 40px;
}

.EntityFormPanel .input-group-addon {
  cursor: pointer;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 5px;
}

.btn-default,
.input-group-addon {
  background-color: white;
  border: 1px solid #004fda;
}

.btn-primary {
  background-color: #004fda;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.input-group-addon:hover {
  background-color: #e6e6e6;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #4185ff;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149);
}

.btn-primary:focus {
  color: white;
}

.btn-primary:active {
  box-shadow: 0 1px 5px 0 rgba(60, 64, 67, 0.302), 0 7px 13px 5px rgba(60, 64, 67, 0.149);
}

.btn-primary:focus,
.btn-default:focus,
.input-group-addon:focus {
  outline: 0;
}

.row .form-custom-actions .clearfix {
  padding: 0;
}

.boolean-radio label + label {
  margin-left: 12px;
}

.boolean-radio label,
.checkbox label,
.radio label {
  top: 4px;
  position: relative;
  padding-left: 35px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 5px;
}

.view-grid {
  overflow: hidden;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* position: absolute; */
  /* right: 0; */
  /* width: 42px !important; */
}
.view-grid .dropdown-menu, .view-grid .af_list {
  right: auto;
}
.view-grid th {
  background-color: #34b233;
  border-bottom: none !important;
  color: white;
}
.view-grid th a {
  color: white;
}
.view-grid td:focus {
  outline: none;
}
.view-grid td:before {
  content: " ";
  min-height: 32px;
  float: left;
}
.view-grid th, .view-grid td {
  min-height: 32px;
  width: auto !important;
  line-height: 32px;
}
.view-grid th:nth-last-child(2),
.view-grid td:nth-last-child(2) {
  padding-right: 50px;
}
.view-grid th[aria-label*=Actions] {
  border-top-right-radius: 4px;
}
.view-grid thead th[aria-label*=Actions],
.view-grid tbody tr td:not([data-th]):not([data-value]):not(.postedon) {
  padding: 0 8px !important;
  position: sticky;
  right: 0;
  width: 42px !important;
}
.view-grid tr[aria-checked] {
  cursor: pointer;
}
.view-grid tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
@media (max-width: 767px) {
  .view-grid td:not([data-th]) {
    position: relative;
    width: 100% !important;
    background-color: white;
  }
}
.view-grid td .info,
.view-grid th.info,
.view-grid tr.info td,
.view-grid tr.info th {
  background-color: #e2e2e2 !important;
}
.view-grid tbody tr:hover {
  background-color: #f4f4f4;
}
.view-grid tbody tr:hover td {
  color: #4185ff;
}

@media (max-width: 767px) {
  .table-fluid td {
    white-space: normal !important;
  }

  .table.table-fluid > tbody > tr > td {
    border-top: 1px solid #ddd;
  }
}
.pagination li a {
  color: #00338d;
  border: none;
  border-radius: 50%;
  height: 40px;
  min-width: 0;
  margin: 0 6px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  padding: 8px;
  width: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li span:hover,
.pagination li span:focus {
  color: #004fda;
  border: none;
}
.pagination li a:hover,
.pagination li a:focus {
  background-color: #eee;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149);
}
.pagination li:first-child > a,
.pagination li:first-child > span {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.pagination li:last-child > a,
.pagination li:last-child > span {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active a:focus,
.pagination .active span:hover,
.pagination .active span:focus {
  background-color: #004fda;
  border-color: none;
}
.pagination .disabled {
  display: none;
}

iframe.quickform:not([src="about:blank"]) {
  height: initial;
}

.view-pagination .pagination {
  padding: 15px 0;
}

#WebFormControl {
  padding-bottom: 12px;
}

.grid-actions {
  border: 0;
  padding-bottom: 0;
}
.grid-actions a.btn.action {
  margin: 0;
}

.entitylist-filter-option-group-box-overflow {
  overflow-y: visible;
}

.entitylist-filter-option-group-label:after {
  content: ":";
  font-weight: 600;
}

.entitylist-filter {
  position: relative;
}
.entitylist-filter .input-group-addon {
  display: none;
}
.entitylist-filter .panel-body > ul {
  width: 100%;
}
.entitylist-filter .entitylist-filter-option-group .h4,
.entitylist-filter .entitylist-filter-option-group .list-unstyled {
  display: inline-block;
  width: 50%;
}
.entitylist-filter .entitylist-filter-option-group .h4 {
  color: #00338d;
  float: left;
  height: 35px;
  margin: 0;
  padding: 12px 21px 12px 0;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

.entity-lookup .view-grid,
.entity-associate .view-grid {
  height: 100%;
  max-height: 100%;
}

.entity-grid {
  position: relative;
}
.entity-grid .alert {
  padding: 0;
  margin-bottom: 0;
}
.entity-grid .message {
  margin: 5px 0;
  padding: 5px;
}
.entity-grid .view-empty.message {
  background-color: #faebcc;
  border-color: #faebcc;
  color: #000;
}
.entity-grid .view-loading.message {
  position: static;
  margin: 41px 0 20px 0;
}
.entity-grid .view-grid {
  overflow-x: visible;
}

.validators {
  display: none;
}

.crmEntityFormView .section-title {
  color: #34b233;
  font-size: 18px;
  padding-left: 12px;
}
.crmEntityFormView .state,
.crmEntityFormView .status {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.crmEntityFormView fieldset {
  margin: 0;
}
.crmEntityFormView .cell.checkbox-cell {
  vertical-align: middle;
}
.crmEntityFormView .cell.checkbox-cell .info {
  width: calc(100% - 25px);
  padding-left: 0;
}
.crmEntityFormView .cell.checkbox-cell .info label {
  cursor: pointer;
}
.crmEntityFormView .cell.checkbox-cell .control label {
  display: inline-block;
  top: 0;
  padding-left: 20px;
}
.crmEntityFormView .picklist-cell div.control {
  position: relative;
}
.crmEntityFormView .cell.checkbox-cell:first-child {
  padding: 0 28px 20px;
}
.crmEntityFormView .cell.boolean-radio-cell label {
  display: inline-block;
  padding-right: 12px;
}
.crmEntityFormView .cell.crmquickform-cell:first-child {
  border-right: none;
}
.crmEntityFormView .cell {
  vertical-align: middle;
  padding: 0 12px 10px;
}
.crmEntityFormView table.table td,
.crmEntityFormView table.table td:first-child {
  padding: 0 12px;
}
.crmEntityFormView .tab {
  margin: 0;
}
.crmEntityFormView .tab .tab-column {
  padding: 0;
}
@media (max-width: 1440px) {
  .crmEntityFormView .tab .tab-column {
    width: 100% !important;
  }
}
.crmEntityFormView .tab-title {
  border-bottom: 3px solid #ccc;
  color: #00338d;
  font-weight: bold;
  padding-bottom: 6px;
  margin: 0 0 8px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .crmEntityFormView .cell,
.crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0;
  }
  .crmEntityFormView table.section {
    overflow: visible;
  }
}
a.attachment-file {
  color: #fff;
}

.entity-timeline div:nth-of-type(even).note {
  background-color: transparent;
}
.entity-timeline .notes {
  float: left;
  width: 100%;
}
.entity-timeline .note {
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 15px;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.entity-timeline .note .attachment-separator {
  background: none;
}
.entity-timeline .note .attachment-outer-border {
  border: 0;
  padding: 0;
}
.entity-timeline .note-attachment .row .attachment {
  padding: 8px 14px;
  margin: 0;
}
.entity-timeline .attachment-loadmore-section {
  background-color: #00338d;
  color: #fff;
  margin: 0 -15px;
}

.xrm-attribute-value-empty,
.xrm-editable-adx_weblinkset.xrm-entity-value-empty {
  height: 0 !important;
}

.aspNetDisabled label,
.aspNetDisabled .dropdown-toggle,
.aspNetDisabled .checkmark,
.aspNetDisabled .radiomark,
.aspNetDisabled *:before,
.aspNetDisabled *:after {
  border-color: #ccc !important;
  cursor: not-allowed;
}
.aspNetDisabled .radio *:before,
.aspNetDisabled .radio *:after,
.aspNetDisabled .boolean-radio *:before,
.aspNetDisabled .boolean-radio *:after,
.aspNetDisabled .checkmark *:before,
.aspNetDisabled .checkmark *:after {
  background-color: #ddd !important;
}

[hidden] {
  display: none !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 0;
}

.text-muted {
  z-index: 3;
}

.fa.fa-spin {
  display: inline;
  display: -webkit-inline-box;
}

.navbar .hamburger-inner,
.navbar .hamburger-inner::before,
.navbar .hamburger-inner::after,
.navbar .hamburger.is-active .hamburger-inner,
.navbar .hamburger.is-active .hamburger-inner::before,
.navbar .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.af_list {
  border: 0 !important;
}

.af_list .af_item {
  color: #637381;
}

.af_list .af_item:focus,
.af_list .af_item:hover {
  color: black;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: white;
}

.float-right {
  float: right;
}

.dollarHeaderText {
  font-size: 30px;
  font-weight: bold;
  color: #EE3924;
  display: inline-block;
}

.greenHeaderText {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 24px;
  color: #7cc242;
}

.grayHeaderText {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 14px;
  color: #c5c6c7;
  text-transform: uppercase;
}

.maoriHeaderText {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 18px;
  color: #000;
}

.headerPhone {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 18px;
  color: #094fa3;
}

.psudoHidden, .af_list .af_footer {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: fixed;
}

.can-overflow {
  overflow: visible !important;
}

.media-center, .dropdown-menu.preview, .preview.af_list {
  text-align: center;
}

.media-left, .dropdown-menu.preview dl, .preview.af_list dl {
  text-align: left;
}

.dropdown-menu.preview, .preview.af_list {
  position: fixed;
  left: 16px;
  width: 750px;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(60, 64, 67, 0.302), 0 7px 13px 5px rgba(60, 64, 67, 0.149);
}
.dropdown-menu.preview img, .preview.af_list img {
  height: 200px;
}
.collapsible {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}

.collapsible.active,
.collapsible:hover {
  opacity: 1;
}

.collapsible:after {
  margin-left: 12px;
  display: inline-block;
  transform: scale(0);
  content: " ⇓";
  transition: transform 0.3s ease-out;
}

.collapsible.active:hover:after {
  transform: rotate(180deg);
}

.collapsible:hover:after {
  transform: scale(1);
}

.navbar-brand-text {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 30px;
  text-shadow: 2px 2px black;
}

.navbar-brand-text-container {
  display: flex;
}
.navbar-brand-text-container a:hover,
.navbar-brand-text-container a:focus {
  border-bottom: none;
  color: #004fda;
  text-decoration: none;
}

.left, .presentation-control-left {
  left: 0;
}

.right, .presentation-control-right {
  right: 0;
}

.presentation {
  padding-top: 21px;
}

.presentation-inner .item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
  overflow: hidden;
}
.presentation-inner .item img {
  max-width: 100%;
  max-height: 100%;
}
.presentation-inner .item.next,
.presentation-inner .item.prev,
.presentation-inner .item.active {
  display: block;
}
.presentation-inner .item.next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.presentation-inner .active.item.left, .presentation-inner .active.item.presentation-control-left,
.presentation-inner .item.prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.presentation-inner .active.item.right, .presentation-inner .active.item.presentation-control-right,
.presentation-inner .item.next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.presentation-control {
  width: 50px;
  color: black;
}

.presentation-control-left {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  text-align: center;
  opacity: 0.5;
}

.presentation-control-left-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.presentation-control-left:hover .presentation-control-left-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.presentation-control-right {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  text-align: center;
  opacity: 0.5;
}

.presentation-control-right-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.presentation-control-right:hover .presentation-control-right-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.presentation-control-left-icon,
.presentation-control-right-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  transition: all 0.3s;
}

.presentation-indicators {
  list-style: none;
  padding: 10.5px 0 0 0;
  text-align: center;
}
.presentation-indicators li {
  cursor: pointer;
  display: inline;
  padding: 8px;
}
.presentation-indicators img {
  height: 54px;
  opacity: 0.5;
  transition: all 0.3s;
}
.presentation-indicators img:hover {
  opacity: 0.7;
}
.presentation-indicators .active img {
  opacity: 1;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.magnifyingGlass {
  cursor: none;
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 7px rgba(100, 100, 100, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
}

.scroll-indicator-container {
  background-color: #e2e2e2;
  position: absolute;
  z-index: 1;
  width: 100%;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.scroll-indicator {
  background-color: #004fda;
  height: 3px;
  width: 0;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.loading-indicator-container-full {
  display: flex;
}

.loading-indicator {
  width: 200px;
  margin: auto;
}

/* Select lookup */
.select-dropdown-icon {
  position: absolute;
  top: 12px;
  right: 8px;
  transition-property: transform, color;
}

/* Material checkbox */
.checkmark {
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #004fda;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:before {
  position: absolute;
  display: block;
  margin-left: 10px;
  color: #004fda;
  content: "";
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  transform: rotate(45deg);
}

.checkmark:hover,
.checkbox input:focus ~ .checkmark {
  background-color: #eee;
  border-color: #4185ff;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:before {
  animation: checkbox-on 0.3s forwards;
}

/* Hide the checkmark when checked */
.checkbox input ~ .checkmark:before {
  animation: checkbox-off 0.3s forwards;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  to {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, inset 0 0 0 0;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, inset 0 0 0 0;
  }
  50% {
    width: 0;
    height: 0;
    margin-left: 10px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, inset 0 0 0 0;
    transform: rotate(45deg);
  }
  51% {
    width: 25px;
    height: 25px;
    margin-top: 0;
    margin-left: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, inset 0 0 0 10px;
    transform: rotate(0deg);
  }
  to {
    width: 25px;
    height: 25px;
    margin-top: 0;
    margin-left: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, inset 0 0 0 0;
    transform: rotate(0deg);
  }
}
/* Material radio */
.radiomark {
  border-radius: 100%;
}

.radiomark:before {
  top: 0;
  left: 0;
  background-color: #004fda;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: scale3d(0, 0, 0);
}

.radiomark:after {
  top: 0;
  left: 0;
  cursor: pointer;
  border: 1px solid #004fda;
  border-radius: 50%;
  transition: border-color 0.3s ease;
}

/* On mouse-over, add a grey background color */
.radiomark:hover {
  background-color: #eee;
}

.radio input:focus ~ label .radiomark:after,
.boolean-radio input:focus ~ label .radiomark:after {
  border-color: #4185ff;
}

.radio input:focus ~ label .radiomark,
.boolean-radio input:focus ~ label .radiomark {
  background-color: #eee;
}

/* Show the radiomark when checked */
.radio input:checked ~ .radiomark:before,
.radio input:checked + label .radiomark:before,
.boolean-radio input:checked ~ .radiomark:before,
.boolean-radio input:checked + label .radiomark:before {
  background-color: #004fda;
  transform: scale3d(0.5, 0.5, 1);
}

/* Shared properties */
.checkmark,
.radiomark {
  cursor: pointer;
  clip: auto;
  left: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-indent: -9999px;
}

.checkmark,
.radiomark,
.radiomark:before,
.radiomark:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
}

.checkmark.disabled,
.checkmark.disabled:before,
.radiomark.disabled,
.radiomark.disabled:before,
.radiomark.disabled:after {
  cursor: not-allowed;
}

.material-label-container {
  padding-top: 24px;
  position: relative;
}

.material-label {
  position: absolute;
  left: 12px;
  top: 40px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  color: #637381;
  cursor: text;
}

.material-label.show-input {
  top: 0;
  left: 0;
  color: #00338d;
  font-size: 15px;
  font-weight: bold;
}

/* Transitions */
.transitions, .select-dropdown-icon {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* Animations */
.animated, .bootstrap-datetimepicker-widget.dropdown-menu, .crmEntityFormView .cell, .bootstrap-datetimepicker-widget.af_list {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.zoomIn, .crmEntityFormView .cell {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.scaleIn, .bootstrap-datetimepicker-widget.dropdown-menu, .bootstrap-datetimepicker-widget.af_list {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, 0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes scaleIn {
  0.1% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.filter-option-header {
  color: red;
  font-size: medium;
  font-style: italic;
}

.filter-option-out-focus {
  opacity: 0.4;
}

.moh-required::after {
  content: " - MOH required";
  color: #ff0000;
  font-size: x-small;
}

.acc-required::after {
  content: " - ACC required";
  color: #ff0000;
  font-size: x-small;
}

.nhi-warning::after {
  content: " - Enter a valid NHI Number" !important;
  color: #ff0000;
  font-size: x-small;
  font-style: italic;
}

.claim-warning::after {
  content: " - Enter a valid Claim Number" !important;
  color: #ff0000;
  font-size: x-small;
  font-style: italic;
}

.dob-warning::after {
  content: " - Enter a valid DoB";
  color: #ff0000;
  font-size: x-small;
  font-style: italic;
}

#crmWarnings {
  background-color: #ffff00 !important;
}

#WebResource_customerPrivacyStatment {
  height: 120px !important;
}

#customerPrivacyStatement {
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

.invisible {
  visibility: hidden;
}

[data-name=sec_price_info] {
  display: none;
}

.save-message {
  color: blue;
  font-weight: bold;
}

.dob-format::-webkit-input-placeholder {
  opacity: 0.5;
}

.dob-format::-moz-placeholder {
  opacity: 0.5;
}

.dob-format:-moz-placeholder {
  opacity: 0.5;
}

.dob-format:-ms-input-placeholder {
  opacity: 0.5;
}

.no-spinner {
  -moz-appearance: textfield;
}

video {
  width: 90%;
}

.resource-document-list {
  list-style-type: none;
}

.resource-document {
  font-size: x-large;
  margin: 0 0 15px 0;
}

.resource-link-list {
  list-style-type: none;
}

.resource-link {
  font-size: x-large;
  margin: 0 0 15px 0;
}

.modal-addnote textarea[aria-label="Add comment"] {
  height: 33px !important;
}

textarea#dsl_ltschcreason {
  height: 33px !important;
}

textarea#dsl_urgentdeliveryreason {
  height: 33px !important;
}

.alert {
  padding: 3px 15px;
  margin-bottom: 2px;
}

.notes-empty.message {
  padding-top: 40px;
}

.form-action-container-left {
  margin-bottom: 8px;
}

.video-resource {
  font-size: x-large;
  margin: 0 0 15px 0;
}

.script-ref {
  font-size: medium;
  color: green;
}

.script-ref:hover {
  color: #34b233;
}

.resource-header {
  margin: 25px 0 20px 0;
}

#mainNavPlaceHolder .container {
  display: none;
}

#WebResource_bodymeasurementimage {
  max-width: 100%;
}

.add-button {
  vertical-align: bottom !important;
}

[aria-label="Equipment Information"] div.input-group span.input-group-addon {
  display: none;
}

/*For usage in Trial Flow Supplier*/
.supplier-warning-message::after {
  content: "If supplier not found in search please type here";
  display: block;
  padding-top: 10px;
}

.accessories-warning-message::after {
  content: "Enter the base product name the accessories are for";
  display: block;
  padding-top: 10px;
}

#WebResource_MOHImage {
  width: 100%;
}

button#quote {
  display: none;
}

button#specifications {
  display: none;
}