/*@import '~materialize-css/dist/css/materialize.min.css';*/
/* @import 'ag-grid-community/dist/styles/ag-grid.css';
 @import 'ag-grid-community/dist/styles/ag-theme-balham.css';
 @import 'leaflet/dist/leaflet.css'; */

.pointer {
  cursor: pointer;
}
/*NUE popup css*/

.custom-slider .ng5-slider-bar {
  left: 1px !important;
  width: 99% !important;
  height: 9px !important;
  border-radius: 0px !important;
  background: -webkit-linear-gradient(
    left,
    rgba(231, 56, 39, 1) 0%,
    rgba(240, 47, 23, 1) 16%,
    rgba(245, 140, 12, 1) 25%,
    rgba(240, 198, 93, 1) 48%,
    rgba(247, 237, 52, 1) 73%,
    rgba(89, 189, 102, 1) 89%,
    rgba(89, 189, 102, 1) 100%
  ) !important;
}

.custom-slider .water-erosion-slider {
  margin-top: 10px;
  margin-bottom: 10px;
  left: 1px;
  width: 99%;
  height: 9px;
  border-radius: 0px;
  background: -webkit-linear-gradient(
    left,
    rgba(2, 56, 88, 1) 0%,
    rgba(4, 90, 141, 1) 16%,
    rgba(5, 112, 176, 1) 25%,
    rgba(54, 144, 192, 1) 48%,
    rgba(116, 169, 207, 1) 73%,
    rgba(166, 189, 219, 1) 89%,
    rgba(208, 209, 230, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}

.custom-slider
  .slider-line
  .ng5-slider-pointer-min.ng5-slider-pointer.ng5-slider-span {
  width: 13px;
  height: 21px;
  top: -3px;
  background-color: grey;
  z-index: 3;
  border-radius: 0px;
  -webkit-clip-path: polygon(100% 0, 100% 61%, 53% 100%, 0 62%, 0 0);
  clip-path: polygon(100% 0, 100% 61%, 53% 100%, 0 62%, 0 0);
}

.custom-slider
  .slider-line
  .ng5-slider-pointer-min.ng5-slider-pointer.ng5-slider-span::after {
  display: none;
}

.ng5-slider .ng5-slider-pointer {
  display: none !important;
}

.custom-slider
  .slider-line
  .ng5-slider-pointer-min.ng5-slider-pointer.ng5-slider-span {
  display: block !important;
}

.custom-slider .field-descrip {
  text-align: left !important;
  margin-bottom: -20px;
}

.custom-slider .ng5-slider-floor,
.custom-slider .ng5-slider-model-value,
.custom-slider .ng5-slider-ceil {
  display: none !important;
}

.ng5-slider-inner-tooltip {
  height: 100%;
  display: none;
}
.ng5-slider .ng5-slider-tick {
  text-align: center;
  cursor: pointer;
  width: 2px !important;
  height: 9px !important;
  background: #212222 !important;
  border-radius: 50%;
  position: absolute;
  top: 3px !important;
  left: 0;
  margin-left: 2px !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  margin-bottom: -18px;
}

.popup-pdf-leaflet .leaflet-popup-content {
  margin-right: 0px !important;
}

.leaflet-popup-content {
  margin-left: 6px !important;
}

.windpop-leaflet .leaflet-popup-content {
  margin-right: 0px !important;
}

.sheetrill-leaflet .leaflet-popup-content {
  margin-right: 0px !important;
}

.nue-leaflet .leaflet-popup-content {
  margin-right: 0px !important;
}

.leaflet-popup-content-wrapper {
  padding: 0px !important;
  text-align: left;
  border-radius: 12px;
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 14px !important;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
/*===================================================================================================================================*/

#angularContent {
  height: calc(100% - 76px);
}
.pad0 {
  padding: 0px !important;
}

.pad10 {
  padding: 10px !important;
}

/* .padTL0 {
     padding-left: 0 !important;
     padding-top: 0 !important;
 } */

.padT10 {
  padding-top: 10px !important;
}
.padT5 {
  padding-top: 5px !important;
}
.padLR20 {
  padding: 0px 20px !important;
}
.clearfix {
  clear: both;
}
.font11 {
  font-size: 11px;
}

.font13 {
  font-size: 13px !important;
}
.marTB10 {
  margin: 10px 0px;
}
.padt10 {
  padding-top: 10px;
}

.padt20 {
  padding-top: 10px;
}
.marT48 {
  margin-top: 48px;
}
.padL30 {
  padding-left: 30px;
}
h2.heading {
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  margin-top: 0px;
}

.skip {
  color: #999999;
  font-size: 20px;
}
.mat-tab-body-content {
  overflow-x: hidden !important;
  overflow-y: auto;
}
.sliderCheck {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
}

.sliderCheck:before {
  position: absolute;
  content: "No";
  z-index: 10;
  text-align: center;
  height: 26.5px;
  width: 46px;
  left: 37px;
  top: -0.5px;
  bottom: 0px;
  line-height: 25px;
  font-size: 14px;
  background-color: #29aae1;
  transition: 0.4s;
  color: #fff;
}

input:focus + .sliderCheck {
  box-shadow: 0 0 1px #29aae1;
}

input:checked + .sliderCheck:before {
  -webkit-transform: translateX(-38px);
  -ms-transform: translateX(-38px);
  transform: translateX(-38px);
  content: "Yes";
}
/* Rounded sliders */

.sliderCheck.round {
  border-radius: 34px;
}

.sliderCheck.round:before {
  border-radius: 30px;
}

a.wizardLink {
  color: #6f9728;
  font-weight: bold;
  font-size: 18px;
  margin: 6px 0 5px 13px;
  text-transform: capitalize;
}

a.wizardLink:hover {
  color: #6f9728;
  border-bottom-color: #6f9728;
}
.template-angular .tab-contents-field {
  padding: 0px;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: unset !important;
  color: #f05a24 !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option.ng-option-selected.ng-option-marked {
  color: #f05a24 !important;
  background-color: unset !important;
}
/*====custom radio =====*/

.radio-custom {
  display: block;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 12px;
  line-height: 18px;
  cursor: pointer;
  font-weight: normal;
  color: #999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */

.radio-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */

.radio-custom .radiomark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */

.radio-custom .radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */

.radio-custom input:checked ~ .radiomark:after {
  display: block;
}
/* Style the indicator (dot/circle) */

.radio-custom .radiomark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00577b;
}

.warning-msg {
  display: inline-block;
  position: relative;
  top: 2px;
  color: #c91d12;
  font-size: 14px;
  font-weight: bold;
}
/* .progress-score{padding:20px 0 !important;} */

.progress-score {
  padding: 0px 0px 10px 0px;
  overflow: auto;
  top: 60px;
  z-index: 12;
  width: 100%;
}

.progress-score h3 {
  margin: 0px;
  font-size: 16px;
  padding: 10px 0px 0px 0px;
}
.seasonMaterHeader {
  display: table;
  width: 100%;
  vertical-align: top;
  /* border: 1px solid #e2e2e2; */
}

.seasonMaterHeader .seasonMasterData {
  display: table-cell;
  width: calc(100% - 170px);
  vertical-align: top;
}

.seasonMaterHeader .seasonHeaderImg {
  width: 160px;
  vertical-align: top;
  display: table-cell;
  /* border-left: 1px solid #e2e2e2; */
  text-align: center;
  padding: 0 8px 0px;
}

.seasonHeaderImg .field-containersustain {
  padding-bottom: 7px;
}

.seasonHeaderImg .field-snap {
  height: 150px;
  /* margin-top: 8px; */
  border: 1px solid #606469;
}

.seasonHeaderImg .field-snap img {
  height: 148px;
  width: 100%;
}

.sustain-metric .que-section {
  min-height: 100px;
}

.card-body {
  padding-right: 5px !important;
}
.fieldRow {
  padding: 5px 0 0px 0;
  font-size: 14px;
}

.fieldRow .colData {
  display: inline-table;
  padding-left: 10px !important;
  vertical-align: top;
  padding-right: 20px !important;
  width: 25%;
  padding-bottom: 5px;
}

.fieldRow label {
  font-weight: normal;
  margin-bottom: 0px;
  color: #606469;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Gotham";
}

.fieldRow div > strong {
  font-size: 13px;
  color: #262626;
  font-weight: bold;
}

.padlr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.padr0 {
  padding-right: 0px !important;
}
.padL8 {
  padding-left: 8px !important;
}
.marT-5 {
  margin-top: -5px !important;
}
.progres-bar {
  width: 270px;
  margin-top: 10px;
  display: flex;
}

.progres-bar > strong {
  color: #00577b;
  font-size: 18px;
  width: 70px;
}

.progres-bar .bar {
  display: block;
  /* border: 1px solid #c1c1c1; */
  margin-top: -5px;
  padding: 0 0px 0.5px 0;
  width: 100%;
  background-color: #00000029;
}

.progres-bar .bar span {
  display: block;
  height: 36px;
  background-color: #00577b;
}

.question-panal {
  margin-top: 10px;
}

.question-panal.copyexctingPanal {
  padding-left: 15px !important;
  margin-top: 35px;
  padding-right: 15px !important;
}

/* .copyexctingPanal label {
     color: #656565;
     font-weight: normal;
 }*/
.nav-qus {
  display: table;
  width: 100%;
  margin-top: 0px;
}

.nav-qus a {
  display: table-cell;
  padding: 7px;
  background-color: #ebeaea;
  font-size: 15px;
  font-weight: bold;
  color: #494949;
  border-right: 1px solid #fff;
}

.nav-qus a.active,
.nav-qus a:hover {
  background-color: #febd47;
}

.nav-qus a span {
  float: right;
  font-size: 12px;
  color: #8b887f;
  font-weight: normal;
  margin-top: 5px;
}

.que-section {
  padding: 10px 0px 0 0px !important;
  /* min-height: 200px; */
}

.que-section .question {
  /* padding-bottom: 12px; */
  font-size: 13px;
  margin: 5px 0px;
  clear: both;
  padding-left: 10px;
  /* color:#878787; */
}

.que-section label {
  font-weight: normal;
  color: #606469;
  font-size: 13px;
  margin-bottom: 6px;
}

.irrigation-tab .que-section label {
  font-size: 12px;
}

.tabMenusHead {
  font-size: 15px !important;
  font-weight: bold !important;
  color: #494949 !important;
  margin-top: 0px !important;
}

.tab-alert {
  margin-top: 0px !important;
  display: none;
}
.haserrorMessage {
  border: 2px solid #dd662d !important;
}

.error-dropdown {
  border: 2px solid #dd662d !important;
  /* border-radius: 5px; */
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.dropdownMenu .dropdown-menu {
  width: 100%;
  border: 1px solid #e2e2e2;
  box-shadow: none;
}

.dropdownMenu .dropdown-menu > li > a {
  color: #888;
  padding: 4px 10px;
  white-space: normal;
}

.dropdownMenu .dropdown-menu > li > a:hover {
  color: #333;
}

.dropdownMenu > button.btn .caret {
  float: right;
  margin: 4px 0 0 0;
  border: 0px;
  background: url("/assets/images/sustainImages/drop-arrow-gray.png") no-repeat
    center center;
  height: 9px;
  width: 12px;
}

.dropdownMenu.open > button.btn .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdownMenu.open > button.btn .dropvalue,
.dropdownMenu > button.btn > span.fl {
  float: left;
  display: block;
  width: calc(100% - 18px);
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dropdownMenu .dropdown-menu li,
.dropdownMenu .dropdown-menu li:hover {
  background: none;
  padding: 0px;
}

.dropdownMenu .dropdown-menu {
  padding: 0px;
  margin-top: 0px;
}

.dropdownMenu .dropdown-menu .searchdropdown {
  padding: 3px 5px;
  text-indent: 10px;
}
.dropvalue {
  display: block;
  width: calc(100% - 18px);
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.graybutton {
  background-color: #90c434;
  height: 50px;
  min-width: 148px;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  border: 0px;
}

.graybutton:hover {
  background-color: #86b631;
}

.saveallquestion .graybutton {
  height: 35px;
  min-width: 100px;
  line-height: normal;
  font-size: 20px;
  margin-right: 5px;
}

.graybutton[disabled] {
  cursor: not-allowed;
  background-color: rgb(209, 203, 203);
}

.copy-farm-field .dropdownMenu > button.btn .dropvalue,
.copy-farm-field .dropdownMenu > button.btn > .fl {
  font-size: 18px;
  float: left;
}
/*===============sustain score css================*/
.score-point strong {
  font-size: 24px;
  font-weight: normal;
}
.font-normal {
  font-weight: normal !important;
}
.multiSelected {
  width: 50%;
}

.multiSelected .dropdownMenu,
.multiSelected .dropdownMenu button.btn > span,
.multiSelected .dropdownMenu,
.multiSelected .dropdownMenu button.btn > span {
  font-family: "Lato", sans-serif !important;
}

.multiSelected .dropdownMenu > button.btn {
  padding: 6px 12px;
  font-family: "Lato", sans-serif !important;
}

.multiSelected .dropdownMenu > button.btn > span {
  font-family: "Lato", sans-serif !important;
}
.multiSelected .multi-select-popup .dropdown-item {
  position: relative;
}

.multiSelected .multi-select-popup .dropdown-item.selected {
  padding-left: 20px;
  color: #333 !important;
}

.multiSelected .multi-select-popup .dropdown-item.selected:before {
  content: "✔";
  background-position: 0 0;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 6px;
  font-size: 17x;
  font-weight: bold;
  color: #f05a24;
}

.multiSelected,
.multiSelected {
  font-family: inherit !important;
}

.togglelink {
  position: relative;
  top: 5px;
  cursor: pointer;
  background-color: #00577b;
  border-radius: 50%;
  color: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400 !important;
}

.togglelink:before {
  position: absolute;
  content: "\2212";
  background-position: 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.togglelink.active:before {
  content: "\002B";
  font-size: 18px;
}
.info-icon {
  display: inline-block;
  cursor: default;
  position: relative;
  top: 0px;
  margin-left: 2px;
  color: #31afdf;
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
}
.copyfieldset {
  border: 1px solid #606469;
  min-height: 20px;
  position: relative;
  margin: 20px 0 0px;
}
.copyfieldset:last-of-type {
  border: 1px solid #606469;
  min-height: 20px;
  position: relative;
  margin: 20px 0 25px;
}

.copyfieldset h3 {
  font-size: 13px;
  margin: 2px 0 0;
  font-weight: normal;
  color: #606469;
  font-size: 13px;
}

/* .copyfieldset .togglelink {
     top: 6px;
     font-weight: normal!important;
 } */

/* .copyfieldset h3 .togglelink:before {
     top: -2px;
     left: 5px
 }
 
 .copyfieldset h3 .togglelink.active:before {
    top: -3px;
    left: 4px
} */

/* .copyfieldset h3 .togglelink[title="collapse"]:before {
     top: -2px !important;
 } */

.copylegend {
  background-color: #fff;
  padding: 2px 3px;
  position: absolute;
  top: -24px;
  left: 10px;
  font-family: "Gotham";
}

.copylegendGreen {
  /*background:#e7f5ed;*/
  background: #e7f5ed;
  padding: 2px 3px;
  position: absolute;
  top: -24px;
  left: 10px;
}

.questionmatrix {
  min-height: 50px;
  padding: 15px 10px 4px 10px;
}

.questionmatrix .panel {
  padding: 15px 20px;
}
/*===============sustain score css================*/

@media (max-width: 1650px) {
  .fieldcard-header-ellipses {
    width: 56% !important;
  }
  .fieldcard-header-ellipses1 {
    width: 41% !important;
  }
}
@media screen and (max-width: 1185) {
  .fieldRow .colData {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fieldRow .colData {
    width: 45%;
    padding-left: 8px !important;
    display: inline-table;
    float: none;
    vertical-align: top;
    padding-right: 8px !important;
  }
  .question-panal .col-sm-2 {
    width: 16.66666667%;
  }
  .que-section {
    padding: 20px 15px 0 15px !important;
  }
}
.tooltipsustain {
  position: relative;
  display: inline-block;
}

.tooltipsustain .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 400px;
  font-family: "Lato", sans-serif !important;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  font-size: 12px !important;
  border-radius: 5px;
  z-index: 9999;
  opacity: 0;
  font-weight: 300;
  cursor: default;
  /* margin-top: 47px; */
}

.field-year-tooltip {
  color: red !important;
  padding-right: 5px;
}

.tooltiptext a {
  color: yellow;
  display: inline-block;
}

.tooltiptext a:hover {
  color: yellow;
}

.conservation-practices .tooltipsustain .tooltiptext {
  width: 320px;
}
.copylegend .tooltipsustain .tooltiptext,
.col-md-3 .tooltipsustain .tooltiptext {
  width: 255px;
}
.tooltipsustain .tooltiptext.smalsize {
  width: 220px;
}

.tooltipsustain:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-right {
  top: -53px;
  left: 151%;
}

.tooltip-right::after {
  content: "";
  position: absolute;
  top: 61px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
}

.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-top {
  bottom: 125%;
  left: -40px;
  margin-left: -60px;
}

.tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 105px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-left {
  top: -40px;
  right: 128%;
}

.tooltip-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}

.conservation-practices .tooltip-left::after,
.conservation-practices .tooltip-right::after,
.conservation-practices .tooltip-top::after {
  border-color: transparent;
}

.ng-select.opened > .ng-control {
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.ng-select.opened > .ng-control:hover {
  box-shadow: none;
}

.ng-select.opened > .ng-control .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.ng-select.opened > .ng-control .ng-arrow:hover {
  border-color: transparent transparent #666;
}

.ng-select.opened.bottom > .ng-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ng-select.opened.top > .ng-control {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.ng-select.focused:not(.opened) > .ng-control {
  border-color: #769c35;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 0 3px rgba(0, 126, 255, 0.1);
}

.ng-select.disabled > .ng-control {
  background-color: #f9f9f9;
}

.ng-select .ng-control {
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #ccc;
  min-height: 34px;
  align-items: center;
  width: 50% !important;
}

.questionmatrix .harvest-dropdown .ng-select .ng-control {
  width: 100% !important;
}
.ng-dropdown-panel.bottom {
  width: 50%;
}
.cover-crop .borderBox .ng-select .ng-control,
.crop-rotation .borderBox .ng-select .ng-control,
.irrigation-system .ng-select .ng-control,
.nut-mngmt-plan .ng-select .ng-control,
.fuel-type .ng-select .ng-control,
.drying-system .ng-select .ng-control,
.reason .ng-select .ng-control,
.seed-treatment .ng-select .ng-control,
.crop .ng-select .ng-control,
.row-spacing .ng-select .ng-control,
.appwidth .ng-select .ng-control,
.home-ddl .ng-select .ng-control,
.planting .ng-select .ng-control,
.pumping-pressure .ng-select .ng-control,
.graysection .ng-select .ng-control {
  width: 100% !important;
}

.cover-crop .borderBox .ng-dropdown-panel.bottom,
.crop-rotation .borderBox .ng-dropdown-panel.bottom,
.appwidth .ng-dropdown-panel.bottom,
.irrigation-system .ng-dropdown-panel.bottom,
.nut-mngmt-plan .ng-dropdown-panel.bottom,
.fuel-type .ng-dropdown-panel.bottom,
.drying-system .ng-dropdown-panel.bottom,
.reason .ng-dropdown-panel.bottom,
.seed-treatment .ng-dropdown-panel.bottom,
.crop .ng-dropdown-panel.bottom,
.row-spacing .ng-dropdown-panel.bottom,
.home-ddl .ng-dropdown-panel.bottom,
.planting .ng-dropdown-panel.bottom,
.pumping-pressure .ng-dropdown-panel.bottom,
.graysection .ng-dropdown-panel.bottom {
  width: 100% !important;
}

.ng-select .ng-control {
  min-height: 34px;
}

.planting .ng-select.ng-single .ng-control {
  height: 34px !important;
  width: 100%;
}

.ng-select .ng-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.ng-select .ng-control .ng-value-container {
  align-items: center;
  padding-left: 8px;
}

.ng-select .ng-control .ng-value-container .ng-placeholder {
  color: #aaa;
  font-size: 12px;
}

.ng-select.ng-single .ng-control {
  height: 34px;
}

.ng-select.ng-single .ng-control .ng-value-container .ng-input {
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
  top: 5px;
}

.ng-select.ng-multiple.disabled > .ng-control .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
}

.ng-select.ng-multiple.disabled
  > .ng-control
  .ng-value-container
  .ng-value
  .ng-value-label {
  padding: 2px 5px;
}

.ng-select.ng-multiple .ng-control .ng-value-container {
  padding-left: 7px;
  padding-top: 5px;
}

.ng-select.ng-multiple .ng-control .ng-value-container .ng-value {
  font-size: 0.9em;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f5faff;
  border-radius: 2px;
  border: 1px solid #c2e0ff;
}

.ng-select.ng-multiple .ng-control .ng-value-container .ng-value.disabled {
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
}

.ng-select.ng-multiple
  .ng-control
  .ng-value-container
  .ng-value
  .ng-value-label {
  padding: 2px 5px 2px 1px;
}

.ng-select.ng-multiple
  .ng-control
  .ng-value-container
  .ng-value
  .ng-value-icon {
  padding: 3px 5px;
}

.ng-select.ng-multiple
  .ng-control
  .ng-value-container
  .ng-value
  .ng-value-icon:hover {
  background-color: #d8eafd;
}

.ng-select.ng-multiple
  .ng-control
  .ng-value-container
  .ng-value
  .ng-value-icon.left {
  border-right: 1px solid #c2e0ff;
}

.ng-select.ng-multiple
  .ng-control
  .ng-value-container
  .ng-value
  .ng-value-icon.right {
  border-left: 1px solid #c2e0ff;
}

.ng-select.ng-multiple .ng-control .ng-value-container .ng-input {
  padding-bottom: 3px;
  padding-left: 3px;
}

.ng-select.ng-multiple .ng-control .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}

.ng-select .ng-spinner-zone {
  padding-right: 5px;
  padding-top: 5px;
}

.ng-select .ng-arrow-zone {
  padding-right: 5px;
  width: 25px;
}

.ng-select .ng-arrow-zone .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}

.ng-select .ng-arrow-zone .ng-arrow:hover {
  border-top-color: #666;
}

.ng-select .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}

.ng-select .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}

.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.ng-dropdown-panel.bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
  z-index: 2000;
}

.ng-dropdown-panel.bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ng-dropdown-panel.top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}

