.ngg-blue {
    background-color: #9fc521; 
    border-color: #9fc521; 
    color: #fff; 
}

.ngg-grass-green {
    background-color: #3eb149; 
    border-color: #3eb149; 
    color: #fff; 
}


.ngg-light-cyan {
    background-color: #8bd3f4; 
    border-color: #8bd3f4; 
    color: #fff; 
}

.ngg-cyan {
    background-color: #27a8e0;
    border-color: #27a8e0;
    color: #fff;
}




.text-success {
    color: #3eb149 !important; /* Green color changed to NGG Grass Green */
}

.badge-success {
    background-color: #9fc521 !important;
}

.new-image-side {
    width: 40%;
    background-color: #005494;
    padding: 80px 40px;
}

.btn-primary {
    background-color: #005494 !important; 
    border-color: #005494 !important;     
    color: #fff !important;               
}
.my-buttons  .active {
  background-color: #9fc521 !important;
  border-color: #9fc521 !important;
}

.price-note {
  margin-left: 1rem !important;
  color: #0F2C52 !important;
}



.technician-doc-item{
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 150px;
}
div.error {
  color: red;
}

.is-invalid-input{
  border-color: #dc3545;
}

.price_color {
  color: #0F2C52;
}

.price_status {
}

#install_type-error {
  margin-top: 1.5rem;
}

.typeahead.dropdown-menu {
  font-size: 0.55rem;
}

ul.typeahead.dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

@media (max-width: 1439px) {
  main {
    margin-left: 390px;
    margin-right: 50px;
    margin-top: 110px;
    margin-bottom: 30px;
  }
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  width: 500px;
}

.document_buttons a.btn {
  font-size: 0.65rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.requirements-tooltip {
  font-size: 0.7rem;
}

.history-tooltip {
  
  font-size: 0.7rem;
}

.requirements-tooltip li {
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}

.history-tooltip li {
  padding: 0.15rem 0.15rem 0.15rem 0.15rem;
}



/* .data-table-rows table#data_table_jobs td,
.data-table-rows table#data_table_jobs th {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.data-table-rows table#data_table_jobs td:first-child,
.data-table-rows table#data_table_jobs th:first-child {
  padding-left: 0.75rem;
  padding-right: 0.25rem;
}

.data-table-rows table#data_table_jobs th {
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
} */

.more_serials {
  display: none;
}

.more_inverters {
  display: none;
}

.more_panels {
  display: none;
}

.serials-show-box p.serial-row {
  font-size: .85rem;
  line-height: 0.95rem;
  text-transform: uppercase;
}

.auth-card .image-side {
  background: url(../img/login-balloon-without.jpg) no-repeat center top;
  background-size: cover;
}

.fixed-background {
  background: url(../img/balloon_without.jpg) no-repeat center center fixed;
  background-size: cover;
}

.active_rated {
  color: #3FAE49;
}

.stc-price-block small {
  color: #3FAE49;
}

.navbar {
  background-color: #0F2C52;
}

.navbar .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}

.navbar .menu-button .main,
#app-container.menu-sub-hidden .menu-button .sub,
#app-container.sub-hidden .menu-button .sub {
  fill: #ffffff;
}

.navbar .simple-icon-size-fullscreen,
.navbar .simple-icon-grid,
.navbar .simple-icon-size-actual,
.navbar .simple-icon-bell,
.navbar .user .name {
  color: #ffffff;
}

@media (max-width: 1439px) {
  .navbar {
    height: 100px;
    padding: .5rem 0 .5rem 0;
  }
}

.approved-price {
  background-color: #3FAE49;
  color: #ffffff;
}

.one-day-price {
  background-color: #0F2C52;
  color: #ffffff;
}
.instant-pay-price {
  background-color: #c43d4b;
  color: #ffffff;
}

.one-day-price .lead,
.one-day-price i {
  color: #ffffff;
}
.instant-pay-price .lead,
.instant-pay-price i {
  color: #ffffff;
}

.instant-pay-price:hover {
  color: yellow;
}
.one-day-price:hover {
  color: yellow;
}

.approved-price .lead,
.approved-price i {
  color: #ffffff;
}

.text-blue {
  color: #0F2C52;
}
a {
  color: #0F2C52;
}
.background-blue {
  background-color: #0F2C52;
}

