@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:1px solid rgba(0,0,0,.8);border-radius:5px;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:3em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05, 1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;background:rgba(0,0,0,.8);border-radius:50%}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px;fill:#fff}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:20px;top:50%;margin-top:-10px;left:15%;right:15%;border:3px solid rgba(0,0,0,.8);background:rgba(0,0,0,.8);border-radius:10px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#fff;display:block;position:relative;height:100%;width:0;transition:width 300ms ease-in-out;border-radius:17px}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#b10606;padding:.5em 1em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #b10606}

body.largetable-noscroll {
	overflow: hidden;
}

.largetable {
	position: relative;
}

.largetable-scroller {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
}

.table_monthly_payment_summary_year_1 tbody tr td:nth-child(1){
	white-space: nowrap;
}
.table_monthly_payment_summary_year_1 tbody tr td:nth-child(4){
	min-width: 80px;
}

.largetable:before, .largetable:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
}

.largetable:before {
	left: 0;
	box-shadow: inset 30px 0px 10px -30px #424242;
}

.largetable:after {
	right: 0;
	box-shadow: inset -30px 0px 10px -30px #424242;
}

:not(.largetable-maximized).largetable-shadow-left:before,
:not(.largetable-maximized).largetable-shadow-right:after {
	width: 30px;
}

.largetable-maximize-btn {
	position: absolute;
	right: 30px;
	bottom: 35px;
	background-color: #000;
	color: #fff;
    display:none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .8;
	border: 0;
	width: 30px;
	height: 30px;
	font-size: 11px;
	border-radius: 6px;
	cursor: pointer;
}

.largetable-maximized .largetable-maximize-btn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='4 14 10 14 10 20'%3E%3C/polyline%3E%3Cpolyline points='20 10 14 10 14 4'%3E%3C/polyline%3E%3Cline x1='14' y1='10' x2='21' y2='3'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E");
}

.largetable-maximize-btn:hover {
	opacity: .9;
}

@media only screen and (min-width : 481px) {
	.largetable-shadow-left .largetable-maximize-btn,
	.largetable-shadow-right .largetable-maximize-btn {
		display: block;
	}
}

.largetable-maximized .largetable-maximize-btn {
	display: block;
	position: fixed;
}

.largetable-maximized {
	position: fixed;
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	overflow: auto;
}

.largetable-maximized .largetable-scroller {
	padding: 20px;
}

body .largetable-maximize-btn {
    display:block;
    left: 2px;
    right: auto;
    top: 0px;
    width: 24px;
    height: 24px;
    background: #6c757d;
}

body .largetable-maximize-btn .bi::before {
    content: "\f14d";
}
body .largetable-maximized .largetable-maximize-btn {
    font-size: 18px;
    background: #6c757d;
    left: auto;
    top: auto;
    width: 30px;
    height: 30px;
    right: 30px;
}
body .largetable-maximized .largetable-maximize-btn .bi::before {
    content: "\f149";
}

.noty_layout_mixin, #noty_layout__centerRight, #noty_layout__centerLeft, #noty_layout__center, #noty_layout__bottomRight, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottom, #noty_layout__topRight, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__top {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__relax.noty_bar .noty_body {
  padding: 10px;
}
.noty_theme__relax.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}
.noty_theme__relax.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF;
}
.noty_theme__relax.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}
.noty_theme__relax.noty_type__info .noty_buttons,
.noty_theme__relax.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen;
}
.noty_theme__relax.noty_type__success .noty_buttons {
  border-color: #50C24E;
}

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}
.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}
.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
}
.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F;
}

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff;
}

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff;
}

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff;
}

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}
.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}
.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}
.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_body {
  padding: 15px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: transparent;
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: 0.75rem 1.25rem;
}
.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
  background: transparent;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.75;
}

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: 0.28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}
.noty_theme__semanticui.noty_bar .noty_body {
  padding: 1em 1.5em;
  line-height: 1.4285em;
}
.noty_theme__semanticui.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87);
}

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}
.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}
.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}
.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}
.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

.noty_theme__light.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__light.noty_bar .noty_body {
  padding: 10px;
}
.noty_theme__light.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__light.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}
.noty_theme__light.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__light.noty_type__error {
  background-color: #ED7000;
  border: 1px solid #e25353;
  color: #FFF;
}
.noty_theme__light.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}
.noty_theme__light.noty_type__info .noty_buttons,
.noty_theme__light.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}

.noty_theme__light.noty_type__success {
  background-color: #57C880;
  border: 1px solid #7cdd77;
  color: darkgreen;
}
.noty_theme__light.noty_type__success .noty_buttons {
  border-color: #50C24E;
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
}
.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F;
}

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff;
}

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff;
}

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff;
}

.table .bg-custom-lightyellow,
.table td.bg-custom-lightyellow {
  background-color: #FFF2CC !important;
}
.table tr.bg-custom-lightyellow td {
  background-color: #FFF2CC;
}
.table .bg-custom-lightblue2,
.table td.bg-custom-lightblue2 {
  background-color: #b6c7f3 !important;
}
.table tr.bg-custom-lightblue2 td {
  background-color: #b6c7f3;
}
.table .bg-custom-lightgrey,
.table td.bg-custom-lightgrey {
  background-color: #ecebeb !important;
}
.table tr.bg-custom-lightgrey td {
  background-color: #ecebeb;
}
.table .bg-custom-purple1,
.table td.bg-custom-purple1 {
  background-color: #bda8c3 !important;
}
.table tr.bg-custom-purple1 td {
  background-color: #bda8c3;
}

.gray-100 {
  background-color: rgba(150, 150, 150, 0.06) !important;
}

.gray-200 {
  background-color: rgba(150, 150, 150, 0.1) !important;
}

.gray-300 {
  background-color: rgba(150, 150, 150, 0.2) !important;
}

.text-gray-100 {
  color: rgba(150, 150, 150, 0.06) !important;
}

.text-gray-200 {
  color: rgba(150, 150, 150, 0.1) !important;
}

.text-gray-300 {
  color: rgba(150, 150, 150, 0.2) !important;
}

.largetable-maximized .table {
  font-size: 1.5rem !important;
  width: auto;
  margin: 0 auto;
}
.largetable-maximized .table td {
  padding: 15px;
}

.dropzone-upload-area {
  /** Preview of collections of uploaded documents **/
  /* Uploaded files
  *************************************/
  /* File types
  *************************************/
}
.dropzone-upload-area .files-container:hover {
  background-color: #f1f1f1;
  border: 1px dashed #c3c3c3;
}
.dropzone-upload-area .files-container {
  position: relative;
  border: 1px dashed #ccc;
  min-height: auto;
}
.dropzone-upload-area .files-container #upload-label {
  background: rgba(231, 97, 92, 0);
  color: #fff;
  position: absolute;
  height: 115px;
  top: 20%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  min-width: 20%;
  text-align: center;
  cursor: pointer;
}
.dropzone-upload-area .files-container.active {
  background: #fff;
}
.dropzone-upload-area .files-container.active #upload-label {
  background: #fff;
  color: #e7615c;
}
.dropzone-upload-area .files-container #upload-label i:hover {
  color: #444;
  font-size: 9.4rem;
  -webkit-transition: width 2s;
}
.dropzone-upload-area .files-container #upload-label span.title {
  font-size: 1em;
  font-weight: bold;
  display: block;
}
.dropzone-upload-area span.tittle {
  position: relative;
  top: 222px;
  color: #bdbdbd;
}
.dropzone-upload-area .files-container #upload-label i {
  text-align: center;
  display: block;
  color: #e7615c;
  height: 115px;
  font-size: 9.5rem;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
