tr.clear-selections {
    text-align: right;
    height: 25px;
}
tr.clear-selections-top {
    position: absolute;
    margin-top: -25px;
    right: 10px;
}
tr.clear-selections td {
    text-align: right;
    height: 25px;
}
tr.clear-selections td a {
    display: inline-block;
    color: #f16327 !important;
    cursor: pointer;
    margin-right: 5px;
}
tr.clear-selections td a:hover {
    text-decoration: underline;
}


/* modal */

.bbo-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bbo-modal .bbo-modal-inner {
    background: #fff;
    min-width: 40vw;
    min-height: 40vh;
    max-height: 90vh;
    max-width: 90vw;
    font-size: 0;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.bbo-modal .bbo-modal-inner .bbo-modal-close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5px;
    background: #fff;
    transition: 0.2s ease background-color;
    top: 5px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.bbo-modal .bbo-modal-inner .bbo-modal-close::before {
    content: 'X';
    text-align: center;
    width: 100%;
    display: block;
    line-height: 32px;
    font-size: 21px;
}
.bbo-modal .bbo-modal-inner .bbo-modal-close:hover {
    background: #eee;
    transition: 0.2s ease background-color;
}
.bbo-modal .bbo-modal-inner .bbo-modal-content > *{
    margin: 5px;
}
.bbo-modal .bbo-modal-inner .bbo-modal-content {
    text-align: center;
}
.bbo-modal .bbo-modal-inner .bbo-modal-content > img {
    margin: 0;
}

.bbo-orange {
    color: #f16327;
    line-height: 1.1em;
}

.ft-14px,
.ft-14px a {
    font-size: 14px;
}

