﻿--root {
  --select-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='rgb(129 130 132)' d='M480 224C492.9 224 504.6 231.8 509.6 243.8C514.6 255.8 511.8 269.5 502.7 278.7L342.7 438.7C330.2 451.2 309.9 451.2 297.4 438.7L137.4 278.7C128.2 269.5 125.5 255.8 130.5 243.8C135.5 231.8 147.1 224 160 224L480 224z'/%3E%3C/svg%3E");
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
div,
a {
  font-family: "Helvetica" !important;
}

.displaynone {
  display: none !important;
}

.fullwidth {
  width: 100% !important;
}

p.error_class_1 {
  font-size: 12px;
  color: red;
  margin-bottom: 10px;
}
.tagline {
  color: red;
}
.successtagline {
  color: green;
}

.mb-15 {
  margin-bottom: 15px;
}
.inlineblock {
  display: inline-block;
}
.authenticationlogo {
  text-align: center;
  padding: 10px 0 30px 0;
}
.specific_mgs {
  width: 100%;
}

.datepicker-dropdown.dropdown-menu {
  z-index: 99999 !important;
}

/* add by ashok */

header.topbar {
  background-color: #f5f9fc !important;
  border-bottom: 1px solid #e4ebf3;
}

.hidden-xs span.font-bold {
  color: #000;
  font-weight: 600;
}

.navbar-header {
  background-color: #f5f9fc !important;
}

.topbar span.hidden-md-down i.fa.fa-angle-down {
  color: #000;
}

.nav-item.dropdown img {
  border: 1px solid rgba(0, 0, 0, 0.32);
}

aside.left-sidebar {
  background-color: #f5f9fc;
  box-shadow: none;
  border-right: 1px solid #e4ebf3;
}

.collapse li:before {
  content: "\f061";
  position: absolute;
  width: 10px;
  height: 10px;
  font-family: "Fontawesome";
  color: rgba(0, 0, 0, 0.43);
  top: 7px;
  left: -2px;
}

.collapse li {
  position: relative;
}

#sidebarnav li.active span {
  color: #ffff;
}

#sidebarnav li.active {
  background-color: #019cde;
  color: #ffff;
}

.page-titles {
  border-bottom: 1px solid #e4ebf3;
  box-shadow: none;
}

#sidebarnav li.active i {
  color: #ffff;
}

#sidebarnav li a:hover {
  color: #019cde;
}

ul.collapse li a {
  background-color: #f5f9fc !important;
  color: #8d97ad !important;
}

ul.collapse.in {
  background-color: #f5f9fc !important;
  padding-top: 11px;
}

.card {
  background-color: #f5f9fc;
  padding: 21px;
  border: 1px solid #e4ebf3;
  border-radius: 3px;
}

.page-wrapper {
  background: #ffff;
}

.form-group input[type="text"],
.form-group select,
.form-group input[type="number"],
.form-group input[type="password"],
input[type="email"],
input[type="datepicker"] {
  padding: 13px 10px 13px 10px;
  height: auto;
  border: 1px solid #dde6ef;
  border-radius: 7px;
}

.form-group input[type="search"] {
  padding: 13px 10px 13px 10px;
  height: auto;
  border: 1px solid #dde6ef;
  border-radius: 7px;
}

/* textarea {
  height: 100px !important;
} */

.card-title {
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 25px;
  width: 70%;
  display: inline-block;
}

h4.sup_title {
  width: 29%;
  display: inline-block;
  font-size: 20px;
  font-weight: 500 !important;
  margin-bottom: 35px;
  text-align: right;
}

.form-group label {
  color: #818284;
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
}

button.btn.btn-primary,
button.btn.btn-info.btn-lg,
input.btn.btn-primary,
button.btn.btn-success {
  padding: 6px 20px 6px 20px;
  background-color: #88745c;
  border-color: #88745c;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.51);
  color: #ffff;
  font-size: 15px;
}

.dataTables_length select,
input[type="search"] {
  border: 1px solid rgba(0, 0, 0, 0.28);
  padding: 6px;
  border-radius: 4px;
  background-color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #88745c !important;
  border-color: #88745c !important;
}

#DataTables_Table_0_paginate span .current {
  background: #88745c;
  border: 1px solid #88745c;
  color: #fff !important;
  font-weight: 600;
  padding: 6px 16px 6px 16px;
  border-radius: 4px;
}

#DataTables_Table_0_paginate span a:hover {
  background: #88745c;
  border-radius: 4px;
  border: 1px solid #88745c;
  margin: 0 6px 0 6px;
}

#DataTables_Table_0_paginate span a {
  margin: 0 6px 0 6px;
}

a#DataTables_Table_0_next {
  visibility: hidden;
}

a#DataTables_Table_0_next:before {
  content: "\f101";
  font-family: "Fontawesome";
  font-size: 18px;
  position: relative;
  visibility: visible;
  color: #000;
  right: 1px;
  top: 2px;
}

a#DataTables_Table_0_previous {
  visibility: hidden;
}

a#DataTables_Table_0_previous:before {
  content: "\f100";
  font-family: "Fontawesome";
  font-size: 18px;
  position: relative;
  visibility: visible;
  color: #000;
  left: 52px;
  top: 2px;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #dde6ef;
}

table#DataTables_Table_0 {
  border-bottom: 1px solid #dde6ef;
}

.dataTables_filter input[type="search"],
.dataTables_length select:focus {
  background-image: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #019cde;
  background-color: #019cde;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox label {
  cursor: pointer;
}

.custom-radio input[type="radio"],
.custom-radio label {
  cursor: pointer;
}

.custom-checkbox {
  margin: 8px 0 8px 0;
}

input#width_alignment {
  width: 96%;
  margin-left: 10px;
  margin-bottom: 20px;
}

.rejection {
  margin-bottom: 10px;
}

#electronic_coc_loging {
  margin-top: 58px;
}

#electronic_coc_log {
  margin-top: 58px;
}

.card-header button.btn.btn-link {
  width: 100%;
  text-align: left;
  color: #818284;
  text-decoration: none;
}

.card-header {
  position: relative;
}

.skilltable td,
.skilltable th {
  border: 1px solid #000;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  border: 1px solid #88745c;
  background-color: #88745c;
  outline: none;
}

.text-right {
  width: 100%;
  display: inline-block;
}

.alert-success {
  color: #ffff;
  background-color: #019cde;
  border-color: #019cde;
}

#right_align {
  margin-top: 20px;
}

input#file,
input#file_2,
input#cancel_document {
  display: none;
}

label.choose_file {
  background-color: #019cde;
  padding: 4px 14px 4px 14px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

#sidebarnav a i {
  color: #000;
}

#sidebarnav a {
  color: #000;
}

#sidebarnav a.has-arrow.waves-effect.waves-dark:hover {
  background-color: #019cde;
  color: #ffff !important;
}

#sidebarnav a:hover i {
  color: #ffff;
}

.dropdown-menu.flipInY.show a.dropdown-item:active {
  background-color: #019cde;
}

p.note {
  font-size: 12px;
}

p.note_red {
  font-size: 12px;
  color: #f00;
  font-weight: 500;
  margin-left: 5px;
}

a {
  color: #48c7ff;
  font-weight: 500;
}

/* login page */

.skin-default .card.card-body .card-title {
  text-align: center;
  width: 100%;
}

.skin-default .card.card-body button.btn.btn-success {
  text-align: center;
}

.skin-default .card.card-body form.form-horizontal.mt-4.login,
.skin-default .card.card-body form.form-horizontal.mt-4.register {
  text-align: center;
}

.skin-default .card.card-body .form-group {
  text-align: left;
}

.skin-default .card.card-body .form-group label {
  margin-bottom: 5px;
  margin-left: 5px;
}

.skin-default .card.card-body {
  width: 95%;
  padding: 35px;
  margin: 0 auto;
}

.skin-default .card.card-body button.btn.btn-success {
  margin-top: 20px;
}

.skin-default section#wrapper {
  background-color: #ffff;
  padding-bottom: 40px;
}

.skin-default .add_space {
  margin: 0 40px 0 40px;
}

.skin-default p.error_class_1 {
  font-weight: 400;
  font-size: 13px;
}

.skin-default a {
  color: #48c7ff;
}

.skin-default a:hover {
  color: #48c7ff;
}

/* login page over */

.top_value input.form-control {
  margin-top: 20px;
}

.top_value input.form-control {
  margin-top: 20px;
}

.accordion .card {
  border: none;
  margin-bottom: 0;
  padding: 6px 0 6px 0;
}

.accordion .card .card-header {
  padding: 5px 15px 5px 25px;
  background-color: #dde7f1;
}

.accordion .card .card-header button.btn.btn-link {
  color: #586f8e;
  font-weight: 500;
}

.accordion .card:nth-child(1) .card-header:before {
  content: "\f007";
}

.accordion .card:nth-child(2) .card-header:before {
  content: "\f05a";
}

.accordion .card:nth-child(3) .card-header:before {
  content: "\f2b9";
}

.accordion .card:nth-child(4) .card-header:before {
  content: "\f2b9";
}

.accordion .card-header:before {
  position: absolute;
  font-family: "Fontawesome";
  color: #586f8e;
  left: 13px;
  top: 11px;
  font-size: 16px;
}

.accordion div#billing:before {
  content: "\f2b9";
}

.accordion .card:nth-child(5) .card-header:before {
  content: "\f19d";
  left: 11px;
}

.accordion .card-header .collapsed:after {
  content: "\f105";
  position: absolute;
  right: 35px;
  top: 16px;
  font-family: "Fontawesome";
  font-size: 14px;
  background-color: #89755d;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  color: #ffff;
  transform: rotate(-95deg);
}

.accordion .card-header button.btn.btn-link:after {
  content: "\f107";
  position: absolute;
  right: 35px;
  top: 16px;
  font-family: "Fontawesome";
  font-size: 14px;
  background-color: #89755d;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  color: #ffff;
  transition: all 0.5s;
  transform: rotate(-90deg);
}

/* Plumber Registration Process */

.card-body a.stepbar {
  padding: 10px 20px 10px 20px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.card-body a.stepbar:after {
  content: "\f105";
  font-family: "Fontawesome";
  position: relative;
  left: 20px;
  font-weight: 600;
  color: #000;
}

.card-body a.stepbar:last-child:after {
  content: "";
}

a#previous,
a#next {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-left: 25px;
  margin-right: 25px;
  transition: all 0.3s;
  position: relative;
  bottom: 37px;
}

.pagination a.not_working {
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.3s;
}

.breadcrumb_tab {
  padding-bottom: 35px;
  text-align: center;
}

.pagination a#previous:before,
.pagination a#next:after {
  content: "";
  font-family: "Fontawesome";
  position: relative;
  font-size: 18px;
}

.pagination {
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
}

.pagination a#next:after {
  content: "\f0a4";
  left: 8px;
}

.pagination a#previous:before {
  content: "\f0a5";
  right: 7px;
}

.breadcrumb_tab a.stepbar.active {
  background-color: #88745c;
  color: #fff;
  border-radius: 5px;
  padding: 8px 10px 8px 15px;
}

