﻿:root {
  --repeatable-button-width: 40px;
  --repeatable-double-button-width: 80px;
  --block-row-width: 1562px;
}




/*#region Canvas Element Styless*/
.elemContainer {
  min-width: 50px;
  min-height: 30px;
  overflow: hidden;
}

.wrapper {
  height: 100%;
  flex-direction: column;
  display: flex;
}

@-moz-document url-prefix() {
  .wrapper {
    width: 97%; /*Unsure how to fix the chrome/firefox difference. Just adjusting for Firefox display at this point.*/
  }
}


.wrapper-table {
  width: inherit;
  overflow: scroll;
}


.prefix, .suffix {
  word-break: break-word;
  max-height: 100%;
  overflow: hidden;
  display: inline;
  /*color: black;*/
}

  .prefix[hidden], .suffix[hidden] {
    display: none;
  }

/*.formField {
  color: black;
}*/

.formLabel {
  display: block;
  /*color: black;*/
  margin-bottom: 5px;
}

h3.formLabel {
font-size:inherit;
margin-bottom:5px;
margin-top:5px;
}

/*#region Fake Fields*/
/*These classes render divs to look like controls - used in form builder and will eventually be used elsewhere for any form builder-like functionality.*/
.checkGhost {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  font: -moz-field;
  font: -webkit-small-control;
  margin-top: 5px;
  padding: 2px 3px;
  display: contents;
}

.radioGhost {
  -moz-appearance: radio;
  -webkit-appearance: radio;
  font: -moz-field;
  font: -webkit-small-control;
  margin-top: 5px;
  padding: 2px 3px;
}

