@import url('substyle.css');

#sidenav.admin ul>li:nth-child(1)>a {
    background: url('../images/user/ic_nav_admin_01.png') no-repeat left 20px center
}

#sidenav.admin ul>li:nth-child(2)>a {
    background: url('../images/user/ic_nav_admin_02.png') no-repeat left 20px center
}

#sidenav.admin ul>li:nth-child(3)>a {
    background: url('../images/user/ic_nav_admin_03.png') no-repeat left 20px center
}

#sidenav.admin ul>li:nth-child(4)>a {
    background: url('../images/user/ic_nav_admin_04.png') no-repeat left 20px center
}


#sidenav.admin ul>li:nth-child(5)>a {
    background: url('../images/user/ic_nav_admin_05.png') no-repeat left 20px center
}

#sidenav.admin ul>li:nth-child(6)>a {
    background: url('../images/user/ic_nav_admin_06.png') no-repeat left 20px center
}

#sidenav.admin ul>li:nth-child(7)>a {
    background: url('../images/user/ic_nav_admin_07.png') no-repeat left 20px center
}

#sidenav.admin ul>li:nth-child(8)>a {
    background: url('../images/user/ic_nav_admin_08.png') no-repeat left 20px center
}

#sidenav.admin ul>li:nth-child(9)>a {
    background: url('../images/user/ic_nav_admin_09.png') no-repeat left 20px center
}


#searchWrap .inner {
    max-width: 610px;
    margin: 0 auto;
    text-align: center
}

#searchWrap .inner>* {
    display: inline-block
}

#searchWrap .inner select {
    width: 100%;
    max-width: 100px
}

#searchWrap .inner input {
    width: 100%;
    max-width: 200px
}

#searchWrap .inner input#searchTxt {
    background-color: #fff;
    height: 40px;
    border: 1px solid #ddd;
}

.step_process {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden
}

.step_process li {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
}

.step_process2 li {
    width: 33.33%
}

.step_process li:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #e4e4e4;
}


.step_process li:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #2a5eb5;
    transition: all .3s ease;
}

.step_process li:last-child:before,
.step_process li:last-child:after {
    display: none
}

.step_process li.active:after {
    width: 100%;
    background-color: #2a5eb5
}

.step_process li p {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    transition: all .3s ease;
    z-index: 1
}

.step_process li.active p {
    background-color: #2a5eb5;
    border-color: #2a5eb5;
    color: #fff
}

.step_process li.active span {
    color: #2a5eb5;
    font-weight: bold
}

.step_process4 li {
    width: 25%
}

.step_detail {
    max-width: 800px;
    margin: 40px auto
}


.step_detail {
    max-width: 800px;
    margin: 30px auto
}

.step_detail .multi_dl {
    overflow: hidden
}

.step_detail .multi_dl>dl {
    float: left;
    width: 50%
}

.step_detail h2 {
    position: relative;
    font-size: 16px;
    margin: 40px 0 15px 0;
    padding-left: 10px;
}

.step_detail h2:before {
    content: '';
    width: 3px;
    height: 10px;
    background-color: #3b7ec4;
    position: absolute;
    top: 6px;
    left: 0
}


#add_step_excel {
    position: absolute;
    top: 0;
    right: 0
}

.step_detail dl {
    margin: 10px 0
}

.step_detail dl input,
.step_detail dl select {
    display: block;
    width: 100%
}

.step_detail dl select {
    max-width: 130px
}

.step_detail dt {
    width: 100px;
    vertical-align: top;
}

.step_detail dd {
    padding: 0 10px
}

.step_detail .multi_select {
    overflow: hidden
}

.step_detail .multi_select li {
    float: left;
    width: 50%
}

.step_detail .four_select li {
    float: left;
    width: 25%
}

.step_detail .four_select li p {
    text-align: center;
    padding: 5px;
    max-width: 130px;
    font-weight: bold;
}

.step_detail th,
.step_detail td {
    text-align: center
}

.step_detail table input[type="text"] {
    display: block;
    width: 100%;
    text-align: center
}


.file_relative {
    position: relative;
    padding: 0 110px 0 0
}