.dropzone-upload-area .preview-container {
  position: relative;
  visibility: hidden;
}
.dropzone-upload-area .preview-container .dropzone-info {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 15px;
  width: 100%;
}
.dropzone-upload-area .preview-container .dropzone-info > .thumb-container {
  flex: 0 0 50px;
  max-width: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 17px;
}
.dropzone-upload-area .preview-container .dropzone-info img {
  max-width: 100%;
  height: auto;
}
.dropzone-upload-area .preview-container .dropzone-info > .details {
  position: relative;
  flex: 0 0 calc(100% - 64px);
  max-width: calc(100% - 64px);
  padding-right: 30px;
}
.dropzone-upload-area .preview-container .dropzone-info .actions {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
.dropzone-upload-area .preview-container > div {
  display: flex;
  align-items: flex-start;
}
.dropzone-upload-area .no-files-uploaded {
  display: block;
}
.dropzone-upload-area .uploaded-files {
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
.dropzone-upload-area .uploaded-files span.progress-text {
  font-size: 10px;
}
.dropzone-upload-area .uploaded-files span,
.dropzone-upload-area .uploaded-files a {
  font-size: 14px;
}
.dropzone-upload-area .uploaded-files a:hover {
  text-decoration: underline !important;
}
.dropzone-upload-area .uploaded-files i {
  position: relative;
  margin-right: 7px;
}
.dropzone-upload-area .thumb-container {
  position: relative;
}
.dropzone-upload-area div.type-pdf .thumb-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 90% 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.dropzone-upload-area div.type-pdf .thumb-container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTYgNTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2IDU2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0UyNTc0Qzt9LnN0MXtmaWxsOiNCNTM2Mjk7fS5zdDJ7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNi45LDBoLTI5QzcuMiwwLDYuNCwwLjYsNi40LDEuOVY1NWMwLDAuNCwwLjYsMSwxLjUsMWg0MC4xYzAuNywwLDEuNS0wLjYsMS41LTFWMTNjMC0wLjctMC4xLTAuOS0wLjMtMS4xTDM3LjcsMC4zQzM3LjQsMC4xLDM3LjIsMCwzNi45LDBMMzYuOSwweiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zNy40LDAuMVYxMmgxMS45TDM3LjQsMC4xeiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xNy4zLDM0LjNoLTEuNlYyNC4xaDIuOWMwLjQsMCwwLjksMC4xLDEuMiwwLjNjMC40LDAuMSwwLjcsMC40LDEuMSwwLjZjMC40LDAuMywwLjYsMC42LDAuNywxYzAuMywwLjQsMC4zLDAuOSwwLjMsMS4yYzAsMC41LTAuMSwxLTAuMywxLjRjLTAuMSwwLjQtMC40LDAuNy0wLjcsMWMtMC4zLDAuMy0wLjYsMC41LTEuMSwwLjZjLTAuNCwwLjEtMC45LDAuMy0xLjUsMC4zaC0xLjN2My44SDE3LjN6IE0xNy4zLDI1LjR2NGgxLjVjMC4zLDAsMC40LDAsMC42LTAuMXMwLjQtMC4xLDAuNS0wLjRjMC4xLTAuMSwwLjMtMC40LDAuNC0wLjZzMC4xLTAuNiwwLjEtMWMwLTAuMSwwLTAuNC0wLjEtMC42YzAtMC4zLTAuMS0wLjQtMC4zLTAuNmMtMC4xLTAuMy0wLjQtMC40LTAuNi0wLjVjLTAuMy0wLjEtMC42LTAuMy0xLTAuM2gtMS4xVjI1LjR6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTMyLjIsMjguOWMwLDAuOS0wLjEsMS41LTAuMywyLjFjLTAuMSwwLjYtMC40LDEuMS0wLjYsMS41Yy0wLjMsMC40LTAuNiwwLjctMC45LDFjLTAuNCwwLjMtMC42LDAuNC0xLDAuNWMtMC40LDAuMS0wLjYsMC4xLTAuOSwwLjNjLTAuMywwLTAuNSwwLTAuNiwwaC0zLjlWMjQuMWgzYzAuOSwwLDEuNiwwLjEsMi4yLDAuNGMwLjYsMC4zLDEuMSwwLjYsMS42LDEuMWMwLjQsMC41LDAuNywxLDEsMS41QzMyLjEsMjcuOCwzMi4yLDI4LjQsMzIuMiwyOC45TDMyLjIsMjguOXogTTI3LjMsMzNjMS4xLDAsMS45LTAuNCwyLjQtMS4xYzAuNS0wLjcsMC43LTEuOCwwLjctMy4xYzAtMC40LDAtMC45LTAuMS0xLjJzLTAuMy0wLjctMC42LTEuMWMtMC4zLTAuNC0wLjYtMC42LTEuMS0wLjdjLTAuNS0wLjMtMS4xLTAuMy0xLjktMC4zaC0xVjMzTDI3LjMsMzNMMjcuMywzM3oiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzYuMiwyNS40djMuMWg0LjN2MS4xaC00LjN2NC41aC0xLjZWMjRoNi4zdjEuM2gtNC42VjI1LjR6Ii8+PC9nPjwvc3ZnPg==);
}
.dropzone-upload-area div.type-jpg .thumb-container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1NiA1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTYgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMjZCOTlBO30uc3Qxe2ZpbGw6IzE0QTA4NTt9LnN0MntmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM3LDBIOEM3LjIsMCw2LjUsMC43LDYuNSwxLjlWNTVjMCwwLjMsMC43LDEsMS41LDFINDhjMC44LDAsMS41LTAuNywxLjUtMVYxM2MwLTAuNy0wLjEtMC45LTAuMy0xLjFMMzcuNiwwLjNDMzcuNCwwLjEsMzcuMiwwLDM3LDB6Ii8+PHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIzNy41LDAuMiAzNy41LDEyIDQ5LjMsMTIgIi8+PGc+PHBhdGggY2xhc3M9InN0MiIgZD0iTTIxLjMsMjQuOHY3LjhjMCwwLjUtMC4xLDAuOS0wLjMsMS4yYy0wLjIsMC4zLTAuNCwwLjYtMC43LDAuOGMtMC4zLDAuMi0wLjYsMC4zLTEsMC40Yy0wLjQsMC4xLTAuOCwwLjEtMS4yLDAuMWMtMC4yLDAtMC40LDAtMC43LTAuMWMtMC4zLDAtMC41LTAuMS0wLjgtMC4ycy0wLjYtMC4yLTAuOC0wLjNjLTAuMy0wLjEtMC41LTAuMi0wLjctMC40bDAuNy0xLjFjMC4xLDAuMSwwLjIsMC4xLDAuNCwwLjJjMC4yLDAuMSwwLjQsMC4xLDAuNiwwLjJjMC4yLDAuMSwwLjQsMC4xLDAuNiwwLjJzMC40LDAuMSwwLjYsMC4xYzAuNSwwLDAuOS0wLjEsMS4yLTAuM3MwLjQtMC41LDAuNS0xdi03LjdIMjEuM3oiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjUuNCwzNS4xaC0xLjZWMjVoMi45YzAuNCwwLDAuOSwwLjEsMS4zLDAuMnMwLjgsMC4zLDEuMSwwLjZjMC4zLDAuMywwLjYsMC42LDAuOCwxczAuMywwLjgsMC4zLDEuM2MwLDAuNS0wLjEsMS0wLjMsMS40cy0wLjQsMC44LTAuNywxcy0wLjcsMC41LTEuMSwwLjdzLTAuOSwwLjItMS40LDAuMmgtMS4yTDI1LjQsMzUuMUwyNS40LDM1LjF6IE0yNS40LDI2LjN2NGgxLjVjMC4yLDAsMC40LDAsMC42LTAuMWMwLjItMC4xLDAuNC0wLjIsMC41LTAuM3MwLjMtMC40LDAuNC0wLjZzMC4xLTAuNiwwLjEtMWMwLTAuMiwwLTAuNC0wLjEtMC42YzAtMC4yLTAuMS0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjVjLTAuMy0wLjEtMC42LTAuMi0xLTAuMkgyNS40eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zOS40LDI5Ljl2My45Yy0wLjIsMC4zLTAuNCwwLjUtMC43LDAuNnMtMC41LDAuMy0wLjgsMC40cy0wLjYsMC4yLTAuOSwwLjJjLTAuMywwLTAuNiwwLjEtMC45LDAuMWMtMC42LDAtMS4yLTAuMS0xLjctMC4zcy0wLjktMC41LTEuMy0xcy0wLjctMS0wLjktMS42Yy0wLjItMC42LTAuMy0xLjQtMC4zLTIuMnMwLjEtMS42LDAuMy0yLjJjMC4yLTAuNiwwLjUtMS4yLDAuOS0xLjZjMC40LTAuNCwwLjgtMC44LDEuMy0xYzAuNS0wLjIsMS4xLTAuMywxLjctMC4zYzAuNSwwLDEuMSwwLjEsMS41LDAuM2MwLjUsMC4yLDAuOSwwLjUsMS4zLDAuOGwtMS4xLDFjLTAuMi0wLjMtMC41LTAuNS0wLjgtMC42Yy0wLjMtMC4xLTAuNi0wLjItMC45LTAuMmMtMC4zLDAtMC43LDAuMS0xLDAuMmMtMC4zLDAuMS0wLjYsMC4zLTAuOCwwLjZjLTAuMiwwLjMtMC40LDAuNy0wLjYsMS4ycy0wLjIsMS4xLTAuMiwxLjhjMCwwLjcsMC4xLDEuMywwLjIsMS44YzAuMSwwLjUsMC4zLDAuOSwwLjUsMS4yczAuNSwwLjYsMC44LDAuN2MwLjMsMC4yLDAuNiwwLjIsMC45LDAuMmMwLjEsMCwwLjIsMCwwLjQsMGMwLjIsMCwwLjMsMCwwLjUtMC4xYzAuMiwwLDAuMy0wLjEsMC41LTAuMXMwLjMtMC4xLDAuMy0wLjJWMzFoLTEuN3YtMS4xTDM5LjQsMjkuOUwzOS40LDI5Ljl6Ii8+PC9nPjwvc3ZnPg==);
}
.dropzone-upload-area div.type-png .thumb-container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1NiA1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTYgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojODhDMDU3O30uc3Qxe2ZpbGw6IzY1OUMzNTt9LnN0MntmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM3LDBIOEM3LjIsMCw2LjUsMC43LDYuNSwxLjlWNTVjMCwwLjMsMC43LDEsMS41LDFINDhjMC44LDAsMS41LTAuNywxLjUtMVYxM2MwLTAuNy0wLjEtMC45LTAuMy0xLjFMMzcuNiwwLjNDMzcuNCwwLjEsMzcuMiwwLDM3LDB6Ii8+PHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIzNy41LDAuMiAzNy41LDEyIDQ5LjMsMTIgIi8+PGc+PHBhdGggY2xhc3M9InN0MiIgZD0iTTE2LjksMzUuMWgtMS42VjI1aDIuOWMwLjQsMCwwLjksMC4xLDEuMywwLjJzMC44LDAuMywxLjEsMC42YzAuMywwLjMsMC42LDAuNiwwLjgsMXMwLjMsMC44LDAuMywxLjNjMCwwLjUtMC4xLDEtMC4zLDEuNHMtMC40LDAuOC0wLjcsMXMtMC43LDAuNS0xLjEsMC43cy0wLjksMC4yLTEuNCwwLjJoLTEuMkwxNi45LDM1LjFMMTYuOSwzNS4xeiBNMTYuOSwyNi4zdjRoMS41YzAuMiwwLDAuNCwwLDAuNi0wLjFjMC4yLTAuMSwwLjQtMC4yLDAuNS0wLjNjMC4yLTAuMiwwLjMtMC40LDAuNC0wLjZzMC4xLTAuNiwwLjEtMWMwLTAuMiwwLTAuNC0wLjEtMC42YzAtMC4yLTAuMS0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjVzLTAuNi0wLjItMS0wLjJMMTYuOSwyNi4zTDE2LjksMjYuM3oiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzAuOSwyNXYxMC4xaC0xLjdsLTQtNi45djYuOWgtMS43VjI1aDEuN2w0LDYuOVYyNUgzMC45eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik00MC43LDI5Ljl2My45Yy0wLjIsMC4zLTAuNCwwLjUtMC43LDAuNnMtMC41LDAuMy0wLjgsMC40cy0wLjYsMC4yLTAuOSwwLjJjLTAuMywwLTAuNiwwLjEtMC45LDAuMWMtMC42LDAtMS4yLTAuMS0xLjctMC4zcy0wLjktMC41LTEuMy0xcy0wLjctMS0wLjktMS42Yy0wLjItMC42LTAuMy0xLjQtMC4zLTIuMnMwLjEtMS42LDAuMy0yLjJjMC4yLTAuNiwwLjUtMS4yLDAuOS0xLjZjMC40LTAuNCwwLjgtMC44LDEuMy0xYzAuNS0wLjIsMS4xLTAuMywxLjctMC4zYzAuNSwwLDEuMSwwLjEsMS41LDAuM2MwLjUsMC4yLDAuOSwwLjUsMS4zLDAuOGwtMS4xLDFjLTAuMi0wLjMtMC41LTAuNS0wLjgtMC42Yy0wLjMtMC4xLTAuNi0wLjItMC45LTAuMmMtMC4zLDAtMC43LDAuMS0xLDAuMmMtMC4zLDAuMS0wLjYsMC4zLTAuOCwwLjZjLTAuMiwwLjMtMC40LDAuNy0wLjYsMS4ycy0wLjIsMS4xLTAuMiwxLjhjMCwwLjcsMC4xLDEuMywwLjIsMS44YzAuMSwwLjUsMC4zLDAuOSwwLjUsMS4yczAuNSwwLjYsMC44LDAuN2MwLjMsMC4yLDAuNiwwLjIsMC45LDAuMmMwLjEsMCwwLjIsMCwwLjQsMGMwLjIsMCwwLjMsMCwwLjUtMC4xYzAuMiwwLDAuMy0wLjEsMC41LTAuMXMwLjMtMC4xLDAuMy0wLjJWMzFoLTEuN3YtMS4xTDQwLjcsMjkuOUw0MC43LDI5Ljl6Ii8+PC9nPjwvc3ZnPg==);
}
.dropzone-upload-area div.type-doc .thumb-container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1NiA1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTYgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMDA5NkU2O30uc3Qxe2ZpbGw6IzAwNjJCMjt9LnN0MntmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM3LDBIOEM3LjIsMCw2LjUsMC43LDYuNSwxLjlWNTVjMCwwLjMsMC43LDEsMS41LDFINDhjMC44LDAsMS41LTAuNywxLjUtMVYxM2MwLTAuNy0wLjEtMC45LTAuMy0xLjFMMzcuNiwwLjNDMzcuNCwwLjEsMzcuMiwwLDM3LDB6Ii8+PHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIzNy41LDAuMiAzNy41LDEyIDQ5LjMsMTIgIi8+PGc+PHBhdGggY2xhc3M9InN0MiIgZD0iTTIyLjUsMjkuOGMwLDAuOC0wLjEsMS41LTAuMywyLjFzLTAuNCwxLjEtMC43LDEuNXMtMC42LDAuNy0wLjksMC45cy0wLjcsMC40LTEsMC41QzE5LjMsMzQuOSwxOSwzNSwxOC44LDM1Yy0wLjMsMC0wLjUsMC0wLjYsMGgtMy44VjI1aDNjMC44LDAsMS42LDAuMSwyLjIsMC40czEuMiwwLjYsMS42LDEuMXMwLjcsMSwxLDEuNUMyMi40LDI4LjYsMjIuNSwyOS4yLDIyLjUsMjkuOHogTTE3LjYsMzMuOWMxLjEsMCwxLjktMC40LDIuNC0xLjFzMC43LTEuNywwLjctMy4xYzAtMC40LDAtMC44LTAuMS0xLjJjLTAuMS0wLjQtMC4zLTAuOC0wLjYtMS4xcy0wLjctMC42LTEuMi0wLjhzLTEuMS0wLjMtMS45LTAuM2gtMXY3LjZDMTYsMzMuOSwxNy42LDMzLjksMTcuNiwzMy45eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zMi41LDMwYzAsMC44LTAuMSwxLjYtMC4zLDIuMnMtMC41LDEuMi0wLjksMS42Yy0wLjQsMC40LTAuOCwwLjgtMS4zLDFzLTEuMSwwLjMtMS43LDAuM3MtMS4yLTAuMS0xLjctMC4zcy0wLjktMC41LTEuMy0xcy0wLjctMS0wLjktMS42cy0wLjMtMS40LTAuMy0yLjJzMC4xLTEuNiwwLjMtMi4yYzAuMi0wLjYsMC41LTEuMiwwLjktMS42YzAuNC0wLjQsMC44LTAuOCwxLjMtMXMxLjEtMC4zLDEuNy0wLjNzMS4yLDAuMSwxLjcsMC4zczAuOSwwLjUsMS4zLDFjMC40LDAuNCwwLjcsMSwwLjksMS42QzMyLjQsMjguNCwzMi41LDI5LjIsMzIuNSwzMHogTTI4LjIsMzMuOGMwLjMsMCwwLjctMC4xLDEtMC4yYzAuMy0wLjEsMC42LTAuMywwLjgtMC42YzAuMi0wLjMsMC40LTAuNywwLjYtMS4yczAuMi0xLjEsMC4yLTEuOGMwLTAuNy0wLjEtMS4zLTAuMi0xLjdjLTAuMS0wLjUtMC4zLTAuOS0wLjUtMS4ycy0wLjUtMC41LTAuOC0wLjdjLTAuMy0wLjEtMC42LTAuMi0wLjktMC4yYy0wLjMsMC0wLjcsMC4xLTEsMC4yYy0wLjMsMC4xLTAuNiwwLjMtMC44LDAuNmMtMC4yLDAuMy0wLjQsMC43LTAuNiwxLjJzLTAuMiwxLjEtMC4yLDEuOGMwLDAuNywwLjEsMS4zLDAuMiwxLjhzMC4zLDAuOSwwLjUsMS4yczAuNSwwLjUsMC44LDAuN0MyNy42LDMzLjcsMjcuOSwzMy44LDI4LjIsMzMuOHoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNNDEuNiwzNC4xYy0wLjQsMC40LTAuOCwwLjYtMS4zLDAuOGMtMC41LDAuMi0xLDAuMy0xLjUsMC4zYy0wLjYsMC0xLjItMC4xLTEuNy0wLjNzLTAuOS0wLjUtMS4zLTFzLTAuNy0xLTAuOS0xLjZzLTAuMy0xLjQtMC4zLTIuMnMwLjEtMS42LDAuMy0yLjJjMC4yLTAuNiwwLjUtMS4yLDAuOS0xLjZjMC40LTAuNCwwLjgtMC44LDEuMy0xYzAuNS0wLjIsMS4xLTAuMywxLjctMC4zYzAuNSwwLDEuMSwwLjEsMS41LDAuM2MwLjUsMC4yLDAuOSwwLjUsMS4zLDAuOGwtMS4xLDFjLTAuMi0wLjMtMC41LTAuNS0wLjgtMC42cy0wLjYtMC4yLTAuOS0wLjJjLTAuMywwLTAuNywwLjEtMSwwLjJjLTAuMywwLjEtMC42LDAuMy0wLjgsMC42Yy0wLjIsMC4zLTAuNCwwLjctMC42LDEuMnMtMC4yLDEuMS0wLjIsMS44YzAsMC43LDAuMSwxLjMsMC4yLDEuOHMwLjMsMC45LDAuNSwxLjJzMC41LDAuNSwwLjgsMC43YzAuMywwLjEsMC42LDAuMiwwLjksMC4yczAuNi0wLjEsMC45LTAuMnMwLjUtMC4zLDAuOC0wLjZMNDEuNiwzNC4xeiIvPjwvZz48L3N2Zz4=);
}
.dropzone-upload-area div.type-zip .thumb-container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1NiA1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTYgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojNTU2MDgwO30uc3Qxe2ZpbGw6IzNGNDg1RTt9LnN0MntmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM3LDBIOEM3LjIsMCw2LjUsMC43LDYuNSwxLjlWNTVjMCwwLjMsMC43LDEsMS41LDFINDhjMC44LDAsMS41LTAuNywxLjUtMVYxM2MwLTAuNy0wLjEtMC45LTAuMy0xLjFMMzcuNiwwLjNDMzcuNCwwLjEsMzcuMiwwLDM3LDB6Ii8+PHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIzNy41LDAuMiAzNy41LDEyIDQ5LjMsMTIgIi8+PGc+PHBhdGggY2xhc3M9InN0MiIgZD0iTTI0LjksMjV2MS4zbC00LjgsNy4ybC0wLjMsMC4yaDUuMVYzNWgtNi43di0xLjNsNC44LTcuMmwwLjMtMC4yaC01LjFWMjVIMjQuOXoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjguOSwzNWgtMS43VjI1aDEuN1YzNXoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzMsMzVoLTEuNlYyNWgyLjljMC40LDAsMC45LDAuMSwxLjMsMC4yczAuOCwwLjMsMS4xLDAuNmMwLjMsMC4zLDAuNiwwLjYsMC44LDFzMC4zLDAuOCwwLjMsMS4zYzAsMC41LTAuMSwxLTAuMywxLjRjLTAuMiwwLjQtMC40LDAuOC0wLjcsMWMtMC4zLDAuMy0wLjcsMC41LTEuMSwwLjdzLTAuOSwwLjItMS40LDAuMkgzM0wzMywzNUwzMywzNXogTTMzLDI2LjJ2NGgxLjVjMC4yLDAsMC40LDAsMC42LTAuMWMwLjItMC4xLDAuNC0wLjIsMC41LTAuM3MwLjMtMC40LDAuNC0wLjZzMC4yLTAuNiwwLjItMWMwLTAuMiwwLTAuNC0wLjEtMC42YzAtMC4yLTAuMS0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjVzLTAuNi0wLjItMS0wLjJMMzMsMjYuMkwzMywyNi4yeiIvPjwvZz48L3N2Zz4=);
}
.dropzone-upload-area .dz-error-message {
  color: #de1500;
}
.dropzone-upload-area .dz-success .dz-progress {
  display: none;
}

