/* 뱅킹 */


/* 버튼 */
#container > .contents > .title-area > .page-func-wrap > div.confirm_undo_box {position:relative;}
#container > .contents > .title-area > .page-func-wrap > div.confirm_undo_box a.btn-st.secondary.all_confirm_undo {padding-left:0;}
#container > .contents > .title-area > .page-func-wrap > div.confirm_undo_box > ul.confirm_undo_select {display:none;position:absolute;top:100%;right:0px;border-radius:5px;overflow:hidden;min-width:100%;height:auto;padding:3px 0 0;box-shadow:1px 1px 5px rgba(0,0,0,0.075);z-index:2;}
#container > .contents > .title-area > .page-func-wrap > div.confirm_undo_box > ul.confirm_undo_select li {display:inline-block;width:100%;height:auto;border:1px solid #ECEFF1;border-bottom:0;background-color:#FFF;cursor:pointer;}
#container > .contents > .title-area > .page-func-wrap > div.confirm_undo_box > ul.confirm_undo_select li + li {border-top:0;}
#container > .contents > .title-area > .page-func-wrap > div.confirm_undo_box > ul.confirm_undo_select li:first-child {border-radius:5px 5px 0 0;}
#container > .contents > .title-area > .page-func-wrap > div.confirm_undo_box > ul.confirm_undo_select li:last-child {border-radius:0 0 5px 5px;border-bottom:1px solid #ECEFF1;}
#container > .contents > .title-area > .page-func-wrap > div.confirm_undo_box > ul.confirm_undo_select li a {display:block;font-weight:500;padding:8px 12px;white-space:nowrap;}
#container > .contents > .title-area > .page-func-wrap > div.confirm_undo_box > ul.confirm_undo_select li a:hover {/*color:#0069B9;font-weight:600;letter-spacing:-0.04em;*/background-color:#FAFAFA;}

#table-list-wrap table tbody tr.confirm td:nth-child(n+8) {background-color:#FFFEDB}
#table-list-wrap table tbody tr.confirm td:nth-child(-n+8){background-color:#fafafa} 
 

#container.fnsh > .contents .title-area > .page-func-wrap > .function > .refresh > a.icon-svg.black.update {width:32px;height:32px;display:flex;justify-content:center;}
#container.fnsh > .contents .title-area > .page-func-wrap > .function > .refresh > a.icon-svg.black.update:before {width:20px;height:20px;background-position:center center;background-size:26px auto;border-radius:50%;}

#container.fnsh > .contents .search-etc-wrap > .last a.icon-svg.setting {border:1px solid #ECEFF1;border-radius:5px;}
#table-list-wrap table tbody tr td.table-tbody-list a.icon-svg.black.minus {width:18px;height:18px;border-radius:50%;background-color:#494949;border:1px solid #494949;}
#container.fnsh > .contents .search-etc-wrap a.icon-svg.setting{border:1px solid #ECEFF1;border-radius:5px;}

#table-list-wrap table tbody tr td.historyLayerPopup {position:relative;overflow:visible;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap {display:none;position:absolute;top:calc(100% - 5px);left:0;min-width:550px;border:1px solid #ECEFF1;border-radius:5px;background-color:#fff;padding:10px;box-shadow:3px 3px 6px rgba(0,0,0,0.15);z-index:1;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap > .header {display:flex;justify-content:space-between;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap > .header > div {display:flex;align-items:center;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap > .header > div > h1 {font-weight:600;display:flex;align-items:center;margin-right:5px;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap > .header > div > h1:before {content:"";width:4px;height:4px;border-radius:50%;background-color:#0069B9;margin-right:5px;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap > .header > a.btn-st {font-size:13px;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap > .conts {border-top:1px solid #ECEFF1;margin-top:10px;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap > .conts table tbody tr {background-color:#FFF;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap > .conts table tbody tr td {height:35px;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap > .conts table tbody tr + tr {border:0;}
#table-list-wrap table tbody tr td.historyLayerPopup > .historyLayerPopup-wrap > .footer {border-top:1px solid #ECEFF1;padding-top:10px;}


/* For all your update please put them below don't replace their original style */
/* Updated by 개발팀 */
/* #table-list-wrap table tbody tr.confirm td:nth-child(n+8) {background-color:#FFFEDB;} */

/* Updated by 개발팀 */
/* https://www.kosign.com.kh/redmine/issues/33712 */
div.historyLayerPopup-wrap {position:absolute;top:calc(100% - 5px);left:0;min-width:550px;border:1px solid #ECEFF1;border-radius:5px;background-color:#fff;padding:10px;box-shadow:3px 3px 6px rgba(0,0,0,0.15);z-index:1;}
div.historyLayerPopup-wrap > .header {display:flex;justify-content:space-between;}
div.historyLayerPopup-wrap > .header > div {display:flex;align-items:center;}
div.historyLayerPopup-wrap > .header > div > h1 {font-weight:600;display:flex;align-items:center;margin-right:5px;}
div.historyLayerPopup-wrap > .header > div > h1:before {content:"";width:4px;height:4px;border-radius:50%;background-color:#0069B9;margin-right:5px;}
div.historyLayerPopup-wrap > .header > a.btn-st {font-size:13px;}
div.historyLayerPopup-wrap > .conts {border-top:1px solid #ECEFF1;margin-top:10px;}
div.historyLayerPopup-wrap > .conts table tbody tr {background-color:#FFF;}
div.historyLayerPopup-wrap > .conts table tbody tr td {height:35px;}
div.historyLayerPopup-wrap > .conts table tbody tr + tr {border:0;}
div.historyLayerPopup-wrap > .footer {border-top:1px solid #ECEFF1;padding-top:10px;}

div.historyLayerPopup-wrap > .conts table thead tr th {color:#494949;font-weight:600;padding:12px 12px;text-align:left;}
div.historyLayerPopup-wrap > .conts table tbody tr td {color:#494949;padding:5px 10px;height:45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	