.fake-control {
  display: inline-block;
  /*width: 100%;*/
  width: 150px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #484B54;
  background-color: #fff;
  background-image: none;
  border: thin solid;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

  .fake-control.fake-control-upload {
    padding: 10px;
    height: 56px;
  }

    .fake-control.fake-control-upload > .fake-control-upload-button {
      border: thin solid;
      border-radius: 0;
      width: 100px;
    }

.fake-list-options {
  min-width: 50px;
  border: 1px solid black;
  width: calc(100% - 90px);
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
}

.fake-check-radio {
  display: inline-block;
  height: 36px;
  padding-top: 5px;
}

/*.fake-upload {
  display: inline-block;
  max-width: 75%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #484B54;
  background-color: #fff;
  background-image: none;
  border: thin solid;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fake-upload-button {
  position: relative;
  float: right;
  background-color: var(--heading);
  border: thin solid var(--heading);
  color: white;
	border-radius: 0;
	padding: 6px 12px;
	width: 80px;
}*/

.fake-rte-buttons {
  width: 100%;
  height: 40px;
  background-color: yellow;
}

.fake-select:after { /*Replaced the appearance, since it causes formatting problems. content is cross browser compat*/
  content: "\25bc";
  float: right;
}

.fake-image {
  display: inline-block;
  height: 50px;
  width: 50px;
}

  .fake-image > img {
    height: inherit;
    width: inherit;
  }

.fake-map {
  display: inline-block;
  height: 400px;
  width: 500px;
}

  .fake-map > img {
    height: inherit;
    width: inherit;
    border: 1px dotted lightgrey;
  }


.fake-richText {
  display: inline-block;
}

.fake-input-group-addon {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  height: 34px;
  position: relative;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: white;
  border: thin solid var(--heading);
  background-color: var(--heading);
  width: 40px;
}

  .fake-input-group-addon + .fake-input-group-addon,
  .fake-input-group-addon + .fake-control {
    display: inline-block;
  }

  .fake-input-group-addon > span {
    display: block;
    text-align: center;
  }

.fake-usps {
  position: relative;
}
/*#endregion*/
.canvasRow > .elemContainer {
  height: 100% !important;
}

.fieldRow {
  padding: 0px !important;
}

.field {
  word-break: break-word;
}

.canvasRow:not(.blockRow) > .elemContainer, .canvasRow:not(.blockRow) > .elem-accept > .elemContainer {
  height: 100% !important;
}

.canvasRow:not(.blockRow) > .elem-accept {
  height: 100%;
  display: flex;
  min-width: 1410px;
  /*max-width: calc(100% - 100px);*/
}

.canvasRow.blockRow > .elem-accept {
  width: 100%;
  min-width: 1410px;
  display: block;
}

.blockRow .elemContainer:not(.ui-sortable-helper):not(.ui-draggable-dragging) {
  width: 100% !important;
  height: auto !important;
}

  .blockRow .elemContainer:not(.ui-sortable-helper):not(.ui-draggable-dragging) .wrapper {
    border: 0px !important;
  }

  .blockRow .elemContainer:not(.ui-sortable-helper):not(.ui-draggable-dragging) .formLabel {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }

.fullWidth {
  width: 100% !important;
}

.autoWidth {
  width: auto !important;
}

.elemRight {
  justify-content: flex-end;
}

.elemLeft {
  justify-content: flex-start;
}

.elemCenter {
  justify-content: center;
}

.elemJustify {
  justify-content: space-around;
}

/*#endregion*/


/*#region Object Form Styles*/
.form-body {
  width: 100%;
}

.form-row {
  width: 100%
}

.row-type-section {
}

.row-type-block {
}

.row-subtype-panel {
}

.row-align-left {
  text-align: left;
}

.row-align-right {
  text-align: right;
}

.form-element {
  overflow: hidden;
  padding: 2px;
  vertical-align: top;
  min-height: inherit !important;
  text-align: left;
  display: inline-block;
  height: auto !important;
}

.repeatable-element-button {
  margin-top: -26px;
}

.scrolling-list {
  overflow-y: auto;
  padding: 5px;
  border: 1px solid black;
}

  .scrolling-list > label.igx-checkbox-container {
    display: block;
    white-space: nowrap;
  }

.row-repeatable-buttons { /*This class is added through IGXCore_Repeatable.js. Styles the forms so that repeatable rows can line up correctly.*/
  min-width: var(--repeatable-double-button-width, 80px);
  max-width: var(--repeatable-double-button-width, 80px);
  display: inherit;
}

.repeatableBoxSeparator {
  display: contents; /*makes child elements act as if they were direct descendents to the parent. good for wrappers.*/
  min-height: inherit; /*makes all child elements inherit the min size from this element's parent.*/
  height: inherit;
}



div.igx-repeatable[data-igx-row-repeatable]:not(.group-header-light) {
  padding-right: var(--repeatable-double-button-width);
}

div.igx-repeatable[data-igx-row-repeatable]:not(.group-header-light) {
  padding-right: var(--repeatable-double-button-width);
}

/* -JY 7/17/2020 Commenting out because it messing up spacing on my test case and overall doesn't make much sense to me. 
div.igx-repeatable[data-repeatable-limit="0"] {
  max-width: calc(100% - 80px);
}*/



/*#endregion*/

.input-group {
  width: 100%;
}

textarea.form-control {
  text-align: inherit;
}

.text-center > select.form-control {
  text-align: center;
  text-align-last: center;
}

.text-right > select.form-control {
  text-align: right;
  text-align-last: right;
}

.text-justify > select.form-control {
  text-align: justify;
  text-align-last: justify;
}

.text-center > div.k-upload > div.k-dropzone > div.k-upload-button {
  margin-left: auto;
  margin-right: auto;
}

.text-right > div.k-upload > div.k-dropzone > div.k-upload-button {
  margin-left: auto;
  margin-right: 0;
}

.field input {
  text-align: inherit;
}

input[data-igx-valid="false"] {
  border-color: red;
}

.igx-element-label-visible[data-igx-valid="false"] {
  color: red;
}

.field.text-center .igx-checkbox-container {
  margin-left: 13px;
}

.field.text-right .igx-checkbox-container {
  padding-left: 24px;
}

.field.text-right input[readonly] {
  text-align: right;
}

.field.text-center input[readonly] {
  text-align: center;
}

.field.text-left input[readonly] {
  text-align: left;
}

.field.text-justify input[readonly] {
  text-align: justify;
}

.field-repeatable-buttons {
  display: table-cell !important;
  min-width: var(--repeatable-double-button-width);
  vertical-align: top;
}

  .field-repeatable-buttons span.input-group-btn:only-child {
    width: var(--repeatable-button-width);
  }

.igx-element-label {
  display: none;
}

.reactive.igx-repeatable > span > .igx-element-label-visible {
  display: block;
}

.igx-element-label-visible {
}

.suffix p, .prefix p {
  display: contents;
}

div#formTitle {
  padding: 15px;
}

