


#offcanvasDynamic, #offcanvasQuote {
    container-type: inline-size;
    container-name: offcanvas-parent;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 85vw;
    background-color: #f4f4f4;
    -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 9;
}

.header_z_index {
        z-index: 10;
}
.quote_col {
        width: 100% !important;
    }

 table.table_jb, table.table_qte  {
  border-collapse: separate;
  border-spacing: 0;
}

tr.border_selected td {
  border-top: 3px solid #00afef !important;
  border-bottom: 3px solid #00afef !important;
}


/* arredondar os cantos dessa linha */
tr.border_selected td:first-child {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-left: 3px solid #00afef !important;
}

tr.border_selected td:last-child {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-right: 3px solid #00afef !important;
}

.btn_col {
   max-width: 100% !important;
} 

@media (min-width:650px) {
    .btn_col {
        max-width: 33% !important;
    } 

    #offcanvasDynamic, #offcanvasQuote {
        width: 75vw;
        min-width: 65vw;
    }
}

@media (min-width:992px) {
    #offcanvasDynamic, #offcanvasQuote {
        width: 40vw;
        max-width: 65vw;
        min-width: 40vw;
    }

    .btn_col {
        max-width: 100% !important;
    } 
    @container offcanvas-parent (min-width: 45vw) {
        
        .btn_col {
                max-width: 33% !important;
            } 

        .quote_col {
            width: 50% !important;
        }
    }    
}

 @media (min-width:1200px) {
     #offcanvasDynamic, #offcanvasQuote {
        width: 38vw;
        max-width: 70vw;
        min-width: 38vw;
    }
     .btn_col {
        max-width: 33% !important;
    } 
 }

 @media (min-width:1300px) {
     #offcanvasDynamic, #offcanvasQuote {
        width: 40vw;
        /* max-width: 70vw; */
        min-width: 40vw;
    }
 }

  @media (min-width:1400px) {
     #offcanvasDynamic, #offcanvasQuote {
        width: 40vw;
        max-width: 70vw;
        min-width: 40vw;
    }
 }

#offcanvasDynamic.active, #offcanvasQuote.active {
    right: 0 !important;
}

.offcanvasContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
    background-color: #fff;
    overflow-y: auto;
    margin-top: 50px !important;
}

#resizer_jb, #resizer_qte {
    width: 7px;
    background: #aaa;
    cursor: ew-resize;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

#resizer_qte:hover {
    background: #888;
}

#resizer_jb:hover {
    background: #888;
}