/* Administration global */
.aml_metabox_row{
    margin-bottom: 8px;
}

.aml_metabox_row label{
    display: block;
    font-weight: bold;
    width: fit-content;
}


.club_selected{
    font-weight: bold;
    color: #000;
}
.club_not_selected{
    color: #999;
}

.admin_shortcode_infos{
    margin-bottom: 24px;
}

/* Club page */
.players_list{
    margin-left: 24px;
    list-style-type: disc;
}

.mapouter{
    position:relative;display: inline-block;
    vertical-align: middle;
    margin-left: 32px;
    border: 2px solid #000;
    border-radius: 32px;
    height:50px;
    width:50px;
    text-align:right;
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:50px;
    width:50px;
}

.mapouter iframe{
    width: 50px;
    height: 50px;
    border-radius: 32px;
}

/* Settings page */
.admin_block_label{
    margin: 12px;
    padding: 24px;
    border: 4px solid #000;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #0A246A;
}

/* Dashboard */
.admin_dashboard_main{
    margin: 12px;
    padding: 24px;
    padding-bottom: 0;
    border: 4px solid #000;
    border-radius: 8px;
    font-size: 14px;
    color: #0A246A;
}

.admin_dashboard_block_headline{
    font-weight: bold;
}

.admin_dashboard_block{
    margin-bottom: 24px;
    padding: 12px;
    border: 1px solid #000;
    border-radius: 8px;
}

.admin_dashboard_block_content li{
    margin-top: 16px;
    list-style: disc;
    list-style-position: inside;
}

.shortcode_example{
    font-weight: bold;
    font-color: #c00;
}

.sc_param_optional{
    font-style: italic;
    opacity: 0.7;
}

li.sub_item{
    margin-top: 0;
    margin-left: 32px;
    list-style: none;
}

/* Leagues page */
.league_match_label{
    margin-top: 16px;
}

.league_match .hidden{
    display: none;
}

.remove_match_from_league{
    cursor: pointer;
}

.sc_example{
    margin-bottom: 24px;
    cursor: pointer;
}

/* Restrict input filed */
#restrict_limited_access_msg{
    width: 80%;
}

/* Matchs layout */
.aml_metabox_columns select{
    display: block;
}

.match_summary{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    border: 1px solid #555;
}
.match_summary .headline{
    font-weight: bold;
}
.winner{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 28px;
}
.row_1{
    background-color: #ddd;
}
.aml_metabox_columns{
    display: inline-block;
    flex-direction: column;
    flex: auto;
    min-height: 50%;
    /*border: 2px solid blue;*/
}

.aml_metabox_row.aml_metabox_columns{
    display: flex;
    flex-direction: row;
    width: fit-content;
    /*border: 5px solid #fc0;*/
}

.aml_metabox_col_matchs_players{
    min-width: 500px;
    /*flex: 40%;*/
    /*border: 2px solid #c00;*/
}

.aml_metabox_col_matchs_scores{
    /*flex: 60%;*/
    /*flex-direction: row;*/
    max-width: 180px;
    min-width: 150px;
    margin-right: 36px;
    display: flex;
    /*border: 1px solid #000;*/
}
.aml_metabox_col_scores{
    min-width: 130px;
    flex-direction: column;
    flex: 50%;
    /*border: 1px solid #00FF00;*/
}
.aml_metabox_col_matchs_score{
    flex: auto;
    min-height: 50%;
}

.nb_players_row_2 .aml_metabox_col_matchs, .nb_players_row_3 .aml_metabox_col_matchs{
    position: relative;
    height: 80%;
    top: 25%;
}

.score{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: auto;
    margin-left: auto;
    max-width: 60px;
}


.player_dropdown{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 8px;
    width: 200px;
}
.css_player_select_1{
    /*width: calc( 100% - 8px );*/
}
/*
.css_player_select_2{
    width: calc( 100% - 8px );
}
*/
.aml_metabox_col_matchs{
    margin-right: 2px;
}

/* PLAYER PAGE */
#player_profile_container{
    height: 242px;
    width: fit-content;
    border-radius: 36px;
    border: solid 4px #000;
    overflow: hidden;
}

#player_profile_image{
    height: 250px;
}




/* FOOTER */
#aml_footer{
    margin-bottom: -30px;
    width: 100%;
    bottom: 32px;
    max-height: 32px;
    border-top: 2px dashed #444444;
    background-color: #ddd;
    color: #777777  ;
}