
.scrollable_content_liability_individual {
    max-height: calc(100vh - 255px);
    min-height: calc(100vh - 255px);
    height: calc(100vh - 255px);
    overflow-y: auto;
}

.liability_dashboard .widget_wrapper {
    margin-top:0px;
}

.liability_dashboard .widget_wrapper_8{
    margin-bottom:0px;
}

.scrollable_content_liability_individual .widget_wrapper {
    margin-top:0px;
}

.liability_page_wrapper{
    background-color: rgba(40, 40, 40, 0.98);
    padding-top: 8px;
    padding-left: 0px;
    padding-right: 8px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
    /*overflow-x: auto;*/
}

@media (max-width: 650px) {
    .liability_page_wrapper > tbody > tr > td:first-child {
        width: 20px;
    }
}


.left_menu_container {
    float:left;
    height: 100%;
    background-color: #29292a;    
    /*width: 145px;*/
}

.left_menu_container .left_menu_separator {
    /*border-bottom: 1px solid #e6a544;*/   
    border-bottom: 1px solid #4c4c4c;   
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* The sidebar menu */
.liability_left_menu {
    padding-top: 15px;
    height: 100%;
    padding-right: 0px;
    background-color: #151515;
    margin-right: 10px;    
}

.liability_left_menu a.active {

}

/* The navigation menu links */
.liability_left_menu a {
    /*padding: 6px 8px 6px 12px;*/
    padding-bottom: 7px;
    padding-top: 8px;
    /*padding-right: 10px;*/
    text-decoration: none;
    font-size: 1.05rem;
    color: rgb(255,255,255);
    display: block;
    max-width: 140px;
    width: 140px;
}

/* When you mouse over the navigation links, change their color */
.liability_left_menu a:hover, .liability_left_menu a.active {
    color: #f9cf53;
    /*    background-color: #111;
        background-color: #403f3f;*/
}

.liability_left_menu a.active {
    font-weight: bold;
}

.liability_left_menu .left_menu_icon {
    font-size: 1rem;
    margin-right: 0px;
    width: 28px;
    text-align: center;
    padding: 0px;
    margin-left: 2px;

}
.liability_left_menu a>span.menu_title {
    display:inline-block;
    padding-right: 10px;
}

@media (max-width: 650px) {
    .liability_left_menu a>span {
        margin-right: 0px;
    }

    .liability_left_menu a>span.menu_title {
        margin-right: 0px;
        display:none;
    }

    .liability_left_menu a {
        max-width: none;
        width: 30px;
    }

}


.liability_content_title {
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
}

.liability_content_widet_title {
    /*font-size: 1rem;*/
    /*color: #fff;*/
    margin-bottom: 1px;
    margin-top: 1px;
    /*border-bottom: 1px solid #dc3545;*/
    text-align: center;
}

.liability_table {
    padding-right: 5px;
    min-width: 550px;
    overflow-x: auto;
}

.liability_table td, .liability_table th {
    border-top: 1px solid #bbbbbb;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.liability_table table td {
    /*color: #000;*/
    background-color: #fff;
}

.liability_table .liability_table_first_cell {
    /*background-color: #e6a544;*/
    background-color: #fdc674;
    border-top-left-radius: 3px;
    border: none;
}

.liability_table .liability_table_last_header_cell {
    /*    background-color: transparent;
        border:none;*/
}

.liability_table td.border-left, .liability_table th.border-left{
    border-left: 1px solid #bbbbbb!important;
}


.liability_table table td.last_plus_4 {
    background-color: #ffffff;
}

.liability_table table td.last_plus_3 {
    background-color: #ffffff;
}

.liability_table table td.last_plus_2 {
    background-color: #ffffff;
}

.liability_table table td.last_plus_5,.liability_table table th.last_plus_5   {
    /*background-color: #e2e1e1!important;*/
}


.liability_table .name_options {
    float: right;
    height: 100%;
}

.liability_table .item_name:hover .hide_m {
    /*visibility: visible;*/
}

.liability_table td.item_name {
    padding-bottom: 3px;
}

.liability_table .item_name a {
    text-decoration: underline;
}

.liability_table .item_name a .external_link {
    margin-left: 4px;
}

.liability_table table.name {
    border:none;
}

.liability_table table.name td {
    border:none;
}


.liability_submenu {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top:0px;
    white-space: nowrap;    
}

.liability_submenu a.nav-link {
    font-size: 0.9rem;
}

.liability_submenu a.nav-link.active {
    font-size: 0.9rem;
}

.liability_dashboard {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    /*flex-flow: row;*/
    margin-bottom:100px;
}

.liability_dashboard .liability_dashboard_item {
    /*    flex-shrink: 1;
        flex-grow: 1;*/
    flex: 1 1 0;
    overflow-y: auto;
    min-height: 450px;
    max-height: 450px;
    margin:5px;
    padding-right: 0px;
    max-width: 50%;
    min-width: 325px;
    /*background-color: #fff;*/
}

.liability_dashboard .liability_dashboard_item .summary {
    /*background-color: #fff;*/
    position: sticky;
    position: -webkit-sticky; /* Safari */    
    bottom: 0px;
    z-index: 2000;
}

.liability_dashboard  .liability_direct_status_placeholder_wrapper {
    flex :0 0 100%;
}

@media screen and (max-width: 1280px) {
    .liability_dashboard {
        /*flex-wrap: nowrap;*/

    }    

    .liability_dashboard  .liability_dashboard_item {
        flex: auto;
        max-width: 100%;
    }
}

.liability_dashboard  .liability_dashboard_item:hover {
    padding-right: 0px;
}

.liability_table .dropdown-menu a {
    min-width:350px;
}

.liability_filter {
    background-color: transparent;
    border-radius: 3px;
    color: #282828;
    margin-bottom: 5px;
    padding: 0px;
    overflow-x: auto;
}

.liability_filter label {
    display: none;
}

.liability_filter .liability_filter_fields {
    display: flex;
    flex-wrap: wrap;    
}

.liability_individual_filter_form .form-control {
    max-width: 130px;
    background-color: transparent;
    border: none;
    color: #282828;
    margin-left: 0px;
    width: 130px;
    padding-left: 3px;
}

.liability_individual_filter_form .filter_field:not(:last-child) {
    margin-right: 10px;
    padding-left: 3px;
}

.liability_individual_filter_form .form-control select,.liability_individual_filter_form .form-control input {
    background-color: #403f3f;
    max-width: 130px;
    height: 28px;
    color: #ccc;
}

.liability_individual_filter_form .form-control .form-control:focus {
    outline: none !important;
    box-shadow: none;    
}


.liability_individual_filter_form .form-control input {
    text-align: center;
}

.liability_individual_filter_form {
    /*flex-wrap: nowrap;*/
}

.liability_direct_status_placeholder_wrapper {
    /*float: right;*/
    margin-top: 10px;
}

.liability_direct_status_placeholder .liability_process_status {
    text-align: right;    
    margin-right: 15px;
    white-space: nowrap;
}

.liability_process_status {
    color: #fff;
}

.liability_process_status .status_running {
    color: #e6a544;
}

.liability_process_status .icon {
    margin-right: 3px;
}

.liability_selections_dropdown {
    margin-bottom: 15px;
}

.liability_selections_dropdown .select2_wrapper select {
    background-color: transparent!important;
}

.liability_selections_dropdown .select2_wrapper .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: bold;
    /*background-color: #e6a544;*/   
    background-color: #403f3f;   
}