.file_up_points li {
  list-style: none;
  padding: 5px 0 5px 0;
  font-weight: 400;
  margin-left: -40px;
}

.file_up_points li:before {
  content: "\f192";
  xposition: absolute;
  left: -20px;
  font-family: "Fontawesome";
  color: #01395c;
  top: 5px;
  padding: 5px;
}

.add_top_value {
  margin-top: 10px;
}

.form-group a {
  color: #48c7ff;
  font-weight: 500;
}

.des_points label {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 25px;
  cursor: pointer;
}

.des_points label input[type="radio"] {
  display: inline-block;
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
}

.des_points label input[type="radio"] + p {
  width: 100%;
  display: inline-block;
  padding-left: 21px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}

.des_points label input[type="radio"]:before {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid #019cde;
  position: absolute;
  border-radius: 10px;
  top: -1px;
  right: 0px;
  background-color: #f1f5f9;
}

.des_points label input[type="radio"]:checked:after {
  content: "";
  background-color: #6dc322;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  left: 3px;
  top: 3px;
}

.des_points ul li {
  list-style: none;
  padding: 4px 0 4px 0;
  font-weight: 400;
}

.des_points ul li:before {
  content: "\f0a4";
  font-family: "Fontawesome";
  position: absolute;
  left: 58px;
  color: rgba(0, 0, 0, 0.76);
}

.form6 .des_points ul li:before {
  content: "\f0a4";
  left: 47px;
}

.form6 .des_points ul li {
  padding: 11px 0 11px 0;
}

.form6 .checkbox input[type="checkbox"], .form2 .checkbox input[type="checkbox"], .form3 .checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
}

.form6 label.checkbox, .form2 label.checkbox, .form3 label.checkbox {
  cursor: pointer;
  position: relative;
}

.form6 .checkbox input[type="checkbox"]:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #fff;
  border: 1.3px solid #000;
}

.form6 .checkbox input[type="checkbox"]:checked:after {
  content: "\f00c";
  color: #019cde;
  position: absolute;
  font-family: "Fontawesome";
  font-size: 14px;
  top: -2px;
  left: 1px;
}

.form6 .checkbox p, .form2 .checkbox p, .form3 .checkbox p {
  padding-left: 21px;
  font-size: 15px;
  font-weight: 500;
}

.declarationname + p {
  width: auto;
  display: inline-block;
  margin: 0px 10px 0;
}

input.declarationname {
  margin-left: 25px;
}

input[name="declaration"] {
  top: 4px;
}

.info_text {
  padding: 10px 0 20px 0;
  color: #000;
}

.form6 .card-title {
  margin: 30px 0 25px 0;
}

.file_up_points + a {
  cursor: pointer;
}

.nav-link i.icon-menu {
  color: #000;
  text-shadow: 2px 0px #000;
}

ul.collapse.in > li.active a.active,
ul.collapse.in > li.active a {
  color: #019cde !important;
}

.text_issue td {
  text-align: left !important;
}

.add_max_height {
  min-height: 42px;
}

.sidebar-nav .has-arrow::after {
  border-color: #000;
}

/* Plumber Registration Process  Over*/

button.btn.btn-primary,
button.btn.btn-info.btn-lg,
input.btn.btn-primary,
button.btn.btn-success {
  border-radius: 4px;
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  margin: 10px 0px 10px 10px;
}

.add_top_value_v2 {
  margin-top: 30px !important;
}

table.table th,
table.table td {
  border-color: rgba(0, 0, 0, 0.28);
}

table.table {
  width: 100% !important;
  margin: 0 auto;
}

.nav.nav-tabs a.nav-link {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 9px;
  color: #777978;
}

.nav.nav-tabs a.nav-link.active {
  background-color: #aeba72;
  color: #fff;
  border-color: #aeba72;
}

.nav.nav-tabs a.nav-link:hover {
  color: #000;
}

.nav.nav-tabs a.nav-link.active:hover {
  color: #fff;
}

ul.nav.nav-tabs {
  background-color: #e6ebf1;
  margin: 0 auto;
  width: 95.6% !important;
  text-align: center;
}

a.sub_menu:after {
  content: "\f105";
  font-family: "Fontawesome";
  position: absolute;
  right: 21px;
  font-size: 19px;
  top: 11px;
  transition: all 0.3s;
}

a.sub_menu.active:after {
  transform: rotate(-270deg);
  transition: all 0.3s;
}

.cpd_body td input {
  padding-left: 13px;
}

.table.table-bordered .table-action a {
  margin: 0 10px 0 10px;
}

a.btn.btn-primary {
  background-color: #88745c !important;
  border-color: #88745c !important;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.51);
}

a.active_link_btn,
a.archive_link_btn {
  padding: 6px 20px 6px 20px;
  background-color: #88745c;
  border-color: #88745c;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.51);
  color: #ffff;
  font-size: 15px;
  margin: 0 10px 0 10px;
  border-radius: 4px;
}

a.active_link_btn {
  background-color: #88745c;
  border-color: #88745c;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.51);
  margin-left: 0px;
}

a.archive_link_btn {
  background-color: #aeba72;
  border-color: #aeba72;
  box-shadow: 4px 4px 11px #aeba72;
}

.step > a i.ti-email {
  display: none;
}

.step > a {
  padding-left: 40px !important;
  border-bottom: 1px solid #e4ebf3;
}

.step > a:before {
  content: "\f0e4";
  font-family: "Fontawesome";
  position: relative;
  right: 20px;
  top: 1px;
  font-size: 17px;
  color: #019cde;
}

li.one > a:before {
  content: "\f2bc";
  font-family: Fontawesome;
  color: #019cde;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 6px;
}

li.setp.one.active a:before {
  color: #fff;
}

li.one i.ti-email {
  display: none;
}

li.step.active a:before {
  color: #fff;
}

li.two > a:before {
  content: "\f013";
}

li.four > a:before {
  content: "\f234";
}

li.five > a:before {
  content: "\f1ad";
}

.step > a:hover:before {
  color: #fff;
}

li.setp.one a:hover:before {
  color: #fff;
}

h5.card_sub_title {
  font-size: 20px;
  font-weight: 500 !important;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
}

.add_left_value {
  margin-left: 10px !important;
}

.search_icon {
  width: 32px;
  height: auto;
  display: inline-block;
  padding: 13px 30px 13px 15px;
  position: absolute;
  top: 30px;
  right: 11px;
  border-left: 1px solid #e9ecef;
  background-color: #f8f9fa;
  cursor: pointer;
}

.search_icon i.fa.fa-search {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.46);
}

.coment_section input[type="text"] {
  width: 70%;
  display: inline-block;
  padding: 5px 5px 5px 15px;
}

.coment_section input[type="text"] + button.btn.btn-primary {
  width: 27%;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
}

.mt_40 {
  margin-top: 30px;
}

.mt_20 {
  margin-top: 20px;
}

.add_scroll {
  overflow-x: scroll;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_20 a.active_link_btn {
  margin-left: 10px;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mt_25 {
  margin-top: 24px;
}

.mb_0 {
  margin-bottom: 0px;
}

.mt_0 {
  margin-top: 0px !important;
}

.mt_10 {
  margin-top: 10px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_25 a {
  font-weight: 500;
}

.add_height {
  height: 132px !important;
}

.btn_alter {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.notice_title {
  font-size: 20px;
  font-weight: 600 !important;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 6px 5px 6px 5px;
  color: #fff;
  background-color: #f33;
}

.notice_overall {
  border: 1px solid rgba(0, 0, 0, 0.28);
}

.notice_title + p {
  padding: 0 10px 0 10px;
}

input#supporting {
  display: none;
}

table th {
  text-align: center;
}

.export_pdf:before {
  content: "\f1c1";
  font-family: "Fontawesome";
  font-size: 54px;
  position: relative;
  left: 17px;
  color: #3f91c9;
}

.export_pdf:after {
  content: "";
}

.export_btn {
  margin-top: 0 !important;
}

.full_width {
  width: 100% !important;
}

.user_name {
  width: auto;
  display: inline-block;
  margin-left: 8px;
  font-weight: 500;
}

/* id card tabel */

#id_Card img.id_logo {
  width: 213px;
  margin-bottom: 36px;
  text-align: left;
  padding-left: 15px;
  height: 63px;
  margin-left: 5px;
}

#id_Card img.id_admin {
  object-fit: contain;
  border: 2px solid #e4010c;
}

table#id_Card,
table#id_Card_back {
  border: 1px solid #f5f9fc;
  box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.44);
}

#id_Card tr {
  padding: 5px;
}

#id_Card p.license {
  font-size: 25px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0px;
}

#id_Card img.plum_lic {
  width: 44px;
  margin: -4px 5px 0px 5px;
}

#id_Card p {
  font-weight: 500;
}

#id_Card_back tr td {
  padding: 5px;
}

#id_Card_back p {
  font-size: 14px;
  font-weight: 500;
  width: auto;
  display: inline-block;
}

#id_Card_back ul li {
  margin: 2px 0 4px 0;
  font-weight: 500;
}

#id_Card_back ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

p.plumber_name {
  margin-left: 0 !important;
}

#id_Card_back span {
  margin-left: 19px;
  font-weight: 500;
}

p.back_license {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.add_style {
  width: 100% !important;
  text-align: right;
}

.emp_title {
  text-align: left;
}
.qualificationyear_wrapper {
  margin-left: 0;
}

/* add by nantha anna */

.application_field_wrapper {
  position: relative;
  padding: 0;
}

.application_field_status {
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  text-align: center;
}

.application_field_status p {
  position: relative;
  top: 20%;
  font-size: 52px;
  border: 3px solid lightgrey;
}

img.plumber_profile {
  width: 178px;
  border: 1px solid rgba(0, 0, 0, 0.19);
}

span.select2-selection {
  border-radius: 7px !important;
  border: 1px solid #dde6ef !important;
  height: auto !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px !important;
  right: 7px !important;
}

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container {
  width: 100% !important;
}

#id_Card_back td div {
  width: auto;
  display: inline-block;
  margin: 0 15px 0 15px;
}

.learner_plumber .add_idcard_color {
  background-color: #009b00 !important;
}
.learner_plumber .id_admin {
  border: 2px solid #009b00 !important;
}
.qualified_plumber .id_admin {
  border: 2px solid #804000 !important;
}
.qualified_plumber .add_idcard_color {
  background-color: #804000 !important;
}
.qualified_plumber p.back_license {
  white-space: nowrap;
}
.master_plumber .add_idcard_color {
  background-color: #ff8000 !important;
}
.master_plumber .id_admin {
  border: 2px solid #ff8000 !important;
}
.director_plumber .add_idcard_color {
  background-color: #ffff00 !important;
  color: #000 !important;
}
.director_plumber .id_admin {
  border: 2px solid #ff0 !important;
}
.technical_assistant .add_idcard_color {
  background-color: #00f !important;
}
.technical_assistant .id_admin {
  border: 2px solid #00f !important;
}
.technical_assistant p.back_license {
  white-space: nowrap;
  margin: -132px !important;
  font-size: 19px !important;
}

.technical_operator p.back_license {
  margin: -120px !important;
}

.technical_operator .alter_img img {
  display: none;
}

