@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500&display=swap");

* {
  scrollbar-width: thin;
}

.clr:after {
  content: "";
  display: table;
  clear: both;
}

.mozilla_scroll {
  /* overflow-y: scroll;
  scrollbar-color: #0A4C95 #C2D2E4; */
  scrollbar-width: thin;
  /* height: 5px; */
}

.transform-middle {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

body {
  font-size: 13px;
  background: none;
  color: #454543;
  /* font-family: "Raleway", "sans-serif"; */
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  margin: 0;
}

.image {
  width: 100%;
  height: 100%;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  outline: none !important;
}



.chart-container {
  /* width: 80%; */
  /* Set the desired width percentage */
  /* height: 50%; */
  /* Set the desired height percentage */
  /* position: relative; */
  /* Position relative to handle absolute positioning of the canvas */
  overflow-x: auto !important;
}
.details_page_canvas{
  /* width: 400px !important; */
}
#myChartVFour {
  /* Make the canvas fill the container */
  /* height: 100% !important; */
  /* Make the canvas fill the container */
}


.loader_image {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.loader_image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  filter: brightness(1.4);
}

/* .ancillaries_input_field{
  width: 65px;
  appearance: none;
} */
.ancillaries_right_aligned {
  text-align: right;
}

a {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: inherit !important;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit !important;
  opacity: 1;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.col-centered {
  margin: auto;
  float: none;
}

a,
button {
  transition: 0.3s;
}

input[type="text"] {
  padding: 0 4px;
  color: #454543;
}

input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  padding: 0 10px;
  color: #454543;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
  outline-style: none;
  box-shadow: none;
}

textarea {
  padding: 5px 10px;
}

input,
textarea,
select,
button,
a {
  font-family: "Roboto", sans-serif;
}

select,
textarea {
  color: #454543;
}

.select {
  width: 100%;
  height: 40px;
  border: 1px solid #dfdfdf;
  background: #fbfbfb;
  background-position: center right 5px;
  background-repeat: no-repeat;
  position: relative;
}

.select select {
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding: 0 30px 0 10px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: none;
  position: relative;
  border: 1px solid #e1e11e;
  z-index: 9;
}
.silencer_header_ng_select span.ng-option-label {
  text-align: right !important;
  padding-right: 5px;
}
.silencer_header_ng_select .scroll-host{
  width: 70px !important;
}
.silencer_header_ng_select .ng-value{
  width: 100% !important;
  margin-left: 0px !important;
  padding-right: 15px !important;
}
.silencer_header_ng_select .ng-value-label{
  float: right;
}
.silencer_header_ng_select_div select {
  background: #f6f6f6 url(../icon/down_arrow.png) no-repeat bottom 5px right 0px !important;
}
.silencer_header_ng_select .ng-input{
  padding-left: 0 !important;
}
.silencer_header_ng_select input[type="text"]{
  width: calc(100% - 3px) !important;
}
.silencer_right_info_end{
  height: calc(100vh - 230px) !important;
}
.visibility
.select:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  width: 30px;
  font-size: 13px;
  color: #004780;
  position: absolute;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
}
.speed_adjustment {
  font-size: 10px;
  line-height: 1.2em;
}
.speed_adjustment span {
  min-width: 30px;
  display: inline-block;
  /* font-weight: 600; */
  vertical-align: middle;
  /* padding-right: 4px; */
}
.check {
  display: inline-block;
}

.check label {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 27px;
  vertical-align: middle;
  padding-left: 24px;
}

.check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url("../icon/unchecked.png") no-repeat center;
  background-size: auto;
  margin-right: 10px;
}

.check input[type="checkbox"]:checked {
  background-image: url("../icon/checked.png");
}

.radio-btn {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
}

.radio-btn label {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 27px;
  vertical-align: middle;
  padding-left: 20px;
}

.add_to_project_silencer .ng-value{
  background-image: none !important;
  border-bottom: none !important;
}
.add_to_project_silencer .ng-dropdown-panel-items{
  width: 100% !important;
}

.ncc-bca-inline {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  /* space between radios */
  align-items: center;
}

.ncc-bca-inline input[type="radio"] {
  margin-right: 4px;
}

td .add_to_project_silencer .ng-has-value.ng-select-container{
  padding-left: 0px !important;
}
.radio-btn input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url("../icon/radio_unchecked.png") no-repeat center;
  background-size: auto;
  margin-right: 5px;
}

.radio-btn input[type="radio"]:checked {
  background-image: url("../icon/radio_checked.png");
}
.radio-btn input[type="radio"]:checked.show_disable_check_btn {
  background-image: url("../icon/radio_disable_checked.png") !important;
}
a,
button {
  cursor: pointer;
  transition: 0.3s;
}

/*login-sec*/

.p-65 {
  padding: 0 17px;
}

.login-sec {
  background: url(../images/login-bg-2.jpg) no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow-y: auto;
}

.loginouter {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}

.login-sec .form-outer {
  background: rgba(255, 255, 255, 0.4);
  padding: 30px;
}

.login-sec .logo {
  margin-bottom: 25px;
}

.login-sec .logo img {
  width: 100%;
}

.login-sec .form {
  max-width: 520px;
  float: right;
}

.login-sec form {
  background: #f3f3f3;
  padding: 35px;
}