.file_relative>p {
    margin-top: 10px;
    max-width: 150px;
    border: 1px solid #ccc;
    padding: 5px;
}

.file_relative>p img {
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
}

.file_input_div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 40px;
    overflow: hidden
}

.file_btn {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100px;
    height: 40px;
    background-color: #3b7ec4;
    color: #FFFFFF;
    border: none
}

.file_input_hidden {
    font-size: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0
}

.group_custom>div {
    width: 50%;
    padding: 0 80px 30px 0
}

.group_custom input[type="text"] {
    display: block;
    width: 100%;
    text-align: center
}

.group_custom table th,
.group_custom table td {
    text-align: center
}

.group_custom table td {
    position: relative;
    overflow: visible !important
}

.group_custom table button {
    position: absolute;
    top: 18px;
    right: -40px
}

.add_company_wrap .dl_table {
    max-width: 850px;
    margin: 50px auto
}

.add_company_wrap .dl_table dt,
.add_company_wrap .dl_table dd {
    padding: 5px
}

.add_company_wrap .dl_table dt {
    width: 100px
}

.add_company_wrap .file_wrap {
    width: 100%;
    max-width: 300px
}

.add_company_wrap .dl_table input[type="text"],
.add_company_wrap .dl_table input[type="number"],
.add_company_wrap .dl_table input[type="email"],
.add_company_wrap .dl_table input[type="tel"],
.add_company_wrap .dl_table select {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 0 10px;
}

.add_company_wrap.active .dl_table input[type="text"] {
    border: none
}

.add_company_wrap.active .file_input {
    display: none
}


.add_company_wrap .text_center {
    max-width: 850px;
    margin: 0 auto;
}

.add_company_wrap .text_center .abrb {
    bottom: 0;
    right: 0
}

.member_cal_wrap .left {
    width: 60%
}

.member_cal_wrap .right {
    width: 40%;
    padding: 50px;
    text-align: center
}

.member_cal_wrap .right dt {
    width: 40px
}

.member_cal_wrap .right dl {
    margin: 10px 0
}

.member_cal_wrap table td {
    height: 55px
}

.modal.sendmodal .inner {
    padding: 15px;
    text-align: center
}

.modal.sendmodal .inner select {
    display: inline-block
}

.modal.sendmodal .modal_btn_wrap {
    padding: 0 20px 20px 20px
}


.modal#offDetail .modal_inner {
    max-width: 250px
}

.modal#offDetail .modal_inner .inner {
    padding: 0 20px
}

.modal#offDetail .modal_inner dl {
    margin: 12px 0
}

.modal#offDetail .modal_inner dl dt {
    width: 20px
}

.modal#offDetail .modal_inner dl dd {
    text-align: center
}

.modal#offDetail .modal_inner dl dd:nth-child(3) {
    color: #0a4a8e;
    font-weight: bold;
    width: 50px
}

.modal#offDetail .modal_inner .paging {
    margin: 0;
    padding-bottom: 20px
}

.modal#offDetail .modal_inner .paging .abrb {
    width: inherit;
    border: none;
    bottom: 15px
}

.modal#offDetail .modal_inner .paging .abrb:hover {
    background-color: #3b7ec4
}

.modal#addOffDay .modal_inner {
    width: 200px
}

.modal#addOffDay .inner {
    padding: 20px
}

.modal#addOffDay .inner .relative {
    padding: 0 50px 0 0
}

.modal#addOffDay .inner .relative select {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    border-left: none
}

.modal#addOffDay .inner>input {
    display: block;
    width: 100%;
    margin: 5px 0;
    text-align: center
}


.modal#showDetailImageWrap .modal_inner {
    max-width: 500px
}

.modal#showDetailImageWrap .modal_inner>img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important
}


#offDayCalWrap .inner {
    width: 280px;
    padding: 10px 20px;
    margin: 0 auto
}

#offDayCalWrap .inner dl {
    margin: 10px 0
}

#offDayCalWrap .inner dt {
    width: 100px
}

#offDayCalWrap .inner dd {
    position: relative
}

