/*
 * Quote Search Styles
 * Author: Tom Schweers
 * Created: 2/21/23
 * Description: Style the Search for Quote input at the top of all the Trident pages.
*/

/* TS commented 5/30/24 for BL 42562
[name ~= add_to_quote] button span {
    display : none;
}
*/

.oj-dialog-header oj-dialog-header-close ui-draggable-handle {
    background-position: 95% 50%;
    background-color: rgba(173, 210, 243, 0.95);
    padding: 8px;
    outline: none;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size:10px;
    transition: all .5s;
    width: 100%;
}
