img {
  max-width: 100%;
}
.k-button,
.k-treeview,
.k-tabstrip,
.k-input,
.k-picker {
  font-family: "Open Sans", sans-serif !important;
}

.k-tooltip {
    background-color: white!Important;
    color: #333;
    text-align: left;
     word-wrap: break-word;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    /*min-width: 20vw;
    max-width: 35vw;
    max-height: 80vh;*/
    max-width: 700px;
}

.k-content .row {
  margin-bottom: 20px;
}
h6.AssessmentTable,
h6.headerItalics {
  font-style: italic;
  font-weight: normal !important;
  font-size: 11pt !important;
}
.RuleCell1{
  font-weight: bold !important;
    float: left;
  margin: 0 5px;
    min-width: 120px;
}
.RuleCell2{
    float: left;
    border-left: 1px solid black;
    max-width: 80%;
    padding-left: 5px;
}
.Policy24Doc-4VMXUM-12-000001 ol.list_aib_DB {
  padding-left: 4em;
}
.policy24WidgetGroup {
  padding: 40px 0;
  color: #555;
}
.RenderCell p {
  word-wrap: anywhere;
}
.policy24WidgetGroup:before {
  background: url(https://www.waikatodistrict.govt.nz/ResourcePackages/WaikatoDistrictCouncil/assets/dist/images/wave-page.svg)
    no-repeat center top 15px;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 15px;
  position: absolute;
  margin: auto;
  right: 15px;
  top: 200px;
}
.PolicyContent,
#PolicyContent,
.k-tabstrip-content, .k-tabstrip>.k-content {
  background-color: transparent !important;
  border: 0 !important;
}
.PolicyDocContent table p {
    margin: 0 0 0;
}
#\:r0\:-content-panel-id0,
#\:r0\:-content-panel-id1,
#\:r0\:-content-panel-id2{
    min-height: 38vh;
}
#PolicyContent a,
.PolicyContent a,
#\:r0\:-content-panel-id1 a {
  text-decoration: none;
}
#PolicyContent table,
.PolicyContent table {
  border-collapse: collapse;
  border-spacing: 0;
}
.k-input-outline {
  border-radius: 0;
}
.k-multiselect {
  height: 40px;
}
.k-treeview {
  background-color: transparent;
  border-top: 1px solid #333;
  border-radius: 0;
  display: block;
  padding: 10px 0 0;
}
.k-treeview-item[aria-expanded="true"] {
  border-left: 1px solid #e5e5e5;
}
.k-treeview .k-i-expand,
.k-treeview .k-i-collapse {
  margin-left: 0px;
}
.k-treeview-md .k-treeview-leaf {
  padding: 5px 0;
}
.k-treeview-leaf.k-selected {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  color: #e40520;
  font-weight: 700;
}
.k-treeview-leaf .k-treeview-leaf-text a {
    color: #000;
}
.k-treeview-leaf.k-selected .k-treeview-leaf-text, .k-treeview-leaf.k-selected .k-treeview-leaf-text a {
    color: #e40520;
    border-bottom: 1px solid #e40520;
}
.k-treeview-toggle .k-icon {
    height: 20px;
    width: 20px;
}
button[class^='vvActLevelBtn'],
button[class^='vvPolLevelBtn'] {
  background: #f5f5f5;
  border: none;
  border-top: 1px solid #e5e5e5;
  padding: 15px 45px 15px 15px;
  width: 100%;
  text-align: left;
  position: relative;
}
.k-button-solid-base {
  background-color: #ffffff;
  border-color: #e40520 !important;
  border-radius: 0;
  color: #e40520;
}
.k-tabstrip-items-wrapper {
  border: none;
}
.k-tabstrip-items {
  border-bottom: 1px solid #e5e5e5;
  line-height: 1;
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  margin: 0 0 30px;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
  border: none;
}
.k-tabstrip-items-wrapper .k-item.k-active,
.k-tabstrip-items-wrapper .k-item.k-selected,
.k-tabstrip-items-wrapper .k-item:active {
  background-color: transparent;
}
.k-tabstrip-items .k-item .k-link {
  color: #767676;
  display: block;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.k-tabstrip-items .k-item.k-active .k-link {
  color: #e40520;
}
.k-tabstrip-items-wrapper .k-item.k-active::after {
  border-color: #e40520;
}
.k-tabstrip-items .k-item.k-active:after {
  background: #e40520;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
#\:r0\:-content-panel-id1 {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.k-tabstrip-items-wrapper,
#\:r0\:-content-panel-id0 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.PolicyContent-search {
  width: 100%;
  height: 3em;
  color: rgb(33, 37, 41);
  padding: 0 1.5em;
  background: white;
  border: 1px solid lightgray;
  border-radius: 1px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.PolicyContent-search:hover {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.PolicyContent-search__box {
  width: calc(100% - 40px);
  height: 100%;
  border: none;
  flex: 1 1;
}
.PolicyContent-search__button {
  width: 40px;
  height: 100%;
  border: none;
  background: inherit;
}
.PolicyContent-search__button:active {
  width: 40px;
  height: 100%;
  border: none;
  background: rgb(200, 200, 200);
  box-shadow: inset 1px 1px 1px #000;
}
.PolicyContent-cancel__button {
  float: right;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  height: 100%;
  border: none;
  background: #e40520;
}
.PolicyContent-cancel__button:active {
  width: 40px;
  height: 100%;
  border: none;
  background: rgb(200, 200, 200);
  box-shadow: inset 1px 1px 1px #000;
}
.PolicyContent-header .PolicyContent-headerAmendments {
  display: inline-block;
  width: calc(100% - 114px);
  vertical-align: middle;
}
.PolicyContent-header .PolicyPrint {
  height: 40px;
  margin-top: 1.5rem;
  padding: 6px 12px;
}
.k-treeview-lines,
.k-treeview {
  white-space: unset;
}
.ResultWindow {
  position: absolute;
  background: #fff;
  z-index: 101;
  width: calc(100% - 82px);
  border: 1px solid lightgray;
  border-radius: 1px;
  border-top: none;
  margin: 0;
  padding: 0 1.5em;
  animation: enlarge 0.25s forwards;
}
.ResultWindow.ResultWindow__visible {
  border: 1px solid lightgray;
}
.ResultWindow__title h3 {
  font-size: 14px !important;
  color: #9aa0a6;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.ResultWindow-content {
  border-top: 1px solid lightgray;
  overflow: hidden;
  overflow-y: auto;
  max-height: 500px;
}
.ResultWindow-heading:hover {
  background: whitesmoke;
  cursor: pointer;
}
.ResultWindow-heading h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem !Important;
}
.ResultWindow-heading p {
  font-size: 1rem;
}
.ResultWindow-breadcrumb {
  margin-top: -10px;
  font-size: 0.7rem!important;
  font-style: italic;
}
.vv-breadcrumbs a {
  cursor: pointer;
}
button[class^='vvActLevelBtn']:before,
button[class^='vvPolLevelBtn']:before {
  content: "\f067"; /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: #555;
  right: 25px;
  position: absolute;
}
.vvActLevelBtn2:before,
.vvPolLevelBtn2:before {
  right: 30px;
}
.vvActLevelBtn3:before,
.vvPolLevelBtn3:before {
  right: 35px;
}
@media screen and (min-width: 576px) {
  .k-tabstrip-items-wrapper,
  #\:r0\:-content-panel-id0,
  .policy24WidgetGroup:before {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .k-tabstrip-items-wrapper,
  #\:r0\:-content-panel-id0,
  .policy24WidgetGroup:before {
    max-width: 720px;
  }
  .k-tabstrip-items {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
  }
  .k-tabstrip-items .k-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .k-tabstrip-items .k-item.k-active:after {
    bottom: -21px;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
    z-index: 3;
  }
  #PolicyContent__inner {
   max-width: 1130px;
  }
}
@media screen and (min-width: 992px) {
  .k-tabstrip-items-wrapper,
  #\:r0\:-content-panel-id0,
  .policy24WidgetGroup:before {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .k-tabstrip-items-wrapper,
  #\:r0\:-content-panel-id0,
  .policy24WidgetGroup:before {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .k-tabstrip-items-wrapper,
  #\:r0\:-content-panel-id0,
  .policy24WidgetGroup:before {
    max-width: 1320px;
  }
}
.firstCell,
.AssesmentTable3Col .tableRow1 {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}

.secondCell {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
}

.AssesmentTable3Col .tableRow2,
.AssesmentTable3Col .tableRow3 {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
}
table {
    table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .firstCell {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .secondCell {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .AssesmentTable3Col .firstCell,
  .AssesmentTable3Col .tableRow1,
  .AssesmentTable3Col .tableRow2,
  .AssesmentTable3Col .tableRow3 {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .AssesmentTable3Col .secondCell {
    width: 66%;
    min-width: 66%;
    max-width: 66%;
  }

  .left-col-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ResultWindow {
    border: 0;
  }
  #\:r0\:-content-panel-id1 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
    max-width: 960px;
  }
  .k-tabstrip-items-wrapper .k-item {
    width: 100%;
    padding: 10px 0;
  }
  #PolicyContent__inner {
    overflow: auto;
  }
}
@media screen and (max-width: 575px) {
  #\:r0\:-content-panel-id1 {
    max-width: 540px;
  }
}
#popup #popup-content td {
    display: inline-block;
}
.ol-content {
    color: #333
}
.ol-ext-print-dialog button {
    text-transform: capitalize;
}
.overlay-details-info #AppPop{
 display: none!Important;
}
.ol-property-detail h3, .ol-property-detail .vvPolLevelBtn1{
    margin-top: 3px;
    margin-bottom: 3px;
}
.ol-property-detail .vvPolLevelBtn1{
    padding-top: 3px;
    padding-bottom: 3px;
}

.overlay-details-info .PropZoneListRowHeading td{
    padding-top: 0px!Important;
}
.overlay-details-info #popup-more-print{
     display: none!Important;
}


.k-input-solid {
  --kendo-input-focus-border-red: #E40520;
  --kendo-input-hover-focus-border-red: #E40520;
  --kendo-input-disabled-border-red: #E40520
}

.k-input-outline {
   --kendo-input-focus-border: #E40520 !important; 
}


.k-input-outline.k-focus, .k-input-outline:focus, .k-input-outline:focus-within, .k-input.k-focus {
  border-color: #E40520!important;
  box-shadow: 0 0 0 .25rem color-mix(in srgb,#E40520 25%,#0000) !important;
}

.k-input-outline {
  border-color: color-mix(in srgb,#E40520 50%,#0000) !important;
  color: #212529;
}

.k-input:focus,
.k-input.k-focus,
.k-input:focus-within {
  --INTERNAL--kendo-input-bg: var( --kendo-input-focus-bg-red );
  --INTERNAL--kendo-input-border: var( --kendo-input-focus-border-red )
}