.login-sec h2 {
  font-weight: 400;
  font-size: 36px;
  color: #004985;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
.login-sec .form-control {
  height: 45px;
  border: 1px solid #e0e0e0;
  font-weight: 300;
  font-size: 16px;
  color: #616161;
  border-radius: 0;
  padding-left: 55px;
}

.login-sec .form-group {
  margin-bottom: 0;
  position: relative;
}

.login-sec .i-icon {
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 1;
}

.login-sec .form-group a {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 15px;
  width: 10px;
  height: 10px;
}

.login-sec .form .btncmn {
  max-width: 180px;
}

.frgtpwd {
  font-weight: 300;
  font-size: 16px;
  color: #004985;
  margin-bottom: 35px;
  display: block;
}

.margin-top-adjust {
  margin-top: 2px;
}

.btncmn {
  display: inline-block;
  min-width: 180px;
  border-radius: 3px;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

.btnblue {
  background: #004985;
  border: 1px solid #004985;
}

.btnblue:hover {
  background: #fff;
  color: #004985;
}

.login-sec .content {
  text-align: center;
}

.login-sec .content p {
  font-weight: 300;
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 28px;
  margin-top: 30px;
}

.login-sec .img img {
  width: 100%;
  max-width: 490px;
}

.loginfooter {
  background: #004985;
  text-align: center;
  padding: 3px 0 0 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* .ag-center-cols-container {
  width: 100% !important;
} */

.nav-item .start.smdrp.pl-3 {
  height: 20px;
}

.loginfooter p {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.loginfooter span {
  font-weight: 300;
  font-size: 16px;
  color: #F5F8FA;
  padding-left: 8px;
}
.single_project_mid_bottom_wrapper .filter_section {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.single_project_mid_bottom_wrapper .filter_section .leftdown_carret button::after {
  right: 18px !important;
  top: 13px;
  z-index: 1;
}
/*header*/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.header-top {
  background: #014984;
  padding: 10px 0;
}

.header-top .logo img {
  max-width: 240px;
}

.header-btm {
  background: #022543;
  padding: 4px 0;
}

.header-btm ul li {
  display: inline-block;
}

.header-btm .menu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.header-btm ul li a:hover {
  color: #0170ca;
}

.header-btm .menu li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 15px;
  color: #fff;
}

.header-btm .options {
  text-align: right;
}

.header-btm .options li a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}

.header-btm .options li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  color: #fff;
  padding: 0 3px;
}

.header-btm .dropdown-menu {
  left: -60px !important;
}

.header-btm .options .dropdown-menu li a {
  padding: 8px 5px;
}

/*dashboard-sec*/

.dashboard-sec {
  background: #f1f8fe;
  min-height: 100vh;
}

.dashboard-sec .top {
  padding: 30px 0 2px;
  background: #f1f8fe;
  border-bottom: 1px solid #dfdfdf;
}

.dashboard-sec .btm {
  padding: 2px 0;
  background: #f1f8fe;
}
.dashboard-sec .top.afterscrolladjust {
  margin-top: -157px;
}
.dashboard-sec .single {
  background: #f6f6f6;
  border: 1px solid #dfdfdf;
  margin-right: 8px;
  height: 100%;
}

.dashboard-sec .h-165 {
  height: auto;
}

.single-body {
  padding: 5px;
}

.single-db-outer {
  display: flex;
  flex-wrap: wrap;
}

.single1 {
  flex: 0 0 23%;
  max-width: 23%;
}
.silencer_header .single1 {
  flex: 0 0 29.60%;
  max-width: 29.60%;
}
.single2 {
  flex: 0 0 27.60%;
  max-width: 27.60%;
}

.single3 {
  flex: 0 0 16.60%;
  max-width: 16.60%;
}

.single4 {
  flex: 0 0 11.60%;
  max-width: 11.60%;
}

/* chaplin */
.large_input_modal .modal-dialog {
  -webkit-transform: translate(0, 38%) !important;
  transform: translate(0, 38%) !important;
}
.bulk_update_modal .modal-xl-custom {
  width: 100% !important;
    max-width: 1100px !important;
    transform: translateY(-50%) !important;
    top: 50%;
    overflow-y: auto;
    min-height: auto !important;
}
.ck.ck-content ul,
.ck.ck-content ol {
  padding-left: 10px;
}
.quick-overflow-y-auto{
  overflow-y: auto !important;
}
.quick-price-product-code-input{
  width: calc(100% - 36px) !important;
}
.quick_price_modal_table{
  width: 100%;
}
.quick_price_table_head th{
  padding-right: 10px;
}
.left_menu_items {
  padding-left: 17px;
}

p.attribute_specification_description {
  font-size: 13px;
}

.common_error_modal .modal-dialog {
  max-width: 520px !important;
}
.white_background {
  background-color: white !important;
}
.target_spectrum_editable {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.disable_button {
  background: #7390c7;
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  border: 0;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  border-radius: 3px;
  margin: 0;
  vertical-align: middle;
  opacity: 0.6;
  pointer-events: none;
}
.input-btns button.btndb {
  border: none !important;
}
.header_noise_table_div input[type="text"] {
  width: 37px;
  border-style: none;
}

input.gray_background {
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none;
}

.project_summary_html{
  float: right;
}
.footer_logo{
  display: inline;
}
a.ativate_menu_option {
  font-weight: bold !important;
}
/* chaplin ends */
.single5 {
  flex: 0 0 8.60%;
  max-width: 8.60%;
}

.single6 {
  flex: 0 0 18%;
  max-width: 18%;
}

.single7 {
  flex: 0 0 12.60%;
  max-width: 12.60%;
}

.dashboard-sec .single h2 {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  background: #014984;
  padding: 0 5px;
  text-align: left;
  display: block;
  margin-bottom: 0px;
  line-height: 19px;
}

.dashboard-sec .single select {
  background: #f6f6f6 url(../icon/down_arrow.png) no-repeat top 5px right 5px;
  background-size: auto;
  font-size: 12px;
  color: #444;
  border: 0;
  border-bottom: 1px solid #444444;
  width: 50px;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding-right: 16px;
}
.dimensions_right_align_select {
  /* text-align-last: right; */
  text-align: right;
}
.dashboard-sec .single .select2-td select {
  width: 100%;
}

.dashboard-sec .single .select-td span {
  padding-left: 1px;
}

.dashboard-sec .single input[type="number"] {
  background: #f6f6f6;
  font-size: 12px;
  color: #444;
  border: 0;
  border-bottom: 1px solid #444444;
  width: 49px;
  padding: 0;
  margin: 0;
}

.btndb:not(:last-child) {
  margin-right: 3px;
}

.dashboard-sec .single .table td {
  font-size: 12px;
  color: #444;
  border-top: 0;
  padding: 0px 0px;
  vertical-align: middle;
}

.dashboard-sec .single .table {
  margin-bottom: 0px;
}

.dashboard-sec .single .text-td {
  width: 70px;
}

.dashboard-sec .single .input-td {
  width: 63px;
}

.dashboard-sec .single .select-td {
  width: 85px;
}

.dashboard-sec .single .select2-td {
  width: 70px;
}

.dashboard-sec .single .left {
  float: left;
  width: 50%;
}

.dashboard-sec .single .right {
  float: left;
  width: 50%;
}

.btndb {
  background: #024a85;
  display: inline-block;
  padding: 5px 5px;
  font-size: 13px;
  font-weight: 300;
  color: #fff !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  /* width: calc(50% - 5px); */
  text-align: center;
}

.btndb:hover {
  background: #fff;
  color: #024a85 !important;
}

.input-btns {
  padding-right: 5px;
  padding-top: 10px;
}

.input-btns input {
  width: calc(100% - 186px) !important;
  display: inline-block;
  font-size: 12px !important;
  color: #444;
  border: 1px solid #dfdfdf !important;
  background: none;
  padding: 0 3px !important;
  margin: 0 !important;
  background: #f6f6f6;
  height: 30px;
  border-radius: 3px;
  font-family: "Roboto", "sans-serif";
}

.input-btns .btns {
  float: right;
  text-align: right;
}

.input-btns.silencer_input_btn.added .btns {
  margin-right: 75px !important;
}

.dashboard-sec .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  padding: 2px 25px 2px 2px;
  background: #f6f6f6 url(../icon/down_arrow.png) no-repeat top 10px right 0px;
  background-size: auto;
  background-size: 11px;
  border-bottom: 1px solid #000;
  position: relative;
  height: 20px;
  width: calc(100% - 10px);
  margin-left: 5px;
}

/* input[type="text"] {
    margin: 0 !important;
} */

.dashboard-sec .ng-dropdown-panel .scroll-host {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 300px;
  /* height: 60px !important; */
  padding: 5px 10px;
  overflow-x: auto !important;
  border: 1px solid #ccc;
  color: #444;
  font-size: 12px;
  padding: 0;
}

.dashboard-sec .ng-dropdown-panel .scroll-host .ng-option:hover {
  background: #85b2d8;
}

.mad-head {
  margin: 0px 0px 0;
}

.middle .block .nav-tabs {
border-bottom: 0;
    margin-bottom: 5px;
    white-space: break-spaces;
       width: calc(100% - 60px);
    flex-wrap: nowrap;
    overflow-x: auto;
    display: inline-flex;
}

.middle .block .nav-tabs .nav-item.show .nav-link,
.middle .block .nav-tabs .nav-link.active {
  color: #024a85;
  background-color: #fff;

}

.middle .block .nav-tabs .nav-item {
  margin: 3px;
  white-space: nowrap;
}

.middle .block .nav-tabs .nav-link {
  background: #024a85;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  border: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 0;
  vertical-align: middle;
}

.middle {
  height: 100%;
  position: relative;
}

.middle .block {
  background: #fff;
  border: 1px solid #ececec;
  padding: 5px;
  height: 100%;
}

.project-details-header-option {
  margin-right: 2px !important;
}

.middle .block .table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.middle .block .table thead th {
  vertical-align: top;
  background: #f1f8fe;
  box-shadow: inset 0 0 1px #000;
  border: none !important;
}

.middle .block .table thead th,
.middle .block .table tbody td {
  color: #444;
  font-size: 12px;
  padding: 5px;
}

.middle .block .table tbody td {
  border-top: 1px solid #ababab;
}

.start {
  position: relative;
  margin-top: 20px;
}

.filter {
  width: 100%;
}

.filter_tab {
  transform: rotate(90deg) translate(calc(20% - 5px));
  transform-origin: left 10px;
  height: 100%;
  display: inline-block;
  width: 400px;
  position: fixed;
  bottom: -100px;
  left:12px;
  z-index: 4;
  background-color: #f1f8fe;
  text-align: right;
}

.filter_tab li {
  display: inline-block;
  padding-right: 15px;
}

.filter_tab li a {
  font-size: 13px;
  color: #444;
  position: relative;
  display: block;
  margin-right: 60px;
}

.filter_tab li a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 120px;
  background: url(../images/Side.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -63px;
  left: 35px;
  transform: rotate(-90deg) translate(calc(20% - 5px));
  transform-origin: left;
}

.filter_tab li:last-child a::after {
  height: 150px;
  left: 55px;
  bottom: -78px;
}

.chartjs-render-monitor {
  width: 100% !important;
  height: 193px !important;
}

.end .block {
  background: #f1f8fe;
  border: 1px solid #ececec;
  height: 100%;
}

.end .block .nav-tabs .nav-item:not(:last-child)::after {
  content: "|";
  display: inline-block;
  color: #fff;
  padding: 0 1px;
}

.end .block .nav-tabs .nav-link {
  color: #fff;
  font-size: 13px;
  background: none;
  border: 0;
  padding: 3px;
  display: inline-block;
  font-weight: 100;
}

.end .block .nav-tabs {
  background: #014984;
  padding: 0 10px;
}

.end .block .nav-tabs .nav-item.show .nav-link,
.end .block .nav-tabs .nav-link.active {
  color: #81c4f9;
  font-weight: 600;
}

.end .block .tab-content {
  padding: 5px;
  /* max-height: 60%; */
  overflow-y: auto;
}

.end .block img {
  width: 100%;
}

.chartblock {
  border: 1px solid #dfdfdf;
  background: #fff;
  overflow-x: auto;
  overflow-y: auto;
}

.chartblock .table thead th {
  position: sticky;
  top: 0;
  position: -webkit-sticky;
  vertical-align: top;
  background: #f1f8fe !important;
  /* box-shadow: inset 0 0 1px #000;
  border: none !important; */
  border-bottom: 0;
}

.chartblock div.sort-header {
  padding: 0;
  /* text-align: center; */
}

.chartblock .table thead tr:last-child th {
  position: sticky;
  top: 25px;
  position: -webkit-sticky;
  vertical-align: top;
  background: #f1f8fe !important;
  box-shadow: inset 0 0 1px #000;
  border: none !important;
}

.chartblock .table thead th,
.chartblock .table tbody td {
  padding: 2px 2px;
  vertical-align: top;
  overflow: hidden;
  color: #444;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ccc !important;
  /* text-align: center !important; */
}

.chartblock .table thead th:last-child,
.chartblock .table tbody td:last-child {
  border-right: 0;
}

.chartblock .table {
  text-align: center;
  table-layout: fixed;
}

.chartblock .table ul {
  margin: -5px 0;
}

.chartblock .table .desc-td {
  width: 80px;
}

.chartblock .table ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
}

.chartblock .table ul li:not(:last-child) {
  border-right: 1px solid #dfdfdf;
}

.chart_2_img {
  border-top: 1px solid #dfdfdf;
  padding: 40px;
  text-align: center;
}

.chart_2_img img {
  max-width: 150px;
}

.dashboard-sec .single .disabled {
  color: #b0b0b0;
  cursor: not-allowed;
  pointer-events: none;
}

.silencers_disabled {
  color: #b0b0b0 !important;
  cursor: not-allowed;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.treeview_main {
  height: 100%;
  display: inline-block;
  /* overflow-y: auto; */
  width: 100%;
  margin-top: -30px;
  margin-bottom: 20px;
}

.treeview-header .row-all {
  margin: 0 !important;
}

.treeview-header .form-check {
  position: relative;
  z-index: 1;
  margin-left: 35px;
  background: #f1f8fe;
}

.dropdown-divider {
  margin: 0;
  border-top: 0;
}

.treeview-header .form-check::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 10px;
  z-index: -1;
}

.treeview-container {
  margin-left: 20px;
  position: relative;
}

.treeview-container::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #000;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: -15px;
}

