.card-header.live_page {
    background: linear-gradient(to bottom, #383838 0%,#191919 100%);
    border: 1px solid #000000;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    display: flex;
    height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    width: 70%;
    margin-bottom: 5px;
    justify-content: space-between;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    font-size: 13px;
}

.live-page-header {
    text-transform: capitalize;
    cursor: pointer;
}

span.link_page {
    margin-left: 1rem;
}

span.link_page:hover, span.link_page.active {
    color: #dfc70e;
}

.live_score_m {
    position: absolute;
    color: green;
    right: 5%;
}

.multiple-event-container.empty-container {
    display: flex;
}

.multiple-event-container {
    height: 500px;
    overflow: hidden;
    padding: 10px;
}

.multiple-event-container.empty-container > div {
    display: flex;
    width: 100%;
    justify-content: center;
}

.add_icon {
    width: 20%;
}

.multiple-event-container .live-quote-sign {
    font-size: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
    text-align: left;
}

.multiple-event-container #live_event_odds {
    overflow: scroll;
    height: 340px;
    overflow-x: hidden;
}

#live_page .multiple-event-container .portlet.box.grey-gallery > .portlet-title > .caption {
    width: 95%;
}

.multiple-event-container .zf-HeadBox{
    width: 100%;
}

.multiple-event-container .zf-ZF_Container_BG {
    display: block;
    height: 91px;
}

.multiple-event-container .zf-ZF_Container_BG .zf-HeadBox{
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}

.multiple-event-container .zf-HeadBox:before{
    box-shadow: unset;    
    background-color: unset;
}

.multiple-view {
    background: rgb(0 0 0 / 0.1);
}

.multiple-event-container .bg-heading-caption {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
    position: relative;
    text-align: center;
}

.multiple-event-container .sport_icon_black {
    position: absolute;
    left: 0;
    top: -.5rem;
    background-size: 80%;
}

.remove_event {
    right: 0;
    bottom: 0px;
    position: absolute;
    background: transparent url(../../com_liveevents/assets/close.png) no-repeat scroll 0px 0px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    background-size: 60%;
    z-index: 100;
}

.multiple-event-container .toggle_odd span.pull-right {
    font-size: 11px !important;
}