.check_details {
  width: 92%;
  padding: 10px;
  background: #f1f1f1;
}

.err_color {
  color: #dc3545;
  font-size: 80%;
}

.grey400 {
  background-color: #BDBDBD;
  color: #000000;
}

.checkdiv {
  position: relative;
  padding: 4px 8px;
  border-radius: 40px;
  margin-bottom: 4px;
  min-height: 30px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}

.checkdiv:last-child {
  margin-bottom: 0px;
}

.checkdiv span {
  position: relative;
  vertical-align: middle;
  line-height: normal;
}

.le-checkbox {
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background-color: #F44336;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  margin: 0px;
  outline: none;
  transition: background-color .5s;
}

.le-checkbox:before {
  -webkit-appearance: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  background-color: white;
  width: 20px;
  height: 5px;
  border-radius: 40px;
  transition: all .5s;
}

.le-checkbox:after {
  -webkit-appearance: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  background-color: white;
  width: 20px;
  height: 5px;
  border-radius: 40px;
  transition: all .5s;
}

.le-checkbox:checked {
  background-color: #4CAF50;
}

.le-checkbox:checked:before {
  -webkit-appearance: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) translate(-4px,3px) rotate(45deg);
  background-color: white;
  width: 12px;
  height: 5px;
  border-radius: 40px;
}

.le-checkbox:checked:after {
  -webkit-appearance: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) translate(3px,2px) rotate(-45deg);
  background-color: white;
  width: 16px;
  height: 5px;
  border-radius: 40px;
}

.fixed_layout {
  table-layout: fixed;
  word-wrap: break-word;
}

.serialRow {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

.count_badge {
  margin-right: 2.5px;
  float: right;
  vertical-align: middle !important;
}

.status_btns {
  font-size: 0.6rem;
}

.invoicebutton {
  position: fixed;
  bottom: 45%;
  right: 10px;
}

.csvbutton {
  position: fixed;
  bottom: 55%;
  right: 10px;
}

.lighter {
  color: grey;
}

.invoice_table <
  th, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
  text-align: left;
}

.error_show {
  color: red;
}

.err_show {
  color: red;
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.6);
}

#overlay_form {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
 
}

.img-wraps {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 95%;
}

.img-wraps .closes {
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 100;
  padding: 4px 3px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 10px;
  border: 1px solid red;
}

.img-wraps .delete_span {
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 100;
  font-size: 14px;
  line-height: 10px;
  border-radius: 50%;
}

.img-wraps:hover .closes {
  opacity: 1;
}

.progress-banner .progress-bar-circle.progress-bar-banner {
  width: 80px;
  height: 80px;
}

.progress-banner .progress-bar-banner .progressbar-text {
  font-size: 1rem;
}

.price_status.card .card-body {
  padding-left: 0px;
  padding-right: 0px;
}

.price_status {
  height: 96px;
}

.price_term_labels {
  font-size: 0.8rem;
}
.col-3 .price_term_labels {
  font-size: 0.8rem;
}

.col-2 .price_term_labels {
  font-size: 0.6rem;
}

.price_tags {
  margin-bottom: 0rem;
}

.col-3 .price_term_tags {
  font-size: 0.6rem;
}

.col-2 .price_term_tags {
  font-size: 0.5rem;
}

.price-card {
  height: 96px;
}

.col-3 .price-card .lead {
  font-size: 1.3rem;
}

.col-2 .price-card .lead {
  font-size: 1.15rem;
}

.register-check {
  line-height: 1rem;
  padding-left: 10px;
}

.auth-card .form-side-parent {
  width: 100%;
}

@media (max-width: 991px) {

  .auth-card .form-side-parent {
    width: 100%;
  }
}

.auth-card .form-side {
  width: 100%;
}

footer.page-footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
}

p.small-height{
    line-height: .96rem;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}
.register2_form label{
  margin-bottom: 0.1rem;
}

.gft_hide-arrow::-webkit-outer-spin-button,
.gft_hide-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.doc-popup-serial-val {
  text-transform: uppercase;
}
#installation_date {
  background: #fff;
}
.inverter_serial input {
  background-color: #e9ecef !important;
  opacity: 1 !important;
}
.oc-sticky-header-dt thead th {
  position: sticky;
  z-index: 2;
  top: 100px;
  background-color: #ffffff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
}