.ng-dropdown-panel.top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.ng-dropdown-panel .ng-dropdown-panel-items {
  margin-bottom: 1px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  user-select: none;
  cursor: default;
  padding: 8px 10px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.disabled {
  color: rgba(0, 0, 0, 0.54);
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.marked {
  background-color: #ebf5ff;
  color: #333;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.selected {
  color: #333;
  background-color: #f5faff;
  font-weight: 600;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 4px;
  white-space: normal !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.selected {
  color: #333;
  background-color: #f5faff;
}

.ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option.selected
  .ng-option-label {
  font-weight: 600;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.marked {
  background-color: #ebf5ff;
  color: #333;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.disabled {
  color: #ccc;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-right: 5px;
  font-size: 80%;
  font-weight: 400;
}

.haserrorMessage .ng-control {
  border-color: red !important;
  border-width: 1px;
}

/* .hasEmptyTab {
     display: block !important;
 } */

.hasEmptyDDL .ng-select-container {
  border: 1px solid #dd662d !important;
  border-radius: 0px;
  width: 100% !important;
}

.hasEmptyField {
  border: 1px solid rgb(241, 41, 6) !important;
}

.hasEmptyField > .ng-control {
  border-color: red !important;
  border-width: 1px;
}

.widthau2o {
  width: auto;
}

.padL25 {
  padding-left: 28px !important;
}
.width40per {
  width: 40%;
}

.irrigation-tab {
  padding: 10px 25px !important;
}
.irrigation-tab input {
  width: 100%;
  height: 35px;
  padding: 0 5px;
  border: 1px solid #ccc;
}
.rightDataAccrdian .form-group .form-control {
  width: 50% !important;
}

.rightDataAccrdian .questionmatrix .form-group {
  min-height: 41px !important;
  margin-bottom: 0px !important;
  padding-left: 5px;
  padding-right: 5px;
}

.rightDataAccrdian .copyfieldset {
  padding-bottom: 2px;
}
/* .rightDataAccrdian .questionmatrix {
    padding: 10px 10px 0px 10px !important;
} */

.rightDataAccrdian .togglelink {
  position: relative;
  cursor: pointer;
  top: 5px;
  margin-left: 2px;
  background-color: #29aae1;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 20px;
}

.rightDataAccrdian .togglelink:before {
  position: absolute;
  content: "\2212";
  background-position: 0 0;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  font-size: 19px;
  left: 4px;
  color: #fff;
  font-weight: bold;
}

.rightDataAccrdian .togglelink.active:before {
  content: "\002B";
}

.rightDataAccrdian .NM-alignment {
  clear: both;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
}

.rightDataAccrdian .NM-alignment .Nm-left-align {
  float: left;
  width: 50%;
  /* padding: 23px 0px; */
  /* text-align: right; */
  padding-top: 22px;
  /* font-weight: 200 !important; */
}

.rightDataAccrdian .NM-alignment .Nm-right-align {
  float: left;
  width: 50%;
}

.rightDataAccrdian .NM-alignment .Nm-right-align .ng-dropdown-panel {
  width: 100% !important;
}

.rightDataAccrdian .NM-alignment .Nm-right-align .ng-control {
  width: 100% !important;
  z-index: 3;
}

.rightDataAccrdian .marT14 {
  margin-top: 14px !important;
}

.rightDataAccrdian .radio-custom {
  color: #424549 !important;
}

.rightDataAccrdian .stwrdship-custm-toggle {
  width: 80%;
  float: left;
}

.rightDataAccrdian .ng-dropdown-panel.bottom {
  width: 100% !important;
  /* text-align: left !important; */
}

.rightDataAccrdian .checkboxList div {
  /* float: left; */
  /* width: 50%; */
}

.rightDataAccrdian .checkboxList div label {
  display: flex;
}

.rightDataAccrdian .checkboxList::after {
  /* overflow: auto; */
  content: " ";
  display: block;
  clear: both;
}

.rightDataAccrdian .copylegendGreen {
  top: -21px !important;
}

.rightDataAccrdian .copyfieldset {
  padding: 0px 15px 0px 15px !important;
  margin: 20px 0 20px !important;
}

.rightDataAccrdian .form-group,
.rightDataAccrdian .form-control {
  font-size: 12px !important;
  /* font-weight: normal !important; */
}

.rightDataAccrdian .ng-select .ng-control {
  min-height: 30px !important;
}

.rightDataAccrdian .ng-select.ng-single .ng-control {
  height: 30px;
}

.form-control.Nm-right-align.ng-untouched.ng-pristine.ng-valid {
  height: 30px !important;
}

.rightDataAccrdian .ms-inner-heading {
  /* padding-top: 10px; */
  font-size: 14px;
}
/* .insightscoreRightwrapper .ng-select .ng-overlay-container{
    display: none;
} */

.rightDataAccrdian .outr-custm-toggle {
  width: 50%;
  float: left;
  margin-top: 5px;
}

.rightDataAccrdian .rightacc-cust-checkbox {
  float: left;
}

.rightDataAccrdian .cstm-checkbox-label {
  float: left;
  margin-top: 0px;
  margin-left: 4px;
  padding-right: 15px;
}

.rightDataAccrdian .form-group.borderBox {
  padding-bottom: 6px;
  margin-bottom: 7px !important;
  padding: 0px 8px 5px 8px !important;
}
/*unused code*/
.font15 {
  font-size: 15px !important;
}

.fontTM {
  font-size: 13px;
  position: absolute;
  top: 2px;
}
/*unused code*/
#respoDialog .mat-dialog-title.custom-header {
  display: flex;
}

#respoDialog .app-flex-filler {
  flex: 1 1 auto;
}

div#respoDialog {
  width: 600px;
  padding-bottom: 10px;
}

.cdk-overlay-pane .sustain-profit-wrapper {
  padding: 10px 25px !important;
}
.rightDataAccrdian .pest-management-tooltip .tooltip-right {
  top: -15px !important;
}

.rightDataAccrdian .tooltip-right::after {
  top: 24px !important;
}
/* .rightDataAccrdian .conser-adopt-tooltip .info-icon {
    top: 9px !important;
} */

.rightDataAccrdian .conser-adopt-tooltip .tooltipsustain .tooltiptext {
  width: 280px !important;
}

.rightDataAccrdian .conser-adopt-tooltip .tooltip-right {
  top: -13px !important;
}
/* .rightDataAccrdian .conserv-practic-tooltip .info-icon {
    top: 9px !important;
} */

.rightDataAccrdian .conserv-practic-tooltip .tooltipsustain .tooltiptext {
  width: 280px !important;
}

.rightDataAccrdian .conserv-practic-tooltip .tooltip-right {
  top: -13px !important;
}
/* .rightDataAccrdian .soil-runoff-tooltip .info-icon {
    top: 9px !important;
} */

.rightDataAccrdian .soil-runoff-tooltip .tooltipsustain .tooltiptext {
  width: 280px !important;
}

.rightDataAccrdian .soil-runoff-tooltip .tooltip-right {
  top: -13px !important;
}
/* .rightDataAccrdian .wind-erosion-tooltip .info-icon {
    top: 9px !important;
} */

.rightDataAccrdian .wind-erosion-tooltip .tooltipsustain .tooltiptext {
  width: 252px !important;
}

.rightDataAccrdian .wind-erosion-tooltip .tooltip-right {
  top: -13px !important;
}
/* .rightDataAccrdian .proximity-water-tooltip .info-icon {
    top: 9px !important;
} */

.rightDataAccrdian .proximity-water-tooltip .tooltipsustain .tooltiptext {
  width: 252px !important;
}

.rightDataAccrdian .proximity-water-tooltip .tooltip-right {
  top: -13px !important;
}

.width5percent {
  width: 10% !important;
}
.tooltip-links {
  color: yellow !important;
}

.tooltip-links:hover {
  color: yellow !important;
}
.cursorwrapper {
  position: relative;
}

.yeild-fix-column {
  width: 33% !important;
}
.modal-content {
  z-index: 99999999999999999 !important;
}
.disable-switch {
  opacity: 0.54;
}

.disable-switch .sliderCheck {
  cursor: default;
}

.disable-switch .sliderCheck:before {
  background-color: #29aae1;
}

/* .insightscoreRightwrapper .warning-msg {
     display: none;
 }
 */
.insightscoreRightwrapper .width30per {
  width: 30% !important;
}
/*
 .form-control {
     height: calc(3.25rem + 4px) !important;
     font-size: 14px !important;
 }
 /* @media (min-width: 1290px) and (max-width: 1520px) {

    .parentSecondThirdContainer{
        margin-top:25px !important;
    }
} */

 input[type=number] {
     -moz-appearance: textfield;
 }

  .padL15px {
     padding-left: 15px !important;
 }
 .padL30px {
    padding-left: 30px !important;
}

.padL30px {
  padding-left: 30px !important;
}
.questionmatrix .form-control[readonly] {
  background-color: white !important;
}

#modalProfitPDF .compare-scenario-profit {
  padding: 20px 20px 50px 20px;
  position: relative;
}
.width100 {
  width: 100% !important;
}
.modal-footer {
  padding: 1rem !important;
}

