/* ARENA LIST */
.ArenaList_content{
    float: left;
    display: block;
    width: 100%;
    /*height: 30px;*/
    color: rgb(1, 1, 1);
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-image: linear-gradient(rgb(245, 245, 245), rgb(228, 228, 228), rgb(213, 213, 213));
    border: 1px solid gray;
    position: relative;
    overflow: hidden;
}
.ArenaList_content_location{
    /*position: absolute;*/
    display: block;
    user-select: none;
    width: 50%;
    /*height: 100%;*/
    text-align: left;
    padding-left: 2%;
}
.ArenaList_content_button_enter{
    float: right;
    display: block;
    width: 13%;
    height: 84%;
    text-align: center;
    right: 1%;
    top: 2%;
    cursor: pointer;
    background-color: rgb(255, 255, 204);
    border: 2px solid gray;
    border-radius: 8px;
    line-height: 24px;
    margin-right: 1%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ArenaList_content_location_txt{
    line-height: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-0px, -50%);
}
#ArenaList_div{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
#ArenaList_content{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
#ArenaList_label_title{
    display: block;
    user-select: none;
    pointer-events: none;
    width: 80%;
    color: rgb(1, 52, 103);
    font-size: 30px;
    text-shadow: black 0px 0px;
    float: left;
    margin-left: 10%;
    padding-top: 3%;
}
#ArenaList_label_arenaList{
    display: block;
    user-select: none;
    width: 80%;
    color: white;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    background-image: linear-gradient(rgb(0, 82, 165), rgb(0, 59, 119));
    border: 1px solid gray;
    margin-left: 10%;
    float: left;
    margin-top: 15px;
    font-size: 30px;
    padding-top: 1%;
    padding-bottom: 1%;
}
#ArenaList_info_label_container{
    float: left;
    display: block;
    user-select: none;
    width: 80%;
    height: 20px;
    background-image: linear-gradient(rgb(0, 48, 96), rgb(0, 41, 81));
    border: 1px solid gray;
    margin-left: 10%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}
#ArenaList_label_location{
    float: left;
    display: block;
    user-select: none;
    width: 50%;
    height: 20px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}
#ArenaList_label_status{
    float: left;
    display: block;
    user-select: none;
    width: 35%;
    height: 20px;
    top: 0px;
    left: 50%;
    color: white;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}
#ArenaList_label_action{
    float: left;
    display: block;
    user-select: none;
    width: 15%;
    height: 20px;
    top: 0px;
    left: 85%;
    color: white;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}
#ArenaList_list_container{
    float: left;
    display: block;
    user-select: none;
    width: 80%;
    /*background-image: linear-gradient(rgb(0, 48, 96), rgb(0, 41, 81));
    border: 1px solid gray;*/
    margin-left: 10%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

/* @ MEDIA*/
@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 1100px) {
    
}
@media screen and (max-width: 950px) {
    
}
@media screen and (max-width: 900px) {
    #ArenaList_label_title{
        width: 90%;
        margin-left: 5%;
    }
    #ArenaList_label_arenaList{
        width: 90%;
        margin-left: 5%;
    }
    #ArenaList_info_label_container{
        width: 90%;
        margin-left: 5%;
    }
    #ArenaList_list_container{
        width: 90%;
        margin-left: 5%;
    }
}
@media screen and (max-width: 750px) {
    .ArenaList_content_button_enter{
        font-size: 11px;
    }
    #ArenaList_label_arenaList{
        padding-top: 0.5%;
        padding-bottom: 0.5%;
        font-size: 17px;
    }
    #ArenaList_label_location{
        font-size: 14px;
    }
    #ArenaList_label_status{
        font-size: 14px;
    }
    #ArenaList_label_action{
        font-size: 14px;
    }
    #ArenaList_info_label_container{
        padding-top: 0.3%;
        padding-bottom: 0.3%;
    }
}
@media screen and (max-width: 600px) {
    .ArenaList_content_button_enter{
        line-height: 14px;
        font-size: 13px;
    }
    .ArenaList_content_location{
        font-size: 12px;
        padding-top: 2px;
    }
}
@media screen and (max-width: 500px) {
    
}

@media screen and (max-width: 380px) {
    
}
@media screen and (max-width: 360px){
    .ArenaList_content_button_enter {
        line-height: 11px;
        font-size: 11px;
        padding-top: 5px;
    }
    #ArenaList_label_title{
        font-size: 22px;
    }
    #ArenaList_label_arenaList{
        margin-top: 4px;
    }
}


/*HEIGHT*/
@media screen and (max-height: 500px) {
    .ArenaList_content_button_enter {
        line-height: 11px;
        font-size: 11px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #ArenaList_label_title{
        font-size: 22px;
    }
    #ArenaList_label_arenaList{
        margin-top: 4px;
    }
    #ArenaList_label_title{
        font-size: 18px;
        padding-top: 8px;
    }
    #ArenaList_label_arenaList{
        font-size: 14px;
        margin-top: 0px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    #ArenaList_content_location_txt{
        font-size: 12px;
    }
    #ArenaList_label_location{
        font-size: 13px;
        line-height: 13px;
    }
    #ArenaList_label_status{
        font-size: 13px;
        line-height: 13px;
    }
    #ArenaList_label_action{
        font-size: 13px;
        line-height: 13px;
    }
    #ArenaList_info_label_container{
        height: 10px;
        padding-top: 2px;
        padding-bottom: 3px;
    }
}
@media screen and (max-height: 370px) {
    .ArenaList_content_button_enter {
        line-height: 11px;
        font-size: 11px;
        padding-top: 5px;
    }
    #ArenaList_label_title{
        font-size: 22px;
    }
    #ArenaList_label_arenaList{
        margin-top: 4px;
    }
    #ArenaList_label_title{
        font-size: 18px;
        padding-top: 8px;
    }
    #ArenaList_label_arenaList{
        font-size: 14px;
        margin-top: 0px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    #ArenaList_label_location{
        font-size: 13px;
    }
    #ArenaList_label_status{
        font-size: 13px;
    }
    #ArenaList_label_action{
        font-size: 13px;
    }
}