﻿

.HELPER_address * {
    text-decoration: none;
    font-style: normal;
    box-sizing: border-box;
}

.HELPER_address {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    overflow: auto;
    padding-top: 120px;
    z-index: 999999999;
}

.HELPER_addressinner {
    margin: 0 auto 50px auto;
    width: 500px;
    height: 470px;
    background-color: #fff;
    border: 1px solid #1f5884;
}

.HELPER_addressheader {
    width: 100%;
    height: 40px;
    background-color:#1f5884;

}

    .HELPER_addressheader b {
        display: block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        float: left;
        margin-left: 5px;
    }

    .HELPER_addressheader i {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        padding: 0;
        margin: 5px 5px 0px 0px;
        background-color: #000;
        text-align: center;
        float: right;
        cursor: pointer;
    }

        .HELPER_addressheader i:hover {
            color: #000;
            background-color: #fff;
        }

    .HELPER_addressheader s {
        display: block;
        width: 100%;
        height: 1px;
        line-height: normal;
        padding: 0;
        margin: 0;
        clear: both;
    }

.HELPER_tbloverflow {
    height: 180px;
    overflow-y: scroll;
}

    .HELPER_tbloverflow table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 13px;
    }

        .HELPER_tbloverflow table th {
            background-color: #1f5884;
            color: #fff;
        }

        .HELPER_tbloverflow table td {
            padding: 3px;
        }

@media(max-width:600px) {

    .HELPER_addressinner {
        position: relative;
        top: 130px;
        left: 0;
        margin: 0 auto 0 auto;
        width: 98%;
        height: 630px;
        background-color: #fff;
        border: 1px solid #1f5884;
    }
}

@media(max-width:350px) {
    .HELPER_addressinner input {
        width: 98%;
        height: 30px;
    }

    .HELPER_addressheader b {
        width: 60px;
    }
}

.ScrollArrow {
    color: #000;
}

/*---*/

.CFC_0 {
    display: block;
    width: 160px;
    min-height: 30px;
    line-height: 30px;
    float: left;
    text-decoration: none;
    font-weight: bold;
}

.CFC_1 {
    display: block;
    width: 200px;
    min-height: 30px;
    line-height: 30px;
    padding: 4px;
    float: right;
    text-decoration: none;
    background-color: #1f5884;
    text-align: center;
    transition: 0.5s;
    color: #fff !important;
}

    .CFC_1:hover {
        background-color:#d60d3a;
    }

.CFC_2 {
    clear: both;
    height: 20px;
}

@media(max-width:450px) {
    .CFC_0 {
        float: none;
        width: 200px;
    }

    .CFC_1 {
        float: none;
        width: 200px;
    }
}

@media(max-width:300px) {
    .CFC_0 {
        width: 100%;
    }

    .CFC_1 {
        width: 100%;
    }
}


.PopUp0 {
    float: left;
    margin: 0;
    width: 48%;
}

.PopUp0 {
    color: #000;
}

    .PopUp0 ul {
        padding: 0;
        margin: 0;
    }

        .PopUp0 ul li {
            list-style: none;
            padding-top: 10px;
        }

.PopUp1 {
    float: right;
    margin: 0;
    width: 48%;
}

    .PopUp1 ul {
        padding: 0;
        margin: 0;
    }

        .PopUp1 ul li {
            list-style: none;
            margin: 10px 20px;
        }

    .PopUp1 b {
        display: none;
    }

    .PopUp1 input[type="text"] {
        height: 30px !important;
        margin-bottom: 0px !important;
    }

    .PopUp1 input[type="submit"] {
        height:30px !important;
        line-height: 33px !important;
        padding:0px;
    }

.Scrollbtn {
    display: none;
    width: 100%;
    text-align: center;
    z-index: 300;
    color: #000;
    padding: 2px;
}

@media(max-width: 350px) {

    .PopUp0 {
        display: none;
    }

    .PopUp1 b {
        display: block;
    }

    .PopUp1 {
        float: none;
        width: 100%;
    }

    .Scrollbtn {
        display: block;
    }
}