.d-flex .mr-1 {
  margin-right: 2px;
}

.loan-refresh-rate {
  text-align: center;
}
.loan-refresh-rate .btn {
  font-size: 0.7rem;
  padding: 5px;
  width: 50px;
  height: 44px;
}
.loan-refresh-rate .btn .spinner-border {
  margin-top: 8px;
}

.table-scroller-wrapper {
  overflow-x: scroll;
  width: calc(100% - 0px);
  margin: 0 auto;
  padding-bottom: 10px;
}
.table-scroller-wrapper th,
.table-scroller-wrapper td {
  white-space: nowrap;
}
.table-scroller-wrapper .first-col {
  position: absolute;
  width: 6em;
  margin-left: -6em;
  border: 0px;
  font-weight: bold;
}

.form-check-personal_owner_same_legal {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 22px;
  vertical-align: middle;
  margin-bottom: -3px;
}
.form-check-personal_owner_same_legal > label {
  vertical-align: middle;
  margin-top: 3px;
}

.icon-check-mad-in-usa {
  background: #1ab61a;
  color: white;
  border-radius: 30px;
  height: 30px;
  font-size: 20px;
  padding: 0px 1px;
}

.filter-checkbox {
  margin-left: 30px;
}

.filter-checkbox:first-child {
  margin-left: 0;
}

.form-group {
  margin-bottom: 1rem;
}

.form-fieldset > .form-label {
  font-size: 1.5rem;
}

.tableSizesMapNumberSolarPort {
  background-color: #ffffff;
  color: #b13838;
  font-size: 16px;
  padding: 3px;
  border: 1px solid #b13838;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 14px;
}

.tableSizesMapNumberEVC {
  background-color: #b13838;
  color: #ffffff;
  font-size: 16px;
  padding: 3px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 14px;
}

.tableSizesMapNumberInverter {
  background-color: #ffffff;
  color: #000000;
  font-size: 15px;
  padding: 1px;
  border: 2px solid #000000;
  border-radius: 0px;
  width: 19px;
  height: 19px;
  line-height: 14px;
  font-weight: 700;
}

.tableSizesMapNumberPanelboard {
  background-color: #ffffff;
  color: #ff0000;
  font-size: 15px;
  padding: 1px;
  border: 2px solid #ff0000;
  border-radius: 0px;
  width: 19px;
  height: 19px;
  line-height: 14px;
  font-weight: 700;
}

.tableSizesMapNumberACDisconnect {
  background-color: #ffffff;
  color: #002fff;
  font-size: 15px;
  padding: 1px;
  border: 2px solid #1e00ff;
  border-radius: 0px;
  width: 19px;
  height: 19px;
  line-height: 14px;
  font-weight: 700;
}

.tableSizesMapNumberBattery {
  background-color: #1500b8;
  color: #ffffff;
  font-size: 15px;
  padding: 1px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  width: 19px;
  height: 19px;
  line-height: 14px;
  font-weight: 400;
}

.tableSizesMapNumberTransformer {
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  padding: 2px;
  border: 2px solid #ffffff;
  border-radius: 0px;
  width: 19px;
  height: 19px;
  line-height: 14px;
  font-weight: 400;
}

.tableSizesMap {
  background-color: #ffffff;
  color: #b13838;
  font-size: 16px;
  padding: 3px;
  border: 1px solid #b13838;
}
.tableSizesMap > div {
  border-bottom: 1px rgba(177, 56, 56, 0.3019607843) solid;
  padding-bottom: 2px;
  padding-top: 2px;
}
.tableSizesMap > div:nth-last-child(1) {
  border-bottom: 0px;
}
.tableSizesMap > div.small {
  font-size: 14px;
}
.tableSizesMap > div.small > b {
  min-width: 30px;
  display: inline-block;
  text-align: center;
}

.vicinity-map-google-image {
  width: 100%;
  aspect-ratio: 1.39;
  background-size: cover;
  background-position: center center;
}

.table-domestic-content-bonus {
  max-width: 600px;
}
.table-domestic-content-bonus input {
  max-width: 100px;
}

.row > .form-floating > label {
  padding: 1rem 1.25rem;
}

.form-floating .select2-container .select2-selection {
  padding-top: 33px;
}
.form-floating.form-floating-select2 .form-label {
  z-index: 2;
}
.form-floating.form-floating-file > .form-control {
  padding-top: 2.3rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
}
.form-floating.form-floating-bl {
  overflow: auto;
}
.form-floating.form-floating-bl .bl-4 {
  padding-top: 6.5rem !important;
  padding-bottom: 1.25rem !important;
}

.modal-dialog .form-floating > label {
  width: auto;
  padding-right: 0;
}

.form-group.form-inline .form-control {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.form-group.form-inline-sm .form-control {
  display: inline-block;
  width: 80px;
}

.scaleLabel > div {
  padding: 2px 5px 2px 2px !important;
}

.version-help {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 2px;
}

.row-label > label {
  position: absolute;
}
.row-label .form-control {
  margin-top: 24px;
}

.col-delimiter {
  flex: 0 0 auto;
  width: 10px;
  margin: auto 0;
  padding: 0;
}
.col-delimiter.cdp-1 {
  padding: 1.4rem 0 0 0;
}

.floating-col1 {
  display: inline-block;
}

.floating-col2 {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

@media (min-width: 1100px) {
  .floating-col1 {
    width: calc(100% - 600px);
  }
  .floating-col2 {
    width: 580px;
  }
  .modal-x-lg .modal-dialog {
    min-width: 1024px;
  }
}
#js-modal-document-cbo .form-group {
  margin-bottom: 0;
  padding: 0 5px;
}
#js-modal-document-cbo .form-group .form-control {
  padding: 0.275rem 0.3rem;
}

.js-form-fields .form-group {
  margin-bottom: 0;
}

.form-control .col-date,
.col-date {
  width: 8.4rem;
}

@keyframes map-loading {
  to {
    transform: rotate(360deg);
  }
}
.map-loading {
  position: relative;
  background: #eee;
}

.map-loading:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: map-loading 0.6s linear infinite;
}

.zoom-21 .labelMap {
  padding: 1px 2px;
  font-size: 13px !important;
}
.zoom-21 .labelMap.miniLabelMap {
  padding: 3px;
  text-align: center;
}

.zoom-20 .labelMap {
  padding: 1px 2px;
  font-size: 12px !important;
}
.zoom-20 .labelMap.miniLabelMap {
  padding: 3px;
  text-align: center;
}

.zoom-19 .labelMap {
  padding: 0px 1px;
  font-size: 11px !important;
}
.zoom-19 .labelMap.miniLabelMap {
  padding: 3px;
  text-align: center;
}

.zoom-18 .labelMap {
  padding: 0px 1px;
  font-size: 10px !important;
}
.zoom-18 .labelMap.miniLabelMap {
  padding: 3px;
  text-align: center;
}

.zoom-17 .labelMap {
  padding: 0px 1px;
  font-size: 9px !important;
}
.zoom-17 .labelMap.miniLabelMap {
  padding: 3px;
  text-align: center;
}

.zoom-16 .labelMap {
  padding: 0px 1px;
  font-size: 8px !important;
}
.zoom-16 .labelMap.miniLabelMap {
  padding: 3px;
  text-align: center;
}

.zoom-15 .labelMap {
  padding: 0px 1px;
  font-size: 7px !important;
}
.zoom-15 .labelMap.miniLabelMap {
  padding: 3px;
  text-align: center;
}

.documents {
  padding-left: 0;
}
.documents img.thumbnail {
  width: 50px;
  height: 50px;
  margin: 0 17px 5px 5px;
}
.documents.doc-with-thumb .flex-fill a {
  display: block;
}

