/*CANCEL FIGHT*/
.CancelFight_font1 {
    font-size: 18px;
}

#CancelFight_div{
    width: 100%;
    height: 100%;
    background-color: #00000087;
    z-index: 999;
    position: absolute;
}
#CancelFight_content{
    width: 70%;
    position: absolute;
    background-color: #660000;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
}
#CancelFight_top_container{
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#CancelFight_top_label_fightNumber{
    float: left;
    width: 48%;
    text-align: right;
    color: #d5f08d;
}
#CancelFight_top_value_fightNumber{
    float: left;
    width: 48%;
    margin-left: 2%;
}
#CancelFight_top_label_currentStatus{
    float: left;
    width: 48%;
    text-align: right;
    color: #d5f08d;
}
#CancelFight_top_value_currentStatus{
    float: left;
    width: 48%;
    margin-left: 2%;
}
#CancelFight_top_label_dateOpened{
    float: left;
    width: 48%;
    text-align: right;
    color: #d5f08d;
}
#CancelFight_top_value_dateOpened{
    float: left;
    width: 48%;
    margin-left: 2%;
}
#CancelFight_middle_container{
    float: left;
    width: 92%;
    transform: translate(2%,0%);
    background-color: white;
    outline: 3px solid black;
    color: black;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}
#CancelFight_bottom_container{
    width: 96%;
    float: left;
    margin-top: 10px;
    margin-left: 2%;
    background-color: #001900;
    padding-top: 10px;
    padding-bottom: 10px;
}
#CancelFight_bottom_left_container{
    float: left;
    width: 65%;
    height: 100%;
}
#CancelFight_bottom_password_container{
    float: left;
    width: 100%;
}
#CancelFight_bottom_code_container{
    float: left;
    width: 100%;
    height: 50%;
}
#CancelFight_bottom_label_code{
    float: left;
    width: 45%;
    text-align: right;
    margin-top: 14px;
}
#CancelFight_bottom_value_code{
    float: left;
    width: 20%;
    margin-top: 14px;
    margin-left: 1%;
    height: 12px;
}
#CancelFight_bottom_label_codeValue{
    float: left;
    width: 20%;
    margin-top: 14px;
    margin-left: 1%;
    height: 18px;
    background-color: #cccccc;
    text-align: center;
    line-height: 20px;
    color: black;
}
#CancelFight_bottom_label_password{
    float: left;
    width: 45%;
    text-align: right;
}
#CancelFight_bottom_value_password{
    float: left;
    width: 41%;
    margin-left: 1%;
    height: 12px;
}
#CancelFight_bottom_btn_container{
    float: right;
    /*width: 40%;*/
    margin-right: 10px;
}

#CancelFight_bottom_btn_void{
    text-align: center;
    cursor: pointer;
    border: 2px solid #ff9900;
    border-radius: 8px;
    line-height: 45px;
    user-select: none;
    /* background: linear-gradient(8deg, rgba(106,175,106,1) 11%, rgba(186,250,186,1) 100%); */
    background-color: #ffff99;
    width: 120px;
    height: 45px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.58), 0 4px 2px 0 rgba(0, 0, 0, 0.19);
    font-size: 20px;
    color: #010101;
    float: left;
    margin-left: 10px;
}
#CancelFight_bottom_btn_close{
    text-align: center;
    cursor: pointer;
    border: 2px solid #666666;
    border-radius: 8px;
    line-height: 45px;
    user-select: none;
    /* background: linear-gradient(8deg, rgba(106,175,106,1) 11%, rgba(186,250,186,1) 100%); */
    width: 120px;
    height: 45px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.58), 0 4px 2px 0 rgba(0, 0, 0, 0.19);
    /* transform: translate(0%, -1%); */
    /* top: 50%; */
    margin-left: 10px;
    font-size: 20px;
    color: #010101;
    float: left;
    background-color: #999999;
}



