@import url("/css/calender.css");
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,input,textarea a,button,select{margin:0;padding:0}
body{
	font-size:11pt;
	font-family:"Nanum Gothic", sans-serif;
}
img {width:100%}
ul,ol,li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
input[type="text"] {
  font-size:11pt;
  padding:5px;
  border: 1px solid #828282;
  height:20px;
}
input[type="text"]:focus,
input[type="text"].focus {
  border: 1px solid #6799FF;
}
input[type="password"] {
  font-size:11pt;
  padding:5px;
  border: 1px solid #828282;
  height:20px;
}
input[type="password"]:focus,
input[type="password"].focus {
  border: 1px solid #6799FF;
}
.ui-dialog .ui-dialog-buttonset {
	padding:10px;	
	font-size:10pt;	
	margin:5px;
}
.ui-datepicker .ui-datepicker-buttonpane button{
	font-size:10pt;
	border-radius:0px;
	padding:5px;
}
.ui-datepicker th span, .ui-datepicker th a{font-size:10pt;}
.ui-datepicker td span, .ui-datepicker td a{font-size:10pt;}
.ui-jqgrid .ui-jqgrid-bdiv { overflow-y: hidden }/*스크롤바*/

.ui-jqgrid-caption {
	font-size:12pt;
	font-weight:bold;
	background:#f6f6f6;
	height:25px;
}
.ui-jqgrid .ui-jqgrid-labels th.ui-th-column { /*그리드 TH*/
	font-size:11pt;
	font-weight:bold;
	height:35px;
}
.ui-jqgrid tr.jqgrow td {
	white-space:nowrap 
}
.ui-jqgrid .ui-jqgrid-pager{
	height:35px;
}
.jqgrow:hover {
	cursor:pointer;
}
.ui-jqdialog .fm-button{	
	font-size:11pt;
}
.checkboxForm {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
.checkboxForm + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size:11pt;
	color:#000000;
	font-weight:bold;
	font-family:"Nanum Gothic", sans-serif !important;
}
.checkboxForm + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 17px;  /* 체크박스의 너비를 지정 */
	height: 17px;  /* 체크박스의 높이를 지정 */
	line-height: 17px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center; 
	vertical-align: middle;
	background: #fafafa;
	border: 1px solid #6799FF;
	border-radius : 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.checkboxForm + label:active:before,