.treeview-item {
  position: relative;
  z-index: 1;
}

.treeview-item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: -1;
}

.treeview-item::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #000;
  display: inline-block;
  position: absolute;
  left: -11px;
  top: -11px;
}

.treeview-item .treeview-item::before {
  left: -11px;
}

.treeview-container .form-inline {
  background: #f1f8fe;
  margin-left: 15px;
}

.ngx-tree .form-inline {
  margin-left: 45px;
}

.customdrp .dropdown-menu {
  min-width: 220px;
  top: 33px;
}

.smdrp button.dropdown-toggle.btn.btn-outline-secondary {
  font-size: 13px;
  width: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
}

.airflow_plus {
  padding-left: 5px !important;
  font-size: 25px;
  line-height: 20px;
  padding-top: 3px;
  margin-right: 5px;
}

.select_airflow {
  width: 48px !important;
}

div[data-order="desc"],
div[data-order="asc"],
div.sort-header {
  position: relative;
  padding: 0 10px 0 0;
}

div[data-order="desc"]::after {
  content: "";
  background: url(../icon/desc_sort.png) no-repeat;
  background-size: 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}

div[data-order="asc"]::after {
  content: "";
  background: url(../icon/asc_sort.png) no-repeat;
  background-size: 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}

.form-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url("../icon/unchecked.png") no-repeat center;
  background-size: auto;
  margin-right: 10px;
  margin-left: -10px;
}

