.bet_manager_page_container {
    max-width: 1200px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    /*align-items: stretch;*/
}

.bet_manager_page_container_wrapper {
    overflow: auto;
}

.bet_manager_page_container .item {

    flex-grow: 1;
    /*margin: 5px;*/
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    border: solid 2px #000;
    border-radius: 5px;
    /*min-width: 27%;*/
    /*max-width: 315px;*/
    /*width: 250px;*/
    /*height: 150px;*/
    /*margin: auto;*/
    border-radius: 8px;
    width: 375px;
}

.bet_manager_page_container .item.custom_filter {

    flex-grow: 5;
    width: 100%;
    min-width: 100%;
}

.bet_manager_home_item_title {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
    border-radius: 5px 5px 0px 0px;
}

div.clr_yellow{
    background-color: #ffe186;
}

div.clr_blue{
    background-color: #88c8ff;
}

div.clr_bark_blue{
    background-color: #37477a;
}

div.clr_green{
    background-color: #b9f5d9;
}

div.clr_light_grey{
    background-color: #cccccc;
}


div.clr_red{
    background-color: #e4606d;
}

div.clr_purple{
    background-color: #dda6ff;
}

.bet_manager_home_item_content {
    margin-top:15px;
    margin-bottom:5px;
    margin-left:10px;
    margin-right:10px;
}

.bet_manager_betlist_wrapper {
    height: calc(100vh - 55px);    
}

.betlist_filter {
    background-color: #dee2e6;
}

.bet_manager_page_container button.btn {
    border: 1px solid #ced4da;
    width:32px;
    outline: none;
    box-shadow: none;
}

.bet_manager_page_container button.middle {
    border-right: none;
    margin-right: 0px;
    outline: none;
    box-shadow: none;
}

.bet_manager_betlist_wrapper div[title] {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 1000px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top:15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.05rem;
    font-weight: bold;
    /*background-color: rgba(28, 166, 181, 0.74);*/
    /*color: #ffffff;*/
    margin-top: 15px;
}

.bet_manager_page_container button.btn {
    padding: 0;
    margin-left: 0px;
    margin-right: 1px;
    border-radius: 3px;
}

.bet_list_no_matching_customers {
    background-color: #fff;
    font-weight: bold;
    color: #f00;
    max-width: 900px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;

}

.bet_list_multiple_matching_customers {
    background-color: #fff;
    color: #000;
    max-width: 900px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.bet_list_multiple_matching_customers .infotext {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bet_list_multiple_matching_customers .customer {
    display: flex;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

.bet_list_multiple_matching_customers .cdt {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: underline;
}

.bet_list_multiple_matching_customers .division {
    width: 150px;
}

.bet_list_multiple_matching_customers .username {
    width: 250px;
}