.liability_selections_dropdown .select2_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {    
    /*background-color: #e6a544;*/
    background-color: #403f3f;   
    /*border: 2px solid #bf852e;*/
    /*border: 1px solid #151515;*/
    border: 2px solid #403f3f;
    border-radius: 4px;
}

.liability_selections_dropdown .select2_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    /*border-color: #151515 transparent transparent transparent;*/
    border-color: #cccccc transparent transparent transparent;
}

.liability_selections_dropdown .select2_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #ffffee;*/
    color: #dadada;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e6a544!important;
    color: inherit!important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px!important;
}

.select2-container--default .select2-results__group {
    font-size: larger;
}

.liability_single_accas {

    max-height: 400px;
    overflow: auto;
}

.liability_single_single {
    overflow: auto;
    margin-bottom: 15px;
}

.liability_single_single .widget_wrapper_8, .liability_single_accas .widget_wrapper_8 {
    margin-bottom: 0px;
}

.liability_single_single .widget_wrapper, .liability_single_accas .widget_wrapper {
    margin-top: 0px;
}

.liability_page_wrapper a.show_bets_link {
    text-decoration: underline;
}

.show_bets_betlist .betlist_container {
    margin-bottom: 100px;
}

.show_bets_betlist .widget_title {
    display:none;
}

