body {
    font-family: 'Prompt', sans-serif;
    text-align: center;
    color: #595959;
    font-size: 18;
}

a {
    text-decoration: none;
    color: #595959;
}

.center {
    margin: auto;
}

a {
    color: #595959;
    text-decoration: none;
}

.t_c {
    text-align: center;
}

.t_l {
    text-align: left;
}

.t_r {
    text-align: right;
}

.w_90 {
    width: 90%;
    margin: auto;
}

.w_90_g {
    width: 90%;
    margin: auto;
}

.w_80 {
    width: 80%;
    margin: auto;
}

.w_70 {
    width: 70%;
    margin: auto;
}

.w_50 {
    width: 50%;
    margin: auto;
}

.w_30 {
    width: 30%;
    margin: auto;
}

.w_20 {
    width: 20%;
    margin: auto;
}

.f_z_40 {
    font-size: 40px;
}

.f_z_150 {
    font-size: 150px;
}

.f_z_50 {
    font-size: 50px;
}

.f_z_30_5 {
    font-size: 30px;
}

.f_z_50_2 {
    font-size: 50px;
}

.f_z_50_3 {
    font-size: 50px;
}

.f_z_50_5 {
    font-size: 50px;
}

.f_z_25 {
    font-size: 25px;
}

.f_z_30 {
    font-size: 30px;
}

.f_z_20 {
    font-size: 20px;
}

.f_z_18 {
    font-size: 18px;
}

.f_z_16 {
    font-size: 16px;
}

textarea {
    width: 100%;
    height: 100px;
    background: transparent;
    border: 2px solid rgba(59, 59, 59, 1.0);
    border-radius: 4px;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
    font-family: 'Prompt', sans-serif;
}

.f_z_14 {
    font-size: 14px;
}

.f_z_9 {
    font-size: 9px;
}

.f_c_g {
    color: #00e68a;
}

.f_c_y {
    color: #ffd11a;
}

.f_c_r {
    color: #ff6666;
}

.f_c_o {
    color: #ff8c1a;
}

.p_l_20 {
    padding-left: 20px;
}

.input100 {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    display: inline;
    width: 96%;
    height: 40px;
    background: transparent;
    padding: 0 10;
    border-radius: 5px;
    margin: 1% 2%;
}

.input100_2 {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    line-height: 1;
    display: inline;
    width: 100%;
    height: 40px;
    background: transparent;
    padding: 0 10;
    border-radius: 5px;
}

input[type=date] {
    height: 30px;
    background: transparent;
    border: 2px solid rgba(59, 59, 59, 1.0);
    border-radius: 4px;
    color: #595959;
    font-size: 16px;
    font-family: 'Prompt', sans-serif;
    margin: 5px;
}

input[type=time] {
    height: 40px;
    background: transparent;
    border: 2px solid rgba(23, 40, 83, 1.0);
    border-radius: 4px;
    color: #172853;
    font-size: 16px;
    font-family: 'Prompt', sans-serif;
    margin: 5px;
}

.login_box {
    width: 30%;
    text-align: left;
    margin: 3% auto;
}

.bt_back_b {
    height: 43px;
    background: #595959;
    color: #ffffff;
    border: 2px solid #595959;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    margin: auto;
    margin-top: 3%;
    padding: 0 25px;
    display: block;
}

.bt_back_p {
    width: 100%;
    height: 43px;
    background: rgb(255, 255, 255);
    color: #595959;
    border: 2px solid #595959;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    margin: auto;
    margin-top: 3%;
}

.bt_back_p3 {
    background: rgb(255, 255, 255);
    color: #595959;
    border: 2px solid #595959;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    margin: auto;
    padding: 5px 15px;
}

.bt_back_p3:hover {
    background-color: #F782BB;
    border: 2px solid #F782BB;
    color: #fff;
}

.bt_back_p:hover {
    background-color: #F782BB;
    border: 2px solid #F782BB;
    color: #fff;
}

.bt_back_p2 {
    background: rgb(255, 255, 255);
    color: #595959;
    border: 2px solid #595959;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Prompt', sans-serif;
    font-size: 17px;
    margin: auto;
    margin-top: 10;
    padding: 5 20;
}

.bt_back_p2:hover {
    background-color: #F782BB;
    border: 2px solid #F782BB;
    color: #fff;
}

.img_radius {
    border-radius: 50%;
}

.bt_back_g {
    background: rgb(255, 255, 255);
    color: #00e68a;
    border: 2px solid #00e68a;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    margin: auto;
    margin-top: 10;
    padding: 5 30;
}

