/*override classic theme*/
.product-additional-info .add_to_aliquote_button{
    background-color: #222222;
}

.product-additional-info .add_to_aliquote_button:hover{
    background-color: #b51817;
}

.product-quantity {
    flex-wrap: wrap;
}
.product-quantity .add {
    margin-right: .4rem;
}
/*end override*/

a .priceWarning {
    font-size: 1rem;
    color: #fab000;
}

.flex-break {
    flex-basis: 100%; 
    height: 0;
}

#quote_details .box {
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

#quote_details {
    font-size: .875rem;
    color: #7a7a7a;
}

.quotelist-table .orderby {
    font-size: 20px;
    font-weight: 700;
    color: #7a7a7a;
}

.quotelist-table input {
	background-color: #ffffff;
}

.quotelist-table .orderby.selected {
    color: #ff8a36;
}

.quotelist-table th {
    white-space: nowrap;
  }  
    
#order-products .img-icon {
    max-width: 30px;
}


#product_quantity_add {
    width: 60px;
}

.adminaliquotedetails #content.bootstrap .panel-heading, #content.bootstrap h3:not(.modal-title) {
    display: inline;
    margin-bottom: 8.5px ;
    margin-top: 17px ;
    margin-right: 0px ;
    margin-left: 0px ;
    border: unset;
}

.adminaliquotedetails .address-data {
    padding: 5px 10px;
}

.invoice-condition {
    display: inline-block;
}

.status-data {
    margin-top: 7px;
display: flex;
align-self: center;
margin-left: 1rem;
}

/* modale */
.aliquote-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: none;
}

.aliquote-modal .modal_wait_icon {
    position: absolute;
    width: 25%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aliquote-modal .modal_wait_icon p {
    color: white;
}
.aliquote-modal .modal_wait_icon i {
    color: white;
    font-size: 80px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

#header .header-nav .quotation-cart{
    background: #48d1b2;
    height: 3rem;
    padding: .75rem;
    text-align: center;
    white-space: nowrap;
    color: #7a7a7a;
}

#header .header-nav .quotation-cart.quote-with-products {
    background: #88c7b1;
    color: white;
}

#header .header-nav .quotation-cart a{
    text-decoration: none;
    color: #ffffff;
}

#header .header-nav .quotation-cart a:hover{
    color: #ffffff;
    text-decoration: none;
}

.product-add-search {
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    background: #f1f1f1;
    z-index: 99;
    border: 1px solid black;
}

.quote-product-search-result {
    color: #999;
    list-style: none;
    margin: 0.3rem;
    border-bottom: 1px solid black;
    
}

.quote-product-search-result:last-of-type {
    border-bottom: 0px;
}

.quote-product-search-result:hover {
    color: black;
    list-style: none;
    margin: 0.3rem;
    cursor: pointer;
    
}

.product-discount td{
    border: none;
    white-space: nowrap;
}



@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.products .product_list li .quick-add-to-quote {
    background: #0f0f0f;
    color: #ffffff;
    height: 34px;
    width: 34px;
    padding: 4px;
    margin: 0px;
    position: relative;
    border: 0;
    display: inline-block;
    font-size: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    vertical-align: top;
    border-radius: 4px;
}
.products .product_list li .quick-add-to-quote:hover {
    background-color: #afcb08;
}

.product_zone-row > td {
    background-color: #666666;
    padding: 4px;
    color: #fff;
}
.product_zone-row > td > a{
    color: #fff;
}

.product_zone-row .input-product_zone > input {
    text-align: center;
    width: 40%;
    min-width: 300px;
}

#order-products tbody.sortable,
.order-subproducts tbody.subproduct-sortable {
    background-color: #fff;
}
#order-products tbody.sortable {
    border: 5px solid #e9e9e9;
}
#order-products tbody.ui-state-highlight {
    height: 230px;
}

.drag-handler {
    color: #2fb5d2;
}
.drag-handler-subproduct {
    color: #ff8b36;
}

.ui-sortable-helper {
    box-shadow: 3px 5px 15px 7px #888888;
}

#custom_product_name_add, .tox.tox-tinymce {
    margin-bottom: 30px;
}

.custom-product-info {
    display: flex;
	padding: 0px 10px 10px 10px;
}

.custom-product-info div{
    margin-right: 60px;
}

#custom_product_quantity_add, #custom_product_price_add {
    width: 150px;
}

.custom-product-confirmation {
    margin-left: auto;
    align-self: center;
}

#applyNewCustomProduct {
	margin-right: 20px;
}