md-sidenav.drawer,
md-backdrop {
  position: fixed !important;
}
.all-items-btn {
  margin-right: 10px;
  font-size: 12px;
  border: none;
  border-radius: 0;
  height: 26px;
  background: rgb(39 138 216 / 15%);
  color: #278ad8;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 15px;
  transition: all 0.25s ease-in-out;
}
.all-items-btn:hover {
  background-color: #278ad8;
  color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

.quote-form {
  background-color: #e7e9ed;
}

.quote-form .quote-side.left {
  flex: 0 0 365px;
  background: #cdd7df;
  max-width: 365px;
  padding: 0px 12px 0px 10px;
}
.quote-form .quote-side.center {
  flex: 1 1 auto;
  padding: 0px 10px 0px 8px;
}
.quote-form .quote-side.right {
  flex: 0 0 40px;
  padding: 5px 5px 5px 0px;
}

.quote-form .tools-bar {  
  min-height: 100%;    
  background: #081c32;
  box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.quote-form .tools-bar button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

@media (max-width: 599px) {
  .quote-form .quote-side {
    height: 100%;
  }
  .quote-form.page-content {
    min-height: calc(100vh - 134px) !important;
    max-height: calc(100vh - 134px) !important;
  }
  .quote-form .page-content {
    min-height: inherit !important;
    max-height: inherit !important;
  }
}
.quote-form .custom-field {
  
    background: #fff;
    height: 36px;
    border-radius: 3px;
    padding: 0px 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%) !important;
    border: solid 1px #fff !important;
    font-size: 13px;
    white-space: nowrap;
    border: solid 1px #fff;
    position: relative;
    display: flex;
    align-items: center;
}
/** custom-mode START**/
.quote-form .custom-mode {
  border: solid #607d8b 1px;
  padding: 3px 10px;
  margin-top: 15px;
  background: rgb(96 125 139 / 15%);
}
.quote-form .custom-mode.active {
  border: solid #e91e63 1px;
  background: rgb(233 30 99 / 10%);
}
.quote-form .custom-mode md-switch {
  margin: 0;
}
.quote-form .custom-mode md-switch .md-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  word-spacing: 5px;
  white-space: nowrap;
  letter-spacing: 1px;
}

.quote-form md-autocomplete.quick-model-search input::placeholder {
  color: #364f6c;
}
.autocomplete-custom-template.md-autocomplete-suggestions .md-autocomplete-suggestion {
  display: flex;
  align-items: center;
}

.quote-form .section-title {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}

.quote-form .product {
  position: fixed;
  top: 97px;
  left: 0;
  height: calc(100% - 97px);
  width: 350px;
  background: #ddd;
  overflow: hidden;
  padding: 0 20px;
}

.quote-form .product .silencer-img {
  padding-top: 25px;
}

.table-help {
  padding: 10px;
  font-size: 13px;
}

.table-help h2 {
  font-weight: 400;
  margin-bottom: 0;
}

.table-help p {
  margin-top: 0;
}

.dil-sugetion {
  width: 600px;
}

.dil-sugetion table {
  width: 100%;
}

.dil-sugetion table td {
  height: 45px;
}

.dil-sugetion table tr td {
  text-align: center;
}

.dil-sugetion table tr:hover td {
  background-color: #d0d5e0;
}

.dil-sugetion table tr:not(:last-child) {
  border-bottom: solid 1px #ddd;
}

.d-block {
  display: block;
}
.text-nowrap {
  white-space: nowrap;
}