.licensed_plumber .id_admin {
  border: 2px solid #e80000 !important;
}
.licensed_plumber .add_idcard_color {
  background-color: #e80000 !important;
}
.licensed_plumber p.back_license {
  white-space: nowrap;
}

#id_Card_back br {
  display: none;
}
/* nantha anna over */

.add_idcard_color {
  background-color: #e4010c;
  color: #fff;
}

.chklabel{
  margin-bottom: 0px !important;
}

.form2 .postal-address h4.card-title{
  margin-bottom: 5px !important;
}
/* Only for id_card uses*/

.label-note{
  font-size: 11px;
}

h4.card-title.no-width{
  width:auto !important;
}

@media only screen and (min-width: 1367px) and (max-width: 2000px) {
  table#id_Card,
  table#id_Card_back {
    width: 100%;
    max-width: 98%;
  }
}

@media only screen and (min-width: 2001px) and (max-width: 3000px) {
  table#id_Card,
  table#id_Card_back {
    width: 100%;
    max-width: 98%;
  }
}

@media only screen and (min-width: 3001px) and (max-width: 4000px) {
  table#id_Card,
  table#id_Card_back {
    width: 100%;
    max-width: 60%;
  }
}

table td {
  text-align: center;
}

i.fa.fa-times {
  color: #f00;
}

i.fa.fa-check {
  color: #69ff05;
}

.com_reg_page li.nav-item {
  margin: 0 auto;
}

.com_reg_page {
  width: 700px;
}

.add_background_color {
  background-color: #e7f0f7;
  border: 1px solid #e4ebf3;
  padding: 25px;
  border-radius: 5px;
}

.mini-sidebar .sidebar-nav #sidebarnav li a:before {
  margin: 0;
}

.mini-sidebar .sidebar-nav #sidebarnav li:hover ul.collapse {
  display: none !important;
}

.mini-sidebar .sidebar-nav #sidebarnav li a {
  padding-left: 21px;
  border-bottom: 1px solid #e4ebf3;
}

/* Progress Bar */

.progress-circle.active {
  display: inline-block;
}

.prog_hide {
  display: none;
}

.progress-circle {
  font-size: 13px;
  margin: 20px;
  position: relative; /* so that children can be absolutely positioned */
  padding: 0;
  width: 5em;
  height: 5em;
  background-color: #f2e9e1;
  border-radius: 50%;
  line-height: 5em;
  margin: 10px auto 10px;
  display: none;
}

.progress-circle:after {
  border: none;
  position: absolute;
  top: 0.35em;
  left: 0.35em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 4.3em;
  height: 4.3em;
  background-color: white;
  content: " ";
}
/* Text inside the control */
.progress-circle span {
  position: absolute;
  line-height: 5em;
  width: 5em;
  text-align: center;
  display: block;
  color: #000;
  z-index: 2;
  font-weight: 600;
}
.left-half-clipper {
  /* a round circle */
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute; /* needed for clipping */
  clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/
}
/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.value-bar {
  /*This is an overlayed square, that is made round with the border radius,
   then it is cut to display only the left half, then rotated clockwise
   to escape the outer clipping path.*/
  position: absolute; /*needed for clipping*/
  clip: rect(0, 2.5em, 5em, 0);
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 0.45em solid #88745c; /*The border is 0.35 but making it larger removes visual artifacts */
  /*background-color: #4D642D;*/ /* for debug */
  box-sizing: border-box;
}
/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
  /*Progress bar for the first 50%, filling the whole right half*/
  position: absolute; /*needed for clipping*/
  clip: rect(0, 5em, 5em, 2.5em);
  background-color: #88745c;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.progress-circle:not(.over50) .first50-bar {
  display: none;
}

/* Progress bar rotation position */
.progress-circle.p0 .value-bar {
  display: none;
}
.progress-circle.p1 .value-bar {
  transform: rotate(4deg);
}
.progress-circle.p2 .value-bar {
  transform: rotate(7deg);
}
.progress-circle.p3 .value-bar {
  transform: rotate(11deg);
}
.progress-circle.p4 .value-bar {
  transform: rotate(14deg);
}
.progress-circle.p5 .value-bar {
  transform: rotate(18deg);
}
.progress-circle.p6 .value-bar {
  transform: rotate(22deg);
}
.progress-circle.p7 .value-bar {
  transform: rotate(25deg);
}
.progress-circle.p8 .value-bar {
  transform: rotate(29deg);
}
.progress-circle.p9 .value-bar {
  transform: rotate(32deg);
}
.progress-circle.p10 .value-bar {
  transform: rotate(36deg);
}
.progress-circle.p11 .value-bar {
  transform: rotate(40deg);
}
.progress-circle.p12 .value-bar {
  transform: rotate(43deg);
}
.progress-circle.p13 .value-bar {
  transform: rotate(47deg);
}
.progress-circle.p14 .value-bar {
  transform: rotate(50deg);
}
.progress-circle.p15 .value-bar {
  transform: rotate(54deg);
}
.progress-circle.p16 .value-bar {
  transform: rotate(58deg);
}
.progress-circle.p17 .value-bar {
  transform: rotate(61deg);
}
.progress-circle.p18 .value-bar {
  transform: rotate(65deg);
}
.progress-circle.p19 .value-bar {
  transform: rotate(68deg);
}
.progress-circle.p20 .value-bar {
  transform: rotate(72deg);
}
.progress-circle.p21 .value-bar {
  transform: rotate(76deg);
}
.progress-circle.p22 .value-bar {
  transform: rotate(79deg);
}
.progress-circle.p23 .value-bar {
  transform: rotate(83deg);
}
.progress-circle.p24 .value-bar {
  transform: rotate(86deg);
}
.progress-circle.p25 .value-bar {
  transform: rotate(90deg);
}
.progress-circle.p26 .value-bar {
  transform: rotate(94deg);
}
.progress-circle.p27 .value-bar {
  transform: rotate(97deg);
}
.progress-circle.p28 .value-bar {
  transform: rotate(101deg);
}
.progress-circle.p29 .value-bar {
  transform: rotate(104deg);
}
.progress-circle.p30 .value-bar {
  transform: rotate(108deg);
}
.progress-circle.p31 .value-bar {
  transform: rotate(112deg);
}
.progress-circle.p32 .value-bar {
  transform: rotate(115deg);
}
.progress-circle.p33 .value-bar {
  transform: rotate(119deg);
}
.progress-circle.p34 .value-bar {
  transform: rotate(122deg);
}
.progress-circle.p35 .value-bar {
  transform: rotate(126deg);
}
.progress-circle.p36 .value-bar {
  transform: rotate(130deg);
}
.progress-circle.p37 .value-bar {
  transform: rotate(133deg);
}
.progress-circle.p38 .value-bar {
  transform: rotate(137deg);
}
.progress-circle.p39 .value-bar {
  transform: rotate(140deg);
}
.progress-circle.p40 .value-bar {
  transform: rotate(144deg);
}
.progress-circle.p41 .value-bar {
  transform: rotate(148deg);
}
.progress-circle.p42 .value-bar {
  transform: rotate(151deg);
}
.progress-circle.p43 .value-bar {
  transform: rotate(155deg);
}
.progress-circle.p44 .value-bar {
  transform: rotate(158deg);
}
.progress-circle.p45 .value-bar {
  transform: rotate(162deg);
}
.progress-circle.p46 .value-bar {
  transform: rotate(166deg);
}
.progress-circle.p47 .value-bar {
  transform: rotate(169deg);
}
.progress-circle.p48 .value-bar {
  transform: rotate(173deg);
}
.progress-circle.p49 .value-bar {
  transform: rotate(176deg);
}
.progress-circle.p50 .value-bar {
  transform: rotate(180deg);
}
.progress-circle.p51 .value-bar {
  transform: rotate(184deg);
}
.progress-circle.p52 .value-bar {
  transform: rotate(187deg);
}
.progress-circle.p53 .value-bar {
  transform: rotate(191deg);
}
.progress-circle.p54 .value-bar {
  transform: rotate(194deg);
}
.progress-circle.p55 .value-bar {
  transform: rotate(198deg);
}
.progress-circle.p56 .value-bar {
  transform: rotate(202deg);
}
.progress-circle.p57 .value-bar {
  transform: rotate(205deg);
}
.progress-circle.p58 .value-bar {
  transform: rotate(209deg);
}
.progress-circle.p59 .value-bar {
  transform: rotate(212deg);
}
.progress-circle.p60 .value-bar {
  transform: rotate(216deg);
}
.progress-circle.p61 .value-bar {
  transform: rotate(220deg);
}
.progress-circle.p62 .value-bar {
  transform: rotate(223deg);
}
.progress-circle.p63 .value-bar {
  transform: rotate(227deg);
}
.progress-circle.p64 .value-bar {
  transform: rotate(230deg);
}
.progress-circle.p65 .value-bar {
  transform: rotate(234deg);
}
.progress-circle.p66 .value-bar {
  transform: rotate(238deg);
}
.progress-circle.p67 .value-bar {
  transform: rotate(241deg);
}
.progress-circle.p68 .value-bar {
  transform: rotate(245deg);
}
.progress-circle.p69 .value-bar {
  transform: rotate(248deg);
}
.progress-circle.p70 .value-bar {
  transform: rotate(252deg);
}
.progress-circle.p71 .value-bar {
  transform: rotate(256deg);
}
.progress-circle.p72 .value-bar {
  transform: rotate(259deg);
}
.progress-circle.p73 .value-bar {
  transform: rotate(263deg);
}
.progress-circle.p74 .value-bar {
  transform: rotate(266deg);
}
.progress-circle.p75 .value-bar {
  transform: rotate(270deg);
}
.progress-circle.p76 .value-bar {
  transform: rotate(274deg);
}
.progress-circle.p77 .value-bar {
  transform: rotate(277deg);
}
.progress-circle.p78 .value-bar {
  transform: rotate(281deg);
}
.progress-circle.p79 .value-bar {
  transform: rotate(284deg);
}
.progress-circle.p80 .value-bar {
  transform: rotate(288deg);
}
.progress-circle.p81 .value-bar {
  transform: rotate(292deg);
}
.progress-circle.p82 .value-bar {
  transform: rotate(295deg);
}
.progress-circle.p83 .value-bar {
  transform: rotate(299deg);
}
.progress-circle.p84 .value-bar {
  transform: rotate(302deg);
}
.progress-circle.p85 .value-bar {
  transform: rotate(306deg);
}
.progress-circle.p86 .value-bar {
  transform: rotate(310deg);
}
.progress-circle.p87 .value-bar {
  transform: rotate(313deg);
}
.progress-circle.p88 .value-bar {
  transform: rotate(317deg);
}
.progress-circle.p89 .value-bar {
  transform: rotate(320deg);
}
.progress-circle.p90 .value-bar {
  transform: rotate(324deg);
}
.progress-circle.p91 .value-bar {
  transform: rotate(328deg);
}
.progress-circle.p92 .value-bar {
  transform: rotate(331deg);
}
.progress-circle.p93 .value-bar {
  transform: rotate(335deg);
}
.progress-circle.p94 .value-bar {
  transform: rotate(338deg);
}
.progress-circle.p95 .value-bar {
  transform: rotate(342deg);
}
.progress-circle.p96 .value-bar {
  transform: rotate(346deg);
}
.progress-circle.p97 .value-bar {
  transform: rotate(349deg);
}
.progress-circle.p98 .value-bar {
  transform: rotate(353deg);
}
.progress-circle.p99 .value-bar {
  transform: rotate(356deg);
}
.progress-circle.p100 .value-bar {
  transform: rotate(360deg);
}