#offDayCalWrap .inner dd input {
    display: block;
    width: 100%;
    padding: 0 30px 0 10px
}

#offDayCalWrap .inner dd>span {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}

#offDayCalWrap .inner p {
    margin-top: -5px;
    margin-bottom: 10px;
    color: #949494
}

#offDayCalWrap .text_center {
    padding-bottom: 20px
}


.modal#pensionDetail .modal_inner {
    width: 300px
}

.modal#pensionDetail .inner {
    padding: 0 20px
}

.modal#pensionDetail .paging {
    margin-top: 10px;
    padding-bottom: 20px
}


#pensionCalWrap .inner {
    padding: 20px
}


#pensionCalWrap .inner dl {
    margin: 10px 0
}

#pensionCalWrap .inner>dl dt {
    width: 40px
}

#pensionCalWrap .inner>dl dd {
    padding: 0 5px
}

#pensionCalWrap .inner .tabcontent dl dt {
    width: 110px;
    padding: 0 0 0 5px
}


#pensionCalWrap .inner .tabcontent dd {
    position: relative
}

#pensionCalWrap .inner .tabcontent dd input {
    display: block;
    width: 100%;
    padding: 0 30px 0 10px
}

#pensionCalWrap .inner .tabcontent dd>span {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}

.doc_detail dl {
    margin: 10px 0
}

.doc_detail dt,
.doc_detail dd {
    padding: 5px;
    font-size: 14px
}

.doc_detail dt {
    position: relative;
    width: 90px;
    font-weight: bold
}

.doc_detail dt:after {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 0;
    background-color: #ccc
}

.doc_detail dd {
    padding-left: 10px
}

.doc_detail h2 {
    font-size: 16px;
    font-weight: normal
}

.doc_detail ul {
    margin: 0 0 20px 0;
    overflow: hidden
}

.doc_detail ul li {
    float: left;
    width: 24%;
    margin: 0.5%;
    border: 1px solid #ccc
}

.doc_detail ul li a {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 50px
}

.doc_detail ul li a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    word-break: keep-all
}


#tableSelect ul {
    overflow: hidden
}

#tableSelect ul li {
    float: left;
    position: relative;
    width: 33.33%;
    margin: 5px 0;
}

#tableSelect ul li.opacity05 {
    opacity: 0.3
}

#filterTableWrap td .relative {
    display: inline-block;
    width: 20px;
}

#filterTableWrap td .relative+input {
    display: inline-block !important;
    width: 55px
}

#filterTableWrap td .relative label,
#tableSelect ul li label {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    font-size: 16px;
    z-index: 1
}

#filterTableWrap td .relative label {
    font-size: 13px;
    padding: 0;
    width: 20px;
    height: 20px;
}

#filterTableWrap td .relative input,
#tableSelect ul li input {
    display: none
}

#filterTableWrap td .relative b,
#tableSelect ul li b {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 5px
}

#filterTableWrap td .relative input:checked+b,
#tableSelect ul li input:checked+b {
    background: #3b7ec4 url('../images/admin/ic_check_white.png') no-repeat center center / 13px 10px;
    border: 2px solid #3b7ec4
}


#filterTableWrap {
    overflow: hidden;
    overflow-x: auto
}

#filterTable th,
#filterTable td {
    white-space: nowrap;
    text-align: center;
    border-right: 1px solid #ccc
}

#filterTable th {
    background-color: #f1f1f1
}

#filterTable td {
    position: relative;
    padding: 5px;
    overflow: visible;
}

#filterTable td>input {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center
}

#filterTable td span {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px
}

.hasspan {
    padding-right: 30px !important
}

.personal,
.docinfo,
.worktime,
.chargeinfo {
    display: none;
    position: relative;
}

.personal.on,
.docinfo.on,
.worktime.on,
.chargeinfo.on {
    display: table-cell
}

col.personal.on,
col.docinfo.on,
col.worktime.on,
col.chargeinfo.on {
    display: table-column
}

#addPersonTable {
    min-height: 300px
}


.showTimepicker {
    position: absolute;
    top: -90px;
    left: 90px;
    width: 260px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    z-index: 99
}