.btn-icon {
  display: inline-block;
  padding: 0.25em;
  line-height: 1;
  border: 0;
  border-radius: 0.25rem;
}

input.form-control:-moz-read-only {
  background: #e9ecef;
}

input.form-control:read-only {
  background: #e9ecef;
}

.noty_layout .noty_bar .noty_body {
  max-height: 600px;
  overflow: scroll;
}

.table.table-construction-plan > :not(caption) > * > * {
  background-color: transparent;
}

.form-check label:has(> input:disabled) {
  cursor: not-allowed;
  color: #e9ecef;
}

.form-group.form-date-inline {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.form-group.form-date-inline label {
  display: block;
  width: 50%;
}
.form-group.form-date-inline input {
  width: 50%;
  display: block;
}

.view-editable-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view-editable-group .form-value {
  line-height: 2.7rem;
}
.view-editable-group .form-group {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.view-editable-group .form-group label {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.view-editable-group .form-group.form-date-inline input {
  margin-left: auto;
  width: 8.5rem;
}
.view-editable-group.flex-row-reverse {
  justify-content: start;
}
.view-editable-group.flex-row-reverse .form-group {
  justify-content: start;
  flex-direction: row-reverse;
}
.view-editable-group.flex-row-reverse .form-group :nth-child(1) {
  order: 1;
}
.view-editable-group.flex-row-reverse .form-group :nth-child(2) {
  order: 3;
}
.view-editable-group.flex-row-reverse .form-group :nth-child(3) {
  order: 2;
}
.view-editable-group.flex-row-reverse .form-value {
  margin-right: 4px;
  min-width: 50px;
}

.js-days-fields .view-editable-group .form-group input {
  width: 3.4rem;
  margin-left: auto;
}
.js-days-fields .view-editable-group.flex-row-reverse .form-group input {
  margin-left: 0;
}

.form-switch.form-switch-multiple {
  padding-left: 0;
}
.form-switch.form-switch-multiple label {
  padding-right: 2.5rem;
}
.form-switch.form-switch-multiple .form-check-input {
  float: none;
}

.form-group.d-flex label {
  display: block;
  padding-right: 5px;
}

.table > :not(caption) > * > *.border-2 {
  border-width: 2px;
}

.table > :not(caption) > tr.border-2 {
  border-width: 2px;
}

.table td.border-bottom-0 {
  border-bottom: 1px solid transparent !important;
}

@media (min-width: 800px) {
  .modal-xxl .modal-dialog {
    width: 90%;
    max-width: 90%;
  }
}
#noty_layout__center.noty_layout {
  min-width: 500px;
}
#noty_layout__center.noty_layout .noty_type__error .noty_buttons {
  text-align: center;
}

.solar-port .cell {
  background-color: #eee;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  aspect-ratio: 1;
  width: 25px;
  height: 40px;
  font-size: 10px;
  flex-direction: column;
  position: relative;
}
.solar-port .cell:hover {
  background-color: #d0d0d0;
  cursor: pointer;
}
.solar-port .cell > div {
  position: absolute;
}
.solar-port .cell > div ul.vue-simple-context-menu {
  position: absolute;
  left: 0px !important;
  bottom: inherit !important;
  top: 0px !important;
  width: 110px;
}
.solar-port .cell div.label {
  position: relative !important;
  line-height: 10px;
}
.solar-port .cell div.label.string {
  font-weight: bold;
  font-size: 11px;
}
.solar-port .cell.deleted {
  background-color: red !important;
  color: white;
}
.solar-port .cell.filled {
  background-color: #004e00 !important;
  color: #e7ffe7;
}
.solar-port .cell.filled-starting-point {
  background-color: #6e0000 !important;
  color: white;
}
.solar-port .cell.filled-ending-point {
  background-color: #303030 !important;
  color: white;
}
.solar-port .cell.filled-other {
  background-color: #ffe496 !important;
  color: #292929;
}
.solar-port .cell.filled-other-starting-point {
  background-color: #ffc5b0 !important;
  color: #292929;
}
.solar-port .cell.filled-other-ending-point {
  background-color: #bdbdbd !important;
  color: #292929;
}
.solar-port .cell.panel-different {
  border-color: red !important;
  border-width: 1px !important;
  border-style: dashed !important;
}
.solar-port .cell.no-string-per-inverter::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: yellow;
  color: white;
  opacity: 0;
  animation: flash-bg 2s infinite alternate;
  pointer-events: none;
}
.solar-port .cell.horizontal {
  width: 40px;
  height: 25px;
  flex-direction: row-reverse;
}
.solar-port .cell.horizontal div.label {
  width: 12px;
  transform: rotate(90deg);
}

@keyframes flash-bg {
  0%, 20%, 100% {
    opacity: 0;
  }
  /* normalmente invisible */
  10% {
    opacity: 1;
  }
  /* aparece brevemente */
}
.leader-line {
  z-index: 2000;
}

.boxxx {
  display: flex;
  justify-content: space-between;
}

.legend-panel {
  border: 1px solid #000;
  padding: 0px;
  width: 50px;
  height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: -10px;
  left: 300px;
  transform: rotate(90deg);
}
.legend-panel > div {
  text-align: center;
  padding: 2px;
  font-size: 10px;
  line-height: 10px;
}
.legend-panel > div:nth-child(1),
.legend-panel > div:nth-child(3) {
  font-size: 8px;
}