/* @ MEDIA*/
@media screen and (max-width: 1250px) {
    #CancelFight_bottom_left_container{
        width: 100%;
    }
    #CancelFight_bottom_btn_container{
        margin-top: 10px;
    }
}
@media screen and (max-width: 1100px) {
    #CancelFight_middle_container{
        font-size: 18px;
    }
    #CancelFight_bottom_btn_void{
        width: 90px;
        height: 45px;
        line-height: 45px;
    }
    #CancelFight_bottom_btn_close{
        width: 90px;
        height: 45px;
        line-height: 45px;
    }
}
@media screen and (max-width: 750px) {
    /*#CancelFight_bottom_label_password{
        margin-top: 8%;
    }*/
    #CancelFight_middle_container{
        font-size: 18px;
    }
    #CancelFight_content{
        width: 90%;
    }
}
@media screen and (max-width: 600px) {
    #CancelFight_bottom_btn_void{
        width: 70px;
        font-size: 15px;
    }
    #CancelFight_bottom_btn_close{
        width: 70px;
        font-size: 15px;
    }
    #CancelFight_bottom_label_code{
        font-size: 13px;
        margin-top: 16px;
    }
    #DeclareWinner_bottom_left_container{
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    /*#CancelFight_content{
        height: 37%;
    }*/
    #CancelFight_top_container{
        height: 16%;
    }
    #CancelFight_middle_container{
        /*padding-top: 7%;*/
        font-size: 11px;
    }
    #CancelFight_bottom_btn_void{
        width: 60px;
        font-size: 13px;
        height: 33px;
        line-height: 29px;
        padding-top: 3px;
    }
    #CancelFight_bottom_btn_close{
        width: 60px;
        font-size: 13px;
        height: 33px;
        line-height: 29px;
        padding-top: 3px;
        transform: translate(10%, 0%);
    }
    .CancelFight_font1 {
        font-size: 11px;
    }
    #CancelFight_top_container{
        float: left;
        width: 100%;
        height: 13%;
        padding-top: 2%;
    }
    #CancelFight_bottom_label_password{
        width: 50%;
        font-size: 11px;
    }
    #CancelFight_bottom_label_code{
        width: 50%;
        font-size: 11px;
    }
    
    /*#CancelFight_bottom_value_password{
        transform: translate(35%,0%);
        width: 60%;
    }
    #CancelFight_bottom_label_password{
        margin-top: 4%;
        font-size: 11px;
    }
    #CancelFight_bottom_value_password{
        transform: translate(32%,0%);
    }*/
}

@media screen and (max-width: 360px) {
    #CancelFight_bottom_value_password{
        height: 12px;
    }
    #CancelFight_bottom_btn_close{
        width: 45px;
        height: 25px;
        font-size: 10px;
        line-height: 21px;
    }
    #CancelFight_bottom_btn_void{
        width: 45px;
        height: 25px;
        font-size: 10px;
        line-height: 21px;
    }
}

/*HEIGHT*/
@media screen and (max-height: 500px) {
    #CancelFight_top_container{
        height: 16%;
    }
    #CancelFight_middle_container{
        /*padding-top: 7%;*/
        font-size: 14px;
    }
    #CancelFight_bottom_btn_void{
        width: 60px;
        font-size: 16px;
        height: 32px;
        line-height: 28px;
        padding-top: 3px;
    }
    #CancelFight_bottom_btn_close{
        width: 60px;
        font-size: 16px;
        height: 32px;
        line-height: 28px;
        padding-top: 3px;
    }
    .CancelFight_font1 {
        font-size: 14px;
    }
    #CancelFight_top_container{
        float: left;
        width: 100%;
        height: 13%;
        padding-top: 2%;
    }
    /*#CancelFight_bottom_value_password{
        transform: translate(35%,0%);
        width: 60%;
    }
    #CancelFight_bottom_label_password{
        margin-top: 4%;
        font-size: 16px;
    }
    #CancelFight_bottom_value_password{
        transform: translate(32%,0%);
    }*/
}
@media screen and (max-height: 370px) {
    #CancelFight_middle_container{
        font-size: 12px;
    }
    .CancelFight_font1 {
        font-size: 12px;
    }
    #CancelFight_bottom_label_password{
        font-size: 12px;
    }
    #CancelFight_bottom_btn_close{
        font-size: 13px;
    }
    #CancelFight_bottom_btn_void{
        font-size: 13px;
    }
    #CancelFight_bottom_value_password{
        height: 12px;
    }
    #CancelFight_bottom_label_code{
        font-size: 12px;
        margin-top: 16px;
    }
    #CancelFight_bottom_value_code{
        margin-top: 6px;
    }
    #CancelFight_bottom_label_codeValue{
        margin-top: 6px;
    }
    #CancelFight_bottom_label_code{
        margin-top: 8px;
    }
}


@media screen and (max-width: 380px) and (orientation: portrait) {
    .CancelFight_font1 {
        font-size: 13px;
    }
    #CancelFight_middle_container{
        font-size: 13px; 
    }
    #CancelFight_bottom_value_password{
        width: 45%;
    }
    #CancelFight_bottom_value_code{
        width: 24%;
    }
    #CancelFight_bottom_label_password {
        font-size: 13px;
    }
    #CancelFight_bottom_label_code{
        margin-top: 19px;
        font-size: 9px;
    }
    #CancelFight_bottom_btn_close{
        margin-left: 0px;
    }
}