﻿:root{
    --productColor:#2f3f4e;
}
.all-items-btn{
    margin-right: 10px;
    font-size: 12px;
    border: none;
    border-radius: 0;
    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%);
}
.quotation-page.breadcrumbs-wrapper{
    background-color: var(--productColor);
}
.quote-form {
    background-color: #fff;
}

.quote-form .side-left {
    flex: 0 0 300px;
    padding: 5px 3px 5px 5px;
}

.quote-form .side-center {
    padding: 5px 3px 5px 3px;
    flex: 1 1 auto;
}
.quote-form .side-right {
    padding: 5px 5px 5px 3px;
    flex: 0 0 40px;
}
.quote-form .page-content {
    height: calc(100vh - 128px) !important;
    padding: 0 10px 0 8px;
    background: #e5e8ef;
    border-radius: 3px;
}
.quote-form .side-center > .page-content {
    padding: 0px;    
}
.quote-form .side-right > .page-actions {
    background: #d6d8e0;       
    height: 100%;
    border-radius: 3px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.quote-form .product {
    position: fixed;
    top: 97px;
    left: 0;
    height: calc(100% - 97px);
    width: 350px;
    background: #ddd;
    overflow: hidden;
    padding: 0 20px;
}
.quote-form md-tabs md-tabs-wrapper{
    box-shadow: 0 3px 8px rgb(0 0 0 / 15%);
    position: relative;
    z-index: 2;
}
.quote-form  md-tabs md-pagination-wrapper,
.quote-form  md-tabs md-tabs-canvas {
    height: 30px;
}

.quote-form  md-tabs .md-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    font-size: 12px;
    font-weight: 400;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.quote-form md-tabs .md-tab.md-active {
    background-color: #697ba3;
    color: #fff;
}
.quote-form .tab-content {
    height: calc(100vh - 168px) !important;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}

.quote-form .product-img{
    background: #cad1e1;
}
.product-img img{
    height: 120px;
    margin: 10px auto;
}
.quote-form fieldset{
    border-radius: 5px;
    border: solid 1px #cad1e1;
    margin-top: 10px;
    padding: 3px 10px 10px 10px;
}
.quote-form h1.section-title,
.quote-form fieldset legend {
    font-size: 13px;
    color: #141932;
    padding: 0;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.quote-form fieldset legend {    
    margin: 0 10px;
    padding: 0 10px;
}

.quote-form .section-note {
    font-style: italic;
    color: #5884f2;
    font-size: 11px;
    border-left-width: 20px;
    background: rgb(88 132 242 / 15%);
    padding: 2px 5px 2px 22px;
    border-radius: 10px;
    position: relative;
    text-transform: initial;
    display: block;
}
.quote-form .section-note:after {
    position: absolute;
    content: "\2139";
    width: 15px;
    height: 15px;
    background: #5884f2;
    border-radius: 50%;
    color: #fff;
    left: 2px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    font-size: inherit;
    font-style: normal;
}

.quote-form .summary-items .label {
    font-size: 11px;
    color: #646588;
}

.quote-form .summary-items .value {
    height: 30px;
    line-height: 30px;
    color: #000;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}

.quote-form .label.fw-500 {
    color: #090518;
}
.quote-form .summary-items [layout="row"] {
    background: #d6d8e0;
    padding: 2px 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}


.quote-form md-switch,
.quote-form md-radio-button {
    margin: 5px 0 0 0!important;
    background: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    padding: 0px 5px;
    border: solid 2px #ffffff;
    line-height: unset;
    display: flex;
    align-items: center;
    min-height: 30px;
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 16%), 0 1px 4px -1px rgb(0 0 0 / 4%);
    transition: all .25s ease-in-out;
}
.quote-form md-switch[disabled],
.quote-form md-radio-button[disabled]{
    background: #d3d9e6;
}
.quote-form md-switch:not([disabled]):hover,
.quote-form md-radio-button:not([disabled]):hover{
    border-color: #97a6f6;
}
.quote-form md-switch:not(.md-checked) .md-thumb.md-ink-ripple {
    background-color: #dce0e9;
}
.quote-form md-switch:not(.md-checked) .md-bar {
    background-color: #acafbd;
}
.quote-form md-radio-button .md-off {
    border-color: #cad1e1;
}
.quote-form md-radio-button .md-label {
    width: 100%;
}
.quote-form md-switch:not([disabled]).md-checked,
.quote-form md-radio-button:not([disabled]).md-checked {    
    border-color: #3f51b5;
    color: #3f51b5;
}
.quote-form md-radio-button .md-container{
    left: 5px;
}

.quote-form .page-actions button {
    border: 0;
    background: rgb(46 49 64 / 31%);
    color: #2e3140;
    border-radius: 2px;
    transition: all 0.25s ease-in-out;
    margin: 0;
    padding: 0;    
    min-width: 28px;
    width: 28px;
    height: 28px;
    min-height: 28px;
    line-height: unset;
}
.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;
}

/**************************************************
**************   COLOR PALLET *********************
**************************************************/
.quote-form .color-palete .color-item .color {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: solid 1px #697ba3;
}


/**************************************************
**************   DOORS ****************************
**************************************************/

.quote-form .door-style md-radio-button .md-label {
    font-size: 13px;
    color: #858585;
}

.quote-form .door-style .door-style-radio {
    margin: 10px 0 0 0;
}

@media (max-width: 599px) {
   
    .quote-form h1 {
        font-size: 1.25em !important;
        padding-top: 0.67em;
        margin-top: 0;
    }
    .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;
    }
}