.bt_back_g:hover {
    background-color: #00e68a;
    border: 2px solid #00e68a;
    color: #fff;
}

table {
    border-collapse: collapse;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

.box_work {
    background-color: #f2f2f2;
    width: 70%;
    padding: 40px;
    border-radius: 15px;
    margin: auto;
    margin-top: 2%;
    text-align: left;
    font-size: 18px;
    line-height: 35px;
}

.box_work:hover {
    background-color: #f7e6ef;
}

.column_4 {
    float: right;
    width: 25%;
}

.box_report_name {
    float: right;
    width: 30%;
    line-height: 25px;
    padding: 10px 0px;
}

.box_can {
    width: 100%;
    border: 5px solid #595959;
    border-radius: 15px;
    text-align: center;
    margin: auto;
    color: #595959;
}

.box_can:hover {
    border: 5px solid #f657a4;
    color: #f657a4;
}

.box_report_img {
    padding: 0px 10px;
    margin: auto;
    float: right;
    width: 20%;
    line-height: 25px;
}

.column_3 {
    float: left;
    width: 27.32%;
    padding: 2% 3%;
}

.box_b_g {
    background-color: #f2f2f2;
    width: 70%;
    padding: 40px;
    border-radius: 15px;
    margin: auto;
    margin-top: 2%;
}

.box_b_g:hover {
    background-color: #f8cee2;
}

.box_group {
    width: 75%;
    height: 50px;
    padding: 40px;
    border-radius: 15px;
    margin: auto;
    margin-top: 2%;
    border: 5px solid #f2f2f2;
}

.box_group:hover {
    border: 5px solid #f8cee2;
}

.row_2:after {
    content: "";
    display: table;
    clear: both;
}

.inline {
    display: inline;
}

.hide {
    display: none;
}

@media screen and (max-width:1500) {
    .box_report_name {
        float: right;
        width: 50%;
        line-height: 25px;
    }
}

@media screen and (max-width:1200) {
    .login_box {
        width: 55%;
        text-align: left;
        margin: 3% auto;
    }
    .box_work {
        background-color: #f2f2f2;
        width: 80%;
        padding: 30px;
    }
    .w_70 {
        width: 90%;
        margin: auto;
    }
    .w_90 {
        width: 95%;
        margin: auto;
    }
    .bt_back_p2 {
        font-size: 14px;
        margin-top: 10;
        padding: 5 20;
    }
    .box_report_img {
        float: right;
        width: 20%;
        line-height: 25px;
    }
}

@media screen and (max-width:1050px) {
    .login_box {
        width: 65%;
    }
}

@media screen and (max-width:450px) {
    .w_70 {
        width: 95%;
        margin: auto;
    }
    .f_z_25 {
        font-size: 20px;
    }
    .f_z_50_2 {
        font-size: 40px;
    }
    .f_z_50_3 {
        font-size: 35px;
    }
    .box_work {
        background-color: #f2f2f2;
        width: 90%;
        padding: 20px;
        font-size: 16px;
    }
    .column_3 {
        float: left;
        width: 95%;
        padding: 3%;
        margin: auto;
    }
    .w_20 {
        width: 80%;
        margin: auto;
    }
    .w_80 {
        width: 100%;
        margin: auto;
    }
    .f_z_40 {
        font-size: 18px;
    }
    .f_z_30 {
        font-size: 18px;
    }
    .f_z_20 {
        font-size: 17px;
    }
    .input100 {
        font-family: 'Prompt', sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 1;
        display: inline;
        width: 100%;
        height: 40px;
        background: transparent;
        padding: 0 10;
        border-radius: 5px;
        margin: 1% 2%;
    }
    .login_box {
        width: 90%;
        text-align: left;
        margin: 3% auto;
    }
    .f_z_18 {
        font-size: 15px;
    }
    .f_z_16 {
        font-size: 14px;
    }
    .f_z_14 {
        font-size: 13px;
    }
    .box_act {
        background-color: #f2f2f2;
        width: 90%;
        padding: 15px;
        border-radius: 15px;
        margin: auto;
        margin-top: 4%;
        text-align: left;
    }
    .box_report_name {
        margin-top: 0px;
        margin-right: -10px;
        margin-bottom: 10px;
        float: right;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .box_report_img {
        padding: 0px 10px;
        margin: auto;
        float: right;
        width: 15%;
        line-height: 25px;
    }
    .bt_back_p {
        width: 100%;
    }
    .w_50 {
        width: 80%;
        margin: auto;
    }
}