.showTimepicker .overflow {
    overflow: hidden;
    background-color: #649dd6;
}

.showTimepicker .overflow>div {
    float: left
}

.showTimepicker .top {
    width: 50%;
    padding: 20px;
    overflow: hidden
}

.showTimepicker .top li {
    float: left;
    width: 45%;
    line-height: 40px;
    color: #fff;
}

.showTimepicker .top li input {
    width: 100%;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}

.showTimepicker .top li:nth-child(2) {
    width: 8%;
    text-align: center
}

.showTimepicker .btm {
    width: 50%;
    padding: 5px 20px;
    background-color: #f3f3f3;
}

.showTimepicker .btm h2 {
    font-size: 14px;
    text-align: left;
    color: #4a4949;
}

.showTimepicker .btm>div {
    margin: 5px 0
}

.showTimepicker .btn_wrap {
    padding: 5px
}

.showTimepicker .btn_wrap button {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}



.top_select {
    position: relative
}

.top_select .abs_right,
.top_select>button {
    position: absolute;
    top: 0;
    right: 0
}

#workingTable .ui-datepicker-title {
    margin-bottom: 15px
}

#workingTable td {
    height: 140px
}

#workingTable td a {
    display: block;
    margin: 0 0 10px 0
}

#workingTable td span {
    display: block
}

#workdayAddWrap * {
    text-align: center
}

#workdayAddWrap input,
#workdayAddWrap button,
#workdayAddWrap select {
    display: block;
    width: 100%
}

#workdayAddWrap ul li {
    display: inline-block;
    position : relative;
}

#workdayAddListTableTbody td {
    position: relative
}

.inputcheck {
    display: none !important
}

.inputcheck+label {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    margin: 0 auto
}

.inputcheck:checked+label {
    background: #3b7ec4 url('../images/admin/ic_check_white.png') no-repeat center center;
    border: 1px solid #3b7ec4
}




.abrb2 {
    position: absolute;
    bottom: 0;
    right: 0
}

.abrb2 .file_relative {
    top: -26px
}

.abrb2 .file_btn {
    background-color: #198812
}


#addBtmWrap dl {
    display: table;
    table-layout: fixed
}

#addBtmWrap dl dt,
#addBtmWrap dl dd {
    display: table-cell;
    vertical-align: middle
}

#addBtmWrap dl dt {
    width: 140px
}

#addBtmWrap dl dd {
    text-align: left
}

.holidayAddWrap li {
    display: inline-block;
    line-height: 40px;
}

.holidayAddWrap li * {
    text-align: center
}


#holidayReject .modal_inner {
    width: 200px;
    padding-bottom: 10px;
}

#holidayReject select,
#holidayReject input {
    display: block;
    width: 100%;
    height: initial;
    line-height: initial;
    padding: 10px;
    background-color: #fff
}

#holidayReject input {
    margin-top: 10px;
    display: none
}

#holidayReject .title_info {
    padding: 10px
}


#loadingWrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 22;

}

#loadingWrap p {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -31px;
}

.signwrap {
    display: inline-block;
    width: 80px;
    height: auto !important;
}

.signwrap img {
    display: block;
    width: 100%;
    height: auto !important
}

.totalCharge:last-child input {
    border: none;
    background: transparent
}

.button_view {
    position: absolute;
    top: 0;
    right: 0
}


#signWrap {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


#signHeightWrap {
    display: table;
    margin-top: 20px;
    table-layout: fixed
}

#signHeightWrap dt,
#signHeightWrap dd {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    font-size: 18px;
}

#signHeightWrap dt {
    padding: 0 15px 0 0;
    line-height: 150%
}

#signHeightWrap dd {
    width: 80px
}

#signHeightWrap dd img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-height : 80px !important
}


@media (max-width: 1150px) {

    .member_cal_wrap .left,
    .member_cal_wrap .right {
        width: 50%
    }

    .member_cal_wrap .right {
        padding: 50px 30px
    }

    .doc_detail ul li {
        width: 32.33%
    }
}

.default_table table tbody tr:hover {
    background-color: #fff9b6 !important
}