/* Progress Bar End */

.multipleupload {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.multipleupload i {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
}

.coc_manage a.sub_menu span {
  color: #000 !important;
}

.coc_manage ul.collapse.in li a {
  color: #000 !important;
}

/* media query */

@media only screen and (max-width: 992px) {
  .licensed_plumber table#id_Card_back tbody.rght-rotate-txt tr {
    height: auto !important;
  }

  table#id_Card tr,
  table#id_Card_back tr {
    width: 100%;
    display: inline-block;
    height: auto !important;
  }

  table#id_Card tr td,
  table#id_Card_back tr td {
    width: 100%;
    display: inline-block;
    height: auto !important;
    border: none !important;
  }

  table#id_Card,
  table#id_Card_back {
    table-layout: fixed;
    width: 100%;
    height: auto !important;
    margin-bottom: 30px;
  }

  #id_Card p.license {
    position: initial;
    margin: 0;
  }

  #id_Card img.id_logo {
    width: 80%;
  }

  #id_Card_back tbody {
    width: 100% !important;
  }

  p.back_license {
    transform: none !important;
    margin: 0 !important;
  }

  #id_Card p {
    margin: 0 0 10px 0;
  }

  #id_Card img.id_admin {
    width: 70%;
    margin-left: 0;
    height: 176px;
    object-fit: contain;
  }

  #id_Card_back p {
    margin-left: 0 !important;
    text-align: center;
  }

  #id_Card_back ul li {
    text-align: left;
  }

  #id_Card_back td div {
    margin-top: 8px;
  }

  .accordion .card-header button.btn.btn-link:after {
    right: 8px;
  }
}
/*
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
   top: 328px !important;
}
*/
#message {
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border: 1px solid #00000038;
}

#add_bg {
  background-color: #c1e7fa;
  padding: 27px;
  margin-bottom: 0;
  border: 1px solid #000;
}

#add_bg label {
  color: #000;
}

#add_bg input#aprooved + label.custom-control-label {
  color: #818284;
}

#add_bg input#rejected + label.custom-control-label {
  color: #818284;
}

.review_failure {
  background-color: #ffa58f;
}

.review_cautionary {
  background-color: #ffc;
}

.review_compliment {
  background-color: #9f9;
}

.review_noaudit {
  background-color: #00ffff;
}

#id_Card_back p.first-card-txt {
  font-size: 11px;
  margin: 0;
  line-height: 1;
}
p.register-num,
p.rene-date {
  text-align: left;
}
#id_Card p.register-num {
  margin-bottom: 30px;
}
#id_Card tr.add_idcard_color {
  height: 40px;
  padding: 0 5px;
}
#id_Card_back tr td.curr_emptxt {
  padding-left: 0;
  padding-right: 0;
}
.learner_plumber #id_Card_back p.back_license {
  margin: -64px !important;
  white-space: nowrap;
}
.licensed_plumber #id_Card_back p.back_license {
  margin: -69px !important;
}
.qualified_plumber #id_Card_back p.back_license {
  margin: -69px !important;
}
.master_plumber #id_Card_back td.curr_emptxt p.emp_title,
.licensed_plumber #id_Card_back td.curr_emptxt p.emp_title,
.qualified_plumber #id_Card_back td.curr_emptxt p.emp_title {
  margin-left: 0;
  font-weight: 600;
  width: 49%;
  float: left;
  margin: 0;
}

#id_Card_back td.curr_emptxt p.emp_title {
  padding-left: 10px;
}

.master_plumber #id_Card_back td.curr_emptxt p.plumber_name.add_style,
.licensed_plumber #id_Card_back td.curr_emptxt p.plumber_name.add_style,
.qualified_plumber #id_Card_back td.curr_emptxt p.plumber_name.add_style {
  display: inline-block;
  width: 49% !important;
  text-align: center;
  margin: 0;
}
.master_plumber #id_Card_back p.alter_lost_veri,
.licensed_plumber #id_Card_back p.alter_lost_veri,
.qualified_plumber #id_Card_back p.alter_lost_veri {
  text-align: left;
  color: #4d4d4d;
  margin: 0;
}

#id_Card_back p.alter_lost_veri {
  font-size: 10px;
}

#id_Card_back p.alter_lost_veri {
  padding: 5px 0 0px 10px;
  margin-bottom: 0 !important;
}

.technical_operator #id_Card_back p.alter_lost_veri {
  color: #4d4d4d;
}

.learner_plumber #id_Card_back p.alter_lost_veri,
.technical_assistant #id_Card_back p.alter_lost_veri {
  text-align: left;
  color: #4d4d4d;
}
.qualified_plumber p.emp_title br,
.qualified_plumber p.alter_lost_veri br {
  display: none;
}
td.add_width.img-txt {
  /* display: inline-block; */
  margin: 10px 0;
  width: 100%;
  text-align: left;
  line-height: 2.5;
  padding-top: 10px !important;
  padding-right: 75px !important;
}
#id_Card_back td.add_width.img-txt span {
  margin-left: 0px;
  float: left;
  width: 5%;
  padding-right: 0px;
  margin-bottom: 4px;
}
.master_plumber p.back_license {
  margin: -69px !important;
  font-size: 20px !important;
}

td.add_idcard_color {
  padding: 6px 20px 6px 20px !important;
}

#id_Card_back td.add_width.img-txt span p {
  margin: 0;
}
#id_Card_back td .txt-img-card {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  color: #727272;
  line-height: 1;
}

.txt-img-card {
  padding-right: 30px;
  height: 19px;
  display: flex !important;
  vertical-align: middle;
  align-items: center;
}

/*.technical_operator #id_Card_back tr td.curr_emptxt, 
.technical_assistant #id_Card_back tr td.curr_emptxt, 
.learner_plumber #id_Card_back tr td.curr_emptxt {
    border-right: none !important;
}*/
/*.technical_operator #id_Card_back tr , 
.technical_assistant #id_Card_back tr , 
.learner_plumber #id_Card_back tr  {
    border-top: none !important;
}
*/
.technical_operator #id_Card p.license {
  font-size: 21px;
  line-height: 2;
  margin-left: 15px;
}

.technical_assistant #id_Card p.license {
  font-size: 21px;
  margin-left: 10px;
  line-height: 2;
}

.learner_plumber #id_Card_back td.curr_emptxt p.emp_title,
.technical_assistant #id_Card_back td.curr_emptxt p.emp_title,
.technical_operator #id_Card_back td.curr_emptxt p.emp_title {
  font-weight: 600;
  text-align: left;
}
.learner_plumber #id_Card_back td.curr_emptxt p.plumber_name.add_style,
.technical_assistant #id_Card_back td.curr_emptxt p.plumber_name.add_style,
.technical_operator #id_Card_back td.curr_emptxt p.plumber_name.add_style {
  text-align: left;
}
.alter_img img {
  position: absolute;
  right: 43%;
  /* transform: translateX(-50%); */
  margin-top: 30px;
}
table#id_Card_back img {
  position: unset;
  margin-top: 0;
}
.licensed_plumber #id_Card_back span.curr_txts,
.qualified_plumber #id_Card_back span.curr_txts,
.master_plumber #id_Card_back span.curr_txts {
  display: inline-block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
}

.learner_plumber #id_Card_back span.curr_txts,
.technical_assistant #id_Card_back span.curr_txts,
.technical_operator #id_Card_back span.curr_txts {
  margin: 0;
}

/* Chat */

.chatbar_section {
  width: 100%;
  display: inline-block;
}

.chatbar_wrapper {
  width: 50%;
}

.chatbar_wrapper_right {
  float: right;
}

.chatbar {
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 15px 0;
  border: 1px solid lightgrey;
  position: relative;
}

.chatbar_wrapper .chatbar {
  background: #d2ffff;
}

.chatbar_wrapper_right .chatbar {
  background: #e9e9e9;
}

.chatbar_user {
  margin: 0 0 5px;
}

.chatbar_quotes {
  font-size: 13px;
  font-style: italic;
  padding-bottom: 7px;
  border-bottom: 1px solid silver;
  margin-bottom: 7px;
}

.chatbar_message {
  margin: 0;
  white-space: pre-line;
  float: left;
}

.chatbar_options {
  float: right;
}

.chatbar_options div {
  position: absolute;
  background: white;
  padding: 5px 20px;
  z-index: 1;
}

.chatbar_options i {
  cursor: pointer;
}

.chatbar_options div p {
  margin-bottom: 3px;
}

.chatbar_options div p a {
  color: black;
}

.chatfooter {
  margin: 15px 0 0;
}

.chatquote {
  border-radius: 8px;
  background: white;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 13px;
  font-style: italic;
  position: relative;
}

.chatquote i {
  position: absolute;
  top: -7px;
  right: -4px;
  cursor: pointer;
  font-size: 16px;
}

#chatcontent {
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
}

/* #chattext {
  height: 60px !important;
} */

#chattext {
  resize: none;
	width: 400px;
	min-height: 60px;
	padding: 5px;
	overflow: hidden;
	box-sizing: border-box;
}

.chatfile {
  position: relative;
}

.chatfile .chatbar_options {
  float: none;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 85px;
}

.chatattachmentdownload {
  margin-left: 5px;
}

.diarybar,
.comment_section {
  background: white;
  min-height: 300px;
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
}

.auditmenu_wrapper {
  text-align: center;
  margin: 15px 0;
}

.auditmenu {
  border: 1px solid lightgrey;
  padding: 10px 0;
  border-radius: 3px;
}
.auditmenuactive {
  background: lightgrey;
}
.auditmenuactive a {
  color: black;
}

body > * {
  font-family: "Helvetica";
}

p.vrfy {
  font-size: 10px !important;
  text-align: left;
  float: left;
  margin: 0px 0 3px 10px;
}

td.curr_emptxt + td p {
  font-weight: 600 !important;
}

td.curr_emptxt + td {
  text-align: left;
  padding-left: 10px !important;
}

/*
Arun pandi
*/

.add_top_value .card-title.add_left_value {
  margin-bottom: 0;
}
.paper_cer_cntn {
  margin-top: 0px;
}
.coc-perm-req .col-md-6 {
  float: left;
}

.coc-perm-req .col-md-12 {
  padding: 0;
}

.plum-reg-pre-nxt a {
  position: unset !important;
  padding: 10px 20px 10px 20px;
  background-color: #88745c;
  color: #fff !important;
  border-color: #88745c;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.51);
  border-radius: 3px;
}

.plum-reg-pre-nxt a:hover {
  background-color: #88745cc7;
}

.plm-reg .progressbar_wrapper .progressbar {
  margin-bottom: 40px;
}