/*.reactive.igx-repeatable > input {
  max-width: calc(100% - var(--repeatable-double-button-width));
}
.reactive.igx-repeatable > textarea {
  max-width: calc(100% - var(--repeatable-double-button-width));
}*/
.reactive.igx-repeatable.input-group {
  max-width: calc(100% - var(--repeatable-double-button-width));
}

span[data-repeatable-limit="0"].reactive.igx-repeatable.input-group {
  max-width: 100%;
}

.reactive.igx-repeatable > .input-group {
  /*max-width: calc(100% - var(--repeatable-double-button-width));
  display: block;*/
  display: flex;
}


  .reactive.igx-repeatable > .input-group > .field-repeatable-buttons {
    display: inline-block;
  }

  .reactive.igx-repeatable > .input-group > .input-group-addon {
    width: var(--repeatable-button-width);
    display: inline-block;
    height: 34px;
    float: left;
  }

  .reactive.igx-repeatable > .input-group > input {
    max-width: calc(100% - var(--repeatable-button-width));
    display: inline-block;
  }

.reactive.igx-repeatable > .mce-tinymce {
  max-width: calc(100% - var(--repeatable-double-button-width));
  display: table-cell !important;
}
/*.reactive.igx-repeatable > select {
  max-width: calc(100% - 80px);
}*/

.charctr {
  width: calc(100%);
}


.reactive.igx-repeatable > .k-widget.k-upload.k-header {
  width: 100%;
  display: block;
  box-sizing: border-box;
  float: left;
}

label {
  font-weight: normal;
}

/*region Block Row */

div[data-igx-blockrowelement="on"] span.input-group-addon {
  height: fit-content !important;
  padding: 0 !important;
}

div[data-igx-blockrowelement="on"] span.k-picker-wrap.k-state-default {
  height: fit-content !important;
  width: fit-content;
  border: none;
  padding-left: 16px !important;
}

div[data-igx-blockrowelement="on"] span[unselectable="on"] {
  height: 24px;
  width: 16px;
}

div[data-igx-blockrowelement="on"] .k-icon.k-i-calendar {
  vertical-align: unset;
}

div[data-igx-blockrowelement="on"] span.k-widget.k-datepicker {
  border: solid;
  border-width: thin;
}

div[data-igx-blockrowelement="on"] .formLabel {
  display: none;
}

div[data-igx-blockrowelement="on"] .k-upload-files.k-reset {
  float: right;
  height: 20px;
  border: none;
  border-left: solid;
  border-width: thin;
}

div[data-igx-blockrowelement="on"] .k-dropzone {
  float: left;
  padding: 1px;
  height: 18px;
  min-width: 60px;
  width: fit-content;
}

div[data-igx-blockrowelement="on"] .reactive.fake-control-upload {
  width: fit-content !important;
  border: solid;
  border-width: thin;
}

div[data-igx-blockrowelement="on"] .k-button.k-upload-button {
  height: 18px;
  min-width: 60px;
  padding: 0px;
  margin-right: 0px;
}

div[data-igx-blockrowelement="on"] .k-upload-status.k-upload-status-total {
  padding-left: 0px;
  height: 14px;
  font-size: 8px;
  width: fit-content;
  position: relative;
  margin-left: 0px;
}

div[data-igx-blockrowelement="on"] .k-widget.k-upload.k-header {
  border: none;
}

div[data-igx-blockrowelement="on"] .k-icon.k-i-check {
  height: 8px;
}

div[data-igx-blockrowelement="on"] .k-file.k-file-success {
  height: 18px;
  padding: 0px;
  padding-left: 2px;
}

div[data-igx-blockrowelement="on"] .k-file-extension-wrapper {
  height: 14px;
  width: 12px;
}

  div[data-igx-blockrowelement="on"] .k-file-extension-wrapper:before {
    border-width: 3px;
  }

