@charset "utf-8";
/* CSS Document */
#bt_login {
    width: 200px;
    height: 40px;
    display: inline-block;
    background: #FF99FF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 2;
}

#bt_login:hover {
    opacity: 0.7;
}

#bt_admin_login {
    width: 200px;
    height: 40px;
    display: inline-block;
    background: #3399FF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 2;
}

#bt_admin_login:hover {
    opacity: 0.7;
}

#bt_menu {
    width: 200px;
    height: 40px;
    display: inline-block;
    background: #FF99FF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 2;
}

#bt_menu:hover {
    opacity: 0.7;
}

#bt_new_regist {
    /* width: 130px; */
    width: 10%;
    height: 40px;
    display: inline-block;
    background: #72C600;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2.75;
}

#bt_new_regist:hover {
    opacity: 0.7;
}

.bt_qr_print {
    /* width: 130px; */
    width: 10%;
    height: 40px;
    display: inline-block;
    background: #FBCB3D;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2.75;
}
.bt_qr_print:hover {
    opacity: 0.7;
}

#bt_logout {
    width: 80px;
    height: 28px;
    display: inline-block;
    background: #696969;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

#bt_logout:hover {
    opacity: 0.7;
}

#bt_help {
    width: 80px;
    height: 28px;
    display: inline-block;
    background: #33CCFF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

#bt_help:hover {
    opacity: 0.7;
}

#bt_new_office_regist,
#bt_new_admin_regist{
    /* width: 130px; */
    width: 10%;
    height: 40px;
    display: inline-block;
    background: #72C600;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    /* font-weight: bold; */
    line-height: 2.75;
}

.bt_office_edit,
.bt_admin_edit{
    width: 20%;
    /* height: 30px; */
    display: inline-block;
    /* background: #0000FF; */
    color: #0000FF;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 2;
    margin-right: 2%;
    border: 1px solid #0000FF;
}

.bt_base_copy {
    width: 130px;
    height: 40px;
    display: inline-block;
    background: #33CCFF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2.75;
}
.bt_base_copy:hover {
    opacity: 0.7;
}

.bt_shift_clear {
    width: 130px;
    height: 40px;
    display: inline-block;
    background: #FFCC33;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2.75;
}
.bt_shift_clear:hover {
    opacity: 0.7;
}

.bt_staff_shift_print {
    width: 130px;
    height: 40px;
    display: inline-block;
    background: #0066FF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2.75;
}
.bt_staff_shift_print:hover {
    opacity: 0.7;
}

.bt_admin_shift_print {
    /* width: 130px; */
    width: 10%;
    height: 40px;
    display: inline-block;
    background: #FF0033;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2.75;
}
.bt_admin_shift_print:hover {
    opacity: 0.7;
}

.bt_shifted_transmission {
    width: 130px;
    height: 40px;
    display: inline-block;
    background: #9966FF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2.75;
}
.bt_shifted_transmission:hover {
    opacity: 0.7;
}

.bt_lastweek_copy {
    width: 130px;
    height: 40px;
    display: inline-block;
    background: #00CC33;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2.75;
}
.bt_lastweek_copy:hover {
    opacity: 0.7;
}

.bt_gray {
    width: 130px;
    height: 40px;
    display: inline-block;
    background: #696969;
    color: #9F9F9F;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2.75;
}

.bt_testmail_sending {
    width: 130px;
    height: 40px;
    display: inline-block;
    background: #9966FF;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2.75;
}
.bt_testmail_sending:hover {
    opacity: 0.7;
}
.bt_setting {
    width: 200px;
    height: 40px;
    display: inline-block;
    background: #72C600;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 2;
}

.bt_setting:hover {
    opacity: 0.7;
}

.bt_regist {
    width: 80px;
    height: 30px;
    display: inline-block;
    background: #72C600;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 2;
}

.bt_regist:hover {
    opacity: 0.7;
}

.bt_delete {
    /* width: 80px; */
    width: 20%;
    /* height: 30px; */
    display: inline-block;
    /* background: #FF5A2A; */
    color: #FF5A2A;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-right: 2%;
    border: 1px solid #FF5A2A;
}

.bt_delete:hover {
    opacity: 0.7;
}

.bt_edit {
    /* width: 80px; */
    width: 20%;
    /* height: 30px; */
    display: inline-block;
    /* background: #0000FF; */
    color: #0000FF;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-right:2%;
    border: 1px solid #0000FF;
}

.bt_edit:hover {
    opacity: 0.7;
}

.bt_detail {
    /* width: 80px; */
    width: 20%;
    /* height: 30px; */
    display: inline-block;
    /* background: #CFB7FF; */
    color: #A377FB;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-right:2%;
    border: 1px solid #A377FB;
    margin-top: 15%;
}

.bt_detail:hover {
    opacity: 0.7;
}

.bt_reset {
    /* width: 80px; */
    width: 20%;
    /* height: 30px; */
    display: inline-block;
    /* background: #FF0033; */
    color: #FF0033;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    /* margin-right: 2%; */
    border: 1px solid #FF0033;
}

.bt_reset:hover {
    opacity: 0.7;
}