.ara-audit-tble {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.add_prvnce-ara-table {
  display: inline-block;
  width: 100%;
}

.add_prvnce-ara-table .text-right {
  text-align: left !important;
  margin-top: 32px;
}

.add_prvnce-ara-table .text-right button#addarea {
  margin: 0;
}

.audt-ara-updte {
  text-align: left;
}

footer.footer {
  margin-left: 0;
}

.custom_number_box {
  width: 75px;
}

.parenttable {
  border-collapse: collapse;
}

.parenttable,
.parenttable th,
.parenttable td {
  border: 1px solid lightgrey;
  padding: 0.4em;
}

.parenttable > tbody > tr.childrow {
  display: none;
}

.parenttable > tbody > tr.childrow.open {
  display: table-row;
}

.childwrapper {
  padding: 0.5em;
}

::placeholder {
  color: #cbcbcb !important;
}

.logo {
  width: 195px;
  margin-top: -14px;
}

.navbar_logo {
  display: none;
}

.mini-sidebar img.logo {
  display: none;
}

.mini-sidebar img.navbar_logo {
  display: block;
  position: relative;
  top: 6px;
}

/* 25.04.2020 */

@media only screen and (min-width: 1367px) and (max-width: 1700px) {
  .card-body {
    width: 100%;
  }

  .left-sidebar {
    width: 280px;
  }

  .page-wrapper {
    margin-left: 280px;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 4000px) {
  .card-body {
    width: 83%;
  }

  .left-sidebar {
    width: 280px;
  }

  .page-wrapper {
    margin-left: 280px;
  }
}

.table_title {
  text-align: left;
  background-color: #cff6cf;
  font-size: 20px;
  font-weight: 600 !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.table_title span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
}

.datatables td {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  vertical-align: middle !important;
}

table td {
  padding: 6px 20px 6px 20px !important;
  /*width: 100%;*/
}

th:not(.table_unset_width) {
  width: auto !important;
  vertical-align: middle !important;
}

.form-group {
  margin-bottom: 15px !important;
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #019cde !important;
  opacity: 0.5;
}

.m-t-40 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.no_sccroll {
  overflow-x: hidden;
}

.no_padd th {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.no_padd td {
  padding: 0 !important;
  vertical-align: middle;
}

ul.nav.nav-tabs li.nav-item {
  width: auto;
  display: block;
  margin: 0 auto;
}

.text_left th.sorting_asc {
  text-align: left;
}

.text_left td.sorting_1 {
  text-align: left;
}

div#DataTables_Table_0_wrapper {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .nav-item a.nav-link.nav-toggler {
    color: #000 !important;
  }
  /*safsadfsafasf*/

  .card {
    padding: 0;
  }

  .skin-default .card.card-body {
    padding: 35px 14px 35px 14px;
  }
}

.logcoc_textarea_wrapper {
  display: flex;
}

.logcoc_textarea_wrapper td {
  display: contents;
}

.logcoc_textarea_wrapper textarea {
  height: 100px !important;
  width: 100%;
  padding: 15px;
}

.noncomplianceappendimg {
  padding: 8px 5px !important;
  display: inline-block;
}

.datepicker-months,
.datepicker-years,
.datepicker-decades,
.datepicker-centuries {
  width: 275px;
}
.datepicker-months table,
.datepicker-years table,
.datepicker-decades table,
.datepicker-centuries table {
  width: 100%;
}

#sidebarnav li a:hover {
  color: #000 !important;
}

a.side_img {
  margin-left: 20px;
}

.side_img .photo_image {
  width: 100px;
  height: 100px;
  border: 6px solid #fff;
  border-radius: 60px;
}

.cus_username {
  font-size: 16px;
  font-weight: 700;
  margin-left: 14px;
  margin-bottom: 0;
}

aside.left-sidebar {
  width: 270px;
}

p.cus_reg {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 100;
}

p.cus_ren {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 100;
}

.reg_sec {
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

#sidebarnav a:hover i {
  color: #000 !important;
}

i.fa.fa-pencil:before {
  content: "\f040";
  font-family: fontAwesome;
  font-size: 20px;
}

p.cus_icon a {
  float: right;
  margin-right: 10px;
}

.side_pro {
  text-align: left;
}

p.cus_perf {
  font-size: 12px;
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}

span.per_num {
  font-size: 12px;
  display: inline-block;
  width: 30%;
  text-align: center;
  margin-bottom: 0;
}

p.cus_cou {
  font-size: 12px;
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}

p.cus_reg_tab {
  font-size: 12px;
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}

span.coun_num {
  font-size: 12px;
  display: inline-block;
  width: 30%;
  text-align: center;
  position: relative;
  bottom: 9px;
  font-weight: 600;
}

span.reg_num {
  font-size: 12px;
  display: inline-block;
  width: 26%;
  text-align: center;
  position: relative;
  bottom: 9px;
  right: 3px;
  font-weight: 600;
}

.row.side_table {
  border-bottom: 1px solid #c5c2c2;
  border-top: 1px solid #c5c2c2;
  margin-bottom: 24px;
}

.pro_section {
  margin: 6px 6px;
}

.tab_right {
  height: 72px;
  border-right: 1px solid #c5c2c2;
}

.tab_left {
  padding: 0 9px 0 0;
}

p.cus_perf {
  padding-left: 22px;
  padding-top: 18px;
  color: #0898ff;
  padding-bottom: 18px;
  border-right: 1px solid #c5c2c2;
  font-weight: 700;
}

span.per_num {
  vertical-align: super;
  font-weight: 600;
}

.tab_top {
  border-bottom: 1px solid #c5c2c2;
}

p.cus_cou {
  border-right: 1px solid #c5c2c2;
  color: #0898ff;
  text-align: center;
  font-weight: 600;
}

p.cus_reg_tab {
  border-right: 1px solid #c5c2c2;
  color: #0898ff;
  text-align: center;
  font-weight: 600;
}

i.fa.fa-tachometer:before {
  content: "\f0e4 ";
  font-family: fontAwesome;
  font-size: 20px;
  position: relative;
}

i.fa.fa-calendar-minus-o:before {
  content: "\f272 ";
  font-family: fontAwesome;
  font-size: 20px;
  position: relative;
}

i.fa.fa-shopping-bag:before {
  content: "\f290  ";
  font-family: fontAwesome;
  font-size: 20px;
  position: relative;
}

i.fa.fa-file-text:before {
  content: "\f15c ";
  font-family: fontAwesome;
  font-size: 20px;
  position: relative;
}

i.fa.fa-database:before {
  content: "\f1c0";
  font-family: fontAwesome;
  font-size: 20px;
  position: relative;
}

i.fa.fa-book:before {
  content: "\f02d";
  font-family: fontAwesome;
  font-size: 20px;
  position: relative;
}

i.fa.fa-line-chart:before {
  content: "\f201";
  font-family: fontAwesome;
  font-size: 20px;
  position: relative;
}

.list_icon {
  text-align: center;
  padding-left: 20px;
}

.list_icon.active {
  padding-right: 0;
}

.list_name.active {
  background-color: #169eff;
  padding-left: 10px;
}

a.cus_li_name {
  padding-left: 0px !important;
}

a.cus_li_name.active {
  padding-left: 0px !important;
}

p.custom_li {
  margin-bottom: 0;
}

.list_name .cus_li_name .custom_li:hover {
  color: #169eff;
}

.list_name .cus_li_name.active .custom_li:hover {
  color: #000;
}

.list_name .cus_li_name {
  padding-right: 0;
}

.sidebar-nav > ul > li {
  margin-bottom: 0;
  margin-top: 0;
}

.page-wrapper {
  margin-left: 268px !important;
}

a.side_img {
  margin-left: 14px;
}

.mini-sidebar aside.left-sidebar {
  width: 270px;
}

.mini-sidebar .sidebar-nav #sidebarnav li a {
  border: none;
  padding: 10px 35px 10px 15px;
}

.topbar .top-navbar .navbar-header {
  line-height: 40px;
}

.cpd_points_sec {
  box-shadow: 4px 3px 5px 3px #c5c2c2;
  border-radius: 3px;
  height: 358px;
  margin: 20px 0px;
  height: 325px;
  background-color: #fff;
}

p.cus_view_cpd {
  text-align: center;
}

p.cus_view_cpd a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

p.cus_my_cpd {
  font-weight: 600;
  padding: 10px 16px;
}

div#mycocs {
  position: relative;
  top: -60px;
}

.coc_sec {
  box-shadow: 4px 3px 5px 3px #c5c2c2;
  border-radius: 3px;
  margin: 20px 0px;
  background-color: #fff;
}

.cpd_points_sec input {
  margin-top: 130px !important;
  color: black !important;
}
.cpd_points_sec img {
  position: absolute;
  top: 180px;
  left: 45%;
  width: 49px;
}

p.cus_my_coc {
  font-weight: 600;
  padding: 10px 16px;
}

/*.zr-element {
    height: auto !important;
}*/

p.my_au_name {
  font-weight: 700;
  font-size: 15px;
}

.my_audit_sec {
  margin: 14px 0px;
  display: inline-block;
}

.audit_ratio_cus {
  margin: 14px 0px;
  display: inline-block;
  position: relative;
  top: 90px;
}

.my_audit_section_cus {
  box-shadow: 4px 3px 5px 3px #c5c2c2;
  padding: 0;
  margin: 10px 12px;
  max-width: 97%;
  background-color: #fff;
}

p.rat_box {
  width: 60%;
  padding: 40px 0px;
  border: 1px solid #53c2bf;
  background-color: #53c2bf;
  border-radius: 24px;
  text-align: center;
  box-shadow: 2px 2px 3px 0px #afabab;
  font-size: 24px;
}

.aud_rati p:last-child {
  text-align: center;
  width: 60%;
  font-weight: 700;
}

.cus_reg_sec {
  margin-top: 20px;
}

.cus_regt {
  box-shadow: 4px 3px 5px 3px #c5c2c2;
  padding: 10px 7px;
  background-color: #fff;
}

p.reg_he {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  margin-left: 12px;
  margin-top: 4px;
}

.cus_perform i.fa.fa-line-chart:before {
  content: "\f201";
  font-family: fontAwesome;
  font-size: 70px;
  position: relative;
  color: #ff6565;
}

.cus_perform {
  box-shadow: 4px 3px 5px 3px #c5c2c2;
  border-radius: 3px;
  margin: 20px 0px;
  background-color: #fff;
}

p.perf_hed {
  font-weight: 600;
  padding: 10px 16px;
}

p.per_scr_hed {
  font-weight: 600;
  padding: 10px 16px;
  text-align: center;
}

.cus_perform i.fa.fa-line-chart {
  text-align: center;
  width: 100%;
}

p.per_scr_box {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #ff6565;
  background-color: #ff6565;
  border-radius: 24px;
  color: #fff;
  box-shadow: 2px 2px 3px 0px #afabab;
  font-size: 20px;
}

.my_Rank {
  width: 49%;
  display: inline-block;
  padding: 20px;
  text-align: center;
}

p.per_coun_hed {
  font-size: 14px;
  font-weight: 600;
}