@media (min-width: 1280px) {
    .quote-form .product {
        width: 450px;
    }
    .quote-form .form {
        left: 490px;
        width: calc(100% - 490px);
    }
}

.quote-form .hide-scroll {
    overflow: hidden;
}

.quote-form .hide-scroll:after {
    content: '';
    height: 2em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(219, 219, 219, 0)), to(rgba(211, 211, 211, 1)));
    background: -webkit-linear-gradient(rgba(219, 219, 219, 0) 0%, rgba(211, 211, 211, 1) 100%);
    background: -moz-linear-gradient(rgba(219, 219, 219, 0) 0%, rgba(211, 211, 211, 1) 100%);
    background: -o-linear-gradient(rgba(219, 219, 219, 0) 0%, rgba(211, 211, 211, 1) 100%);
    background: linear-gradient(rgba(219, 219, 219, 0) 0%, rgba(211, 211, 211, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00dbdbdb', endColorstr='#d3d3d3', GradientType=0);
}

.quote-form .hide-scroll .viewport {
    padding-left: 20px;
    overflow-y: auto;
    max-height: 100%;
    margin-right: -100px;
    padding-right: 110px;
    padding-bottom: 100px;
}

.quote-form .form .switch-item {
    position: relative;
}

.quote-form .form .switch-item md-switch {
    position: absolute;
    top: -30px;
    right: 3%;
}

.quote-form .form .switch-item md-switch:first-child {
    right: 50%;
}

.quote-form .form md-input-container.md-default-theme .md-input[disabled],
md-input-container .md-input[disabled],
[disabled] md-input-container.md-default-theme .md-input,
[disabled] md-input-container .md-input {
    opacity: 0.75;
    color: #101010;
    background-image: none;
}

.quote-form .form .results {
    margin-bottom: 200px;
    overflow: auto;
}

.quote-form .product.hide-scroll .viewport>div {
    margin-bottom: 50px;
}

.results-table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

.results-table tr th {
    font-size: 12px;
    font-weight: 500;
    color: #797979;
    white-space: nowrap;
    position: relative;
    border-bottom: solid 1px #DDDDDD;
    height: 35px;
    line-height: 35px;
    background: #efefef;
    padding: 0 10px;
}

.quote-form .info-icon md-icon {
    color: #2196f3;
}

.results-table .info-icon#pdInfoBtn {
    position: absolute;
    top: -5px;
    left: calc(50% - 24px);
}

.results-table tr td {
    border-bottom: solid 1px #DDDDDD;
    padding: 0;
    height: 48px;
    font-size: 13px;
    color: #666;
    font-weight: 600;
    background: #fafafa;
    padding: 0 10px;
}

.quote-form .form .results .table-banner.active {
    background: #e3edfd;
}

.quote-form .form .results .table-banner button {
    padding: 0;
    margin: 0;
    min-width: 40px;
    width: 60px;
    border-radius: 100%;
}

.quote-form .form .results .table-banner button:hover {
    background: transparent;
}

.bl1 {
    border-left: solid 1px #DDDDDD;
}

@media (max-width: 960px) {
    .quote-form .form {
        top: 89px;
        left: 390px;
        height: calc(100% - 89px);
        width: calc(100% - 390px);
    }
    .quote-form .product {
        top: 89px;
        height: calc(100% - 89px);
        width: 350px;
    }
}

@media (max-width: 750px) {
    .quote-form .form {
        top: 89px;
        left: 290px;
        height: calc(100% - 89px);
        width: calc(100% - 290px);
    }
    .quote-form .product {
        top: 89px;
        height: calc(100% - 89px);
        width: 250px;
    }
}

@media (max-width: 650px) {
    .quote-form .form,
    .quote-form .product {
        position: relative;
        left: 0;
        left: 0;
        height: auto;
        width: auto;
    }
    .hide-scroll {
        overflow: inherit;
    }
    .hide-scroll .viewport {
        padding-left: 0;
        overflow-y: inherit;
        max-height: inherit;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

.results-table tr:hover td:not(.nodata),
.results-table tr.selected td {
    background: #ffc107 !important;
}

.results-table tr.selected {
    outline: none;
}

.results-table tr td.nodata {
    height: 200px;
    background: #f7f7f7;
}

.results-table tr td.nodata h1 {
    font-size: 50px;
    margin: 0;
    color: #d4d4d4;
}

.results-table tr th button {
    margin: 0;
    position: absolute;
}

.results-table tr th button:hover {
    background-color: transparent !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;
}

.op-07 {
    opacity: .7;
}

md-sidenav.summary {
    position: fixed !important;
    min-width: 500px;
    width: 500px;
    background: #fff;
}
md-sidenav.summary .scroll-area {
    overflow: hidden;
    position: relative;
    height: calc(100vh - 40px);
    padding: 0 16px 0 4px;
}

md-sidenav.produc-summary{    
    min-width: 960px;    
    width: 960px;
}

.header-btn.request {
    color:#FFF;
    border-color: #ff7348;  
    background: #ff7348;
}
.header-btn.request:hover {
    background-color:#ff7348;
    color: #fff;
}