.form-check input[type="checkbox"]:checked {
  background-image: url("../icon/checked.png");
}

.treeview_main .btn-outline-secondary:not(:disabled):not(.disabled).active,
.treeview_main .btn-outline-secondary:not(:disabled):not(.disabled):active,
.treeview_main .show > .btn-outline-secondary.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #6c757d;
}

.treeview_main .dropdown button {
  height: 30px;
  font-size: 13px;
  width: calc(100% - 20px) !important;
  position: relative;
}

.treeview_main .dropdown button:after {
  top: 4px !important;
  position: absolute;
  right: 15px;
}

.treeview_main .form-inline label {
  font-size: 13px;
}

.treeview_main .treeview-container::before {
  left: 28px;
  top: 11px;
  height: calc(100% - 21px);
}

.treeview_main .dropdown-menu {
  width: 100%;
}

.treeview_main .btn-outline-secondary.focus,
.treeview_main .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem #022543;
}

.treeview_main .btn-outline-secondary:hover {
  background-color: #022543;
}

.header-btm .dropdown li a {
  color: #000;
  padding-left: 15px !important;
}

.header-btm .dropdown li {
  width: 100%;
}

.customdrp .dropdown-toggle.btn-outline-secondary {
  background-color: #fff !important;
  color: #000 !important;
}

.customdrp .dropdown-toggle.btn-outline-secondary:focus {
  box-shadow: none;
}

.customdrp .dropdown-menu {
     max-height: calc(100vh - 265px);
    overflow-y: auto;
}

.customdrp .form-inline label {
  font-size: 13px;
}

.customdrp .treeview-container::before {
  left: 0px;
  top: 0px;
  height: calc(100% - 13px);
}

.airflow_section {
  padding-left: 7px;
  padding-right: 7px;
}

.ng-option {
  padding-left: 1px;
}

.ng-option .ng-option-label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
}

.ng-option .ng-option-label:hover {
  background-color: #cde6f7;
}

.ng-option .ng-option-label span {
  padding: 0;
}

.ng-option .ng-option-label .item-1 {
  width: 60px;
  border-right: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
}

.treeview-item::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  z-index: -1;
}

.chartblock .table {
  font-family: Arial, sans-serif !important;
  border-collapse: collapse;
  border: 1px solid #ccc;
  min-width: 400px;
  margin-bottom: 0;
}

.chartblock .table-responsive {
  overflow-x: auto !important;
}

.mad-head {
  font-family: "Roboto", sans-serif;
}

.mad-head h4 {
  font-size: 0.8rem !important;
}

.mad-head h3 {
  font-size: 18px !important;
  font-weight: bold;
  color: black !important;
}

.chartblock .motor_table {
  border: 0px !important;
  width: 100%;
}

.chartblock .motor_table td,
.chartblock .motor_table th {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px;
  text-align: left !important;
  padding: 0 3px;
}

.chartblock .motor_table tr td:first-of-type {
  min-width: 98px;
}

.rightsidebox p {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  font-family: Arial, sans-serif;
}