.checkboxForm:checked + label:active:before {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.checkboxForm:checked + label:before {  /* 체크박스를 체크했을때 */ 
	content:'\2714'; /*/'\2714'; 체크표시 유니코드 사용 */
	color: #FFFFFF;	
	background: #6799FF;
	border-color: #6799FF;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}
.checkboxForm01 {display:none;}
.checkboxForm01 + label {
	display: inline-block;
	text-align:center;
	margin:3px;
	margin-top:-3px;
	width:60px;
	background: transparent;
	color:#4374D9;
	font-size:11pt;
	font-weight:bold;
	border: 2px solid #4374D9;
	border-radius:0.3em;
	cursor:pointer;
	font-family:"Nanum Gothic", sans-serif !important;
}
.checkboxForm01:checked + label {
	background-image:none;
	background: #4374D9;
	color:#ffffff;
}
.radioForm {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0; 
}
.radioForm + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	font-size:11pt;	
	font-family:"Nanum Gothic", sans-serif !important;
	margin-right:10px;
}
.radioForm + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #787878;
  border-radius: 100%;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.radioForm:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #e17009;
  border-radius: 100%;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
}
#loginDiv{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 600px;
	height:410px;
	margin: auto;
	vertical-align: middle;
}
#loginForm{
	clear:both;
	width:600px;
	height:auto;
}
#examLogo{
	width:200px;
	height:80px;
}
.loginSubtext01{
	font-size:35pt;
	color:#4374D9;
	font-weight:bold;
}
.lineForm{
	clear:both;
	border:2px solid #a8996e;
}
#Gcode,#CRUser_ID,#CRUser_PW{
	width:270px;
	height:23px;
	font-size:12pt;
	margin-bottom:7px;
}
#LOGINBTN{
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13pt;
	width:120px;
	height:120px;
	background:#4374D9;
	border:1px solid #4374D9;
	margin-left:10px;
	border-radius:0.3em;
	cursor:pointer;
	margin-bottom:50px;
}
#register,#assPayINS,#scheduleInsert{
	width:130px;
	background: transparent;
	color:#4374D9;
	font-size:12pt;
	font-weight:bold;	
	border: 2px solid #4374D9;
	padding:5px;
	padding-bottom:9px;
	border-radius:0.3em;
	cursor:pointer;
	margin-bottom:50px;
}
#pointCharge{
	width:auto;
	background: transparent;
	color:#4374D9;
	font-size:11pt;
	font-weight:bold;	
	border: 2px solid #4374D9;
	padding:5px;
	padding-bottom:7px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTNS{
	width:auto;
	background: transparent;
	color:#4374D9;
	font-size:10pt;
	font-weight:bold;
	border: 2px solid #4374D9;
	padding:2px;
	padding-bottom:5px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTNS01{
	width:auto;
	background: transparent;
	color:#4374D9;
	font-size:9pt;
	font-weight:bold;
	border: 2px solid #4374D9;
	padding:2px;
	padding-bottom:3px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTNS02{
	width:auto;
	background: transparent;
	color:red;
	font-size:9pt;
	font-weight:bold;
	border: 2px solid red;
	padding:2px;
	padding-bottom:3px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTNS03{
	width:auto;
	background: transparent;
	color:#4374D9;
	font-size:11pt;
	font-weight:bold;
	border: 2px solid #4374D9;
	padding:2px;
	padding-bottom:5px;
	border-radius:0.3em;
	cursor:pointer;
}
#copyright{
	clear:both;
	text-align:center;
	font-size:11pt;
	margin-top:50px;
}
.paginate{
	font-size:12pt;
	margin-top:8px;
}
.arrowImg{
	width:13px;
	height:13px;
}
.Hdbtn{
	color:#bebebe;
	font-size:11pt !important;
	margin-right:5px;
	margin-left:5px;
}
.shbtn{
	color:#2828CD;
	font-size:11pt !important;
	margin-right:5px;
	margin-left:5px;
}
.stText{
	color:#FFFFFF;
	margin-left:2px;
	margin-right:2px;
	padding-top:2px;
	padding-bottom:1px;
	padding-left:4px;
	padding-right:5px;
	background:#e17009;
	border: 1px solid #e17009;
}
.nbText{
	color:#e17009;
	margin-left:2px;
	margin-right:2px;
	border: 1px solid #e17009;
	padding-top:2px;
	padding-bottom:1px;
	padding-left:4px;
	padding-right:5px;
}
.totpTxt{
	color:#e17009;
	font-size:10pt !important;
	margin-right:5px;
}
.nullCL{
	color:#e17009;
	font-weight:bold;
	font-size:11pt !important;
}
.BTNForm{
	cursor: pointer;
}
.stateForm{
	font-size:10pt;
	padding:3px;
	border:1px solid #8C8C8C;
	border-radius:0.2em;
	background:rgb(239, 239, 239);
}
#mainwrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 1195px;
	margin: auto;
	border-right : 1px solid #6B66FF;
	border-left : 1px solid #6B66FF;
	overflow-y: auto;
}
#memubarForm{
	clear:both;
	width:100%;
	height:90px;
	border-bottom:3px solid #6B66FF;
}
#infomation{
	clear:both;
	width:100%;
	height:20px;
	background:#a8996e;
}
#infocon{
	float:left;
	margin-right:30px;
	color:#FFFFFF;
	font-weight:bold;
}
#MPGLogo{
	width:140px;
	height:50px;
	margin-top:10px;
}
.memubox{
	float:left;
	font-size:12pt;
	color:#e17009;
	font-weight:bold;
	width:150px;
	height:35px;
	border: 1px solid #707070;
	border-radius:0.3em;
	margin:10px;
	padding-top:11px;
	text-align:center;
	box-shadow: 3px 3px 3px 0px #909090;
	cursor:pointer;
}
.memubox:hover{
	box-shadow: inset 3px 3px 3px 0px #909090;
}
#logoutBTN{
	float:right;
	font-size:11pt;
	color:#e17009;
	font-weight:bold;
	width:85px;
	height:70px;
	border: 1px solid #707070;
	border-radius:0.3em;
	margin:7px;
	margin-right:25px;
	padding-top:10px;
	text-align:center;
	box-shadow: 3px 3px 3px 0px #909090;
	cursor:pointer;
}
#logoutBTN:hover{
	box-shadow: inset 3px 3px 3px 0px #909090;
}
#logoutImg{
	width:50px;
	height:45px;
}
.ListTB{
	margin:20px;
}
.rateClass{
	width:100px;
	height:22px;
	margin-top:3px;
}
.subMark{
	font-size:17pt;
	font-weight:bold;
	margin-right:10px;
}
#LTcount,#SLTcount,#PLLcount,#ADPLLcount,#ASPLcount,#MNGcount,#SLPLcount,#APPcount,#WKDcount,#MSVcount,#HPLcount,#HPPcount,#CCLcount,#WSTcount,#ARTcount,#BLLcount,#MPLcount,#WTcount{
	font-size:13pt;
	color:#e17009;
	font-weight:bold;
	margin-left:30px;
}
#nwPoint{
	font-size:13pt;
	color:blue;
	font-weight:bold;
	margin-left:20px;
}
#SLnwPoint{
	font-size:13pt;
	color:blue;
	font-weight:bold;
	letter-spacing:-0.05em;
	margin-left:10px;
}
#userName,#userPhone,#patientName,#patientSex,#patientAge,#location1,#workType,#workSdate,#license,#workSex,#reg_date,#offerState{
	font-size:11pt;
	height:30px;
	margin:3px;
}
#jobofferInfo,#assDialog{
	clear:both;
	margin:15px;
	display:none;
}
#jbMemo{
	width:90%;
	height:90%;
	min-height:150px;
}
.ListseleTB{
	border: 2px solid #CACACA;
	margin-top:5px;
	margin-left:14px;
}
.GRsub{
	font-size:11pt;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:10px;
	background-color:#ABABAB;
	border-radius:0.2em;
	margin-left:15px;
	margin-bottom:3px;
}
.GReditCaption{
	font-size:12pt;
	font-weight:bold;
	margin:5px;
}
.Delmsg{
	font-size:12pt;
	color:#e17009;
	font-weight:bold;
}
.emptyImg{
	width:200px;
	height:165px;
	margin-top:100px;
}
.emptyText{
	float:left;
	font-size:13pt;
	color:#e17009;
	font-weight:bold;
	margin-top:160px;
}
#cancelDialog{
	padding:10px;
}
.cancelText{
	font-size:13pt;
	color:#e17009;
	font-weight:bold;
}
#userWorkCH{
	font-size:13pt;
	color:#e17009;
	font-weight:bold;
}
#btnCloseLayer{
	width:20px;
	height:20px;
}
#totalPoint{
	color:blue;
	font-weight:bold;
	margin-left:15px;
}
#arrearPoint{
	color:red;
	font-weight:bold;
	margin-left:15px;
}
#insFont{
	color:blue;
	font-weight:bold;
	margin-left:45px;
}
#csFont{
	color:#e17009;
	font-weight:bold;
	margin-left:45px;
}
#mgcclText{
	color:red;
	font-weight:bold;
	margin-left:10px;
}
.MBINStableHD {
	/*margin-top:5px;*/
	border-collapse: collapse;	
}
.MBINStableHD TR{
	text-align:left;
}
.MBINStableHD TD {
	text-align:left;
	height:45px;
	padding:5px;
	padding-left:10px;
	font-size:11pt;
	border: 1px solid #c5c5c5;
}
.MBINStableHD TR TD:nth-child(1) {
	padding-left:0px;
	text-align:center;
	font-weight:bold;
	background:#f6f6f6;
}
.MBINStableHD TR TD:nth-child(3) {
	padding-left:0px;
	text-align:center;
	font-weight:bold;
	background:#f6f6f6;
}

