

/*ACTIVE EVENT*/
#ActiveEvent_div{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
#ActiveEvent_content{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
#ActiveEvent_label_title{
    float: left;
    display: block;
    user-select: none;
    pointer-events: none;
    width: 80%;
    color: rgb(1, 52, 103);
    font-size: 30px;
    text-shadow: black 0px 0px;
    margin-left: 10%;
    margin-top: 30px;
}
#ActiveEvent_label_info1{
    float: left;
    display: block;
    user-select: none;
    width: 60%;
    color: rgb(8, 8, 29);
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-left: 10%;
    margin-top: 10px;
}
#ActiveEvent_details_container{
    float: left;
    display: block;
    user-select: none;
    pointer-events: none;
    width: 80%;
    background-color: rgb(112, 103, 102);
    color: rgb(1, 52, 103);
    font-size: 30px;
    margin-left: 10%;
    margin-top: 5px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
}
#ActiveEvent_details_label_event{
    float: left;
    display: block;
    user-select: none;
    width: 48%;
    color: rgb(255, 255, 204);
    text-align: right;
}
#ActiveEvent_details_value_event{
    float: left;
    display: block;
    user-select: none;
    width: 48%;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-left: 1%;
}
#ActiveEvent_details_label_eventName{
    float: left;
    display: block;
    user-select: none;
    width: 48%;
    color: rgb(255, 255, 204);
    text-align: right;
}
#ActiveEvent_details_value_eventName{
    float: left;
    display: block;
    user-select: none;
    width: 48%;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-left: 1%;
}
#ActiveEvent_details_label_openBy{
    float: left;
    display: block;
    user-select: none;
    width: 48%;
    color: rgb(255, 255, 204);
    text-align: right;
}
#ActiveEvent_details_value_openBy{
    float: left;
    display: block;
    user-select: none;
    width: 48%;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-left: 1%;
}
#ActiveEvent_details_label_lastManage{
    float: left;
    display: block;
    user-select: none;
    width: 48%;
    color: rgb(255, 255, 204);
    text-align: right;
}
#ActiveEvent_details_value_lastManage{
    float: left;
    display: block;
    user-select: none;
    width: 48%;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-left: 1%;
}
#ActiveEvent_label_info2{
    float: left;
    display: block;
    user-select: none;
    width: 80%;
    color: rgb(8, 8, 29);
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-left: 10%;
    margin-top: 10px;
}
#ActiveEvent_label_info3{
    float: left;
    display: block;
    user-select: none;
    width: 70%;
    color: rgb(8, 8, 29);
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-left: 20%;
    margin-top: 5px;
}
#ActiveEvent_label_info4{
    float: left;
    display: block;
    user-select: none;
    width: 70%;
    color: rgb(8, 8, 29);
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-left: 20%;
    margin-top: 10px;
}
#ActiveEvent_button_backToLobby{
    position: absolute;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    right: 10%;
    top: 6%;
    cursor: pointer;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(183, 183, 183) 49%, rgb(183, 183, 183) 100%);
    border: 2px solid rgb(72, 64, 64);
    border-radius: 8px;
    line-height: 30px;
    user-select: none;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.58), 0 4px 2px 0 rgba(0, 0, 0, 0.19);
    color: black;
    font-size: 12px;
}



@media screen and (max-width: 900px) {
    #ActiveEvent_button_backToLobby{
        width: 90px;
        line-height: 15px;
        height:35px;
        padding-top: 5px;
        right: 3%;
        top: 5px;
    }
}
@media screen and (max-width: 750px) {
    #ActiveEvent_label_title{
        font-size: 25px;    
    }
    #ActiveEvent_details_container{
        font-size: 15px;
    }
    #ActiveEvent_label_info1{
        font-size: 14px;
        margin-top: 5px;
    }
    #ActiveEvent_label_info2{
        font-size: 14px;
        margin-top: 5px;
    }
    #ActiveEvent_label_info3{
        font-size: 14px;
        margin-top: 5px;
    }
    #ActiveEvent_label_info4{
        font-size: 14px;
        margin-top: 5px;
    }
    #ActiveEvent_button_backToLobby{
        width: 90px;
        line-height: 12px;
        height: 29px;
        top: 1%;
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    #ActiveEvent_button_backToLobby{
        width: 53px;
        height: 29px;
        top: 1%;
        font-size: 11px;
    }
}

@media screen and (max-width: 500px) {
     #ActiveEvent_label_title{
        font-size: 18px;
        margin-top: 15px;  
    }
    #ActiveEvent_details_container{
        font-size: 10px;
    }
    #ActiveEvent_label_info1{
        font-size: 11px;
        margin-top: 0px;
    }
    #ActiveEvent_label_info2{
        font-size: 11px;
        margin-top: 5px;
    }
    #ActiveEvent_label_info3{
        font-size: 11px;
        margin-top: 5px;
    }
    #ActiveEvent_label_info4{
        font-size: 11px;
        margin-top: 5px;
    }
    #ActiveEvent_button_backToLobby{
        top: 1%;
        font-size: 8px;
        line-height: 10px;
        width: auto;
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}


/*HEIGHT*/
@media screen and (max-height: 500px) {
    #ActiveEvent_button_backToLobby{
        font-size: 9px;
        line-height: 9px;
        width: auto;
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #ActiveEvent_label_title{
        font-size: 18px;
        margin-top: 10px;
    }
    #ActiveEvent_label_info1{
        font-size: 12px;
        margin-top: 0px;
    }
    #ActiveEvent_details_container {
        font-size: 12px;
        margin-top: 2px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #ActiveEvent_label_info2{
        font-size: 12px;
    }
    #ActiveEvent_label_info3 {
        font-size: 12px;
        margin-top: 0px;
    }
    #ActiveEvent_label_info4{
        font-size: 12px;
        margin-top: 0px;
    }
}
@media screen and (max-height: 370px) {
    #ActiveEvent_label_title{
        font-size: 14px;
        margin-top: 3px;
    }
    #ActiveEvent_label_info1{
        font-size: 11px;
    }
    #ActiveEvent_details_container{
        line-height: 11px;
        font-size: 11px;
    }
    #ActiveEvent_label_info2{
        font-size: 11px;
        margin-top: 0px;
    }
    #ActiveEvent_label_info3{
        font-size: 11px;
        line-height: 11px;
    }
    #ActiveEvent_label_info4{
        font-size: 11px;
        line-height: 11px;
        margin-top: 2px;
    }
}
