/* 20151021 Jhee dashBoard row 사이 큰 간격*/
.dashLRow {
	margin-top:20px;
}

/* 20151021 Jhee dashBoard row 사이 중간 간격*/
.dashMRow {
	margin-top:10px;
}

/* 20151021 Jhee personal 작성 그래프의 title */
.personalGraphTitle {
	font-weight:bold;
	font-size:15px;
	margin:20px 0 0 20px;
}

/* 20151021 Jhee personal Panel Head의 title */
.personalPanelHeadTitle {
	font-weight:bold;
	font-size:15px;
}

/* 20151021 Jhee 도넛 그래프를 감싸는 div의 속성 조절 */
.docutG {
	height:180px;
	padding:0;
}

/* 20151021 Jhee personal Blue Panel Head 진단평가 div의 속성 */
.bPanelLHead {
	background-color:#2480bd !important;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

/* 20151021 Jhee personal Blue Panel Head 직무수행능력평가 div의 속성 */
.bPanelCHead {
	background-color:#2177b0 !important;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

/* 20151021 Jhee personal Blue Panel Head 평가결과서 div의 속성 */
.bPanelRHead {
	background-color:#2470a3 !important;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

/* 20151021 Jhee personal Blue Panel Head의 title 속성 */
.bPanelTitle {
	font-weight:bold;
	font-size:15px;
	color:#fff;
}

/* 20151021 Jhee personal Blue Panel Head의 favicon 컬러 변경 */
.blueFa {
	color:#a7cce5;
}

/* 20151021 Jhee personal Blue Panel Body의 속성 */
.bPanelBody {
	padding:0 10px 0 10px;
	min-height:224px;
}

/* 20151021 Jhee personal Blue Panel Body의 subject row를 감싸는 div 속성 */
.bPanelSubject {
	margin:0 -10px;
	padding:5px 20px 5px 20px !important;
}

/* 20151021 Jhee personal Blue Panel Body의 과목명 폰트컬러 블루 */
.bTicketTitle {
	color:#4083a9;
}

/* 20151021 Jhee personal Blue progress wrap div 속성 */
.bProgress {
	width: 20%;
	float:right;
	margin:9px 0 0 0;
	height:14px;
	background-color:#fff;
	border:1px solid #5bc0de;
	border-radius: 0;
}

/* 20151021 Jhee personal Blue progress Info div 속성 */
.bProgressInfo {
	font-size: 8px;
	padding:0;
	text-align:center;
}

/* 20151021 Jhee personal Blue progress Info div의 퍼센트 글씨 div 속성 */
.bProgressInfoTitle {
	margin:-4px 0 0 0;
	padding:0;
	text-align:center;
}

/* 20151021 Jhee 설문조사 Panel Head  */
.enquetePanelHead {
	background-color:#EAE8E8;
}

/* 20151021 Jhee Dash Board 선 */
.rowLine {
	padding-bottom:10px;
}

/* 20151021 Jhee ncs데이터현황 타이틀 padding값 */
.ncsDataStateTopPanelHead {
	padding:11px 20px 9px 20px !important;
}

/* 20151021 Jhee ncs데이터현황 평과결과서 panel 속성 */
.ncsDataStateBPanel {
	border-radius:0;
}

/* 20151021 Jhee ncs데이터현황 평과결과서 panelHead 속성 */
.ncsDataStateBottomPanelHead {
	padding:11px 20px 9px 20px !important;
	background-color:#ebebeb;
	font-weight:600;
	border-bottom:1px solid #e4e4e4;
}

/* 20151021 Jhee ncs데이터현황 body */
.ncsDataStatePanelBody {
	min-height:170px;
	padding:20px !important;
}

/* 20151021 Jhee ncs데이터현황 가로 그래프 wrap div 속성 */
.ncsDataStateProgress {
	width: 70%;
	margin-top:2px;
	margin-left:5px;
	float:left;
	height:13px;
	background-color:#fff;
	margin-bottom:10px;
}

/* 20151021 Jhee ncs데이터현황 가로그래프 타이틀(계열) 속성 */
.ncsDataStateProgressInfo {
	font-size: 8px;
	padding:0;
}

/* 20151021 Jhee ncs데이터현황 계열 div overflow */
.departGraph {
	max-height:130px; 
	overflow-y: auto;
}

/* 20151021 Jhee ncs데이터현황 원형그래프 속성 */
.ncsDataStateChart {
	text-align:center;
}

/* 20151021 Jhee 설문조사 진행중 text*/
#ncsEnqueteState a, a:hover {
	text-decoration:none;
	color:#999999;
}

/* 20151021 Jhee 게시판 날짜 속성(설문조사는 제외) */
.widget-messages .message .date {
	display: block;
	position: absolute;
	color: #888;
	width:100px;
	text-align:right;
	top: 9px;
}

/* 20151013 Jhee 연한 danger color의 프로그래스 바 */
.progress .progress-bar.progress-bar-white-danger {
  background: #f2dede;
  border-color: #ebccd1;
}

/* 20151013 Jhee 연한 warning color의 프로그래스 바 */
.progress .progress-bar.progress-bar-white-warning {
  background: #f9f1c7;
  border-color: #f6deac;
}

/* 20151013 Jhee 연한 success color의 프로그래스 바 */
.progress .progress-bar.progress-bar-white-#f6deac {
  background: #dff0d8;
  border-color: #d0e6be;
}


/* Jhee 모바일 화면 */
@media (max-width: 768px) {
	/* 20151020 Jhee 모바일의 경우, dashBoard의 불필요한 padding값 제거 */
	/* dashBoard를 위하여 변경한 col의 속성이기 때문에 타 페이지에서 문제 발생 시, 삭제하도록 한다. */
	.col-sm-12 {
		padding-left:0;
		padding-right:0;
	}
	
	.col-sm-4 {
		padding-left:0;
		padding-right:0;
	}
	
	.col-sm-6 {
		padding-left:0;
		padding-right:0;
	}
	
	/* 20151020 Jhee 모바일의 경우, dashBoard personal 진단평가에 border css 변경 */
	.bPanelL {
		border-radius:2px !important;
		border:1px solid #2480bd !important;
	}
	
	.bPanelM {
		border-radius:2px !important;
		border:1px solid #2480bd !important;
	}
	
	.bPanelR {
		border-radius:2px !important;
		border:1px solid #2480bd !important;
	}
	
	.bPanelStL {
		border-radius:2px !important;
		border:1px solid #2480bd !important;
	}
	
	/* 20151021 Jhee ncs데이터현황 body */
	.ncsDataStatePanelBody {
		min-height:170px;
		padding:10px !important;
	}
	
	
}

@media (min-width: 768px) {
  	/* 20151001 Jhee 진단평가panel 위치 맞추기 */
  	#levelPanel {
		padding: 0;
		padding-left: 11px;
	}
	
	/* 20151001 Jhee 진단평가 학생panel 위치 맞추기 */
	#levelPanelSt {
		padding: 0;
		padding-left: 11px;
	}
	
	/* 20151001 Jhee 직무수행능력평가 panel 위치 맞추기 */
	#subjectEvalPanel {
		padding: 0;
	}
	
	/* 20151001 Jhee 평가결과서 panel 위치 맞추기 */
	#evalPanel {
		padding: 0;
		padding-right: 11px;
	}
	
	/* 20151001 Jhee 평가결과서 학생panel 위치 맞추기 */
	#evalPanelSt {
		padding: 0;
		padding-right: 11px;
	}
	
	/* 20151020 Jhee dashBoard personal 진단평가 */
	.bPanelL {
		border-top-left-radius:2px !important;
		border-bottom-left-radius:2px !important;
		border-top-right-radius:0 !important;
		border-bottom-right-radius:0 !important;
		border-right:0 !important;
		border-left:1px solid #2480bd !important;
		border-top:1px solid #2480bd !important;
		border-bottom:1px solid #2480bd !important;
	}
	
	.bPanelM {
		border-radius:0 !important;
		border:1px solid #2480bd !important;
	}
	
	.bPanelR {
		border-radius:0 !important;
		border-top-right-radius:2px !important;
		border-bottom-right-radius:2px !important;
		border-left:0 !important;
		border-top:1px solid #2480bd !important;
		border-bottom:1px solid #2480bd !important;
		border-right:1px solid #2480bd !important;
	}
	
	/* 20151020 Jhee dashBoard personal 학생 진단평가 */
	.bPanelStL {
		border-radius:0;
		border-top-left-radius:2px !important;
		border-bottom-left-radius:2px !important;
		border:1px solid #2480bd !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px)  {
	/* 20151027 Jhee 설문조사 진행중 글씨 hide */
	.panel-heading-text {
		display:none;
	}
}

@media (min-width: 992px) and (max-width: 1500px)  {
	/* 20151027 Jhee 지원센터 설문조사 진행중 글씨 hide */
	.panel-heading-text2 {
		display:none;
	}
}