.HPINStableHD {
	width:500px;
	border-collapse: collapse;		
	border: 3px solid #c5c5c5;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}
.HPINStableHD TR{
	text-align:left;
}
.HPINStableHD TH{
	height:35px;
	text-align:center;
	font-size:11pt;
	border: 1px solid #c5c5c5;
}
.HPINStableHD TD {
	text-align:center;
	height:30px;
	padding:3px;
	font-size:11pt;
	border: 1px solid #c5c5c5;
}
.terms_div {
	border: 1px solid #bbb;
    margin-top: 20px;
}

.terms_div > div:first-child{
    background-color: darkcyan;
    color: white;
}
.terms_div > div:nth-child(2) {
	height:100px;
	margin:1em;
    text-align: left;
    line-height: 1.5em;
	font-size: 0.8em;
	overflow-y:auto;
	word-break: break-all;
}

.terms_div > div:last-child {
	text-align: right;
	background-color:#CACACA;
}
p[id^=login_input_chk] {
	text-align:center; display:none
}
/* animation css */
.ani-red {
	color:white;
	font-weight: bold;
	animation-duration: 1.0s;
    animation-name: changeColor-blue;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.google_login {
	box-shadow:inset 0px 2px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:11px 65px;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff;
}
.google_login:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.google_login:active {
	position:relative;
	top:1px;
}
div[id$=Page], div[id$=Dialog] {
	display:none;
}
@keyframes changeColor-blue {
    0%   {background-color: rgb(255, 0, 0)}
    100% {background-color: rgb(116, 101, 255)}
}

.delayOffer_toast {
	position: fixed;
	top:10px;
	right:0px;
	border:2px solid #2700ff;
	border-radius: 5px;
	background:#b8deff;
	z-index:999;
	margin-right: 10px;
	cursor: pointer;
	animation-duration: 0.8s;
	animation-delay: 0s;
	animation-timing-function: ease-in;
	animation-name: changeColor-blue;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	display:none;
}
.delayOffer_toast img {
	width:50px;
	vertical-align: middle;
}
.delayOffer_toast span {
	color:red
}
@keyframes changeColor-blue {
	0%   {top:10px;}
	100% {top:20px;}
}
/* 자동완성 콤보박스 css */
.autocomplete-combobox {
	position: relative;
	display: inline-block;
}
.autocomplete-combobox-toggle {
	position: absolute !important;
    top: 0;
    bottom: 0;
    margin-left: -29px;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}
.autocomplete-combobox-input {
	margin: 0;
	padding: 5px 10px;
}