.quote_maker_button_image:hover{
    box-shadow: 0 2px 5px 0 rgba(33,33,33,0.5) !important;
    transition: all 0.1s;
    cursor: pointer;
}
.quote_maker_hr{
    background-color: #ffa500;
}
.quote_maker_button{

}

/* width */
#cboxLoadedContent::-webkit-scrollbar {
    width: 7px;
    border-radius: 5px;
}

/* Track */
#cboxLoadedContent::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
#cboxLoadedContent::-webkit-scrollbar-thumb {
    background: #e1e1e1;
}

/* Handle on hover */
#cboxLoadedContent::-webkit-scrollbar-thumb:hover {
    background: #bbbbbb;
}

.quotemaker_image{
    box-shadow: 0 2px 5px 0 rgba(33,33,33,0.5) !important;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.title_span{
    padding-bottom: 3px;
}

/* @media (min-width: 769px) { */
/*     .div_header_offerte_front_page { */
/*         width: 82%; */
/*         display: inline-block; */
/*         vertical-align: middle; */
/*     } */
/* } */

.div_header_offerte_front_page {
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: middle;
}

.div_header_offerte_front_page h1 {
    font-weight: bolder;
    font-size: 19pt;
    color: #ff9100;
    margin-top: 10px !important;
    margin-bottom: 10px
}

.div_offerte_offerte_front_page {
    width: 190px;
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 512px) {
    .div_header_offerte_front_page {
        width: 100%;
    }
    .div_offerte_offerte_front_page {
        padding-left: auto;
        max-width: 300px;
        display: block;
        margin-bottom: 20px;
    }
}
