﻿/*
    QUOTATION NEW
*/
.all-items-btn{
    margin-right: 10px;
    font-size: 12px;
    border: none;    
    height: 26px;
    background: rgb(256 256 256 / 15%);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 15px;
    transition: all .25s ease-in-out;
}
.all-items-btn:hover{
    background-color: rgb(256 256 256 / 30%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

.material-icons.orange600 {
    color: #fb8c00;
}

.quote-form {
    background-color: #fff;
}
.quote-form .page-content {
    height: calc(100vh - 125px) !important;
    padding: 0 9px 0 6px;
    background: #e5e8ef;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    border: solid 1px #d5d9e3;
}
.quote-form .quote-form-left {
    flex: 0 0 280px;
    padding: 5px 7px 5px 7px;
}
.quote-form .quote-form-center {
    flex: 1 1 auto;
    padding: 5px 7px 5px 0px;
}
.quote-form .quote-form-right {
    flex: 0 0 280px;
    padding: 5px 7px 5px 0px;
}

@media screen and (min-width: 1600px) {
    .quote-form .quote-form-left {
        flex: 0 0 300px;
    }    
    .quote-form .quote-form-right {
        flex: 0 0 300px;
    }
  }
.quote-form .quote-form-center .page-content {
    padding: 0px 0px 0px 5px;
}

.quote-form .page-actions {
    background: #d6d8e0;
    flex: 0 0 42px;
    height: calc(100% - 0px);    
    border-radius: 3px;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.quote-form .page-actions button {
    border: 0;
    background: rgb(46 49 64 / 35%);
    color: #2e3140;
    border-radius: 2px;
    transition: all 0.25s ease-in-out;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quote-form .page-actions button:hover {
    background: #2e3140;
}
.quote-form .page-actions button:hover md-icon {
    color: #fff;
}
.quote-form .page-actions button md-icon {
    color: #2e3140;
    font-size: 18px;
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
}

.quote-form .tab-content,
.quote-form .middle-content {
    height: calc(100vh - 161px) !important;
    overflow: hidden;
    position: relative;
    padding: 0 8px 0 0px;
}
.quote-form .middle-content {
    height: calc(100vh - 153px) !important;
}

.quote-form md-tabs-canvas {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    height: 30px;
}
.quote-form md-tabs-canvas md-pagination-wrapper {
    height: 30px;
}
.quote-form md-tabs-canvas md-pagination-wrapper md-tab-item {
    line-height: unset;
    padding: 5px 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border: solid 1px #dcdee4;
    background: #d0d2e0;    
    min-width: 72px;
}

.quote-form .summary-items > [layout="row"] {
    background: #d6d8e0;
    padding: 2px 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.quotation-body .product {
    position: fixed;
    top: 97px;
    left: 0;
    height: calc(100% - 97px);
    width: 350px;
    background: #ddd;
    overflow: hidden;
    padding: 0 20px;
}

.quotation-body md-tabs .md-tab.md-active {
    color: #fff !important;
}

.quotation-body .quote-form.c-7030a0 md-tabs .md-tab.md-active {
    background-color: #7030a0 !important;
}

.quotation-body .quote-form.c-4472c4 md-tabs .md-tab.md-active {
    background-color: #4472c4 !important;
}

.quotation-body .quote-form.c-548235 md-tabs .md-tab.md-active {
    background-color: #548235 !important;
}

.quotation-body .quote-form.c-c55a11 md-tabs .md-tab.md-active {
    background-color: #c55a11 !important;
}

.quotation-body h1.section-title {
    font-size: 13px;
    color: #2e3140;
    padding: 0;    
    text-transform: uppercase;
}
.quotation-body h1.section-title.mt-30 {
    margin-top: 30px;
}

.quotation-body small.section-note {
    font-style: italic;
    color: #677a84;
}

.quotation-body .label {
    text-transform: uppercase;
    font-size: 11px;
    color: #646588;
}

.quotation-body .label.fw-500 {
    color: #090518;
}

.quotation-body .value {
    height: 30px;
    line-height: 30px;
    color: #000;
    margin: 0;
    font-size: 14px;
}

.quotation-body .custom-selected {
    border-bottom: dotted 1px #ccc;
    padding-right: 5px;
    margin-top: 5px;
}

.quotation-body .value .tiny {
    font-weight: 300;
}


.packages .package{
    background-color: #fff;
    border: solid 2px #fff;
    height: 90px;
    margin: 0 2px;   
    padding-bottom: 2px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
    transition: all .25s ease-in-out;
}
.packages .package.active{
    border: solid 2px #4472c4;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.packages .package:hover{
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.packages .package img{
    margin-top: 10px;
}

.packages .package .name{
    font-size: 11px;
    text-transform: uppercase;
    color: #646588;
}
.packages .model{
    background: #fff;
    padding: 4px 4px;
    margin: 6px 2px;
    border: solid 2px #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    color: #646588;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.packages .model:hover{    
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.packages .model.active{
    border-color: #4472c4;  
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);  
}
.package-description{
    width: 100%;
}
.package-description .note{
    background: #d6d8e0;
    margin: 0 5px;
    padding: 8px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}

/**************************************************
**************   COLOR PALLET *********************
**************************************************/

.quotation-body .color-palete md-radio-button {
}

.quotation-body .color-palete md-radio-button .md-label {
    font-size: 13px;
    color: #858585;
}

.quotation-body .color-palete .color-item .color {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: solid 1px #cecece;
}

.quotation-body .add-btn {
    position: absolute;
    right: -20px;
    bottom: -23px;
}

.quotation-body .add-btn.md-button.md-fab[disabled] {
    background-color: #d3d3d3 !important;
}

.quotation-body .delete_btn {
}

.quotation-body .clone_btn {
}

.quotation-body .action_btn {
    position: relative;
    overflow: initial;
}

.quotation-body .action_btn:before {
    position: absolute;
    content: attr(aria-label);
    bottom: -13px;
    font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #878ea9;
    letter-spacing: 0.06em;
}

.r30 {
    right: 30px !important;
}

md-menu-content.quote-productc-card {
    padding: 0;
    max-height: none;
}

md-menu-content.quote-productc-card product-card md-card {
    margin: 0;
    box-shadow: none !important;
}

.note.info {
    color: #2196f3;
}

.note.error {
    color: #f44336;
}

.no-data {
    width: 100%;
    font-size: 20px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background-color: #5d606e;
}

.border-none {
    border: none;
}


.quote-actions button md-icon {
    color: #fff;
}

.quote-actions > div {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.quote-form md-input-container textarea.md-input {
    border: none;
    padding: 10px;
    line-height: 18px;
    font-size: 12px;
}

.quote-form md-autocomplete {
    background: transparent;
}
/* .quote-form md-input-container input,
.quote-form md-input-container md-select,
.quote-form md-input-container textarea,
.order-form md-input-container input,
.order-form md-input-container md-select,
.order-form md-input-container textarea {
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%) !important;
    border: solid 1px #fff !important;
    border-radius: 3px;
    height: 34px;
    text-align: right;
} */
.quote-form md-switch .md-label{
    text-transform: uppercase;
    font-size: 12px;
}
/* .quote-form md-autocomplete-wrap input {
    height: 34px;
} */
.dc-form-element md-select-menu input[type="search"],
.dc-form-element md-select-menu input[type="search"]:focus{
    border: none;
    border-bottom: solid 1px #ddd;
    width: calc(100% - 20px);
    margin: 0;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    outline: none;
}
/* .quote-form md-input-container md-select,
.quote-form md-input-container textarea,
.quote-form md-autocomplete input {
    text-align: left;
    padding-left: 5px;
}

.quote-form
    .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)
    > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
}

.quote-form md-input-container md-select md-select-value,
.order-form md-input-container md-select md-select-value {
    border: none !important;
    background-image: none !important;
    font-size: 12px;
}

.quote-form md-input-container.disabled input,
.quote-form md-input-container.disabled md-select,
.quote-form md-input-container.disabled textarea,
.quote-form md-input-container input[disabled],
.quote-form md-input-container md-select[disabled],
.quote-form md-input-container textarea[disabled],
.order-form md-input-container.disabled input,
.order-form md-input-container.disabled md-select,
.order-form md-input-container.disabled textarea,
.order-form md-input-container input[disabled],
.order-form md-input-container md-select[disabled],
.order-form md-input-container textarea[disabled] {
    background-color: #d3d9e6 !important;
}


.quote-form md-input-container.error input,
.quote-form md-input-container.error md-select {
    border: solid 1px #e86e4f !important;
    box-shadow: 0px 1px 5px 0px rgb(238 107 70 / 20%), 0px 2px 2px 0px rgb(238 107 70 / 14%),
        0px 3px 1px -2px rgb(238 107 70 / 12%) !important;
} */


::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #545971; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #1a2140; 
  }