.legend-panel-vertical {
  border: 1px solid #000;
  padding: 0px;
  width: 50px;
  height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.legend-panel-vertical > div {
  text-align: center;
  padding: 2px;
  font-size: 10px;
  line-height: 10px;
}
.legend-panel-vertical > div:nth-child(1),
.legend-panel-vertical > div:nth-child(3) {
  font-size: 8px;
}

.sld-vue-component-landscape .global-sld-container {
  flex-direction: row !important;
  align-items: flex-start !important;
}
.sld-vue-component-landscape .global-sld-container .photos-boxes {
  top: inherit;
  bottom: 0;
}
.sld-vue-component-landscape .global-sld-container .group-box > span {
  width: inherit;
  height: 100%;
}
.sld-vue-component-landscape .global-sld-container .group-box > span .boxxx {
  flex-direction: column;
  align-items: end;
}
.sld-vue-component-landscape .global-sld-container .inverter-schema-container {
  rotate: 90deg;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sld-vue-component-landscape .global-sld-container .inverter-schema-container .connected-inverter-box-top {
  margin: inherit;
}
.sld-vue-component-landscape .global-sld-container .inverter-schema-container .inverter-schema .inverter-container {
  display: flex;
}
.sld-vue-component-landscape .global-sld-container .inverter-schema-container .inverter-schema .inverter-container .label-inverter-header {
  rotate: -90deg;
  height: 60px;
  max-width: 360px;
  position: absolute;
  top: 155px;
  left: -145px;
  overflow: hidden;
}
.sld-vue-component-landscape .global-sld-container .inverter-schema-container .inverter-schema .inverter-container .content-inputs {
  padding-left: 60px;
}

.container-multiple-elements {
  padding-left: 400px;
}

.tree-container {
  width: 100%;
  text-align: center;
}
.tree-container .general-schema-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 230px;
}
.tree-container .general-schema-container .child-container {
  font-weight: bold;
  margin-right: 10px;
}
.tree-container .general-schema-container .children-container {
  display: flex;
}

.element-tree-node {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.element-tree-node .element-tree-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  border: 1px #aaaaaa solid;
  border-radius: 10px;
  margin-bottom: 10px;
}
.element-tree-node .element-tree-container.redded {
  border-color: red;
  border-width: 2px;
  background-color: #ffdfdf;
  color: #6b0000;
}
.element-tree-node .element-tree-container.greened {
  border-color: rgb(24, 176, 0);
  border-width: 2px;
  background-color: #caffcf;
  color: #004400;
}
.element-tree-node .element-tree-container .amperages {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 5px;
}
.element-tree-node .element-tree-container .images {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.element-tree-node .children {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.cell-redded {
  padding: 0px;
  color: #842029;
  background: #f8d7da !important;
  border-color: #f5c2c7;
}

.cell-blued {
  padding: 0px;
  color: #055160;
  background: #cff4fc !important;
  border-color: #b6effb;
}

.js-overlay-main-map-layout {
  z-index: -1000 !important;
  width: 10000px;
  height: 3600px;
  margin-left: -2500px;
  margin-top: -1800px;
}

.js-frm-background-image-zoom {
  width: 80px;
  display: inline-block;
  height: 24px;
  padding: 3px 5px;
  text-align: center;
}

#js-holder-map-background-image-toolbox {
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px #c8c8c8 solid;
}

.childs-margin-bottom > div {
  margin-bottom: 10px;
}

.js-subcontractors-prices-fields h6 {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.js-subcontractors-prices-fields .box-price-override {
  border: 1px gray solid;
}

.btn-delete-row-agreement {
  margin-left: 0px;
}

.btn-add-row-agreement {
  min-width: 70px;
}

.subcontractor-agreement-box {
  border: 1px #d2d2d2 solid;
  background: #f9f9f9;
  border-radius: 6px;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.subcontractor-agreement-box > h6 {
  margin-top: 15px;
}
.subcontractor-agreement-box > table {
  width: calc(100% - 20px);
}
.subcontractor-agreement-box .form-group label small {
  color: green !important;
}

.plus-icon {
  font-size: 20px;
  vertical-align: middle;
  color: green;
  cursor: pointer;
}

.minus-icon {
  font-size: 20px;
  vertical-align: middle;
  color: red;
  cursor: pointer;
}

.override_tables table thead tr th:nth-child(1) {
  width: 20px;
  max-width: 20px;
}
.override_tables table tbody tr {
  background: white;
  min-height: 50px;
}
.override_tables table tbody tr.removed {
  background: #d2d2d2 !important;
}
.override_tables table tbody tr td:nth-child(3) input {
  width: 150px;
  display: inline-block;
}
.override_tables table tbody tr td:nth-child(3) button {
  display: inline-block;
}
.override_tables table tbody tr td:nth-child(1) {
  width: 55px;
  max-width: 55px;
}
.override_tables table tbody tr td.value, .override_tables table tbody tr td.options {
  white-space: nowrap;
}
.override_tables table tbody tr td.activity .input-activity {
  background: #f1f5ff;
  display: inline-block;
  width: 29px;
  color: #7d7dff !important;
  padding: 2px 4px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  border: 2px #7d7dff solid;
  font-weight: 700;
}
.override_tables table tbody tr td input {
  padding: 0px 0px 0px 3px;
}
.override_tables table tbody tr td textarea {
  padding: 0px 0px 0px 3px;
}
.override_tables table tbody tr td.item-handle .location {
  display: block;
  font-size: 12px;
  background: #ebebeb;
  color: #838383;
  position: absolute;
  width: 198px;
  margin-top: 5px;
  border-radius: 5px;
  padding: 0px 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1500px) {
  .override_tables table tbody tr td.item-handle .location {
    width: 110px;
  }
}
.override_tables table tfoot tr th:nth-child(1) {
  width: 20px;
  max-width: 20px;
}

.navbar-toggle-buttons {
  color: #212529;
  padding: 0px 1px;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 40px;
  white-space: nowrap;
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.9);
  margin-right: -12px;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  scrollbar-width: auto;
  scrollbar-color: #0502c5 #ffffff;
  /* Chrome, Edge, and Safari */
}
.navbar-toggle-buttons .toggle-option {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 2px;
  height: 40px;
  vertical-align: top;
}
.navbar-toggle-buttons .toggle-option label {
  font-size: 12px;
  text-align: center;
  display: block;
}
.navbar-toggle-buttons .toggle-option .option {
  text-align: center;
  margin-top: -3px;
}
.navbar-toggle-buttons .toggle-option .option div {
  padding-left: 0px;
  display: inline-block;
  vertical-align: middle;
}
.navbar-toggle-buttons .toggle-option .option div input {
  margin-left: 0px;
}
.navbar-toggle-buttons::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.navbar-toggle-buttons::-webkit-scrollbar-track {
  background: #ffffff;
}
.navbar-toggle-buttons::-webkit-scrollbar-thumb {
  width: 1px;
  height: 1px;
  background-color: #0502c5;
  border: 0px solid #ffffff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
.popover-table {
  display: table;
  width: 100%;
}
.popover-table .popover-table-row {
  display: table-row;
}
.popover-table .popover-table-row .popover-table-cell {
  display: table-cell;
  padding-right: 10px;
  text-align: center;
  min-width: 15px;
}
.popover-table .popover-table-row .popover-table-cell-colspan-2 {
  -moz-column-span: 2;
       column-span: 2;
}

.popover-two-columns > .popover-table-row > .popover-table-cell:nth-child(1) {
  text-align: left;
}
.popover-two-columns > .popover-table-row > .popover-table-cell:nth-child(2) {
  text-align: right;
}

.table-footer > .popover-table-cell {
  border-top: 1px black solid;
}

.table-hover-max-400 {
  max-height: 400px;
  overflow-y: scroll;
}

#js-holder-plans-site-map {
  width: 16.05in;
  max-width: 16.05in;
  min-width: 16.05in;
}

.border-orange {
  border-color: #ff0000;
  border-width: 3px;
  background: yellow;
  color: black;
}

.input-transparent {
  text-align: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.input-transparent input {
  background: transparent;
  width: 55px !important;
  padding: 0px;
  border: 0px;
  margin: 1px;
  display: inline-block;
  border-radius: 0px;
  text-align: left;
  background: rgba(255, 255, 255, 0.4196078431);
  margin-left: -4px;
  padding-left: 4px;
}
.input-transparent span.dolar {
  display: inline-block;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.4196078431);
  font-size: 16px;
  font-weight: 400;
  margin-top: 1px;
}
.input-transparent input::-webkit-outer-spin-button,
.input-transparent input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-transparent input[type=number] {
  -moz-appearance: textfield;
}
.input-transparent.border-yellow {
  background: yellow !important;
  color: black;
}
.input-transparent.border-pink {
  background: #f4cccc !important;
  color: black;
}
.input-transparent.border-pink input {
  color: black !important;
}
.input-transparent .ring {
  display: inline-block;
  padding: 1px;
  min-width: 4rem;
}
.input-transparent.border-green-ring .ring {
  border: 3px green solid;
  padding-left: 6px;
  background: #e2fee2;
}

#subcontractor_agreement_items > .item {
  min-height: 40px;
  border: 1px #e2e2e2 solid;
  padding: 7px;
  margin-bottom: 5px;
  border-radius: 4px;
  background: white;
}

/* Chrome, Safari, Edge, Opera */
.form-control-hidden::-webkit-outer-spin-button,
.form-control-hidden::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form-control-hidden[type=number] {
  -moz-appearance: textfield;
}

.form-control-hidden {
  border: 0px;
  max-width: 100px;
  padding: 7px;
}

.max-width-100 {
  max-width: 100px;
}

.override_tables input.form-control:-moz-read-only {
  background-color: #e9ecef;
  opacity: 1;
}

.override_tables input.form-control:read-only {
  background-color: #e9ecef;
  opacity: 1;
}
.override_tables textarea.form-control:-moz-read-only {
  background-color: #e9ecef;
  opacity: 1;
}
.override_tables textarea.form-control:read-only {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control-transparent {
  background-color: transparent;
}

.form-control-transparent-with-prefix {
  margin-left: -4px;
  padding-left: 1px;
  background-color: transparent;
}

.select-map-element {
  width: 122px;
  display: inline-block;
  height: 32px;
  vertical-align: top;
  padding: 3px 5px;
}

.width-50 {
  width: 50%;
}

.accessible_parking_requirements .red {
  background: #ffc8c8;
}
.accessible_parking_requirements .green {
  background: #c3e4c3;
}
.accessible_parking_requirements table thead tr th {
  border-top: 2px black solid;
  border-left: 2px black solid;
  border-right: 2px black solid;
  border-bottom: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(1) td:nth-child(1) {
  border-left: 2px black solid;
  border-right: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(1) td:nth-child(2) {
  border-top: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(1) td:nth-child(3) {
  border-top: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(1) td:nth-child(4) {
  border-top: 2px black solid;
  border-right: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(1) td:nth-child(5) {
  border-top: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(1) td:nth-child(6) {
  border-top: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(1) td:nth-child(7) {
  border-top: 2px black solid;
  border-right: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(2) td:nth-child(1), .accessible_parking_requirements table tbody tr:nth-child(2) th:nth-child(1), .accessible_parking_requirements table tbody tr:nth-child(3) td:nth-child(1), .accessible_parking_requirements table tbody tr:nth-child(3) th:nth-child(1),
.accessible_parking_requirements table tbody tr:nth-child(4) td:nth-child(1),
.accessible_parking_requirements table tbody tr:nth-child(4) th:nth-child(1) {
  border-left: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(2) td:nth-child(2),
.accessible_parking_requirements table tbody tr:nth-child(2) th:nth-child(2), .accessible_parking_requirements table tbody tr:nth-child(3) td:nth-child(2),
.accessible_parking_requirements table tbody tr:nth-child(3) th:nth-child(2),
.accessible_parking_requirements table tbody tr:nth-child(4) td:nth-child(2),
.accessible_parking_requirements table tbody tr:nth-child(4) th:nth-child(2) {
  border-right: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(2) td:nth-child(5),
.accessible_parking_requirements table tbody tr:nth-child(2) th:nth-child(5), .accessible_parking_requirements table tbody tr:nth-child(3) td:nth-child(5),
.accessible_parking_requirements table tbody tr:nth-child(3) th:nth-child(5),
.accessible_parking_requirements table tbody tr:nth-child(4) td:nth-child(5),
.accessible_parking_requirements table tbody tr:nth-child(4) th:nth-child(5) {
  border-right: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(2) td:nth-child(8),
.accessible_parking_requirements table tbody tr:nth-child(2) th:nth-child(8), .accessible_parking_requirements table tbody tr:nth-child(3) td:nth-child(8),
.accessible_parking_requirements table tbody tr:nth-child(3) th:nth-child(8),
.accessible_parking_requirements table tbody tr:nth-child(4) td:nth-child(8),
.accessible_parking_requirements table tbody tr:nth-child(4) th:nth-child(8) {
  border-right: 2px black solid;
}
.accessible_parking_requirements table tbody tr:nth-child(4) th {
  border-bottom: 2px black solid;
}
.accessible_parking_requirements.ada-small {
  margin: -5px;
  margin-bottom: -20px;
}
.accessible_parking_requirements.ada-small table {
  margin-bottom: 0px;
}
.accessible_parking_requirements.ada-small table thead tr th {
  padding: 1px;
  font-size: 12px;
}
.accessible_parking_requirements.ada-small table tbody tr td {
  padding: 1px;
  font-size: 12px;
}
.accessible_parking_requirements.ada-small table tbody tr th {
  padding: 1px;
  font-size: 12px;
}

.js-ahj-description .accessible_parking_requirements {
  font-size: 13px;
}
.js-ahj-description .accessible_parking_requirements table tbody tr th,
.js-ahj-description .accessible_parking_requirements table tbody tr td,
.js-ahj-description .accessible_parking_requirements table thead tr th,
.js-ahj-description .accessible_parking_requirements table thead tr td {
  padding: 3px;
}

#modal-accessible-parking-spaces .accessible_parking_requirements {
  font-size: 16px;
}
#modal-accessible-parking-spaces .accessible_parking_requirements table tbody tr th,
#modal-accessible-parking-spaces .accessible_parking_requirements table tbody tr td,
#modal-accessible-parking-spaces .accessible_parking_requirements table thead tr th,
#modal-accessible-parking-spaces .accessible_parking_requirements table thead tr td {
  padding: 5px;
  min-width: 70px;
}

#js-map-elements-layout, #js-map-elements-plans {
  margin-top: -10px;
  margin-bottom: 20px;
}
#js-map-elements-layout .map_element_type, #js-map-elements-plans .map_element_type {
  display: inline-block;
  border: 1px #d2d2d2 solid;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 6px;
  background: #f3f3f3;
  margin-bottom: 5px;
  position: relative;
}
#js-map-elements-layout .map_element_type .spinner, #js-map-elements-plans .map_element_type .spinner {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding-top: 2px;
  background: rgba(128, 128, 128, 0.4392156863);
  border-radius: 3px;
  height: 28px;
}
#js-map-elements-layout .map_element_type.show-spinner .spinner, #js-map-elements-plans .map_element_type.show-spinner .spinner {
  display: block;
}
#js-map-elements-layout .map_element_type.show-spinner .spinner .spinner-border, #js-map-elements-plans .map_element_type.show-spinner .spinner .spinner-border {
  left: calc(50% - 15px);
  width: 25px;
  height: 25px;
}
#js-map-elements-layout button.map_element_type, #js-map-elements-plans button.map_element_type {
  height: 30px;
  vertical-align: top;
}

#js-map-elements-plans {
  margin-top: 10px;
}

.btn-blue-info {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

#js-sub-agree-summary table {
  font-size: 14px;
}
#js-sub-agree-summary table .btn-sm {
  font-size: 12px;
  margin-top: -9px;
  margin-bottom: -5px;
}

.select2-colors {
  position: relative;
}
.select2-colors.active .select2-container {
  border: 2px solid green;
  border-radius: 8px;
}
.select2-colors .select2-container .selection .select2-selection {
  padding-top: 25px;
  padding-bottom: 30px;
  border-radius: 6px;
}
.select2-colors label {
  position: absolute;
  top: 6px;
  z-index: 2;
  font-size: 13px;
  color: gray;
  left: 25px;
}

#js-arrays-configuration-elements .connectedSortableRooftopArrays {
  background: #eaeaea;
  border: 1px #c8c8c8 solid;
  list-style-type: none;
  margin-bottom: 10px;
  padding: 25px 5px 10px 5px;
  position: relative;
}
#js-arrays-configuration-elements .connectedSortableRooftopArrays .ui-state-default {
  background: white;
  border: 1px #c25c00 solid;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: grab;
  margin: 5px;
  font-size: 14px;
  color: #c25c00;
}
#js-arrays-configuration-elements .connectedSortableRooftopArrays .title {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 16px;
}
#js-arrays-configuration-elements .disable-decoration {
  color: blue !important;
  border: 1px blue solid !important;
}
#js-arrays-configuration-elements .warning {
  border: 4px red solid;
}

tr.row-subagree-disable-back-color td {
  background-color: transparent !important;
}
tr.row-subagree-disable-back-color.removed td {
  color: #b0b0b0 !important;
}
tr.row-subagree-disable-back-color.removed input,
tr.row-subagree-disable-back-color.removed select,
tr.row-subagree-disable-back-color.removed textarea {
  color: #b0b0b0 !important;
  border-color: #ddd !important;
}
tr.row-subagree-disable-back-color.removed .btn {
  opacity: 0.4;
}

.electricity-configuration-main {
  background: white;
  border: 1px #f0f0f0 solid;
}

.three-columns {
  display: flex;
  flex-direction: row;
}
.three-columns span:nth-child(1) {
  flex-basis: 250px;
}
.three-columns span:nth-child(2) {
  flex-basis: 95px;
}
.three-columns span:nth-child(3) {
  flex-grow: 1;
  max-width: calc(100% - 325px);
}

.three-columns-arrays {
  display: flex;
  flex-direction: row;
}
.three-columns-arrays span:nth-child(1) {
  flex-basis: 250px;
}
.three-columns-arrays span:nth-child(2) {
  flex-basis: 200px;
}
.three-columns-arrays span:nth-child(3) {
  flex-grow: 1;
  max-width: calc(100% - 450px);
}

.electric-room-container {
  background: #fafafa;
  padding: 10px;
  border: 1px gray solid;
  margin-top: 10px;
}
.electric-room-container .panel-board-container {
  display: flex;
}
.electric-room-container .panel-board-container .panel-board-modal-panel-list {
  flex-basis: 630px;
}
.electric-room-container .panel-board-container .panel-board-modal-panel-list-arrays .array {
  display: block;
}
.electric-room-container .panel-board-container .panel-board-modal-panel-list-arrays .array .panel-board-modal-panel-list {
  display: inline-block;
  vertical-align: top;
}
.electric-room-container .panel-board-container .panel-board-modal-panel-list-arrays .array .panel-board-modal-panel-list.array-box {
  width: 620px;
}
.electric-room-container .panel-board-container .panel-board-modal-panel-list-arrays .array .panel-board-modal-panel-list.array-box .three-columns-arrays span:nth-child(2) {
  flex-basis: 100px;
}
.electric-room-container .panel-board-container .panel-board-modal-panel-list-arrays .array .panel-board-modal-panel-list.array-box .three-columns-arrays span:nth-child(3) {
  max-width: calc(100% - 350px);
}
.electric-room-container .inverter-box {
  width: inherit;
  display: inline-block;
  max-width: 300px;
  min-width: 240px;
  height: -moz-fit-content;
  height: fit-content;
}
.electric-room-container .inverter-box .title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.electric-room-container .inverter-box table {
  font-size: 14px;
  width: 100%;
}