p.cus_co_rank {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #ff6565;
  background-color: #ff6565;
  border-radius: 12px;
  font-weight: 600;
  color: #fff;
  box-shadow: 2px 2px 3px 0px #afabab;
  font-size: 15px;
}

img.bar_profil {
  width: 40%;
  height: 40px;
  border-radius: 45px;
  display: block;
  margin-bottom: 5px;
  margin-left: 56px;
}

.ver_name1 {
  padding: 0px;
  display: inline-block;
  transform: rotate(-88deg);
}
.ver_name2 {
  padding: 0px;
  display: inline-block;
  transform: rotate(-88deg);
}
.ver_name3 {
  padding: 0px;
  display: inline-block;
  transform: rotate(-88deg);
}

img.bar_3d {
  width: 47%;
  display: inline-block;
  object-fit: fill;
}

span.bar_bot {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  width: 67%;
  margin: 0 auto;
}

.bar_img {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.cus_bar_ {
  position: relative;
  height: 300px;
  padding: 0;
  width: 50%;
  margin-left: -5px;
}

img.bar_3d.cus_pirb1 {
  height: 200px;
}

img.bar_3d.cus_pirb2 {
  height: 140px;
}

img.bar_3d.cus_pirb3 {
  height: 90px;
}

span.ver_name1 {
  position: relative;
  top: 64px;
  left: 12px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
}

span.ver_name2 {
  position: relative;
  top: 34px;
  left: 12px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
}

span.ver_name3 {
  position: relative;
  top: 11px;
  left: 12px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
}

ul.custom_friend_list li {
  list-style-type: none;
  margin-bottom: 8px;
}

img.frd_prof {
  width: 22%;
  height: 48px;
  display: inline-block;
}

.frd_det {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}

p.frd_rank {
  width: 20%;
  display: inline-block;
  color: #b8b9b9;
  font-size: 16px;
  font-weight: 600;
}

.frd_det p {
  margin-bottom: 0;
}

.cus_frnd {
  width: 90%;
  display: inline-block;
  cursor: pointer;
}

ul.custom_friend_list {
  padding-left: 0;
}

.cus_frnd_edit {
  width: 10%;
  display: inline;
}

p.frd_head {
  font-size: 16px;
  font-weight: 600;
  margin-left: 12px;
  margin-top: 4px;
}

.frd_list {
  margin-top: 20px;
  box-shadow: 4px 3px 5px 3px #c5c2c2;
  padding: 10px 7px;
  background-color: #fff;
}

p.frd_name {
  font-size: 13px;
  color: #b8b9b9;
}

p.frd_num {
  font-size: 16px;
  font-weight: 600;
}

.cus_frnd_edit i.fa.fa-pencil {
  color: #b8b9bf;
}

.cus_frnd:hover {
  background-color: #ff6565;
  color: #fff !important;
}

.cus_frnd:hover p.frd_rank {
  color: #fff;
  font-weight: 600;
}

.message_sec {
  box-shadow: 4px 3px 5px 3px #c5c2c2;
  padding: 10px 7px;
  margin-top: 20px;
  background-color: #fff;
}

.cus_msg p {
  font-size: 16px;
  font-weight: 600;
  margin-left: 12px;
  margin-top: 4px;
}

span.ver_name3 {
  left: -34px;
  transform: rotate(-90deg) !important;
  top: 45px !important;
}

img.bar_3d {
  margin-left: 30px !important;
}

span.bar_bot {
  text-align: center;
}

img.bar_profil {
  margin-bottom: 0px !important;
  margin-left: 34px !important;
  position: relative;
  top: 14px;
}

span.ver_name2 {
  left: -34px !important;
  top: 90px !important;
  transform: rotate(-90deg) !important;
}

.cus_bar_ {
  margin-left: 0 !important;
}

span.ver_name1 {
  left: -34px !important;
  transform: rotate(-90deg) !important;
  top: 150px !important;
}

.coc_pur_sec {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.coc_pur_num1 {
  width: 70%;
  padding: 24px 0px;
  margin: 0 auto;
  text-align: center;
  background-color: #b8f535;
  border-radius: 16px;
  font-weight: 600;
  box-shadow: 2px 2px 3px 0px #afabab;
}

.coc_pur_num2 {
  width: 70%;
  padding: 24px 0px;
  margin: 0 auto;
  text-align: center;
  background-color: #c5e0b4;
  border-radius: 16px;
  font-weight: 600;
  box-shadow: 2px 2px 3px 0px #afabab;
}

.coc_pur_num3 {
  width: 70%;
  padding: 24px 0px;
  margin: 0 auto;
  text-align: center;
  background-color: #ff0000;
  border-radius: 16px;
  font-weight: 600;
  box-shadow: 2px 2px 3px 0px #afabab;
}

.coc_pur_num4 {
  width: 70%;
  padding: 24px 0px;
  margin: 0 auto;
  text-align: center;
  background-color: #f5eb35;
  border-radius: 16px;
  font-weight: 600;
  box-shadow: 2px 2px 3px 0px #afabab;
}

label.add_max_height {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  color: #000 !important;
  font-size: 14px;
  margin-top: 6px;
}

.cpd_points_sec .text-center {
  margin-top: 50px;
}

#activity_suggesstion ul#name-list1 {
  list-style-type: none;
  padding-left: 0px;
  border: 1px solid #dde6ef;
  border-radius: 4px;
  border-top: none;
  background-color: #fff;
  text-indent: 12px;
}

#activity_suggesstion ul#name-list1 li {
  margin: 0px 0px 6px;
  padding: 2px 0;
  cursor: pointer;
}

#activity_suggesstion ul#name-list1 li:hover {
  background-color: #ebf6ff;
  color: #000;
  box-shadow: 0 0 2px 1px #dedbdb;
}

.myaudit_legend {
  display: table;
}

.myaudit_legend div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 7px;
}

.myaudit_legend .legend1,
.myaudit_legend .legend2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.myaudit_legend .legend1 {
  background: #53c2bf;
}

.myaudit_legend .legend2 {
  background: #ff0000;
}

.customdropdownarrow {
  position: relative;
  display: inline-block;
  width: 100%;
}
.customdropdownarrow::before {
  position: absolute;
  content: "\25bc";
  top: 13px;
  right: 0px;
  height: 20px;
  width: 20px;
}

.select2-results .select2-disabled,
.select2-results__option[aria-disabled="true"] {
  display: none;
}

.select2-selection__rendered {
  line-height: 47px !important;
}
.select2-container .select2-selection--single {
  height: 47px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}

.row.page-titles {
  padding: 10px !important;
  margin-bottom: 18px !important;
}
.card-body {
  max-width: 1100px;
}
p.frd_rank {
  text-align: right;
}
.cus_frnd {
  padding: 5px;
}
.cus_frnd:hover p.frd_name {
  color: #fff;
}
.perform_graph {
  width: 50%;
  margin: 0 auto;
}
.perform_graph img {
  width: 100%;
  height: auto;
}
p.per_scr_hed {
  margin-bottom: 0px !important;
}

.my_Rank {
  padding: 10px 20px !important;
}

.cus_perform {
  padding: 10px 0px !important;
}

#message {
  padding: 10px 20px 10px 20px;
  background-color: #f5f9fc !important;
  border: 1px solid #00000038;
}

.logcocstatementbody .datepicker table tr td.day:not(.disabled) {
  color: black;
  font-weight: 600;
}

.chatline {
  display: block;
  margin: 10px 0 25px;
}
.chatline h2 {
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid black;
  position: relative;
}
.chatline h2 span {
  background-color: #f5f9fc;
  position: relative;
  top: 10px;
  padding: 0 10px;
}

#id_Card p.register-num {
  font-weight: 600;
}
#id_Card p.rene-date {
  font-weight: 600;
}

.qualified_plumber #id_Card p.license,
.learner_plumber #id_Card p.license {
  font-size: 29px;
}
.licensed_plumber #id_Card p.license {
  font-size: 34px !important;
  line-height: 1.3;
  width: auto;
}

.licensed_plumber #id_Card_back tr td.curr_emptxt {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.licensed_plumber #id_Card_back tr td span.curr_txts {
  padding: 4px 2px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#id_Card_back td .txt-img-card {
  margin-left: 0;
  margin-right: 0;
  float: left;
  width: 45%;
  padding-left: 7px;
}
#id_Card_back td.curr_emptxt {
  padding: 0 !important;
  padding-top: 0px !important;
  width: 715px;
  vertical-align: top;
  text-align: left;
}

#id_Card_back span.curr_txts {
  height: 64px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#id_Card_back tbody.rght-rotate-txt tr {
  height: 285px !important;
}

.idcard_icon {
  width: auto;
  margin: 0 auto;
  background-color: transparent;
}

.idcard_icon img {
  background: #fff;
  object-fit: contain;
  margin-top: 0 !important;
}

.master_plumber .add_idcard_color td {
  padding: 10px 0 !important;
}

#id_Card tr.add_idcard_color td:first-child {
  padding: 0px !important;
}
.qualified_plumber .idcard_icon {
  display: none;
}
#id_Card img.plum_lic {
  width: 77px;
  margin: -22px 5px 0px 5px !important;
  height: 66px;
}
.master_plumber {
  background-color: transparent;
  height: auto;
}

#ratingwrapper i {
  font-size: 30px;
}

.tablestripe {
  background-color: #d3edf3 !important;
}

@media only screen and (min-width: 993px) and (max-width: 1249px) {
  table#id_Card_back tbody.rght-rotate-txt tr {
    width: 100% !important;
  }
  .add_idcard_color {
    width: 100% !important;
  }

  .add_top_value .alter_img {
    max-width: 462px !important;
  }

  .row.add_top_value .col-md-6 {
    flex: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1249px) {
  table#id_Card tr td,
  table#id_Card_back tr td {
    width: auto;
    /*display: inline-block;*/
    height: auto !important;
  }

  .technical_operator p.back_license {
    margin: -121px !important;
  }

  #id_Card_back p.back_license {
    transform: rotate(0deg) !important;
    margin: -128px !important;
  }

  .mini-sidebar .scroll-sidebar {
    width: 100%;
  }
  .mini-sidebar .sidebar-nav #sidebarnav li a {
    width: 100%;
  }
}

.noticebox {
  border: 1px solid lightgrey;
  margin-bottom: 15px;
  padding: 0;
}

.noticebox h3 {
  background: red;
  color: white;
  padding: 5px 0;
  text-align: center;
}

.noticebox ul {
  padding: 0 25px;
  font-size: 12px;
}

.emailnotificationnotes p {
  margin-bottom: 5px;
}

.adt-sttment--scrollng .card-body {
  padding: 0;
}

.adt-sttment--scrollng .card-body table td {
  padding: 6px !important;
}

.adt-sttment--scrollng .card-body thead th,
.adt-sttment--scrollng .card-body table.dataTable thead td {
  padding: 10px !important;
}

.mini-sidebar .scroll-sidebar,
.mini-sidebar .sidebar-nav #sidebarnav > li > a {
  width: 100%;
}

@media screen and (min-width: 1367px) {
  .adt-sttment--scrollng .card-body table td {
    font-size: 10px;
  }

  .adt-sttment--scrollng .card-body thead th,
  .adt-sttment--scrollng .card-body table.dataTable thead td {
    font-size: 10px;
  }
}

