/* EVENT LIST */
.EventList_content{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    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;
}
.EventList_content_eventID_container{
    user-select: none;
    width: 25%;
    float: left;
}
.EventList_content_eventID{
    float: left;
    display: block;
    user-select: none;
    width: 100%;
    text-align: center;
}
.EventList_content_creationDate_container{
    user-select: none;
    width: 25%;
    float: left;
}
.EventList_content_creationDate{
    float: left;
    display: block;
    user-select: none;
    width: 100%;
    text-align: center;
}
.EventList_content_createdBy_container{
    user-select: none;
    width: 25%;
    float: left;
}
.EventList_content_createdBy{
    float: left;
    display: block;
    user-select: none;
    width: 100%;
    text-align: center;
}
.EventList_content_btn_container{
    user-select: none;
    width: 25%;
    float: left;
}
.EventList_content_button_enter{
    float: right;
    display: block;
    width: 70%;
    height: 84%;
    text-align: center;
    right: 6%;
    cursor: pointer;
    background-color: rgb(255, 255, 204);
    border: 2px solid gray;
    border-radius: 8px;
    line-height: 24px;
    margin-right: 14%;
    margin-top: 1px;
}
#EventList_div{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
#EventList_content{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
#EventList_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: 20px;
}
#EventList_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;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}
#EventList_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%;
    position: relative;
    font-size: 14px;
}
#EventList_label_location{
    float: left;
    display: block;
    user-select: none;
    width: 25%;
    height: 20px;
    color: white;
    line-height: 20px;
    text-align: center;
}
#EventList_label_status{
    float: left;
    display: block;
    user-select: none;
    width: 25%;
    height: 20px;
    color: white;
    line-height: 20px;
    text-align: center;
}
#EventList_label_createdBy{
    float: left;
    display: block;
    user-select: none;
    width: 25%;
    height: 20px;
    color: white;
    line-height: 20px;
    text-align: center;
}
#EventList_label_action{
    float: left;
    display: block;
    user-select: none;
    width: 25%;
    height: 20px;
    color: white;
    line-height: 20px;
    text-align: center;
}
#EventList_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%;
    border: 1px solid gray;
}
#EventList_content_button_exitArea{
    position: absolute;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    right: 10%;
    top: 30px;
    cursor: pointer;
    background-color: rgb(153, 153, 153);
    border: 2px solid rgb(72, 64, 64);
    border-radius: 8px;
    line-height: 30px;
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.58) 0px 2px 3px 0px, rgba(0, 0, 0, 0.19) 0px 4px 2px 0px;
}


@media screen and (max-width: 900px) {
    #EventList_label_title{
        width: 90%;
        margin-left: 5%;
    }
    #EventList_label_arenaList{
        width: 90%;
        margin-left: 5%;
        
    }
    #EventList_info_label_container{
        width: 90%;
        margin-left: 5%;
    }
    #EventList_list_container{
        width: 90%;
        margin-left: 5%;
    }
    #EventList_content_button_exitArea{
        right: 5%;
    }
}
@media screen and (max-width: 750px) {
    /*#EventList_label_title{
        font-size: 28px;
    }*/
    #EventList_label_arenaList{
        padding-top: 0.5%;
        padding-bottom: 0.5%;
        font-size: 17px;
    }
    #EventList_info_label_container{
        padding-top: 0.3%;
        padding-bottom: 0.3%;
    }
    /*#EventList_label_location{
        font-size: 14px;    
    }
    #EventList_label_status{
        font-size: 14px;    
    }
    #EventList_label_createdBy{
        font-size: 14px;    
    }
    #EventList_label_action{
        font-size: 14px;    
    }*/
    
    
    .EventList_content_button_enter{
        font-size: 12px;
    }
    
    #EventList_content_button_exitArea{
        right: 5%;
        /*top: 12px;*/
    }
}
@media screen and (max-width: 600px) {
    #EventList_label_title{
        padding-top: 5px;
        font-size: 22px;
        margin-top: 4px;
    }
    .EventList_content_button_enter{
        height: 28px;
        font-size: 13px;
        line-height: 14px;
        margin-top: 1px;
        width: 54%;
        margin-right: 20%;
    }
    .EventList_content {
        font-size: 11.5px;
    }
    #EventList_info_label_container{
        font-size: 11.5px;
    }
    #EventList_label_arenaList{
        font-size: 14px;
        margin-top: 6px;
    }
    #EventList_content_button_exitArea{
        width: 95px;
        height: 22px;
        line-height: 15px;
        font-size: 15px;
        padding-top: 4px;
        top: 4px;
    }
}
@media screen and (max-width: 500px) {
    #EventList_info_label_container{
        font-size: 9px;
    }
    .EventList_content {
        font-size: 10px;
    }
    .EventList_content_button_enter{
        height: 24px;
        font-size: 12px;
        line-height: 12px;
        margin-top: 1px;
        width: 57%;
        margin-right: 20%;
        
    }
    #EventList_content_button_exitArea{
        height: 19px;
        font-size: 12px;
    }
    
}
@media screen and (max-width: 425px) {
    #EventList_content_creationDate{
        line-height: 14px;
    }
    #EventList_label_title{
        
    }
}
@media screen and (max-width: 380px) {
    #EventList_content_creationDate{
        line-height: 15px;
    }
    #EventList_label_title{
        font-size: 18px;
    }
    #EventList_label_arenaList{
        font-size: 12px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .EventList_content_button_enter{
        font-size: 10px;
    }
}
@media screen and (max-width: 360px) {
    #EventList_content_creationDate{
        line-height: 15px;
    }
    #EventList_label_title{
        font-size: 18px;
    }
    #EventList_content_button_exitArea{
        width: 70px;
        height: 18px;
        line-height: 12px;
        font-size: 10px;
        padding-top: 5px;
    }
}


/*HEIGHT*/
@media screen and (max-height: 500px) {
    #EventList_label_title{
        font-size: 20px;
        padding-top: 5px;
    }
    #EventList_content_button_exitArea{
        top: 3px;
        width: 96px;
        height: 20px;
        font-size: 12px;
        line-height: 19px;
    }
    #EventList_label_arenaList{
        font-size: 14px;
        margin-top: 5px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    #EventList_info_label_container{
        font-size: 12px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .EventList_content{
        font-size: 12px;
    }
}
@media screen and (max-height: 370px) {
    #EventList_label_status{
        
    }
    
}