div[data-igx-blockrowelement="on"] .k-file-extension {
  font-size: 4px;
}

div[data-igx-blockrowelement="on"] .k-file-name-size-wrapper {
  vertical-align: top;
  font-size: 9px;
  margin-left: 5px;
  max-width: unset;
}

div[data-igx-blockrowelement="on"] li > .k-upload-status {
  position: unset;
  vertical-align: top;
}

div[data-igx-blockrowelement="on"] .scrolling-list .igx-checkbox-container {
  margin-bottom: 0px;
  font-size: 12px;
  padding-left: 15px
}

div[data-igx-blockrowelement="on"] .scrolling-list .igx-checkbox-checkmark {
  width: 12px;
  height: 12px;
  top: unset;
}

div[data-igx-blockrowelement="on"] .scrolling-list {
  height: 54px !important;
}

  div[data-igx-blockrowelement="on"] .scrolling-list::-webkit-scrollbar {
    width: 5px;
    display: block;
    overflow: auto;
  }

div[data-igx-blockrowelement="on"] .prefix {
  vertical-align: top;
}

div[data-igx-blockrowelement="on"] .suffix {
  vertical-align: top;
}

div[data-igx-row-identifier][data-igx-blockrowelement="on"].data-igx-dependency {
  display: none !important;
}

div.igx-repeatable[data-igx-row-identifier][data-igx-blockrowelement="on"] {
  display: inline-block !important;
  width: calc( var(--block-row-width) + var(--repeatable-double-button-width));
}

div[data-igx-row-identifier][data-igx-blockrowelement="on"] {
  display: inline-block !important;
  width: var(--block-row-width);
}

div[data-igx-row-identifier]:not(.group-header-light) {
  display: flex;
  width: calc(100% - var(--repeatable-double-button-width));
}

div[data-igx-row-identifier]:not(.group-header-light) {
  padding-right: var(--repeatable-double-button-width);
}

div.repeatable-banding:not([data-igx-row-even="True"]) {
  background-color: white !important;
}

div[data-igx-row-identifier][data-igx-blockrowelement="on"] .row-repeatable-buttons {
  display: contents;
}


div[data-igx-blockrowelement="on"] .repeatableBoxSeparator {
  display: inline;
  max-width: 100%;
  min-width: 100%;
}

div[data-igx-blockrowelement="on"] .field {
  display: inline !important;
}

div[data-igx-blockrowelement="on"] .form-element {
  display: inline !important;
}

div[data-igx-blockrowelement="on"] .wrapper {
  display: inline !important;
}
/*end region Block Row*/
.text-center {
  justify-content: center;
}

  .text-center .emptySpace {
    width: 0 !important;
  }

.text-right {
  justify-content: right;
}

  .text-right .emptySpace {
    width: 0 !important;
  }

.text-left {
  justify-content: left;
}

.text-justify {
  justify-content: space-around;
}

  .text-justify .emptySpace {
    width: 0 !important;
  }

.igx-variables * {
  display: none;
}

.vertical-center {
  justify-content: center;
}

.vertical-bottom {
  justify-content: flex-end;
}
/*region Document Form*/


.repeatableDiv {
  display: flex;
}

section.igx-repeatable {
  width: auto;
  min-width: 100%;
}

div.data-igx-dependency {
  display: none !important;
}

div.form-element table.k-editor > tbody > tr:not([role="presentation"]) {
  height: 100%;
  display: table-row;
}

#_DocumentForm {
  min-height: 100vh;
}

#DocNavFooterBox {
  position: sticky;
  bottom: 0;
  z-index: 11;
  width: 100%;
  padding: 0;
}

#DocNavButtonBar {
  background-color: var(--accent);
  border-color: var(--accent);
  display: flex;
}

  #DocNavButtonBar > div {
    border-width: 1rem;
    border: solid;
  }

    #DocNavButtonBar > div > button {
      background-color: var(--accent);
      width: 100%;
      border-width: 0;
      font-family: 'Poppins', sans-serif;
      height: 3rem;
      font-size: 1.25rem;
    }

      #DocNavButtonBar > div > button:hover {
        background-color: var(--accent-light);
      }

      #DocNavButtonBar > div > button:focus {
        background-color: var(--accent-light) !important;
      }