.idcard_icon img {
  background: #fff;
}

#id_Card_back td.add_width.img-txt span:nth-child(4n + 1) {
  clear: both;
}

/**** card---design ****/
/*.front--card--design, .back---card--design {
    table-layout: fixed;
}
*/
.front--card--design img.id_logo {
  margin-top: 13px;
}

.front--card--design td {
  padding: 6px 0px 6px 20px !important;
}

.front--card--design td p {
  margin: 0 0 10px 8px;
}

.front--card--design img.id_admin {
  width: 142px;
  height: 155px;
  margin: 0 10px 10px 0;
  margin-left: 39px;
}

tr.add_idcard_color .idcard_icon {
  width: 25%;
  display: inline-block;
  float: left;
  text-align: left;
  vertical-align: middle;
  padding-left: 29px;
}

tr.add_idcard_color .idcard--name {
  width: 75%;
  display: inline-block;
  float: left;
  text-align: left;
  vertical-align: middle;
}

.front--card--design tbody tr:first-child td:first-child {
  padding-bottom: 28px !important;
}

.master_plumber .idcard--name p {
  font-size: 35px !important;
  line-height: 1.3;
}

.front--card--design .idcard--name p.license {
  margin-left: 28px;
}

#id_Card_back td.add_width.img-txt span {
  line-height: 1;
}

#id_Card_back tbody:first-child tr:first-child td {
  padding: 6px 75px 6px 16px !important;
}

td.add_width.img-txt {
  height: 119px;
  vertical-align: top;
}

.spclizatn---sctn {
  padding-top: 0px !important;
}

.spclizatn---sctn p,
.spclizatn---sctn div {
  font-size: 11px !important;
  margin-top: 0 !important;
}

.spclizatn---sctn p {
  margin-bottom: 0;
}

/*.spclizatn---sctn div {
    display: none !important;
}*/

.add_width.empty-data {
  height: 122px;
}

.rght-rotate-txt {
  width: 10%;
  display: inline-block;
  float: right;
  position: absolute;
  top: 0;
  right: 10px;
  height: 274px;
}

td.spclizatn---sctn {
  padding-right: 48px !important;
}

.technical_assistant .alter_img img,
.learner_plumber .alter_img img {
  display: none;
}

#id_Card_back img {
  display: block;
}

#id_Card_back span.curr_txts {
  border-bottom: 1px solid #000;
}

tr.dynmci---icns {
  display: none;
}

.spclizatn---sctn div {
  width: 100% !important;
  margin: 0 0 0 10px !important;
}

.licensed_plumber .solar---img,
.licensed_plumber .slr--wtr-ttle,
.licensed_plumber .heat---img,
.licensed_plumber .heat---ttle,
.licensed_plumber .gas---img,
.licensed_plumber .gas-title,
.qualified_plumber .solar---img,
.qualified_plumber .slr--wtr-ttle,
.qualified_plumber .heat---img,
.qualified_plumber .heat---ttle,
.qualified_plumber .gas---img,
.qualified_plumber .gas-title,
.technical----operator--top--cntnt,
.technical----operator--static-icons,
.back--crd--logo,
.tchn--asiiisss {
  display: none !important;
}

.technical_operator .technical----operator--top--cntnt,
.technical_operator .technical----operator--static-icons,
.technical_assistant .back--crd--logo,
.technical_assistant .tchn--asiiisss,
.learner_plumber .back--crd--logo,
.learner_plumber .tchn--asiiisss {
  display: block !important;
}

.technical_operator #id_Card_back p.alter_lost_veri {
  font-size: 12px;
  margin-bottom: 15px !important;
}

.technical_operator p.vrfy {
  font-size: 12px !important;
}

.technical_operator #id_Card_back td.curr_emptxt {
  vertical-align: middle;
}

.technical_assistant .back--crd--logo td,
.learner_plumber .back--crd--logo td {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.technical_assistant .back--crd--logo td img,
.learner_plumber .back--crd--logo td img {
  display: inline-block !important;
}

.technical_assistant #id_Card_back td.curr_emptxt,
.learner_plumber #id_Card_back td.curr_emptxt {
  vertical-align: middle;
}

.technical_assistant #id_Card_back span.curr_txts,
.technical_operator #id_Card_back span.curr_txts,
.learner_plumber #id_Card_back span.curr_txts {
  border-bottom: 0px;
}

.technical_assistant .technical----operator--static-icons + tr,
.technical_operator .technical----operator--static-icons + tr,
.learner_plumber .technical----operator--static-icons + tr {
  border-top: 0px !important;
}

.technical_assistant .curr_emptxt img,
.learner_plumber .curr_emptxt img {
  position: absolute !important;
  margin-top: -50px !important;
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: -120px;
}

.technical_assistant #id_Card_back span.curr_txts p.emp_title,
.learner_plumber #id_Card_back span.curr_txts p.emp_title {
  padding-left: 0;
}

.technical_assistant
  .technical----operator--static-icons
  + tr
  td.curr_emptxt
  span.curr_txts,
.technical_assistant
  .technical----operator--static-icons
  + tr
  td.curr_emptxt
  p.alter_lost_veri,
.technical_assistant
  .technical----operator--static-icons
  + tr
  td.curr_emptxt
  p.vrfy,
.learner_plumber
  .technical----operator--static-icons
  + tr
  td.curr_emptxt
  span.curr_txts,
.learner_plumber
  .technical----operator--static-icons
  + tr
  td.curr_emptxt
  p.alter_lost_veri,
.learner_plumber
  .technical----operator--static-icons
  + tr
  td.curr_emptxt
  p.vrfy {
  padding-left: 42px !important;
  margin-left: 0;
}

.technical_operator .add_width.img-txt {
  height: 60px;
  display: inline-block;
}

.technical_operator p.alter_lost_veri,
.technical_operator p.vrfy {
  text-align: center;
  width: 100% !important;
}

.technical_operator span.curr_txts {
  padding-left: 40px;
}

.technical_operator span.curr_txts p.emp_title {
  margin-bottom: 0;
}

.qualified_plumber .idcard_icon {
  display: none !important;
}

.qualified_plumber .add_idcard_color td * {
  text-align: center !important;
  margin-left: 0 !important;
  width: 100%;
  float: none;
}

.technical_operator .add_idcard_color {
  background: #800080;
}

.technical_operator #id_Card img.id_admin {
  border: 2px solid #800080;
}

.technical----operator--top--cntnt p {
  font-weight: 600 !important;
  line-height: 18px !important;
}

.technical_operator #id_Card_back tbody:first-child tr:first-child td {
  padding-right: 42px !important;
}

.notfound {
  text-align: center;
}

.plumberhelpsection {
  border: 1px solid lightgrey;
  padding: 10px;
  margin-bottom: 25px;
}
.plumberhelpsection h5 {
  margin-bottom: 20px;
}
.plumberhelpsection p {
  font-size: 13px;
  margin-bottom: 10px;
}

.register_modal {
  background-color: #f5f9fc;
  padding: 0;
  border: 1px solid #e4ebf3;
  border-radius: 3px;
}
.register_modal .close_reg {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 21px;
}
.register_modal .card {
  border: none;
  padding: 13px !important;
}

.plumberloginbtn {
  width: 101px !important;
  text-transform: uppercase;
}

.list_icon a {
  width: 70px;
}
.list_icon a img {
  width: 100%;
}
.admin_dash_icon {
  width: 25px;
  margin: -4px 10px 0 0;
}

@media only screen and (max-width: 1200px) {
  .table-responsive.m-t-40 {
    height: auto !important;
  }
}

.row.add_top_value {
  margin-bottom: 22px !important;
}

div#plumberaccordion {
  margin-top: 20px !important;
}

a.active_link_btn.exportcard-class {
  padding: 10px !important;
}

.cus_wd {
  max-width: 100% !important;
  margin-bottom: 10px;
  padding-left: 0 !important;
}

.cus_wd.rm_pad {
  padding: 0 !important;
}

.ord_div_sep {
  width: 49%;
  display: inline-block;
  position: relative;
}

.ord_div_sep:nth-child(2) {
  width: 50%;
}

.ord_div {
  width: 49%;
  display: inline-block;
  position: relative;
}

.img-sectn {
  margin-top: 0px;
  margin-left: 10px;
}

.cust_btmsp {
  margin-bottom: 14px;
}

.auditor_suggestion {
  position: relative;
}

.autocomplete_list {
  position: absolute;
  width: 230px;
  top: 6px;
  left: 0px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #474747;
  height: 170px;
  overflow-y: auto;
}

.autocomplete_list > li {
  list-style: none;
  margin-bottom: 0;
  text-align: left;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
}

#user_suggestion ul.autocomplete_list {
  z-index: 9999;
  width: 40%;
  top: 80px;
  left: 10px;
}

form.form2 input#user_id + div#user_suggestion {
  display: block !important;
}
/* 17/10/2022 */
.systemchat .chatbar {
  background: lavenderblush;
}

#id_Card_back p.back_license {
  transform: rotate(-90deg) !important;
}
.chatbar_options div {
  position: absolute;
  background: #efefef;
  padding: 5px 20px;
  z-index: 1;
}

/*added on 2704/2024 */

.modal-body {
  text-align: center;
}

div#auditsubmit_modal .modal-dialog.modal-lg {
  max-width: 700px;
}
/* 05/07/2024 */
th.auditor {
  min-width: 180px;
}

/* 25/07/2024 */
.upload__content {
  display: grid;
  height: 100px;
  padding: 0 10px;
  min-width: 220px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #a9a9a9;
  position: relative;
}

.upload__content span.circle {
  width: 40px;
  height: 40px;
  margin: auto;
  display: flex;
  border-radius: 50%;
  background-color: #a9a9a9;
}

.upload__content .dz-message.needsclick {
  font-size: 10px;
  font-weight: 600;
  margin: 0 auto;
}

.upload__content p.needsclick label {
  color: #00f;
  font-size: 10px;
  margin: 0;
}

.upload__content span.file_size {
  font-size: 9px;
  color: #a9a9a9;
  font-weight: 600;
}

.upload {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: column;
}

.upload .dz-image img.upload__content2 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #a9a9a9;
  background: linear-gradient(0deg, #a9a9a9, #a9a9a9),
    linear-gradient(0deg, #d9d9d9, #d9d9d9);
}

.upload .dz-image {
  display: flex;
}

.upload__content .dz-message.needsclick {
  padding: 0;
}

.upload .dropzone-previews {
  display: flex;
  gap: 10px;
}

.upload .dropzone-previews .dz-image {
  border-radius: 5px;
  overflow: hidden;
}

.upload:has(.locked):before {
  content: "";
  position: absolute;
  width: 220px;
  height: 100px;
  background: #00000038;
  border-radius: 10px;
  z-index: 9;
}

span.auditors_list {
  display: block;
  padding: 6px;
}

ul li:has(.auditors_list) {
  padding: 0;
}

/* 06/09/2024 */
span.sort_ratio {
  display: inline-flex;
  flex-flow: column;
  line-height: 0.3;
  margin-left: 10px;
}

th#annual_ratio {
  display: flex;
  align-items: center;
  padding-right: 5px !important;
}