@media only screen and (min-width: 1270px) and (max-width: 1455px) {
  .width50per {
    width: 60%;
  }
}

@media only screen and (min-width: 1143px) and (max-width: 1253px) {
  .width50per {
    width: 72%;
  }
}

@media only screen and (max-width: 1127px) {
}
.crop-intersection {
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 5px;
  font-size: 12px;
  bottom: 0;
  width: 98%;
  left: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leaflet-popup {
  z-index: 999 !important;
}

@media only screen and (max-width: 1290px) {
  .hasEmptyDDL .ng-select-container {
    border: 2px solid #dd662d !important;
    border-radius: 0 !important;
    width: 100% !important;
  }
}

/* .avoid .multi-select-dropdown .mat-form-field-appearance-legacy .mat-form-field-infix{
    padding: 0px !important;
}
  
.control .multi-select-dropdown .mat-form-field-appearance-legacy .mat-form-field-infix{
    padding: 0px !important;
}
.trap .multi-select-dropdown .mat-form-field-appearance-legacy .mat-form-field-infix{
    padding: 0px !important;
} */
.mat-form-field-appearance-fill .mat-form-field-flex {
  padding: 0px !important;
}
.mat-form-field:not(.mat-form-field-appearance-legacy)
  .mat-form-field-suffix
  .mat-icon-button {
  position: absolute;
  top: -33px;
  right: 3px;
}