.breaker_amps_verified {
  position: absolute;
  top: 50px;
  left: 665px;
}

.amps_verified {
  position: absolute;
  top: 50px;
  left: 665px;
}

.volts_verified {
  position: absolute;
  top: 50px;
  left: 450px;
}

.msp_breaker_verified {
  position: absolute;
  top: 50px;
  left: 880px;
}

.msp_breaker select {
  width: 130px !important;
}

.plans-electricty .electricity-configuration-main {
  font-size: 16px;
}
.plans-electricty .elements {
  display: flex;
}
.plans-electricty .elements .components {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.plans-electricty .elements .component-table {
  width: 400px;
  max-width: 400px;
  flex-shrink: 0;
}
.plans-electricty .elements .component-table table {
  width: 100%;
}

.panel-board-modal-panel-list {
  background: white;
  border: 1px #d2d2d2 solid;
  padding: 5px;
  margin-top: 10px;
  border-radius: 0px;
  font-size: 16px;
  vertical-align: top;
}
.panel-board-modal-panel-list .two-columns > span {
  display: inline-block;
  width: 48%;
}
.panel-board-modal-panel-list .red, .panel-board-modal-panel-list.red {
  color: red;
  border-color: red;
  background: #fff3f3;
}
.panel-board-modal-panel-list span.yellow {
  color: black;
  border-color: black;
  background-color: yellow;
  border: 0.5px black solid;
}
.panel-board-modal-panel-list .green, .panel-board-modal-panel-list.green {
  color: green;
  border-color: green;
  background: #edffed;
}
.panel-board-modal-panel-list .yellow, .panel-board-modal-panel-list.yellow {
  color: orange;
  border-color: orange;
  background: #fff7e7;
}
.panel-board-modal-panel-list div {
  color: black;
}
.panel-board-modal-panel-list div label {
  color: #565555;
}
.panel-board-modal-panel-list .array-info {
  font-size: 10px;
  color: #842029 !important;
  background: #f8d7da;
  padding: 3px;
  border-radius: 3px;
  border: 1px #f5c2c7 solid;
}
.panel-board-modal-panel-list .array-info > div {
  color: #842029;
}

#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px #e0e0e0 solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array.with_border {
  display: inline-block;
  vertical-align: top;
  border: 1px #e0e0e0 solid;
  padding: 10px;
  background: white;
  margin-right: 10px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array h5 {
  font-size: 26px;
  margin-bottom: 0px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array h5 label {
  font-size: 24px;
  margin-left: 30px;
  font-weight: 400;
  /* Firefox */
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array h5 label input {
  font-size: 14px;
  width: 40px;
  text-align: center;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array h5 label input.warning {
  background: yellow;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array h5 label input.large {
  width: 80px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array h5 label input.disable_arrows {
  color: gray;
  background: #f8f8f8;
  border: 1px #d1d1d1 solid;
  font-weight: 300;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array h5 label input.disable_arrows::-webkit-outer-spin-button,
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array h5 label input.disable_arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array h5 label input.disable_arrows[type=number] {
  -moz-appearance: textfield;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array h5 label select {
  font-size: 14px;
  width: 130px;
  text-align: center;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container {
  display: inline-block;
  vertical-align: top;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container .legend-table {
  height: 18px;
  font-size: 18px;
  margin-bottom: 20px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container .legend-table .high_toc_container {
  font-size: 12px;
  margin-left: 20px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container .legend-table .high_toc_container input.high_toc {
  width: 50px;
  height: 20px !important;
  margin-left: 2px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container .legend-table .high_toc_container input.high_toc.warning {
  background: yellow;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container .legend-table .number-right {
  float: right;
  color: white;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table {
  width: 240px;
  border: 1px gray solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td {
  padding: 0px;
  font-size: 24px;
  height: 15px;
  transition: all 0.2s;
  border-radius: 0px;
  line-height: 40px;
  /* Firefox */
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td input {
  width: 40px;
  font-size: 26px;
  border: 0px;
  text-align: center;
  background: transparent;
  border-radius: 0px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td input::-webkit-outer-spin-button,
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td input[type=number] {
  -moz-appearance: textfield;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td.warning {
  background: yellow;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td.green {
  background: rgb(211, 236, 211) !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td.alert {
  border: 1px red solid;
  background: #ffd2d2 !important;
  color: black !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td.orange {
  background: #ffc9b1;
  color: white;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(1) td:nth-child(2),
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(1) td:nth-child(3) {
  background: #d8d8d8;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(1) td:nth-child(1) {
  border-right: 1px gray solid;
  border-bottom: 1px gray solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(1) td:nth-child(4) {
  border-left: 1px gray solid;
  border-bottom: 1px gray solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(2) td:nth-child(1),
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(2) td:nth-child(4) {
  background: #d8d8d8;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(2) td:nth-child(2) {
  border-right: 1px gray solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(2) td:nth-child(2) {
  border-right: 1px gray solid;
  border-left: 1px gray solid;
  border-top: 1px gray solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(2) td:nth-child(3) {
  border-right: 1px gray solid;
  border-left: 1px gray solid;
  border-top: 1px gray solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(2) {
  border-right: 1px gray solid;
  border-left: 1px gray solid;
  border-top: 1px gray solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(3) {
  border-right: 1px gray solid;
  border-left: 1px gray solid;
  border-top: 1px gray solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(1),
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(4) {
  background: #d8d8d8;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table:nth_child(1) {
  width: 30px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  margin-right: -1px;
  margin-left: 0px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table > .gap-legend {
  margin-top: 47px;
  height: 28px;
  text-align: center;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table > input {
  width: 46px;
  font-size: 14px;
  border: 1px black solid;
  text-align: center;
  background: transparent;
  border-radius: 0px;
  height: 33px;
  border-left: 0px;
  border-right: 0px;
  border-right: 1px black solid;
  /* Firefox */
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table > input.large {
  width: 80px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table > input.disable_arrows {
  font-weight: 300;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table > input.disable_arrows::-webkit-outer-spin-button, #js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table > input.disable_arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table > input.disable_arrows[type=number] {
  -moz-appearance: textfield;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table.result input {
  background: #ffc9b1;
  border-top: 1px #ff4e00 solid;
  border-right: 1px #ff4e00 solid;
  border-bottom: 1px #ff4e00 solid;
  color: black;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table.green > input {
  background: rgb(211, 236, 211);
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table.warning > input {
  background: yellow;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .gap-table.danger > input {
  background: #ffd2d2;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first table {
  border: 1px transparent solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first table tr td {
  background: white !important;
  height: 26px !important;
  font-size: 18px !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first.flip-low-high > table tbody tr td {
  color: transparent !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first.flip-low-high > table tbody tr:nth-child(1) td::before {
  content: "Low";
  color: black !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first.flip-low-high > table tbody tr:nth-child(2) td::before {
  content: "Piers";
  color: black !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first.flip-low-high > table tbody tr:nth-child(3) td::before {
  content: "High";
  color: black !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first.array-cleareance-results table tbody tr td {
  font-size: 14px !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables {
  display: inline-block;
  width: calc(100% - 150px);
  overflow-x: scroll;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables.scrollable-tables-no {
  width: 100%;
  font-size: 0;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications {
  position: relative;
  padding-bottom: 20px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table {
  border: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(1) td:nth-child(2),
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(1) td:nth-child(3) {
  background: #ffc9b1;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(1) td:nth-child(1) {
  border-right: 1px #ff4e00 solid;
  border-bottom: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(1) td:nth-child(4) {
  border-left: 1px #ff4e00 solid;
  border-bottom: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(1),
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(4) {
  background: #ffc9b1;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(2) input,
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(3) input {
  font-weight: 700;
  font-size: 26px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(2) {
  border-right: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(2) {
  border-right: 1px #ff4e00 solid;
  border-left: 1px #ff4e00 solid;
  border-top: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(3) {
  border-right: 1px #ff4e00 solid;
  border-left: 1px #ff4e00 solid;
  border-top: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(3) td:nth-child(1),
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(3) td:nth-child(4) {
  background: #ffc9b1;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(3) td:nth-child(2) {
  border-right: 1px #ff4e00 solid;
  border-left: 1px #ff4e00 solid;
  border-top: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(3) td:nth-child(3) {
  border-right: 1px #ff4e00 solid;
  border-left: 1px #ff4e00 solid;
  border-top: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr td input.yellow {
  background: yellow;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr td input.alert {
  background: #ffd2d2 !important;
  color: black !important;
  margin-bottom: 0px;
  height: 42px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr td input.green {
  background: rgb(211, 236, 211) !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow {
  text-align: center;
  position: absolute;
  bottom: 9%;
  right: 0px;
  width: 60px;
  margin-right: -30px;
  z-index: 1;
  text-align: center;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.left {
  left: 0px !important;
  right: inherit !important;
  margin-left: -30px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow > div {
  font-size: 12px;
  margin-bottom: -10px;
  text-align: center;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-72 {
  bottom: 17%;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-60 {
  bottom: 16%;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-40 {
  bottom: 20%;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-41 {
  bottom: 20%;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-30 {
  bottom: 19%;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-31 {
  bottom: 19%;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-48 {
  bottom: 20%;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-36 {
  bottom: 24%;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-gap {
  font-size: 9px;
  margin-bottom: -15px;
  text-align: center;
  color: #d91c1c;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-gap > div {
  font-size: 14px;
  margin-bottom: -7px;
  text-align: center;
  background: rgba(255, 255, 255, 0.639);
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg {
  width: 250px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-72 {
  width: 250px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-60 {
  width: 220px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-40 {
  width: 250px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-30 {
  width: 250px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-48 {
  width: 250px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-36 {
  width: 250px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg object {
  margin-left: -5px;
  width: calc(100% + 10px);
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns {
  position: absolute;
  left: -32px;
  right: inherit;
  bottom: -16px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.right {
  right: -34px;
  left: inherit !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns > object {
  width: 124px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns > div {
  font-size: 14px;
  color: #d91c1c;
  margin-bottom: -3px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-72 {
  left: -60px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-72.right {
  right: -34px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-72 > object {
  width: 124px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-60 {
  left: -42px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-60.right {
  right: -34px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-60 > object {
  width: 124px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-40 {
  left: -60px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-40.right {
  right: -34px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-40 > object {
  width: 124px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-30 {
  left: -60px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-30.right {
  right: -34px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-30 > object {
  width: 124px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-48 {
  left: -60px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-48.right {
  right: -34px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-48 > object {
  width: 124px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-36 {
  left: -60px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-36.right {
  right: -34px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.svg-36 > object {
  width: 124px;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables.bigger-borders table tr td {
  border: 1px black solid !important;
  color: white !important;
  background-color: white !important;
  height: 40px !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables.bigger-borders table tr td input {
  color: white !important;
  background-color: white !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables.bigger-borders table tr:nth-child(1) td:nth-child(2),
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables.bigger-borders table tr:nth-child(1) td:nth-child(3) {
  background-color: gray !important;
}
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables.bigger-borders table tr:nth-child(2) td:nth-child(1),
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables.bigger-borders table tr:nth-child(2) td:nth-child(4),
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables.bigger-borders table tr:nth-child(3) td:nth-child(1),
#js-holder-modal-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables.bigger-borders table tr:nth-child(3) td:nth-child(4) {
  background-color: gray !important;
}

#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px #e0e0e0 solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array.with_border {
  display: inline-block;
  vertical-align: top;
  border: 1px #e0e0e0 solid;
  padding: 10px;
  background: white;
  margin-right: 10px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .hide_starting_elevations {
  color: white !important;
  height: 38px !important;
  background-color: white !important;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array h5 {
  font-size: 20px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array h5 label {
  font-size: 18px;
  margin-left: 30px;
  font-weight: 400;
  /* Firefox */
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array h5 label input {
  font-size: 14px;
  width: 40px;
  text-align: center;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array h5 label input.warning {
  background: yellow;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array h5 label input.large {
  width: 80px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array h5 label input.disable_arrows {
  color: gray;
  background: #f8f8f8;
  border: 1px #d1d1d1 solid;
  font-weight: 300;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array h5 label input.disable_arrows::-webkit-outer-spin-button,
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array h5 label input.disable_arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array h5 label input.disable_arrows[type=number] {
  -moz-appearance: textfield;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array h5 label select {
  font-size: 14px;
  width: 130px;
  text-align: center;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container {
  display: inline-block;
  vertical-align: top;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container .legend-table {
  height: 22px;
  font-size: 16px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table {
  width: 160px;
  border: 1px gray solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td {
  padding: 0px;
  font-size: 14px;
  height: 15px;
  transition: all 0.2s;
  border-radius: 0px;
  line-height: 30px;
  /* Firefox */
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td input {
  width: 46px;
  font-size: 14px;
  border: 0px;
  text-align: center;
  background: transparent;
  border-radius: 0px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td input::-webkit-outer-spin-button,
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td input[type=number] {
  -moz-appearance: textfield;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td.warning {
  background: yellow;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td.alert {
  border: 1px red solid;
  background: red;
  color: white;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr td.orange {
  background: #ffc9b1;
  color: white;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(1) td:nth-child(2),
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(1) td:nth-child(3) {
  background: #d8d8d8;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(1) td:nth-child(1) {
  border-right: 1px gray solid;
  border-bottom: 1px gray solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(1) td:nth-child(4) {
  border-left: 1px gray solid;
  border-bottom: 1px gray solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(2) td:nth-child(1),
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(2) td:nth-child(4) {
  background: #d8d8d8;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(2) td:nth-child(2) {
  border-top: 1px gray solid;
  border-left: 1px gray solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(2) td:nth-child(3) {
  border-top: 1px gray solid;
  border-right: 1px gray solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(1),
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(4) {
  background: #d8d8d8;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(2),
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(3) {
  background: white;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(2).warning,
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(3).warning {
  background: yellow;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(2) {
  border-right: 1px gray solid;
  border-left: 1px gray solid;
  border-top: 1px gray solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table tbody tr:nth-child(3) td:nth-child(3) {
  border-top: 1px gray solid;
  border-right: 1px gray solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container table:nth_child(1) {
  width: 30px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first table {
  border: 1px transparent solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first table tr td {
  background: white !important;
  height: 26px !important;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables {
  display: inline-block;
  width: calc(100% - 150px);
  overflow-x: scroll;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables.scrollable-tables-no {
  width: 100%;
  font-size: 0;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications {
  position: relative;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table {
  border: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(1) td:nth-child(2),
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(1) td:nth-child(3) {
  background: #ffc9b1;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(1) td:nth-child(1) {
  border-right: 1px #ff4e00 solid;
  border-bottom: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(1) td:nth-child(4) {
  border-left: 1px #ff4e00 solid;
  border-bottom: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(1),
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(4) {
  background: #ffc9b1;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(2) input,
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(3) input {
  font-weight: 700;
  font-size: 14px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(2) {
  border-right: 1px #ff4e00 solid;
  border-left: 1px #ff4e00 solid;
  border-top: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(2) td:nth-child(3) {
  border-right: 1px #ff4e00 solid;
  border-top: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(3) td:nth-child(1),
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(3) td:nth-child(4) {
  background: #ffc9b1;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(3) td:nth-child(2) {
  border-right: 1px #ff4e00 solid;
  border-left: 1px #ff4e00 solid;
  border-top: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications table tr:nth-child(3) td:nth-child(3) {
  border-top: 1px #ff4e00 solid;
  border-right: 1px #ff4e00 solid;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow {
  text-align: center;
  position: absolute;
  bottom: 9%;
  left: inherit;
  right: 2px;
  z-index: 1;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-72 {
  bottom: 17%;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-60 {
  bottom: 17%;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-40 {
  bottom: 8%;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-30 {
  bottom: 13%;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-48 {
  bottom: 8%;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-36 {
  bottom: 19%;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow > div {
  font-size: 12px;
  margin-bottom: -10px;
  text-align: center;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-gap {
  font-size: 9px;
  margin-bottom: -15px;
  text-align: center;
  color: #d91c1c;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-gap > div {
  font-size: 18px;
  margin-bottom: -10px;
  text-align: center;
  width: 40px;
  background: rgba(255, 255, 255, 0.5411764706);
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns {
  font-size: 9px;
  margin-bottom: -15px;
  text-align: center;
  color: #d91c1c;
  position: absolute;
  bottom: -10px;
  left: -47px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns > div {
  font-size: 18px;
  margin-bottom: -10px;
  text-align: center;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns > object {
  width: 100px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-72 {
  left: -47px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-72 > object {
  width: 130px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-60 {
  left: -57px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-60.right {
  right: -34px;
  left: inherit !important;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-60 > object {
  width: 154px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-40 {
  left: -82px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-40 > object {
  width: 202px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-41 {
  left: -82px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-41 > object {
  width: 200px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-30 {
  left: -82px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-30 > object {
  width: 202px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-31 {
  left: -82px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-31 > object {
  width: 202px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-48 {
  left: -42px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-48 > object {
  width: 122px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-49 {
  left: -42px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-49 > object {
  width: 122px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-36 {
  left: -66px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-36 > object {
  width: 170px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-37 {
  left: -66px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-37 > object {
  width: 170px;
}
#js-holder-modal-clearance-verification.modal .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg object {
  margin-left: -5px;
  width: calc(100% + 10px);
}

.inputs-fields-grade-ver input {
  width: 100px !important;
  max-width: 100px !important;
}

.js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first td:nth-child(1) {
  border-right: 0px !important;
  border-bottom: 0px !important;
}

.plans-clearance-verification .table-solarport-container table tbody tr td input {
  width: 90px !important;
}
.plans-clearance-verification .table-solarport-container-array.with_border {
  padding-bottom: 25px;
}
.plans-clearance-verification .general-arrow {
  position: relative;
  margin-left: 0px;
  margin-top: -20px;
  height: 20px;
}
.plans-clearance-verification .general-arrow > div.text {
  font-size: 16px;
  text-align: center;
  color: #d40000;
  position: absolute;
  bottom: 8px;
}
.plans-clearance-verification .general-arrow .arrow-left {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  overflow: hidden;
  height: 25px;
}
.plans-clearance-verification .general-arrow .arrow-center {
  position: absolute;
  left: 50px;
  top: -10px;
  width: 200px;
}
.plans-clearance-verification .general-arrow .arrow-center object {
  margin-left: -50px;
  margin-right: -50px;
}
.plans-clearance-verification .general-arrow .arrow-right {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 50px;
  overflow: hidden;
  height: 25px;
}
.plans-clearance-verification .general-arrow .arrow-right object {
  margin-left: -94px;
}
.plans-clearance-verification .general-arrow .arrow-center-line {
  background: #d40000;
  width: 100%;
  height: 0.5px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.plans-clearance-verification .general-arrow .arrow-right-css {
  position: relative;
  background: #000000;
  height: 0px;
  width: 0px;
  position: absolute;
  right: 4px;
  bottom: 8px;
}
.plans-clearance-verification .general-arrow .arrow-right-css:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #000000;
  border-width: 4px;
  margin-top: -5px;
}
.plans-clearance-verification .general-arrow .arrow-left-css {
  position: relative;
  background: #000000;
  height: 0px;
  width: 0px;
  position: absolute;
  left: 5px;
  bottom: 8px;
}
.plans-clearance-verification .general-arrow .arrow-left-css:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #000000;
  border-width: 4px;
  margin-top: -5px;
}
.plans-clearance-verification .gap-table {
  width: 90px !important;
  font-size: 27px;
}
.plans-clearance-verification .gap-table > .gap-legend {
  margin-top: 38px !important;
  height: 43px !important;
  line-height: 46px;
}
.plans-clearance-verification .gap-table > input {
  width: 90px !important;
  font-size: 26px !important;
  height: 44px !important;
  margin-top: 0px;
}
.plans-clearance-verification .gap-table.verifications > .gap-legend {
  margin-top: 0px !important;
}
.plans-clearance-verification .table-solarport-container-array > div.tables-zone {
  display: flex;
}
.plans-clearance-verification .table-solarport-container-array > div.tables-zone .scrollable-tables {
  display: flex !important;
}

.btn-show-clearance-verification:hover svg {
  fill: black;
}

.print-blank-form {
  display: inherit;
}

.print-elevation-form {
  display: none;
}

.prepare-to-print {
  position: fixed;
  top: 0;
  left: 0;
}
.prepare-to-print .modal-footer {
  display: none;
}
.prepare-to-print .print-blank-form {
  display: none;
}
.prepare-to-print .print-elevation-form {
  display: inherit;
}
.prepare-to-print h5 {
  font-size: 20px !important;
}
.prepare-to-print table tr td {
  color: black;
  background-color: white !important;
  height: 30px !important;
}
.prepare-to-print table tr td input {
  color: white !important;
  background-color: white !important;
}
.prepare-to-print table tr:nth-child(1) td:nth-child(2),
.prepare-to-print table tr:nth-child(1) td:nth-child(3) {
  background-color: gray !important;
}
.prepare-to-print table tr:nth-child(2) td:nth-child(1),
.prepare-to-print table tr:nth-child(2) td:nth-child(4), .prepare-to-print table tr:nth-child(3) td:nth-child(1),
.prepare-to-print table tr:nth-child(3) td:nth-child(4) {
  background-color: gray !important;
}
.prepare-to-print.prepare-to-print-pdf .js-clearance-verification-diagram .table-solarport-container-array h5 {
  font-size: 20px !important;
}
.prepare-to-print.prepare-to-print-pdf .js-clearance-verification-diagram .table-solarport-container-array h5 label {
  font-size: 18px !important;
}
.prepare-to-print.prepare-to-print-pdf .js-clearance-verification-diagram .table-solarport-container-array.with_border {
  margin-bottom: 5px !important;
}
.prepare-to-print.prepare-to-print-pdf .js-clearance-verification-diagram .table-solarport-container-array .gap-table {
  margin-left: -5px;
  margin-top: 3px;
}
.prepare-to-print.prepare-to-print-pdf .js-clearance-verification-diagram .table-solarport-container-array .gap-table > input {
  height: 41px !important;
}

#js-holder-modal-clearance-verification.pdf-cleareance .subtitle {
  padding-left: 10px;
  color: gray;
  font-weight: 100;
  font-size: 18px;
  margin-top: -15px;
  margin-bottom: 20px;
}
#js-holder-modal-clearance-verification.pdf-cleareance .subtitle label {
  margin-right: 10px;
}
#js-holder-modal-clearance-verification.pdf-cleareance .subtitle label b {
  color: black;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array h5 {
  font-size: 18px;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array h5 label {
  font-size: 14px;
  margin-left: 10px;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array h5 label span.light {
  font-weight: 100;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array h5 label span.strong {
  font-weight: 400;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first table {
  width: 200px;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first table tbody tr {
  height: 40px;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array .table-solarport-container-first table tbody tr td {
  font-size: 14px !important;
  line-height: 0.8em;
  overflow: hidden;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-solarport-container .legend-table {
  font-size: 14px;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-solarport-container table {
  width: 170px;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-solarport-container table tbody tr td {
  line-height: 26px !important;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-solarport-container table tbody tr td input {
  width: 100%;
  font-size: 16px;
}
#js-holder-modal-clearance-verification.pdf-cleareance .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-solarport-container table tbody tr td input.input_height {
  font-size: 15px;
}
#js-holder-modal-clearance-verification.pdf-cleareance svg.title-eye {
  width: 20px;
  color: blue;
  fill: blue;
  margin-left: 20px;
}

.pdf-clearance-with-verification .table-solarport-container-array > div .table-solarport-container-first table tbody tr {
  height: 30px !important;
}
.pdf-clearance-with-verification .table-solarport-container-array .gap-table {
  margin-left: -5px !important;
  margin-top: -6px;
  margin-right: -4px !important;
}
.pdf-clearance-with-verification .table-solarport-container-array .gap-table.table-verifications {
  margin-left: -3px !important;
  margin-top: -44px;
  margin-right: -6px !important;
}
.pdf-clearance-with-verification .table-solarport-container-array .gap-table.table-verifications > input {
  border-bottom: 1px #ff4d01 solid !important;
  border-top: 1px #ff4d01 solid !important;
}

/* PDF RESULT GV */
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow {
  text-align: center;
  position: absolute;
  bottom: 9%;
  right: 0px;
  width: 60px;
  margin-right: -30px;
  z-index: 1;
  text-align: center;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.left {
  left: 0px;
  right: inherit;
  margin-left: -30px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow > div {
  font-size: 12px;
  margin-bottom: -10px;
  text-align: center;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-72 {
  bottom: 17%;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-60 {
  bottom: 16%;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-40 {
  bottom: 20%;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-41 {
  bottom: 20%;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-30 {
  bottom: 19%;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-31 {
  bottom: 19%;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-48 {
  bottom: 20%;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow.svg-arrow-36 {
  bottom: 24%;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-gap {
  font-size: 9px;
  margin-bottom: -15px;
  text-align: center;
  color: #d91c1c;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-gap > div {
  font-size: 14px;
  margin-bottom: -7px;
  text-align: center;
  background: rgba(255, 255, 255, 0.639);
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg {
  width: 250px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-72 {
  width: 250px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-60 {
  width: 220px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-40 {
  width: 250px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-30 {
  width: 250px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-48 {
  width: 270px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg.svg-36 {
  width: 250px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg object {
  margin-left: -5px;
  width: calc(100% + 10px);
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns {
  position: absolute;
  left: -32px;
  right: inherit;
  bottom: -16px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.right {
  right: -34px;
  left: inherit;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns > object {
  width: 124px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns > div {
  font-size: 14px;
  color: #d91c1c;
  margin-bottom: -3px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-72 > object {
  width: 124px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-60 > object {
  width: 124px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-40 > object {
  width: 127px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-41 > object {
  width: 130px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-30 > object {
  width: 128px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-31 > object {
  width: 128px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-48 > object {
  width: 122px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-49 > object {
  width: 103px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-36 > object {
  width: 124px;
}
#js-holder-modal-clearance-verification.pdf-clearance-with-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-37 > object {
  width: 124px;
}

.css-svg-arrow {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
}
.css-svg-arrow.left {
  left: -50%;
}
.css-svg-arrow.right {
  right: -50%;
}
.css-svg-arrow.css-svg-arrow-30 {
  bottom: 31px;
}
.css-svg-arrow.css-svg-arrow-31 {
  bottom: 22px;
}
.css-svg-arrow.css-svg-arrow-40 {
  bottom: 17px;
}
.css-svg-arrow.css-svg-arrow-41 {
  bottom: 17px;
}
.css-svg-arrow.css-svg-arrow-60 {
  bottom: 20px;
}
.css-svg-arrow.css-svg-arrow-36 {
  bottom: 47px;
}
.css-svg-arrow.css-svg-arrow-37 {
  bottom: 47px;
}
.css-svg-arrow.css-svg-arrow-48 {
  bottom: 16px;
}
.css-svg-arrow.css-svg-arrow-49 {
  bottom: 16px;
}
.css-svg-arrow.css-svg-arrow-72 {
  bottom: 37px;
}
.css-svg-arrow .css-svg-arrow-gap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 23px;
}
.css-svg-arrow .css-svg-arrow-gap > div {
  font-size: 12px;
  width: 40px;
  background: rgba(255, 255, 255, 0.7215686275);
  color: #c10200;
}
.css-svg-arrow .css-svg-arrow-between-columns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: 29px;
}
.css-svg-arrow .css-svg-arrow-between-columns > div {
  font-size: 12px;
  color: #c10200;
  margin-bottom: -10px;
}
.css-svg-arrow .css-svg-arrow-between-columns > object {
  width: 150px;
}
.css-svg-arrow .css-svg-arrow-between-columns.type-30 > object {
  width: 210px;
}
.css-svg-arrow .css-svg-arrow-between-columns.type-31 > object {
  width: 210px;
}
.css-svg-arrow .css-svg-arrow-between-columns.type-40 > object {
  width: 210px;
}
.css-svg-arrow .css-svg-arrow-between-columns.type-41 > object {
  width: 210px;
}
.css-svg-arrow .css-svg-arrow-between-columns.type-60 > object {
  width: 155px;
}
.css-svg-arrow .css-svg-arrow-between-columns.type-36 > object {
  width: 180px;
}
.css-svg-arrow .css-svg-arrow-between-columns.type-37 > object {
  width: 180px;
}
.css-svg-arrow .css-svg-arrow-between-columns.type-48 > object {
  width: 130px;
}
.css-svg-arrow .css-svg-arrow-between-columns.type-49 > object {
  width: 130px;
}
.css-svg-arrow .css-svg-arrow-between-columns.type-72 > object {
  width: 130px;
}

.plans-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-40 {
  left: -85px !important;
  bottom: -36px !important;
}
.plans-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-40 > object {
  width: 220px !important;
}
.plans-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-40.right {
  right: -85px !important;
  left: inherit !important;
}
.plans-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-30 {
  left: -85px !important;
  bottom: -22px !important;
}
.plans-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-30 > object {
  width: 220px !important;
}
.plans-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-30.right {
  right: -85px !important;
  left: inherit !important;
}
.plans-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-72 {
  left: -45px !important;
  bottom: -22px !important;
}
.plans-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-72 > object {
  width: 150px !important;
}
.plans-clearance-verification .js-clearance-verification-diagram .table-solarport-container-array .scrollable-tables .table-verifications .svg-arrow-between-columns.type-72.right {
  right: -45px !important;
  left: inherit !important;
}

.hidden {
  display: none !important;
}

.ml-10 {
  margin-left: 10px;
}

.btn-pink {
  background: rgb(163, 22, 128) !important;
  color: white;
  border: 1px white solid;
}
.btn-pink:hover {
  background: rgb(191, 57, 158) !important;
  color: white;
  border: 1px rgb(163, 22, 128) solid;
}

.btn-green {
  background: green !important;
  color: white;
  border: 1px white solid;
}

#js-trigger-system-check .spinner-system-check {
  display: none;
}
#js-trigger-system-check.show-loading .spinner-system-check {
  display: block;
}
#js-trigger-system-check.show-loading i {
  display: none;
}

#js-modal-map-sld-setup.prepare-to-sld-screenshot .modal-content .modal-header {
  display: none;
}
#js-modal-map-sld-setup.prepare-to-sld-screenshot .modal-content .modal-body {
  position: fixed;
  top: 0px;
  bottom: 0px;
  background: white;
  overflow: scroll;
  padding: 0px !important;
}
#js-modal-map-sld-setup.prepare-to-sld-screenshot .modal-content .modal-body > #vue-sld {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
}
#js-modal-map-sld-setup.prepare-to-sld-screenshot .modal-content .modal-body > #vue-sld .sld-container {
  background: white;
}
#js-modal-map-sld-setup.prepare-to-sld-screenshot .modal-content .modal-body > #vue-sld .global-sld-container {
  margin-top: 15px;
  margin-left: 15px;
}
#js-modal-map-sld-setup.prepare-to-sld-screenshot .modal-content .modal-footer {
  display: none;
}

.__line-connector-svg {
  top: -15px !important;
  left: -17px !important;
}

#vue-sld {
  background: white;
}
#vue-sld .sld-container {
  background: white;
}
#vue-sld .sld-container .sld-vue-component {
  background: white;
}
#vue-sld .sld-container .sld-vue-component .global-sld-container {
  background: white;
}

.sld-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5411764706);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.sld-loading .spinner-system-check {
  transform: scale(2);
}

.spinner-system-check {
  width: 21px;
  height: 21px;
  margin-left: -4px;
  margin-right: 4px;
}
.spinner-system-check .lds-ellipsis,
.spinner-system-check .lds-ellipsis div {
  box-sizing: border-box;
}
.spinner-system-check .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.spinner-system-check .lds-ellipsis div {
  position: absolute;
  top: 9.33333px;
  width: 6.33333px;
  height: 6.33333px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.spinner-system-check .lds-ellipsis div:nth-child(1) {
  left: 4px;
  animation: lds-ellipsis1 0.6s infinite;
}
.spinner-system-check .lds-ellipsis div:nth-child(2) {
  left: 4px;
  animation: lds-ellipsis2 0.6s infinite;
}
.spinner-system-check .lds-ellipsis div:nth-child(3) {
  left: 12px;
  animation: lds-ellipsis2 0.6s infinite;
}
.spinner-system-check .lds-ellipsis div:nth-child(4) {
  left: 20px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(8px, 0);
  }
}

#wireAndConduits {
  padding: 20px;
}
#wireAndConduits .table th,
#wireAndConduits .table td {
  font-size: 14px;
  padding: 5px;
}
#wireAndConduits .table-sm {
  margin-right: 20px;
  margin-bottom: 30px;
}
#wireAndConduits .table-sm th,
#wireAndConduits .table-sm td {
  font-size: 12px;
  padding: 3px !important;
  line-height: 12px;
  border: 1px #e1e1e1 solid;
  white-space: nowrap;
}

.meter-tables {
  border-bottom: 1px gray solid;
}
.meter-tables h3 {
  font-size: 20px;
  font-weight: 700;
}

.stringing-plan {
  padding: 10px;
  margin-bottom: 20px;
}
.stringing-plan h4 {
  font-size: 18px;
  font-weight: 700;
}
.stringing-plan .title {
  font-size: 16px;
  font-weight: 700;
}
.stringing-plan .inverters {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
}
.stringing-plan .inverters .inverter {
  font-size: 12px;
  margin-right: 20px;
}
.stringing-plan .inverters .inverter table {
  border: 1px black solid;
  margin-bottom: 0px;
}
.stringing-plan .array {
  display: flex;
}
.stringing-plan .array h4 {
  font-size: 16px;
}
.stringing-plan .array .table-solarport h4 {
  font-size: 14px;
}
.stringing-plan .array .table-solarport table {
  display: inline-block;
  margin-bottom: 0px;
}
.stringing-plan .array .table-solarport table td {
  color: white;
  background: #538dd5;
  border: 1px #45576d solid !important;
  height: 60px;
  width: 40px;
  padding: 0px !important;
  text-align: center;
  line-height: 9px;
  font-size: 9px;
}

#calculationsInfo {
  margin-top: 20px;
}

.element-type-roofpanel .cell,
.element-type-groundmount .cell {
  height: 25px !important;
  width: 40px !important;
  flex-direction: row-reverse !important;
}
.element-type-roofpanel .cell div.label,
.element-type-groundmount .cell div.label {
  display: inline-block;
  padding-left: 1px;
}

.element-type-solarport {
  padding-bottom: 37px;
}

.vertband {
  width: 170px !important;
}

.iwrap .tooltiptext {
  padding: 2px 0 !important;
  width: inherit !important;
}

.medium-zoom-overlay {
  z-index: 10000;
}

.medium-zoom-image--opened {
  z-index: 10001;
}

.js-table_tax_rebate_detail tbody td {
  font-size: 10px;
}

.flip-vertical .context-menu-modified {
  margin-left: -220px;
}

#js-holder-modal-poc-setup .form-label {
  max-width: 114%;
}

#js-modal-map-sld-setup {
  background: white;
}
#js-modal-map-sld-setup table {
  background: white;
}
#js-modal-map-sld-setup table tbody {
  background: white;
}
#js-modal-map-sld-setup table tbody td {
  background: white;
}
#js-modal-map-sld-setup table tbody tr.bg-orange-100 td {
  background-color: #ffecc9 !important;
}
#js-modal-map-sld-setup table tbody tr.bg-blue-100 td {
  background-color: #dffffb !important;
}
#js-modal-map-sld-setup table tbody tr.bg-yellow-100 td {
  background-color: yellow !important;
}

table.sizes-table-per-meter span.max-width-badge {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  font-size: 13px;
  display: inline-block;
  border: 1px #d8d8d8 solid;
  background: #f4f4f4;
  padding: 2px 3px 0px 3px;
  height: 22px;
  vertical-align: middle;
  border-radius: 10px;
}

.you-are-here-label {
  background-color: white;
  border: 2px black solid;
  padding: 5px 10px;
  font-weight: bold;
  font-size: large;
  z-index: 99999999;
  white-space: nowrap;
}

.electric-room .wrapper canvas {
  border: 1px solid #ccc;
  margin: 0.5rem;
}
.electric-room .buttons-container {
  margin: 0.5rem;
}
.electric-room .palettes-area {
  width: 200px;
}
.electric-room .palettes-area .item {
  padding: 4px;
  display: block;
}
.electric-room .palettes-area img.item {
  max-width: 150px;
  max-height: 150px;
}
.electric-room .options-area {
  border: 1px solid #ccc;
  min-width: 224px;
}
.electric-room .header-form .form-group {
  align-self: baseline;
  margin: 0 15px;
}

.electric-room-modal .row {
  height: 100%;
}
.electric-room-modal .row .js-form-fields {
  height: 100%;
}
.electric-room-modal .row .js-form-fields .electric-room {
  height: 100%;
}
.electric-room-modal .row .js-form-fields .electric-room > .d-flex {
  height: 100%;
}

[draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  cursor: move;
}