#DocNavErrorWarnBox {
  background-color: white;
  border: solid;
  width: 25rem;
  padding: 1rem;
  display: flow-root;
}

  #DocNavErrorWarnBox .glyphicon-ban-circle {
    color: red;
  }

  #DocNavErrorWarnBox .glyphicon-warning-sign {
    color: orange;
  }

  #DocNavErrorWarnBox .panel-title {
    font-weight: bold;
  }

#canvas {
  transform-origin: 0 0;
}

  #canvas .panel-title > h2 {
    display: contents;
  }

  #canvas .panel-primary {
    overflow: hidden;
  }

.external-scroll_x {
  cursor: pointer;
  display: none;
  position: relative;
}

.external-scroll_y {
  cursor: pointer;
  display: none;
  position: absolute;
}

.external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 15px;
  width: 100%;
  margin-bottom: 1vh;
}

.external-scroll_y.scroll-scrolly_visible {
  display: block;
  height: 90vh;
  width: 15px;
  right: 0px;
  top: 0px
}
/*
#frmLandingPage .external-scroll_y.scroll-scrolly_visible {
  right: 15px;
}*/
.scroll-content.panel-body {
  padding: 15px !important;
  padding-top: 0px !important;
}

.external-scroll_x div,
.external-scroll_y div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.external-scroll_x .scroll-bar {
  background: rgba(0, 0, 0, 0.3);
  z-index: 12;
  border-radius: 9999px;
}

.external-scroll_y .scroll-bar {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 9999px;
}

.external-scroll_x .scroll-bar {
  width: 100px;
}

.external-scroll_y .scroll-bar {
  height: 100px;
}

.igx-freeze-panel {
  max-height: 90vh;
}

.igx-freeze-row {
  position: sticky;
  top: 0;
  z-index: 4;
}

.fa-question-circle {
  float: initial;
}
/*region end Document Form*/

/*Bing Map - may need to move to Global for non-form use*/
.mapSearch, .igxMapSearch {
  box-sizing: border-box !important;
}

.igxMapContainer {
  height: 100%;
  width: 100%;
}

.igxMap {
  position: relative;
  height: 100%;
  width: 100%;
}

.igxMapSearchContainer {
  z-index: 150;
}

.mapLocation, .igxMapLocation {
  background-color: rgba(255,255,255,0.85);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 10px;
  z-index: 100;
  /*font-weight: bold;*/
}


/*
container for aux nav initiate related doc button
will resize font size based on container width when page is resized / zoomed so text is not cut off
*/
.section_9 {
  container-type: inline-size;
  container-name: initiateRelatedDoc
}


@container initiateRelatedDoc (max-width: 110px) {
  #doc-framework-initiated-related {
    font-size: 8px;
  }

  #AuxNav_2121 {
    padding: 2px;
  }
}

@container initiateRelatedDoc (min-width:111px) and (max-width:125px) {
  #doc-framework-initiated-related {
    font-size: 13px;
  }

  #AuxNav_2121 {
    padding: 2px;
  }
}

@container initiateRelatedDoc (min-width:126px) and (max-width:155px) {
  #doc-framework-initiated-related {
    font-size: 11px;
  }

  #AuxNav_2121 {
    padding: 2px;
  }
}

/*Allows small prefix to appear on same line as list*/
span.reactive:has(> div.scrolling-list) {
  display: inline-grid !important;
  width: 95% !important;
}

.lockedView {
margin-top:-20px;
}

  .lockedView div {
    max-width: 250px;
  }
@media (max-width: 600px) {
  .lockedView div {
    max-width: 100%;
  }
}

.formSummary {
  opacity: 0.7;
  border: 1px solid white;
  border-radius: 50%;
  background-color: var(--accent);
  text-align: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
  .formSummary i {
    color:white;
    margin-left: -2px;
  }

.formSummary:hover, .formSummary:focus {
  opacity: 1;
}
.maskedfield {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
  font-family: "text-security-disc";
}