.rightsidebox .largehd {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.rightsidebox .matter {
  font-family: Arial, sans-serif;
}

.rightsidebox .attribute_table {
  width: calc(100% - 11px);
  /* min-width: 470px; */
  min-width: 290px;
  font-family: "Roboto", sans-serif;
  margin: 7px 0;
}

.attribute-div-section {
  width: 100%;
  overflow-x: auto;
}

.rightsidebox .attribute_table tr td {
  /* width:50%; */
  text-align: left !important;
}

.rightsidebox .attribute_table_set tr td {
  /* width:20%; */
  font-size: 13px;
  vertical-align: top;
}

.rightsidebox .attribute_table_set tr td:first-of-type {
  width: 30%;
  /* width: auto; */
}

/* .ag-cell-editable {
    border-bottom: 2px dotted #000 !important;
} */
.editable_icon img {
  transform: rotate(90deg);
  margin-bottom: -5px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px !important;
}

.ag-cell-non-edit {
  position: relative;
}

.line-through {
  text-decoration: line-through;
}

.red-font {
  color: red;
}

.single-project-grid-image {
  padding-left: 5px !important;
}

.two {
  background-color: green;
}

.ag-theme-alpine {
  font-family: "Roboto", sans-serif !important;
}

input.ancillaries_input_field {
  width: 65px;
  border: none;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.electrical_zoom_icon {
  width: 15px !important;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

#electrical {
  position: relative;
}

/* .electrical_right_click_modal .modal-content{
  resize: both;
  cursor: se-resize;
} */
.electrical_right_click_modal .modal-dialog {
  max-width: 767px !important;
}

.electrical_right_click_modal .modal-dialog .largeimagemodal {
  width: 100%;
  max-width: 550px;
  max-height: calc(100vh - 150px);
  object-fit: contain;
  display: inline-block;
  vertical-align: top;
}

.electrical_right_click_modal button.close {
  font-size: 40px;
  color: red;
  position: relative;
  z-index: 2;
}

.electrical_right_click_modal button.close_button {
  color: #fff;
  background: #014984;
  padding: 8px;
  border-radius: 1px;
  font-size: 15px;
  min-width: 65px;
  text-align: center;
  float: right;
  margin: 10px 0 0 0;
}

.display-info {
  resize: both;
  overflow: scroll;
  width: 250px;
  height: 250px;
  /* border: 1px solid gray;
  background-color: lightgray; */
  /* margin-left: 300px !important; */
  /* margin-top: 50px !important; */
}

.electrical_right_click_modal .modal-content {
  resize: both;
  overflow: auto;
}

/* new modal package */
.modal-demo .ui-modal {
  width: 37.5rem;
  /* for resize limits use min-width, min-height, max-width, max-height in css */
}

.modal-demo .ui-modal-overlay,
.modal-demo .ui-modal {
  z-index: 9999;
}

/* colors */
:root {
  --dt-color-primary: #5b9bd5;
}

/* for IE */
.ui-modal-header {
  background-color: #5b9bd5;
}

.ui-modal-header {
  background-color: #014984 !important;
  font-family: Arial, Helvetica, sans-serif;
}

.ui-modal-header .ui-titlebar {
  font-size: 1rem;
}

.ui-modal-footer .button.button2 {
  background-color: #014984 !important;
  color: #fff !important;
  padding: 8px 10px;
  text-align: center;
  width: 80px;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.ui-modal-body {
  overflow-y: unset;
}

.ui-modal-body p {
  width: 100%;

  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.ui-modal-body .largeimagemodal {
  width: 100%;
  height: calc(100% - 15px);
  max-height: calc(100vh - 242px);
  min-height: 200px;
  display: inline-block;
  vertical-align: top;
  object-fit: contain;
  object-position: center;
}

.ui-modal-heading {
  font-family: Arial, sans-serif !important;
  font-weight: bold;
}

.ui-modal-footer {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  display: none;
}

.ui-modal-overlay {
  display: none !important;
}

.ancillaries_table,
.project_details_ancillaries_table {
  background-color: #f8f8f8;
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: 1px solid #444;
  font-size: 13px;
}

.ancillaries_input {
  background-color: transparent;
  border: none;
  width: 80px;

  /* border: 1px solid #c9c9c9;
    background: #fbfbfb;
    height: 24px;
    border-radius: 3px; */
}

.attributes_input {
  width: 80px;

  border: 1px solid #c9c9c9;
  background: #fbfbfb;
  height: 24px;
  border-radius: 3px;
}
.fan_ancillaries_editable_icon{
  bottom: 10px !important;
}
.ancillaries_editable_icon {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ancillaries_editable_icon img {
  transform: rotate(90deg);
}

.acillaries_img_td {
  position: relative;
}

.ancillaries_table_div {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow-x: auto;
  border: 1px solid #444;
}

.project_details_ancillaries_table {
  min-width: 600px;
}

.project_details_ancillaries_table th,
.project_details_ancillaries_table td {
  padding-left: 3px;
  padding-right: 3px;
}

.project_details_ancillaries_table tr td.whitetd:first-of-type {
  padding-left: 20px;
  /* width: 150px; */
}

.project_details_ancillaries_table .leftsettd {
  background-color: #f8f8f8;
}

.project_details_ancillaries_table .whitetd {
  background-color: #fff;
}

.project_details_ancillaries_table th:nth-child(1) {
  min-width: 145px;
}

.project_details_ancillaries_table th:nth-child(2) {
  min-width: 60px;
}

.project_details_ancillaries_table th:nth-child(3) {
  width: 15px;
  white-space: nowrap;
}

.project_details_ancillaries_table th:nth-child(4) {
  min-width: 78px;
}

.project_details_ancillaries_table tr:nth-child(odd) {
  background-color: #fff;
}
.hiperlink{
  color: #024a85;
}
.ancillaries_table th:first-of-type {
  width: 70%;
  padding-left: 5px;
}

.ancillaries_table th,
.project_details_ancillaries_table th {
  font-weight: bold;
}

.ancillaries_table th:nth-child(2),
.ancillaries_table th:nth-child(3) {
  width: 15%;
  white-space: nowrap;
}

.ancillaries_table tr td {
  padding: 2px 4px 2px;
  font-size: 13px;
}

.ancillaries_table tr td:first-of-type {
  padding-left: 20px;
}

.ancillaries_table .leftsettd {
  padding-left: 5px !important;
  padding-top: 2px;
  padding-bottom: 2px;
}

.ancillaries_table .whitetd {
  background-color: #fff;
}

.chartblock .table thead th:first-of-type div,
.chartblock .table tbody td:first-of-type {
  text-align: left !important;
}

.onlytwotdfirst {
  width: 22% !important;
}

.rightsidebox .attribute_table_set tr td:nth-child(2) {
  padding-left: 8px;
}

.smdrp .dropdown {
  width: max-content !important;
}

.treeview_main ul {
  margin-left: 15px;
  border-left: 1px solid #000;
  position: relative;
}

.treeview_main ul > li > ul:last-of-type:before {
  content: "";
  left: -17px;
  top: 8px;
  width: 3px;
  height: 100%;
  background-color: #f1f8fe;
  position: absolute;
}

.treeview_main ul > li > ul > li > ul:last-of-type:before {
  display: none;
}

.treeview_main ul > li > ul:last-of-type > li > ul:last-of-type:before {
  content: "";
  left: -17px;
  top: 8px;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  display: block !important;
}

/* .treeview_main ul > li > ul:last-of-type > li > ul:after{
  content: '';
  left: -2px;
  top:13px;
  width: 3px;
  height: 100%;
  background-color: #f1f8fe;
  position: absolute;
  display: block!important;
} */

ul.subItemsFour:before,
ul.subItemsFour2:before {
  opacity: 0;
}

.treeview_main ul li {
  list-style-type: none;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.treeview_main ul input[type="checkbox"] {
  position: relative;
  margin-left: -6px;
  margin-top: -2px;
  margin-right: 5px;
}
.seond_tree_li:before {
  display: none;
}
.treeview_main ul > li > ul > li {
  position: relative;
}

.treeview_main ul > li > ul > li:before {
  position: absolute;
  left: -17px;
  top: 8px;
  width: 12px;
  border-top: 1px solid #000;
  content: "";
}

.treeview_main ul > li > ul > li > ul > li input[type="checkbox"] {
  margin-right: 5px;
  bottom: -1px;
  z-index: 2;
}

.treeview_main ul ul ul:last-child {
  position: relative;
}

.treeview_main ul:last-child li > ul li > ul:after {
  position: absolute;
  width: 3px;
  height: 8px;
  background-color: #f1f8fe;
  content: "";
  left: -2px;
  bottom: 0em;
}

.filled_checkbox {
  border: 1px solid rgb(28, 25, 25);
  padding: 0.4em;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
  margin-left: -6px;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}

.filled_checkbox:checked {
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-color: #0075ff;
  background-position: center;
  border: 1px solid #0075ff;
  box-shadow: inset 0 0 0 2px #fff;
}

.filled_checkbox:focus {
  outline-color: transparent;
}

.treeview_main ul label {
  margin-bottom: unset;
  z-index: 1;
  position: relative;
}

.projects_share_icon {
  height: 14px;
  width: 14px;
}

.single_project_grid_image {
  height: 22px;
  width: 22px;
}

/* Ch */
#last_li a {
  text-transform: none !important;
}

.close_last_menu_item {
  color: #007bff !important;
  padding-left: 5px;
  cursor: pointer;
}

.close_last_menu_item {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 10px;
  width: 17px;
  height: 17px;
  background-color: #004985;
  border-radius: 100%;
  font-size: 10px !important;
  font-weight: bold !important;
  color: #fff !important;
  padding: 2px 0 0;
  text-align: center;
  font-family: Arial, sans-serif !important;
}

/* Add to project css start */
.modal.show {
  display: block;
}

.child_add_to_project_modal {
  top: 0 !important;
  height: 100vh;
  z-index: 9999;
}

.add_to_project_content {
  border: none !important;
}

.child_add_to_project_modal .modal-body a {
  display: inline-block;
  vertical-align: top;
  padding: 8px 0 5px;
  width: 100%;
}
.fans_quick_price_modal .modal-body a{
  display: block;
}
.child_add_to_project_modal .modal-body {
  padding-top: 0 !important;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.child_add_to_project_modal .modal-header .close {
  margin: -2rem -1.5rem -1rem auto !important;
}

.child_add_to_project_modal .modal-header {
  border-bottom: none !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}

.child_add_to_project_modal .modal-dialog {
  width: 268px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.child_add_to_project_modal .modal-content {
  background-color: #f6f6f6;
  width: 341px;
}

.child_add_to_project_modal .modal-body table tbody tr select {
  background-color: transparent;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  height: 30px;
}

input.add_to_project_inputs {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  height: 30px;
}

.child_add_to_project_modal .modal-body table tbody tr td input[type=text],
input[type=tel],
input[type=number],
input[type=password] {
  padding: 0 10px;
  background: transparent;
  border: none;
}

.child_add_to_project_modal .modal-body table tbody tr td {
  padding: 5px 10px 5px 9px;
  background: transparent;
  border: none;
}

.modallefttd_width {
  min-width: 116px;
  vertical-align: top;
}

.textarea_wrapper textarea {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
  width: 100%;
}

.child_add_to_project_modal .modal-header h4 {
  padding-left: 20px !important;
}

.child_add_to_project_modal .modal-content {
  width: 100%;
}

.child_add_to_project_modal .modal-body table {
  width: 100%;
}

.child_add_to_project_modal .modal-dialog {
  width: fit-content;
}

.child_add_to_project_modal .modal-body table tbody tr td:last-child input[type="text"] {
  max-width: auto !important;
  width: 100%;
}
.common_error_modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.common_error_modal .modal-content {
  margin-top: 100px;
  font-weight: 700 !important;
}
.common_error_modal button.close {
  background-color: #024a85 !important;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #fff !important;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  margin-right: -8px;
  font-size: 15px !important;
}
/* .common_error_modal .modal-dialog{
  float: right;
  margin-right: 20px;
} */
/* .child_add_to_project_modal .modal-body table tbody tr td:last-child input {
    max-width: 300px !important;
    width: -webkit-fill-available;
} */

.child_add_to_project_modal .modal-body button.close {
  margin: 20px auto 0;
  display: block;
  float: none;
  padding: 8px 14px;
  background: #d1d1d1;
  border-radius: 5px;
  text-shadow: none;
  color: #333;
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #b1aeae;
}

.child_add_to_project_modal .modal-header button.close {
  text-align: center;
  width: 15px;
  height: 15px;
  background: #014984;
  opacity: 1;
  line-height: 0;
  color: #fff;
  text-shadow: none;
  border-radius: 50%;
  top: 2px;
  position: absolute;
  right: 2px;
  margin: 0 !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add_to_project_close img {
  filter: invert(100%);
  width: 12px;
}

.add_to_project_btn button {
  background-color: #014984 !important;
  color: white !important;
  font-size: 13px !important;
  font-weight: normal !important;
}
.filter_section button {
  background: #024a85;
  display: inline-block;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 300;
  color: #fff !important;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  border-radius: 3px;
  text-align: center;
  border: none;
  margin: 5px;
  white-space: nowrap;
}
.modal-header {
  /* text-transform: uppercase; */
  font-size: 13px;
  color: #fff;
  font-weight: 100 !important;
  /* text-transform: uppercase; */
  background-color: #014984;
  padding: 5px;
  text-align: left;
  display: block;
  margin-bottom: 15px;
}

.modal-header h4 {
  margin: 6px 0 10px 0 !important;
}

.add_to_project_inputs:focus {
  box-shadow: 0 0 0 3px rgb(1 73 132 / 30%) !important;
}

.button_focus {
  box-shadow: 0 0 0 3px rgb(1 73 132 / 30%) !important;
}

/* Add to project css end */
.close_last_menu_item img {
  width: 8px;
  filter: invert(100%);
  margin-top: -7px;
}

.close_last_menu_item:hover {
  background-color: #fff;
  color: #004985 !important;
}

.close_last_menu_item:hover img {
  width: 8px;
  filter: invert(0%);
}

/*********8/12/2022******/
.mat-typography .tab-content .mad-head h3 {
  margin: 0 0 0px;
}

.mat-typography .tab-content .mad-head h4 {
  margin: -4px 0 0px;
}

.leftdown_carret button::after {
  right: 1px !important;
  top: 61px;
  z-index: 1;
}

.product_details_footer_customtable_foottable {
  width: auto !important;
  /* float: right !important; */
  width: max-content !important;
}

.electrical_second_image.info_section_common_image {
  display: flex !important;
  height: 39.8%;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  right: 0;
}

.chartblock .table-responsive {
  overflow-y: auto;
}

.product_details_footer_label {
  margin-bottom: 0;
}

.tab-content_heightadjust {
  margin-top: -15px;
}

.electrical_image {
  height: 40vh;
}

.electrical_image img {
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}
/* testing */
/* input {
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
} */

input:focus {
  outline: none !important;
  border: 1px solid #4A90E2 !important;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5) !important;
}
.select_airflow:focus{
  outline: none !important;
    border: 1px solid #4A90E2 !important;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.5) !important;
}
input[type="checkbox"]:focus{
  outline: none !important;
    border: 1px solid #4A90E2 !important;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.5) !important;
}
input[type="radio"]:focus {
  outline: none !important;
  border: 1px solid #4A90E2 !important;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5) !important;
}
.single:focus {
  border: 1px solid #4A90E2;
}

.dashboard-sec .single select:focus {
  outline: none !important;
  border: 1px solid #4A90E2 !important;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5) !important;
}

.project_table_wrapperinner select:focus {
  outline: none !important;
  border: 1px solid #4A90E2 !important;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5) !important;
}

.details_page_add_to_project_modal .add_to_project_dialog .ng-input {
  padding-left: 0 !important;
}
.details_page_add_to_project_modal .add_to_project_dialog .ng-select.ng-select-focused {
  box-shadow: 0 0 0 3px rgb(1 73 132 / 30%) !important;
}

.details_page_add_to_project_modal .add_to_project_dialog .project_details_add_to input:focus {
  border-color: transparent !important;
  box-shadow: unset !important;
}
/* .status-div{
  border: 1px solid #4A90E2;
} */
/* .single:focus{
  outline: none !important;
    border: 1px solid #4A90E2 !important;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.5) !important;
} */
/* .ng-select .ng-select-container .ng-value-container .ng-input>input{
  outline: none !important;
    border: 1px solid #4A90E2 !important;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.5) !important;
  border: unset !important;
} */
/* testing end */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #c0c0c0;
}

.dashboard_aggrid_wrapperheight {
  height: calc(100vh - 253px);
}

.dashboard_leftfilter {
  height: calc(100vh - 225px);
  overflow-y: auto;
  padding-top: 10px;
}

.dashboard_lowemidsection {
  height: calc(100vh - 191px);
    overflow-y: auto;
}

.dashboard-sec .end {
  padding-left: 10px;
  height: calc(100vh - 201px);
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow-y: auto;
}
.h-100 {
  height: auto !important;
}
.ag-cell {
  font-size: 13px;
}
.more-info-section table{
  width: 100%;
}
.more-info-section th {
  font-weight: bold;
}
.more-info-section h2 {
  margin-top: 4px !important;
  margin-bottom: 6px !important;
}
.bulk_update_modal .modal-dialog {
  -webkit-transform: translate(0, 50%) !important;
  transform: translate(0, 45%) !important;
}

.bulk_update_modal .add_to_project_close img {
  filter: invert(0) !important;
}

.bulk_update_modal .add_to_project_close {
  background-color: transparent !important;
}

.single_project_mid_bottom_wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: calc(100vh - 190px);
  background-color: #fff;
}

.col_height_cover {
  height: 100% !important;
}

.single_project_rightaside {
  height: calc(100vh - 229px);
  margin-bottom: 0 !important;
  overflow-y: auto;
}

.single_project_tableheight {
  height: calc(100vh - 255px);
  width: 100%;
  padding-bottom: 93px;
}

.tabcontent_singleprojectright .end .block {
  min-height: calc(100vh - 200px) !important;
}

.attributes_second_column select,
.attributes_second_column textarea {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #c9c9c9;
  background: #fbfbfb;
  height: 24px;
  border-radius: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
  padding-left: 5px;
  font-size: 13px;
}

.attributes_second_column textarea {
  height: 22px !important;
  resize: none;
  padding-top: 1px !important;
}

.attributes_second_column textarea::-webkit-scrollbar,
.attributes_second_column textarea::-webkit-scrollbar-track {
  background-color: transparent;
}

.attributes_second_column textarea::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}

.ancillaries_table_wrapper {
  max-height: 300px;
  overflow-y: scroll;
  position: relative;
}

.project_details_ancillaries_table_wrapper {
  max-height: 300px;
  overflow-y: scroll;
  position: relative;
}

.ancillaries_table_wrapper thead,
.project_details_ancillaries_table_wrapper thead {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #f8f8f8;
}

.mat-body,
.mat-body-1,
.mat-typography {
  font:
    400 14px/20px Roboto,
    "Helvetica Neue",
    sans-serif !important;
}

.single2_custom_silencer {
  flex: 0 0 35%;
  max-width: 35%;
}
.w-100-with-radio {
  width: calc(100% - 24px) !important;
  margin-left: 10px;
}

.smallwidth_box {
  background: #f6f6f6;
  font-size: 12px;
  color: #444;
  border: 0;
  border-bottom: 1px solid #444444;
  width: 49px;
  padding: 0;
  margin: 0;
}
.px-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.silencer_header_table {
  width: 100%;
}
.silencer_header_table td {
  height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* padding: 0 3px; */
}

.silencer_header_table tr td:first-child {
  width: 30%;
  background-color: transparent;
  border: none;
}
.silencer_header_table tr td:not(:first-of-type) {
  width: calc(70% / 8);
}
.header_noise_table_div .silencer_header_noise_table tr th:not(:first-child),
.header_noise_table_div .silencer_header_noise_table tr td:not(:first-child) {
  text-align: right;
}
.font-size-12px {
  font-size: 12px;
}
.radiobutton_top_adjust {
  margin-top: 3px;
  display: inline-block;
  vertical-align: top;
}
.add_to_project_inputs .ng-dropdown-panel {
  background: #fff;
}
.ng-select.add_to_project_inputs .ng-select-container {
  height: 30px;
  width: 100%;
  border: 1px solid #c9c9c9;
}
.details_add_dialog .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 0;
}
.details_add_dialog{
  width: 100% !important;
  max-width: 643px
}
.details_add_dialog .ng-select-clearable {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  height: 30px;
}
.details_add_dialog .ng-select-container.ng-has-value {
      padding-left: 10px !important;
}
.details_add_dialog .ng-option{
  padding-left: 10px !important;
}
.details_add_dialog .ng-value .ng-value-label {
  margin-top: 3px;
  display: inline-block;
}
.details_add_dialog .ng-clear{
  margin-top: 5px;
}
.details_add_dialog .ng-value-container{
  padding: 2px 25px 2px 2px;
  background: #f6f6f6 url(../icon/down_arrow.png) no-repeat top 10px right 0px;
  background-size: auto;
  background-size: 11px;
  /* border-bottom: 1px solid #000; */
  position: relative;
  height: 30px;
  width: calc(100% - 10px);
  margin-right: 5px;
}
.advancetab_overlay {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  overflow: auto;
  resize: horizontal;
  width: 24.5%;
  position: absolute;
  left: 24px;
  bottom: 26px;
  z-index: 3;
  height: calc(100vh - 215px);
  -o-transition: 0.5s ease-out !important;
  -moz-transition: 0.5s ease-out !important;
  -webkit-transition: 0.5s ease-out !important;
  transition: 0.5s ease-out !important;
  max-width: 400px;
}
.advancetab_overlay .subgeadingcollapse a img {
  margin-right: 8px;
  margin-top: -5px;
}
/* .advancetab_overlay_show {
  left: 24px;
} */

.advancetab_overlay h2 {
  font-size: 12px !important;
  color: #fff;
  font-weight: 300 !important;
  text-transform: uppercase;
  background: #014984;
  padding: 0 5px;
  text-align: left;
  display: block;
  margin-bottom: 0px !important;
  line-height: 19px !important;
}
.advancetab_overlay .innerdiv {
  width: 100%;
  max-height: calc(100% - 40px);
  overflow-y: auto;
  display: inline-block;
  vertical-align: top;
}
.advancetab_overlay .innerdiv .subgeadingcollapse {
  color: #000;
  font-size: 12px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
.advancetab_overlay .innerdiv .wrapper-collapse {
  width: 100%;
  vertical-align: top;
  background: #f6f6f6;
  border: 1px solid #dfdfdf;
  padding: 0 5px 1px;
}

.advancetab_overlay .innerdiv .cell-table,
.advancetab_overlay .innerdiv table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px !important;
}

.advancetab_overlay .innerdiv .fixed-width-table {
  width: 165px;
}
.advancetab_overlay .innerdiv input[type="number"],
.advancetab_overlay .innerdiv input[type="text"] {
  width: calc(100% - 10px);
  margin: 0 5px;
  border-bottom: 1px solid #333;
  border-width: 0 0 1px 0;
  background-color: transparent;
  margin-bottom: 5px;
  max-width: 75px;
}
.link_section a{
  text-decoration: underline;
  display: inline-block;
  vertical-align: bottom;
  padding-left: 10px;
  color: #024a85;
  margin-bottom: -22px;
}
.link_section.row {
  margin-top: -16px;
}
.details_filter_section{
  width: auto !important;
  padding-left: 45px;
}
.details_start .leftdown_carret button::after {
  top: 5px !important;
}
.pdf_related_loader img {
  width: 20px !important;
  height: 20px !important;
}
.right_align {
  text-align: right;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.cell-table input[type="checkbox"],
.cell-table input[type="radio"] {
  margin: 3px;
  display: inline-block;
  vertical-align: top;
}
.cell-table label {
  margin-bottom: 0;
}

.cell-table .lefttd {
  width: 170px;
}
.cell-table .righttd {
  width: calc(100% - 170px);
  text-align: left;
}

.cell-table .righttd label {
  padding-right: 10px;
}
.custom-firstcolhead .input-td input[type="number"] {
  width: 100%;
  min-width: 58px;
}

.custom-firstcolhead .ng-select {
  width: 100% !important;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  text-overflow: clip !important;
  white-space: normal !important;
}
.custom-compact-table-width {
  min-width: auto;
  width: 100%;
}

.custom-compact-table-width input[type="text"] {
  width: 40px;
}

.custom-compact-table-width th:nth-child(2),
.custom-compact-table-width th:nth-child(4) {
  min-width: auto;
}

.custom-compact-table-width th:nth-child(1) {
  min-width: 75px;
}

.ancillary_quantities {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background-color: #f8f8f8;
}

.split-section{
  width: 100%;
  height: calc(100vh - 195px);
}
.split_section_left_side{
  overflow-y: hidden !important;
}
.split_section_right_side{
  overflow-y: hidden !important;
}

.single-db-outer > div:last-child > div.single{
  margin-right: 0;
}

.navbeforedrop{
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}

.navbeforedrop .dropdown{
  margin-top: 10px;
}

.product-details-ancillaries{
  position: relative;
}
.details-ancillary-loader {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.details-ancillary-loader img {
  width: 80px !important;
}
/* //++++++++++++++ */
.large_input_modal .modal-dialog {
  -webkit-transform: translate(0, 38%) !important;
  transform: translate(0, 38%) !important;
}

.bulk_update_modal .modal-xl-custom {
  width: 100% !important;
  max-width: 1100px !important;
  transform: translateY(-50%) !important;
  top: 50%;
  overflow-y: auto;
  min-height: auto !important;
}

.ck.ck-content ul,
.ck.ck-content ol {
  padding-left: 10px;
}

.attribute_table.attribute_table_set.sustainability_table {
  width: 100%;
  border: 0px !important;
}

.attribute_table.attribute_table_set.sustainability_table thead th,
.attribute_table.attribute_table_set.sustainability_table tbody td {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px;
  text-align: left !important;
  padding: 0 5px;
  white-space: nowrap;
}

.height_ng_select .ng-dropdown-panel-items{
  width: 100% !important;
}
.filterInput {
  overflow-x: hidden !important;
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  display: inline-block !important;
}
/* .filterDropdownSection li{
  list-style-type: none !important;
} */
/* end CH */
@media only screen and (max-height: 500px) {
  .ui-modal-footer {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1500px) {
  .custom-firstcolhead .ng-select {
    width: 60px !important;
  }
}

@media only screen and (max-width: 991px) {
  .p-65 {
    padding: 0 15px;
  }

  .login-sec form {
    padding: 15px;
  }

  .login-sec .content p {
    font-size: 20px;
  }

  .loginouter {
    position: static;
  }

  .login-sec {
    height: auto;
    padding: 30px 0;
  }

  .login-sec .content {
    margin-top: 15px;
  }

  .login-sec .form {
    margin: auto;
    float: none;
  }

  .loginfooter {
    position: static;
  }

  .dashboard-sec .single {
    float: none;
    margin: 5px 0;
    height: auto;
  }

  .dashboard-sec .single .right,
  .dashboard-sec .single .left {
    float: none;
    width: 100%;
  }

  .single1,
  .single2,
  .single3,
  .single4,
  .single4,
  .single5,
  .single6,
  .single7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .input-btns input {
    width: 100% !important;
  }

  .input-btns .btns {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .dashboard-sec .wd-25 .single {
    height: auto;
  }

  .filter_tab {
    transform: none;
    display: block;
    width: 100%;
    position: static;
  }

  .middle .block .nav-tabs {
    justify-content: center;
  }

  .filter_tab li a::after {
    content: none;
  }

  .filter_tab li a {
    margin-right: 0;
    border-bottom: 2px solid #014984;
  }

  .dashboard-sec .end {
    padding-left: 0;
    padding-top: 8px;
  }

  .dashboard-sec {
    height: auto;
  }

  .dashboard-sec .top {
    padding: 15px 0;
  }

  header {
    position: static;
  }

  .form-check-label {
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 16px;
    margin-top: 5px;
  }

  .form-inline .form-check {
    padding-left: 0;
    margin-top: -5px;
  }

  .treeview-container::before {
    top: 31px;
  }

  .middle {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .header-btm .options,
  .header-btm .menu {
    text-align: center;
  }
}

@media only screen and (max-height: 700px) {
  .loginouter {
    transform: none;
    position: relative;
    margin: 50px 0;
  }
}

@media only screen and (min-height: 700px) {
  .loginfooter {
    bottom: 0;
    position: fixed;
    left: 0;
  }
}

@media only screen and (max-height: 859px) {
  .dashboard-sec .end {
    position: relative;
    top: 0;
    width: 100%;
  }

  .end .block .tab-content {
    min-height: 250px;
  }
}