.liability_top_stakes_and_payouts {
    margin-bottom: 100px;
}

.liability_top_stakes_and_payouts .widget_wrapper_7 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1000px;
    margin-top: 0px;
}

.liability_top_stakes_and_payouts .widget_wrapper .widget_content {
    margin-top: 5px;
}

.liability_top_stakes_and_payouts .betlist_container{
    max-width: none;
}

.liability_top_stakes_and_payouts .widget_wrapper_7 {
    max-width: none;    
}

.duplicate_bets_wrapper

.duplicate_bets_table {
    padding-right: 5px;
    min-width: 600px;
}

.duplicate_bets_table td, .liability_table th {
    border-top: 1px solid #bbbbbb;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.duplicate_bets_table td {
    background-color: #fff;
}

.duplicate_bets_table td.border-left, .duplicate_bets_table th.border-left{
    border-left: 1px solid #bbbbbb!important;
}


.duplicate_bets_table .liability_table_first_cell {
    background-color: #e6a544;
    border-top-left-radius: 3px;
    border: none;
}

.duplicate_bets_wrapper .duplicate_bets_table_wrapper {
    margin-bottom: 150px;
    overflow-x: auto;
}


.event_title {
    background-color: #e6a544;
    color: #151515;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 3px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 7px;
    border-radius: 4px;
    /*border: 2px solid #f9c679;*/
    border: 2px solid #e6a544;
    font-weight: normal;
}

.event_title .sports_tree {
    font-style: italic;
    font-size: 1.1rem;
}

.event_title .event_data {
    font-weight: bold;
    font-size: 1.3rem;
}

.liability_events_dropdown {
    margin-bottom: 15px;
}

.liability_selections_dropdown .select2_wrapper select {
    background-color: transparent!important;
}

.liability_events_dropdown .select2_wrapper .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: bold;
    /*background-color: #e6a544;*/   
    background-color: #403f3f;   
}


.liability_events_dropdown .select2_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {    
    /*background-color: #e6a544;*/
    background-color: #403f3f;   
    /*border: 2px solid #bf852e;*/
    /*border: 1px solid #151515;*/
    border: 2px solid #403f3f;
    border-radius: 4px;
}

.liability_events_dropdown .select2_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    /*border-color: #151515 transparent transparent transparent;*/
    border-color: #cccccc transparent transparent transparent;
}

.liability_events_dropdown .select2_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #ffffee;*/
    color: #dadada;
}

.liability_markets_dropdown {
    margin-bottom: 3px;
}

.liability_markets_dropdown .select2_wrapper select {
    background-color: transparent!important;
}

.liability_markets_dropdown .select2_wrapper .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: bold;
    /*background-color: #e6a544;*/   
    background-color: #403f3f;   
}


.liability_markets_dropdown .select2_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {    
    background-color: #f7edca;
    /* background-color: #403f3f; */
    /* border: 2px solid #bf852e; */
    /* border: 1px solid #151515; */
    /*border: 2px solid #f3dab4;*/
    border-top: 2px solid #f7edca;
    border-left: 2px solid #f7edca;
    border-right: 2px solid #f7edca;
    border-bottom: 1px solid #e6a544;
    border-radius: 4px 4px 0px 0px;
}

.liability_markets_dropdown .select2_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    /*border-color: #151515 transparent transparent transparent;*/
    border-color: #151515 transparent transparent transparent;
}

.liability_markets_dropdown .select2_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #ffffee;*/
    color: #151515;
}

.selections_table_wrapper {
    /*margin-right: 5px;*/
    /*min-width: 550px;*/
    overflow-x: auto;
}

.selections_table {
    /*margin-bottom: 15px;*/
    width:100%;
}

.selections_table td, .selections_table th {
    border-top: 1px solid #bbbbbb;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 3px;
    background-color: #fff;
    font-size: 1.05rem;
}

.selections_table td {
    height: 50px;
}

.selections_table td.border-left, .selections_table th.border-left{
    border-left: 1px solid #bbbbbb!important;
}

.selections_table td.border-right, .selections_table th.border-right{
    border-right: 1px solid #bbbbbb!important;
}

.selections_table .odds_source{
    font-style: italic;
}

.selections_table .boosted_odds, .selections_table .db_odds {
    font-size: 1.1rem;
}

.selections_table .icon_boosted{
    float: left;
    color: #e6a544;
}