.card-body.noscrollx {
  max-width: 1190px !important;
}

span.badges.badge-danger {
  font-size: 11px;
  border-radius: 5px;
  padding: 2px 5px;
  position: absolute;
  top: 0px;
  right: 15px;
}
/* Added by 12.11.2024  */
.phy-adress,
.postal-address {
  margin-top: 25px;
  margin-bottom: 42px;
}
/* Added by 12.11.2024  */
/* Media screen added my chinnapparaj 29.10.2024 */
@media only screen and (max-width: 800px) {
  .page-wrapper:has(.register-page) {
    width: 100%;
    margin-left: 0 !important;
  }

  .register-page .progressbar_wrapper {
    display: none;
  }

  .register-page .plum-reg-pre-nxt {
    display: flex;
    justify-content: center;
  }
  .register-container aside.left-sidebar {
    display: none;
  }
  .register-page .file_up_points li:before {
    left: -30px;
  }
  .register-page .file_up_points li {
    position: relative;
  }
  .register-page .modal-dialog img {
    width: auto;
    max-width: 100%;
  }
  .register-page .des_points ul li:before {
    left: 20px;
  }
  .register-page table.table {
    overflow: auto;
    display: block;
  }
  .register-container .register-page .mobile-none {
    display: none;
  }
  .register-page .mobile-block {
    display: block;
  }
  .register-container .register-page .mobile-pump {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4ebf3;
    padding-bottom: 20px;
    position: relative;
    align-items: center;
  }
  .register-container .register-page .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
  }
  .mobile-pump p {
    margin-bottom: 0;
    font-family: "Helvetica" !important;
    font-weight: 600;
    line-height: 27px;
    font-size: 16px;
  }

  .register-container .select2-container {
    z-index: 1;
  }

  .register-container .register-page .card {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
  }

  .register-container .register-page .card-body {
    padding: 0;
  }

  .register-container .register-page .breadcrumb_tab.dropdown {
    background-color: #f5f9fc;
    padding-top: 21px;
    border: 1px solid #e4ebf3;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 0;
    position: sticky;
    top: 68px;
    z-index: 9;
  }
  .register-container .register-page .breadcrumb_tab {
    position: sticky;
    top: 68px;
    z-index: 9;
    background-color: #f5f9fc;
  }
  .register-container .register-page .pagination.plm-reg {
    margin: 0;
  }

  .register-container .register-page .inner-steps-forms {
    background-color: #f5f9fc;
    padding: 21px;
    border: 1px solid #e4ebf3;
    border-radius: 0px 0px 3px 3px;
    border-top: 0;
  }

  .register-container .container-fluid {
    overflow: unset !important;
  }

  .register-container div#main-wrapper {
    overflow: unset;
  }
  .register-page .card-body a.stepbar:after {
    display: none;
  }
  .register-container .register-page .page-titles {
    margin-left: -15px;
    margin-right: -15px;
  }
  .register-container .register-page button.dropdown-toggle {
    padding: 10px 20px 10px 20px;
    background-color: #88745c;
    color: #fff !important;
    border-color: #88745c;
    box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.51);
    border-radius: 3px;
    border: none;
  }
  .register-container .register-page button.dropdown-toggle {
    padding: 4px 20px 10px 20px;
    background-color: #88745c;
    color: #fff !important;
    border-color: #88745c;
    box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.51);
    border-radius: 3px;
    border: none;
    display: block;
  }

  .register-container .register-page button.dropdown-toggle::after {
    content: "\f105";
    font-family: "Fontawesome";
    position: relative;
    left: 10px;
    font-weight: 600;
    color: #fff;
    border: none;
    top: 6px;
    transform: rotate(90deg);
    font-size: 17px;
  }
  .register-container .register-page img.document_image,
  .register-container .register-page img.photo_image {
    width: auto;
    max-width: 100%;
  }
  .register-container .register-page .card-title {
    width: 100%;
  }
  .register-container .datepicker-dropdown.dropdown-menu th.prev,
  .register-container .datepicker-dropdown.dropdown-menu th.next {
    font-size: 30px;
  }

  .register-container .datepicker-dropdown.dropdown-menu th.datepicker-switch {
    font-size: 16px;
  }
  .register-container
    .datepicker-dropdown.dropdown-menu.pop-date-picker
    th.prev,
  .register-container
    .datepicker-dropdown.dropdown-menu.add_left_value
    th.next {
    font-size: 30px;
  }

  .register-container
    .datepicker-dropdown.dropdown-menu.pop-date-picker
    th.datepicker-switch {
    font-size: 16px;
  }
  .register-page .modal-dialog .form-group input.skill_attachment_file {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .register-container .datepicker-dropdown.dropdown-menu {
    right: 0px !important;
    margin: 0 auto !important;
    transform: scale(1);
    max-width: fit-content;
    min-width: fit-content;
    float: unset;
    text-align: center;
    transform-origin: right bottom;
  }

  body.skin-blue.fixed-layout.mini-sidebar.register-container.register-container {
    position: relative;
  }
  .register-container .datepicker.datepicker-dropdown.pop-date-picker {
    transform-origin: left top;
    transform: scale(1);
    left: 0 !important;
  }

  .register-page .modal-dialog.modal-lg {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .post-adress {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
  .register-container .datepicker-dropdown.dropdown-menu {
    left: 0 !important;
    right: 0px !important;
    margin: 0 auto !important;
    transform: scale(0.8);
    max-width: fit-content;
    min-width: fit-content;
    float: unset;
    text-align: center;
    transform-origin: 100px bottom;
  }

  body.skin-blue.fixed-layout.mini-sidebar.register-container.register-container {
    position: relative;
  }
  .datepicker.datepicker-dropdown.pop-date-picker {
    transform-origin: 60px top;
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  .register-container .datepicker-dropdown.dropdown-menu {
    left: 0 !important;
    right: 0px !important;
    margin: 0 auto !important;
    transform: scale(0.8);
    max-width: fit-content;
    min-width: fit-content;
    float: unset;
    text-align: center;
    transform-origin: 20px bottom;
  }

  body.skin-blue.fixed-layout.mini-sidebar.register-container.register-container {
    position: relative;
  }
  .datepicker.datepicker-dropdown.pop-date-picker {
    transform-origin: 60px top;
    transform: scale(0.7);
  }
}

.mobile-block {
  display: none;
}

/*.restriction-note{
    font-size: 18px;
    font-weight: 600 !important;
}*/

.card-body .restriction-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px auto;
}

.card-body .restriction-note img {
  width: 35px;
  height: auto;
}

.card-body .restriction-note h5 {
  font-size: 19px !important;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 6px;
}

.modal-dialog {
  max-width: fit-content;
}

div#myModal {
  /* display: grid; */
  place-content: center;
  background: #a0a0a075;
}

.modal-footer {
  justify-content: start;
}

button.btn.btn-success.verify {
  background: transparent;
  color: #88745c;
  border: 1px solid #88745c;
}

.modal-footer button {
  box-shadow: none !important;
  margin: 0 !important;
  border-radius: 9px !important;
  font-family: Poppins;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.modal-dialog {
  width: 381px;
}

.modal-content {
  border-radius: 15px;
}

.otp_buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}

.modal-body h4 {
  font-family: Roboto;
  font-size: 11px;
  font-weight: 500;
  line-height: 12.89px;
  text-align: left;
}

h5#exampleModalLongTitle {
  color: #806a50;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: right;
}

button.close {
  color: #806a50;
}

button.close {
  color: #806a50;
}

button.close span {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: right;
}

button#autosync_findar svg {
  width: 20px;
  height: 20px;
}

nav.sidebar-nav {
  display: grid;
  align-content: space-between;
  height: -webkit-fill-available;
  overflow: hidden;
}

button#autosync_findar {
  width: 252px;
  height: 46px;
  border-radius: 11px;
  margin: auto;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d4d4d4;
}

aside.left-sidebar {
  height: 100svh;
  overflow: hidden;
}

.scroll-sidebar.ps.ps--theme_default.ps--active-y {
  height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 2800px) {
  .card-body.noscrollx.hide_scroll {
    max-width: 100% !important;
    width: 100%;
  }
}

.form-control.has-error {
    border-color: red !important;
}


/* ADDED ON 07-08-25 START */

  div#addAreaModal.modal.fade.show {
		display: grid !important;
		place-content: center;
	}

	div#addAreaModal .modal-dialog {
		width: 450px;
		max-width: 100%;
	}

	div#addAreaModal .modal-dialog .modal-content {
		background: #f5f9fc;
		border-radius: 55px;
	}

	div#addAreaModal .modal-dialog .modal-content .modal-header h5.modal-title {
		font-weight: 800;
		font-size: 20px;
	}

	div#addAreaModal .modal-dialog .modal-content .modal-header {
		border-bottom: 0;
		padding: 20px 30px 0;
	}

	div#addAreaModal .modal-dialog .modal-content .modal-header button.close {
		padding: 0;
		margin: 0;
	}

	div#addAreaModal .modal-dialog .modal-content .modal-body {
		padding: 0 30px;
	}

	div#addAreaModal .modal-dialog .modal-content .modal-body .row.form-group {
		display: flex;
		flex-flow: column;
		gap: 20px;
	}

	div#addAreaModal .modal-dialog .modal-content .modal-body .row.form-group .col-md-4 {
		width: 100%;
		max-width: 100%;
		text-align: start;
	}

	div#addAreaModal .modal-dialog .modal-content .modal-footer {
		padding: 0px 30px 20px;
		border: navajowhite;
	}

	div#addAreaModal .modal-dialog .modal-content .modal-footer button {
		border-radius: 4px !important;
	}

	div#addAreaModal .modal-dialog .modal-content .modal-body select {
		appearance: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='rgb(129 130 132)' d='M480 224C492.9 224 504.6 231.8 509.6 243.8C514.6 255.8 511.8 269.5 502.7 278.7L342.7 438.7C330.2 451.2 309.9 451.2 297.4 438.7L137.4 278.7C128.2 269.5 125.5 255.8 130.5 243.8C135.5 231.8 147.1 224 160 224L480 224z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center right 10px;
		background-size: 13px;
		padding: 9px 10px;
		padding-right: 30px;
	}

	div#addAreaModal .modal-dialog .modal-content .modal-body label {
		font-size: 12px;
	}

  .adt-sttment--scrollng .card-body {
    position: relative;
  }

  select#auditstatus {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='rgb(129 130 132)' d='M480 224C492.9 224 504.6 231.8 509.6 243.8C514.6 255.8 511.8 269.5 502.7 278.7L342.7 438.7C330.2 451.2 309.9 451.2 297.4 438.7L137.4 278.7C128.2 269.5 125.5 255.8 130.5 243.8C135.5 231.8 147.1 224 160 224L480 224z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 13px;
    padding: 8px 10px;
    padding-right: 30px;
    height: auto;
  }

  .adt-sttment--scrollng .card-body .status_input {
    top: 9px;
    z-index: 1;
    right: 120px;
    position: absolute;
    transform: translateX(-50%);
  }

/* ADDED ON 07-08-25 END */