@charset "utf-8";

/* msg dialog UI*/
div.dialog {
   	max-height: 750px;
	background:#ffffff;
	min-width: 300px;
	color:#000;
}
.ui-dialog .ui-dialog-content {
	max-height: 600px !important;
}
div.dialog .ui-dialog-title{color:#FFFFFF;font-szie:15px;font-weight:bold;}
div.dialog .dialog_Confirmation {
    padding: 10px;
	text-align: center;
}
div.dialog .dialog_Error {
    padding: 10px;
	text-align: center;
}
div.dialog .dialog_Information {
    padding: 10px;
	text-align: center;
}
div.dialog .dialog_Question {
    padding: 10px;
	text-align: center;
}
div.dialog .dialog_Warning {
    padding: 10px;
	text-align: center;
}
div.dialog .dialog_msg {
	font-size: 14px;
}
div.dialog .upload_frm {
	background-color:rgba(229, 237, 241, 1);
	padding: 10px;
}
div.dialog .upload_frm {
	background-color:#E2EEFF ;
	padding: 10px;
}
div.dialog .is-dragover{
	background-color: #eee;
}
div.dialog .upload_frm div.upload_box{
	display: block;
	padding-bottom: 10px;
}
div.dialog .upload_frm div.upload_box label.upload_info{
	background-image: url("/adrc/images/common/bg_upload_cloud.png");
	background-repeat: no-repeat;
	background-position: 50% 0px;
	display: inline-block;
	width: 220px;
	text-align: center;
	cursor: pointer;
	padding-top: 90px;
	position: relative;
	left: 275px;
}

div.dialog .upload_frm div.upload_box label.upload_info span {
	color: #666;
}
div.dialog .upload_frm div.upload_box label.file_uoload_desc{
	display: none;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
}
div.dialog input[type="file"].file_hidden {
	display: none;
}

ul.upload_tabs{
	height: auto !important;
	display: inline-flex;
    align-items: center;
    background: #E2EEFF;
    border-radius: 15px;
    margin-bottom: 90px;
}

ul.upload_tabs > li{
min-width: 151px;
    border-radius: 15px;
    text-align: center;
    letter-spacing: -0.98px;
    font-size: 14px;
    font-weight: 500;
    color: #5983C1;
}

ul.upload_tabs > li > a{
    display: block;
    padding: 6px;
    cursor: pointer;
}

ul.upload_tabs > li.on{
	background-color: #1F71EB;
	color: #fff;
}

ul.upload_tabs > li > p{
	display: none;
	text-align: left;
    background: #F8F8F8;
    z-index: -1;
	margin-top:-15px;
	border: 1px solid #eee;
	padding: 20px 14px 14px;
	width: 764px;
    font-size: 13px;
	color: #666;
}

ul.upload_tabs > li.on > p{
	display: inline;
	position:absolute;
	left:14px;
}

h4.upload_tit {font-size:14px; color:#2E5CA0;font-weight:600;margin-bottom:5px;margin-top:20px;}
h4.upload_tit:first-child {margin-top:0px;}

div.upload_files_summary {
	float: right;
	margin-top: -26px;
	font-weight: 500;
}
#svr_file_cnt {
	float: right;
	margin-top: -20px;
}
div.dialog div.svr_file_box {
	width: 776px;
	height: 100px;
	border: 1px solid #eee;
	overflow: auto;
	margin-top:6px;
}
div.dialog .right_btn {
	text-align:right;
	margin-bottom:5px;
}
div.dialog div.svr_file_box_out span.ui-button-text{
	padding: 4px 5px;
}
div.dialog ul.svr_filelist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
div.dialog ul.svr_filelist > li{
    margin: 5px 5px;
    background-repeat: no-repeat;
    background-position: 27px center;
    text-align: center;
    background-size: 29px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px;
    height: 52px;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 12px;
}

div.dialog ul.svr_filelist > li > input[type="checkbox"]{
	margin-right: 30px;
}

div.dialog ul.upload_filelist {
    max-height: 300px;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
div.dialog ul.upload_filelist::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}
div.dialog ul.upload_filelist::-webkit-scrollbar-thumb {
	background-color: #1f71eb;
}
div.dialog ul.upload_filelist::-webkit-scrollbar-track {
	background-color: rgb(31 113 235 / 30%);
}
div.dialog ul.upload_filelist > li{
	margin: 5px 5px;
    background-repeat: no-repeat;
    background-position: 13px center;
    text-align: center;
    background-size: 29px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px;
    height: 52px;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 53px;
}

div.dialog ul.svr_filelist > li > span.file_nm, div.dialog ul.upload_filelist > li > span.file_nm{
	font-size: 12px;
    font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 200px;
	display: block;
}

div.dialog ul.svr_filelist > li > span.file_size, div.dialog ul.upload_filelist > li > span.file_size{
	font-size: 10px;
	color: #666;
}

div.dialog ul.upload_filelist > li .gridMuiltFileDelBtn {
	margin-left: auto;
}

div.dialog li.file_ext_bmp {
	background-image: url("/adrc/images/common/file_icon/s64_bmp.png");
}
div.dialog li.file_ext_doc {
	background-image: url("/adrc/images/common/file_icon/s64_doc.png");
}
div.dialog li.file_ext_docx {
	background-image: url("/adrc/images/common/file_icon/s64_docx.png");
}
div.dialog li.file_ext_gif {
	background-image: url("/adrc/images/common/file_icon/s64_gif.png");
}
div.dialog li.file_ext_hwp {
	background-image: url("/adrc/images/common/file_icon/s64_hwp.png");
}
div.dialog li.file_ext_jpg {
	background-image: url("/adrc/images/common/file_icon/s64_jpg.png");
}
div.dialog li.file_ext_mov {
	background-image: url("/adrc/images/common/file_icon/s64_mov.png");
}
div.dialog li.file_ext_pdf {
	background-image: url("/adrc/images/common/file_icon/s64_pdf.png");
}
div.dialog li.file_ext_png {
	background-image: url("/adrc/images/common/file_icon/s64_png.png");
}
div.dialog li.file_ext_ppt {
	background-image: url("/adrc/images/common/file_icon/s64_ppt.png");
}
div.dialog li.file_ext_pptx {
	background-image: url("/adrc/images/common/file_icon/s64_pptx.png");
}
div.dialog li.file_ext_psd {
	background-image: url("/adrc/images/common/file_icon/s64_psd.png");
}
div.dialog li.file_ext_rar {
	background-image: url("/adrc/images/common/file_icon/s64_rar.png");
}
div.dialog li.file_ext_txt {
	background-image: url("/adrc/images/common/file_icon/s64_txt.png");
}
div.dialog li.file_ext_xls {
	background-image: url("/adrc/images/common/file_icon/s64_xls.png");
}
div.dialog li.file_ext_xlsx {
	background-image: url("/adrc/images/common/file_icon/s64_xlsx.png");
}
div.dialog li.file_ext_zip {
	background-image: url("/adrc/images/common/file_icon/s64_zip.png");
}
div.dialog li.file_ext_unkwon {
	background-image: url("/adrc/images/common/file_icon/s64_unkwon.png");
}
table.recept_file_chk {
	width: 100%;	
}

table.recept_file_chk thead th{
	font-weight:bold;
	color:#333;
	height:18px;
	background:#ececec;
	padding:2px 0;
	font-size:11px;
	border-top:#636363 1px solid;
	border-bottom:#d1d1d1 1px solid;
	text-align: center;
}

table.recept_file_chk tbody td {
	font-size:10px;
	vertical-align: top;
}
table.recept_file_chk tbody td img{
	display: inline;
}
table.recept_file_chk tbody td span{
	font-size:10px;
	line-height:16px;
	color: #999;
}
table.recept_file_chk tbody td span.file_chk_ok{
	font-size:10px;
	line-height:16px;
	color: #333;
}
table.recept_file_chk tbody td span.file_chk_required{
	font-size:10px;
	line-height:16px;
	color: red;
}

/* payroll dialog UI*/
div.pop-layout-left, div.pop-layout-midicon, div.pop-layout-section {float:left;}
div.pop-layout-left.ui-resizable {border-right:8px solid rgba(245,245,245,.8);}
div.pop-layout-left input[name="popTab"] {display:none;}
div.pop-layout-left input[name="popTab"] + label {
    background: #bfbfbf;
    padding: 4px 12px 5px;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
    display: inline-block;
    cursor: pointer;
    color: #4d4d4d;
    width: 60px;
    text-align: center;
    border: 1px solid #bec6cf;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 0;
    margin-bottom: 0px;
    font-size: 13px;
}

div.pop-layout-left input[name="popTab"]:checked + label {
background: #ffffff;
    border-bottom: 1px solid transparent;
    color: #000000;
    z-index: 2;
}
div.pop-layout-left input[name="popTab"] + label:hover {
	color: #073c8a;
}
div.pop-layout-left input[name="popTab"] ~ div.tab {display:none;overflow:hidden;}
div.pop-layout-left #popTab1:checked ~ div.tab.cont1, #popTab2:checked ~ div.tab.cont2 { display:block; padding:0;}
div.pop-layout-left p.left_page, div.pop-layout-left p.right_btn, div.pop-layout-section p.left_page, div.pop-layout-section p.right_btn {height:27px; margin:10px 0 0 0;}
div.pop-layout-left p.right_btn, div.pop-layout-section p.right_btn {line-height:normal;margin-bottom: 10px;}
div.pop-layout-left fieldset, div.pop-layout-section fieldset {border: 1px solid #dfdede; background-color: #fff;padding: 7px;}
div.pop-layout-left fieldset > p, div.pop-layout-section fieldset > p,div.pop-layout-left fieldset > div.search-row {margin:7px 0;}
div.pop-layout-left fieldset label, div.pop-layout-section fieldset label {color:#555;display:inline-block;letter-spacing:-1px;width:75px;text-align:right;}
div.pop-layout-left fieldset select, div.pop-layout-left fieldset input, div.pop-layout-section fieldset select, div.pop-layout-section fieldset input {width:120px;margin-left:2px;font-family:"맑은 고딕", "Malgun Gothic", "돋움", Dotum, Helvetica, AppleGothic, Sans-serif;}
div.pop-layout-left fieldset input[type=checkbox], div.pop-layout-section fieldset input[type=checkbox] {width:auto; margin-right:96px;}
div.pop-layout-left fieldset input.hasDatepicker, div.pop-layout-section fieldset input.hasDatepicker {width:70px;} 
div.pop-layout-left fieldset input.hasDatepicker, div.pop-layout-left .ui-datepicker-trigger {height: 35px;}
/*div.pop-layout-left fieldset img[src$="btn_search.gif"], div.pop-layout-section fieldset img[src$="btn_search.gif"] { cursor:pointer; float:right; margin-right: 4px; }*/
div.pop-layout-left fieldset img[src$="btn_search.gif"], div.pop-layout-section fieldset img[src$="btn_search.gif"] { cursor:pointer; margin-left: 10px; margin-right: 4px; }
div.pop-layout-left > .ui-resizable-e {width:12px; right:-12px; background:#ebebeb url('/adrc/images/admin/common/bg_slidebar_gray.png') no-repeat 2px 50%;}
div.pop-layout-left > .ui-resizable-e:hover {background-color:#535353;}
div.pop-mid-btn {position:absolute; top:50%; right:2px;}
div.pop-mid-btn > img.btn-icon-class {cursor: pointer; border:1px solid #c8c8c8; border-radius:3px 3px; }

/* receiptMultiRegDialog UI*/

div.pop-receipt-layout-left, div.pop-receipt-layout-right {float:left;}

div.pop-receipt-layout-left legend {
	position:absolute !important;
	overflow:hidden !important;
	width:1px !important;
	height:1px !important;
	font-size:0 !important;
	line-height:0 !important;
	border:0 !important;
	background:none !important;
}

/* div.pop-receipt-layout-left.ui-resizable {border-right:8px solid rgba(245,245,245,.8);} */
div.pop-receipt-layout-left input[name="popTab"] {display:none;}
div.pop-receipt-layout-left input[name="popTab"] + label {
	background: #b3b3b3;
    padding: 4px 12px 7px;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
    display: inline-block;
    cursor: pointer;
    color: #555;
    min-width: 70px;
    text-align: center;
    border: 1px solid #bec6cf;
    font-size: 13px;
    margin: 0;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    margin-bottom: -1px;
    position: relative;
    z-index: 0;
    transform: translateY(4px);
}

div.pop-receipt-layout-left input[name="popTab"]:checked + label {
	background: #fff;
    border-color: transparent;
    color: #000;
    z-index: 1;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    transform: translateY(0px);
}

div.pop-receipt-layout-left input[name="popTab"] ~ div.tab {display:none;}
div.pop-receipt-layout-left #popTab1:checked ~ div.tab.cont1, #popTab2:checked ~ div.tab.cont2, #popTab3:checked ~ div.tab.cont3 { display:block; padding:0;}

div.pop-receipt-layout-left p.left_page, div.pop-receipt-layout-left p.right_btn {height:27px; margin:10px 0 0 0;}
div.pop-receipt-layout-left p.right_btn {line-height:normal; margin-top:5px;margin-bottom: 10px;}
div.pop-receipt-layout-left fieldset {padding: 11px;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    border: 1px solid #d9d9d9;
    position: relative;}
div.pop-receipt-layout-left fieldset input {height:19px; border:1px solid #c8c8c8}
div.pop-receipt-layout-left fieldset > p,div.pop-receipt-layout-left fieldset > div.search-row {margin:7px 0;}
div.pop-receipt-layout-left fieldset label {color:#555;display:inline-block;letter-spacing:-1px;text-align:right;}
div.pop-receipt-layout-left fieldset select,div.pop-receipt-layout-left fieldset input {width:100px;margin-left:5px;}
div.pop-receipt-layout-left fieldset img[src$="btn_search.gif"] { cursor:pointer; float:right; margin-right: 4px; }

div.pop-receipt-mid-btn {position: absolute; left: 50%;transform: translateX(-42%); z-index: 1; width: 22px; border: 1px solid #1f71eb; border-radius: 3px; padding: 3px; margin-top: 200px;}
div.pop-receipt-mid-btn > img.btn-icon-class {width: 100%; cursor: pointer;}


/*
div.pop-receipt-layout-left > .ui-resizable-e {width:12px; right:-12px; background:#ebebeb url('/adrc/images/admin/common/bg_slidebar_gray.png') no-repeat 2px 50%;}
div.pop-receipt-layout-left > .ui-resizable-e:hover {background-color:#535353;}
*/

/* 테이블 스타일 */
div.pop-receipt-layout-right table tr:first-child {border-top:2px solid #ccc;}
div.pop-receipt-layout-right table th, div.pop-receipt-layout-right table td {padding:0 5px; height:35px; border:1px solid #dfdede;}
div.pop-receipt-layout-right table td input {height:19px; border:1px solid #c8c8c8}
div.pop-receipt-layout-right table td textarea {margin:5px 0; width:calc(100% - 5px); border:1px solid #c8c8c8}
div.pop-receipt-layout-right table td.in-table {padding:5px;}
div.pop-receipt-layout-right table td.in-table table {margin:0; width:100%;}
div.pop-receipt-layout-right table td.in-table table tr:first-child {border-top:none;}
.nowrap {white-space:nowrap !important;}
/* //테이블 스타일 */


/* 신청내역 탭 */
div.pop-receipt-layout-right input[name="popSubTab"] {display:none;}
div.pop-receipt-layout-right input[name="popSubTab"] + label {
    background: #fafafa;
    padding: 4px 12px;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
    display: inline-block;
    cursor: pointer;
    color: #555;
    width: 80px;
    text-align: center;
    border:1px solid #bec6cf;
    margin:2px 0 2px 0;
    -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}

div.pop-receipt-layout-right input[name="popSubTab"]:checked + label {
	background: #0979cd;
    border-bottom: 1px solid transparent;
    color: #efefef;
}
div.pop-layout-right input[name="popSubTab"] + label:hover {
	border:3px solid #0198fa;
	margin:0;
	color: #fff;
	font-weight:bold;
	background: #0764A9;
}
div.pop-receipt-layout-right input[name="popSubTab"] ~ div.subTab {display:none;}
div.pop-receipt-layout-right #popSubTab1:checked ~ div.subTab.cont1, #popSubTab2:checked ~ div.subTab.cont2, #popSubTab3:checked ~ div.subTab.cont3, #popSubTab4:checked ~ div.subTab.cont4, #popSubTab5:checked ~ div.subTab.cont5 { display:block; padding:2px;}

/* 교부내역 탭 */
div.pop-receipt-layout-right input[name="popMedTab"] {display:none;}
div.pop-receipt-layout-right input[name="popMedTab"] + label {
    background: #fafafa;
    padding: 4px 12px;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
    display: inline-block;
    cursor: pointer;
    color: #555;
    width: 80px;
    text-align: center;
    border:1px solid #bec6cf;
    margin:2px 0 2px 0;
    -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}

div.pop-receipt-layout-right input[name="popMedTab"]:checked + label {
	background: #0979cd;
    border-bottom: 1px solid transparent;
    color: #efefef;
}
div.pop-layout-right input[name="popMedTab"] + label:hover {
	border:3px solid #0198fa;
	margin:0;
	color: #fff;
	font-weight:bold;
	background: #0764A9;
}

div.pop-receipt-layout-right input[name="popMedTab"] ~ div.medTab {display:none;}
div.pop-receipt-layout-right #popMedTab1:checked ~ div.medTab.cont1, #popMedTab2:checked ~ div.medTab.cont2 { display:block; padding:2px;}

/* 지급내역 탭 */
div.pop-receipt-layout-right input[name="popPayTab"] {display:none;}
div.pop-receipt-layout-right input[name="popPayTab"] + label {
    background: #fafafa;
    padding: 4px 12px;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
    display: inline-block;
    cursor: pointer;
    color: #555;
    width: 80px;
    text-align: center;
    border:1px solid #bec6cf;
    margin:2px 0 2px 0;
    -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}

div.pop-receipt-layout-right input[name="popPayTab"]:checked + label {
	background: #0979cd;
    border-bottom: 1px solid transparent;
    color: #efefef;
}
div.pop-layout-right input[name="popPayTab"] + label:hover {
	border:3px solid #0198fa;
	margin:0;
	color: #fff;
	font-weight:bold;
	background: #0764A9;
}

div.pop-receipt-layout-right input[name="popPayTab"] ~ div.payTab {display:none;}
div.pop-receipt-layout-right #popPayTab0:checked ~ div.payTab.cont0, #popPayTab1:checked ~ div.payTab.cont1, #popPayTab2:checked ~ div.payTab.cont2, #popPayTab3:checked ~ div.payTab.cont3, #popPayTab4:checked ~ div.payTab.cont4, #popPayTab5:checked ~ div.payTab.cont5, #popPayTab6:checked ~ div.payTab.cont6, #popPayTab7:checked ~ div.payTab.cont7, #popPayTab8:checked ~ div.payTab.cont8 { display:block; padding:2px;}

div.pop-receipt-layout-right .h4-tit {font-size:12px; color:#0e61b0;background:url(/adrc/images/common/bul_h4.gif) left 0px no-repeat;padding-left:19px; font-weight:bold;margin-bottom:5px;margin-top:10px;float:left;}

div.pop-receipt-layout-right .btn-common {line-height:normal; float:right; margin-left:5px;}
div.pop-receipt-layout-right .che-common {line-height:normal; float:right; margin-top:5px;}

div.pop-receipt-layout-right tr {border:1px solid #dfdede;}
div.pop-receipt-layout-right th {background-color:#f9f9f9;}
div.pop-receipt-layout-right .gray {background-color:#f5f5f5; font-weight:bold; padding-left:10px;}
div.pop-receipt-layout-right table {margin-bottom:10px;clear:both;}

div.pop-receipt-layout-right button.btn-sub {width:25px;height:20px;border-radius:0 3px 3px 0;background-color:#fff;background-position:50% 50%;background-repeat:no-repeat;text-indent:-9999px;vertical-align:middle;color:#646464;border:1px solid #c8c8c8;cursor:pointer; margin-left:5px;}
div.pop-receipt-layout-right button.btn-sub {background-image:url(/adrc/images/admin/btn/btn_-_01.gif);}
div.pop-receipt-layout-right button.btn-add {width:25px;height:20px;border-radius:0 3px 3px 0;background-color:#fff;background-position:50% 50%;background-repeat:no-repeat;text-indent:-9999px;vertical-align:middle;color:#646464;border:1px solid #c8c8c8;cursor:pointer; margin-left:5px;}
div.pop-receipt-layout-right button.btn-add {background-image:url(/adrc/images/admin/btn/btn_+_01.gif);}
.ui-dialog .table_normal {width: auto;}
.ui-dialog input[type="text"], input[type="password"] {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    margin: 2px 0px;
    padding: 0px;
    min-height: 28px;
    line-height: 28px;
    vertical-align: middle;
}
